/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/normalize.css ***!
  \************************************************************************************************************************************************************************************************************************************/
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  max-width: 100%;
}

hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}

textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}

textarea::placeholder {
  padding-left: 2px;
}

form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}

a ion-label,
button ion-label {
  pointer-events: none;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}

[tappable] {
  cursor: pointer;
}

a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/structure.css ***!
  \************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html:not(.hydrated) body {
  display: none;
}

html.ion-ce body {
  display: block;
}

html.plt-pwa {
  height: 100vh;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  /**
   * Because body has position: fixed,
   * it should be promoted to its own
   * layer.
   *
   * WebKit does not always promote
   * the body to its own layer on page
   * load in Ionic apps. Once scrolling on
   * ion-content starts, WebKit will promote
   * body. Unfortunately, this causes a re-paint
   * which results in scrolling being halted
   * until the next user gesture.
   *
   * This impacts the Custom Elements build.
   * The lazy loaded build causes the browser to
   * re-paint during hydration which causes WebKit
   * to promote body to its own layer.
   * In the CE Build, this hydration does not
   * happen, so the additional re-paint does not occur.
   */
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
}

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

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/typography.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
html {
  font-family: var(--ion-font-family);
}

a {
  background-color: transparent;
  color: var(--ion-color-primary, #3880ff);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  font-size: 26px;
}

h2 {
  margin-top: 18px;
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/core.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}

html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}

html {
  --ion-font-family: var(--ion-default-font);
}

body {
  background: var(--ion-background-color);
}

body.backdrop-no-scroll {
  overflow: hidden;
}

/**
 * Card style modal needs additional padding on the
 * top of the header. We accomplish this by targeting
 * the first toolbar in the header.
 * Footer also needs this. We do not adjust the bottom
 * padding though because of the safe area.
 */

html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type {
  padding-top: 6px;
}

/**
* Card style modal needs additional padding on the
* bottom of the header. We accomplish this by targeting
* the last toolbar in the header.
*/

html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}

/**
* Add padding on the left and right
* of toolbars while accounting for
* safe area values when in landscape.
*/

html.ios ion-modal ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}

/**
 * Card style modal on iPadOS
 * should only have backdrop on first instance.
 */

@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}

/**
 * Subsequent modals should not have a backdrop/box shadow
 * as it will cause the screen to appear to get progressively
 * darker. With Ionic 6, declarative modals made it
 * possible to have multiple non-presented modals in the DOM,
 * so we could no longer rely on ion-modal:first-of-type.
 * Here we disable the opacity/box-shadow for every modal
 * that comes after the first presented modal.
 *
 * Note: ion-modal:not(.overlay-hidden):first-of-type
 * does not match the first modal to not have
 * the .overlay-hidden class, it will match the
 * first modal in general only if it does not
 * have the .overlay-hidden class.
 * The :nth-child() pseudo-class has support
 * for selectors which would help us here. At the
 * time of writing it does not have great cross browser
 * support.
 *
 * Note 2: This should only apply to non-card and
 * non-sheet modals. Card and sheet modals have their
 * own criteria for displaying backdrops/box shadows.
 *
 * Do not use :not(.overlay-hidden) in place of
 * .show-modal because that triggers a memory
 * leak in Blink: https://bugs.chromium.org/p/chromium/issues/detail?id=1418768
 */

ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}

/**
 * This works around a bug in WebKit where the
 * content will overflow outside of the bottom border
 * radius when re-painting. As long as a single
 * border radius value is set on .ion-page, this
 * issue does not happen. We set the top left radius
 * here because the top left corner will always have a
 * radius no matter the platform.
 * This behavior only applies to card modals.
 */

html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}

.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}

.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}

.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}

.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}

.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}

.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}

.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}

.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}

.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}

.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}

/**
 * When making custom dialogs, using
 * ion-content is not required. As a result,
 * some developers may wish to have dialogs
 * that are automatically sized by the browser.
 * These changes allow certain dimension values
 * such as fit-content to work correctly.
 */

ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}

.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}

ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.ion-page-invisible {
  opacity: 0;
}

.can-go-back > ion-header ion-back-button {
  display: block;
}

html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}

@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}

@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}

ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}

.menu-content {
  transform: translate3d(0,  0,  0);
}

.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}

.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}

[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}

.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}

.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}

ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}

ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}

@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    /* stylelint-disable declaration-no-important */
    transition: none !important;
  }
}

/**
 * The > [slot="header"] selector ensures that we do
 * not modify toggle icons for any nested accordions. The state
 * of one accordion should not affect any accordions inside
 * of a nested accordion group.
 */

ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}

ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}

ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}

ion-input input::-webkit-date-and-time-value {
  text-align: start;
}

/**
 * The .ion-datetime-button-overlay class contains
 * styles that allow any modal/popover to be
 * sized according to the dimensions of the datetime
 * when used with ion-datetime-button.
 */

.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}

/**
 * The grid variant can scale down when inline.
 * When used in a `fit-content` overlay, this causes
 * the overlay to shrink when the month/year picker is open.
 * Explicitly setting the dimensions lets us have a consistently
 * sized grid interface.
 */

.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}

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

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/padding.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}

.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: var(--ion-padding, 16px);
  }
}

.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}

.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}

.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: var(--ion-margin, 16px);
  }
}

.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    margin-inline-end: var(--ion-margin, 16px);
  }
}

.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}

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

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/float-elements.css ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.ion-float-left {
  float: left !important;
}

.ion-float-right {
  float: right !important;
}

.ion-float-start {
  float: left !important;
}

[dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}

.ion-float-end {
  float: right !important;
}

[dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}

@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }

  .ion-float-sm-right {
    float: right !important;
  }

  .ion-float-sm-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
}

@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

  .ion-float-md-right {
    float: right !important;
  }

  .ion-float-md-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
}

@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

  .ion-float-lg-right {
    float: right !important;
  }

  .ion-float-lg-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

  .ion-float-xl-right {
    float: right !important;
  }

  .ion-float-xl-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }

  .ion-float-xl-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
}

/*# sourceMappingURL=float-elements.css.map */

/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/text-alignment.css ***!
  \*****************************************************************************************************************************************************************************************************************************************/
.ion-text-center {
  text-align: center !important;
}

.ion-text-justify {
  text-align: justify !important;
}

.ion-text-start {
  text-align: start !important;
}

.ion-text-end {
  text-align: end !important;
}

.ion-text-left {
  text-align: left !important;
}

.ion-text-right {
  text-align: right !important;
}

.ion-text-nowrap {
  white-space: nowrap !important;
}

.ion-text-wrap {
  white-space: normal !important;
}

@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/*# sourceMappingURL=text-alignment.css.map */

/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/text-transformation.css ***!
  \**********************************************************************************************************************************************************************************************************************************************/
.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}

.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}

.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}

@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

/*# sourceMappingURL=text-transformation.css.map */

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@ionic/core/css/flex-utils.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
.ion-align-self-start {
  align-self: flex-start !important;
}

.ion-align-self-end {
  align-self: flex-end !important;
}

.ion-align-self-center {
  align-self: center !important;
}

.ion-align-self-stretch {
  align-self: stretch !important;
}

.ion-align-self-baseline {
  align-self: baseline !important;
}

.ion-align-self-auto {
  align-self: auto !important;
}

.ion-wrap {
  flex-wrap: wrap !important;
}

.ion-nowrap {
  flex-wrap: nowrap !important;
}

.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ion-justify-content-start {
  justify-content: flex-start !important;
}

.ion-justify-content-center {
  justify-content: center !important;
}

.ion-justify-content-end {
  justify-content: flex-end !important;
}

.ion-justify-content-around {
  justify-content: space-around !important;
}

.ion-justify-content-between {
  justify-content: space-between !important;
}

.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}

.ion-align-items-start {
  align-items: flex-start !important;
}

.ion-align-items-center {
  align-items: center !important;
}

.ion-align-items-end {
  align-items: flex-end !important;
}

.ion-align-items-stretch {
  align-items: stretch !important;
}

.ion-align-items-baseline {
  align-items: baseline !important;
}

/*# sourceMappingURL=flex-utils.css.map */

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/template/theme/ionic/variables.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Ionic Variables and Theming. */
/* This is just a placeholder file For more info, please see: */
/* https://beta.ionicframework.com/docs/theming/basics */
/* To quickly generate your own theme, check out the color generator */
/* https://beta.ionicframework.com/docs/theming/color-generator */
:root {
  --ion-font-family: "IBM Plex Sans", sans-serif;
  --ion-background-color: #ffffff;
  --ion-background-color-rgb: 255,255,255;
  --ion-text-color: #2B4154;
  --ion-text-color-rgb: 0,0,0;
  --ion-color-step-50: #f2f2f2;
  --ion-color-step-100: #e6e6e6;
  --ion-color-step-150: #d9d9d9;
  --ion-color-step-200: #cccccc;
  --ion-color-step-250: #bfbfbf;
  --ion-color-step-300: #b3b3b3;
  --ion-color-step-350: #a6a6a6;
  --ion-color-step-400: #999999;
  --ion-color-step-450: #8c8c8c;
  --ion-color-step-500: #808080;
  --ion-color-step-550: #737373;
  --ion-color-step-600: #666666;
  --ion-color-step-650: #595959;
  --ion-color-step-700: #4d4d4d;
  --ion-color-step-750: #404040;
  --ion-color-step-800: #333333;
  --ion-color-step-850: #262626;
  --ion-color-step-900: #191919;
  --ion-color-step-950: #0d0d0d;
  --ion-color-primary: #2b4154;
  --ion-color-primary-rgb: 43,65,84;
  --ion-color-primary-contrast: #ffffff;
  --ion-color-primary-contrast-rgb: 255,255,255;
  --ion-color-primary-shade: #26394a;
  --ion-color-primary-tint: #405465;
  --ion-color-secondary: #19bfb6;
  --ion-color-secondary-rgb: 25,191,182;
  --ion-color-secondary-contrast: #000000;
  --ion-color-secondary-contrast-rgb: 0,0,0;
  --ion-color-secondary-shade: #16a8a0;
  --ion-color-secondary-tint: #30c5bd;
  --ion-color-tertiary: #00827b;
  --ion-color-tertiary-rgb: 0,130,123;
  --ion-color-tertiary-contrast: #ffffff;
  --ion-color-tertiary-contrast-rgb: 255,255,255;
  --ion-color-tertiary-shade: #00726c;
  --ion-color-tertiary-tint: #1a8f88;
  --ion-color-success: #3cc9c1;
  --ion-color-success-rgb: 60,201,193;
  --ion-color-success-contrast: #000000;
  --ion-color-success-contrast-rgb: 0,0,0;
  --ion-color-success-shade: #35b1aa;
  --ion-color-success-tint: #50cec7;
  --ion-color-warning: #ff9400;
  --ion-color-warning-rgb: 255,148,0;
  --ion-color-warning-contrast: #000000;
  --ion-color-warning-contrast-rgb: 0,0,0;
  --ion-color-warning-shade: #e08200;
  --ion-color-warning-tint: #ff9f1a;
  --ion-color-danger: #c20000;
  --ion-color-danger-rgb: 194,0,0;
  --ion-color-danger-contrast: #ffffff;
  --ion-color-danger-contrast-rgb: 255,255,255;
  --ion-color-danger-shade: #ab0000;
  --ion-color-danger-tint: #c81a1a;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb: 34,34,34;
  --ion-color-dark-contrast: #ffffff;
  --ion-color-dark-contrast-rgb: 255,255,255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
  --ion-color-medium: #d7e1e3;
  --ion-color-medium-rgb: 215,225,227;
  --ion-color-medium-contrast: #000000;
  --ion-color-medium-contrast-rgb: 0,0,0;
  --ion-color-medium-shade: #bdc6c8;
  --ion-color-medium-tint: #dbe4e6;
  --ion-color-light: #eef5f6;
  --ion-color-light-rgb: 238,245,246;
  --ion-color-light-contrast: #000000;
  --ion-color-light-contrast-rgb: 0,0,0;
  --ion-color-light-shade: #d1d8d8;
  --ion-color-light-tint: #f0f6f7;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/template/theme/nhcone/theme-nhc-one.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: "IBM Plex Sans", 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 .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font: 400 24px / 32px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font: 500 20px / 32px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font: 400 16px / 28px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font: 400 15px / 24px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "IBM Plex Sans", sans-serif;;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "IBM Plex Sans", sans-serif;;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font: 500 14px / 24px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
}

.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font: 400 14px / 20px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
}

.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 20px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
}

.mat-display-4,
.mat-typography .mat-display-4 {
  font: 300 112px / 112px "IBM Plex Sans", sans-serif;;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-display-3,
.mat-typography .mat-display-3 {
  font: 400 56px / 56px "IBM Plex Sans", sans-serif;;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-display-2,
.mat-typography .mat-display-2 {
  font: 400 45px / 48px "IBM Plex Sans", sans-serif;;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-display-1,
.mat-typography .mat-display-1 {
  font: 400 34px / 40px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-bottom-sheet-container {
  font: 400 14px / 20px "IBM Plex Sans", 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: "IBM Plex Sans", sans-serif;;
  font-size: 14px;
  font-weight: 500;
}

.mat-button-toggle {
  font-family: "IBM Plex Sans", sans-serif;;
}

.mat-card {
  font-family: "IBM Plex Sans", 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: "IBM Plex Sans", 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: "IBM Plex Sans", sans-serif;;
}

.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}

.mat-cell, .mat-footer-cell {
  font-size: 14px;
}

.mat-calendar {
  font-family: "IBM Plex Sans", 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 "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
}

.mat-expansion-panel-header {
  font-family: "IBM Plex Sans", sans-serif;;
  font-size: 15px;
  font-weight: 400;
}

.mat-expansion-panel-content {
  font: 400 14px / 20px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
}

.mat-form-field {
  font: 500 14px / 1.43 "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
}

.mat-form-field-wrapper {
  padding-bottom: 1.5725em;
}

.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.43;
}

.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.43em;
  line-height: 1.43;
}

.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 1.0725em 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.5725em) 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.57249em) scale(0.75);
  width: 133.3333433333%;
}

.mat-form-field-label-wrapper {
  top: -1.0725em;
  padding-top: 1.0725em;
}

.mat-form-field-label {
  top: 1.5725em;
}

.mat-form-field-underline {
  bottom: 1.5725em;
}

.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 2.0966666667em);
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}

.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.285em 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.3575em) scale(0.75) perspective(100px) translateZ(0.001px);
  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.3575em) scale(0.75) perspective(100px) translateZ(0.00101px);
  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.3575em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.3575em;
}

.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.2366666667em;
  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.35747em) 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.35746em) 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.35745em) 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.3225em;
  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.8225em) 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.82249em) 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: 2.0725em;
  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.8225em) 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.82249em) 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.215em;
}

.mat-menu-item {
  font-family: "IBM Plex Sans", sans-serif;;
  font-size: 14px;
  font-weight: 400;
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: "IBM Plex Sans", sans-serif;;
  font-size: 12px;
}

.mat-radio-button {
  font-family: "IBM Plex Sans", sans-serif;;
}

.mat-select {
  font-family: "IBM Plex Sans", sans-serif;;
}

.mat-select-trigger {
  height: 1.43em;
}

.mat-slide-toggle-content {
  font-family: "IBM Plex Sans", sans-serif;;
}

.mat-slider-thumb-label-text {
  font-family: "IBM Plex Sans", sans-serif;;
  font-size: 12px;
  font-weight: 500;
}

.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: "IBM Plex Sans", 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: "IBM Plex Sans", sans-serif;;
}

.mat-tab-label, .mat-tab-link {
  font-family: "IBM Plex Sans", 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 "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
  margin: 0;
}

.mat-tooltip {
  font-family: "IBM Plex Sans", 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: "IBM Plex Sans", sans-serif;;
}

.mat-list-option {
  font-family: "IBM Plex Sans", 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: "IBM Plex Sans", 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: "IBM Plex Sans", sans-serif;;
  font-size: 12px;
  font-weight: 500;
}

.mat-option {
  font-family: "IBM Plex Sans", sans-serif;;
  font-size: 16px;
}

.mat-optgroup-label {
  font: 500 14px / 24px "IBM Plex Sans", sans-serif;;
  letter-spacing: normal;
}

.mat-simple-snackbar {
  font-family: "IBM Plex Sans", 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: "IBM Plex Sans", 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: scale3d(0, 0, 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;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}

[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.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 {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.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;
}

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;
}

@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;
}

.mat-focus-indicator {
  position: relative;
}

.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}

.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}

.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}

.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-option {
  color: rgba(0, 0, 0, 0.87);
}

.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);
  color: rgba(0, 0, 0, 0.87);
}

.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: var(--mainColor);
}

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2b4154;
}

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #c20000;
}

.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}

.mat-pseudo-checkbox::after {
  color: #fafafa;
}

.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}

.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: var(--mainColor);
}

.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #2b4154;
}

.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #c20000;
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}

.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.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;
  color: rgba(0, 0, 0, 0.87);
}

.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-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}

.mat-badge {
  position: relative;
}

.mat-badge.mat-badge {
  overflow: visible;
}

.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-badge-content {
  color: black;
  background: var(--mainColor);
}

.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-accent .mat-badge-content {
  background: #2b4154;
  color: white;
}

.mat-badge-warn .mat-badge-content {
  color: white;
  background: #c20000;
}

.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}

.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;
  color: rgba(0, 0, 0, 0.87);
}

.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: var(--mainColor);
}

.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #2b4154;
}

.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #c20000;
}

.mat-button.mat-primary.mat-button-disabled, .mat-button.mat-accent.mat-button-disabled, .mat-button.mat-warn.mat-button-disabled, .mat-button.mat-button-disabled.mat-button-disabled, .mat-icon-button.mat-primary.mat-button-disabled, .mat-icon-button.mat-accent.mat-button-disabled, .mat-icon-button.mat-warn.mat-button-disabled, .mat-icon-button.mat-button-disabled.mat-button-disabled, .mat-stroked-button.mat-primary.mat-button-disabled, .mat-stroked-button.mat-accent.mat-button-disabled, .mat-stroked-button.mat-warn.mat-button-disabled, .mat-stroked-button.mat-button-disabled.mat-button-disabled {
  color: rgba(0, 0, 0, 0.26);
}

.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: var(--mainColor);
}

.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: #2b4154;
}

.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: #c20000;
}

.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-button-focus-overlay {
  background: black;
}

.mat-stroked-button:not(.mat-button-disabled) {
  border-color: rgba(0, 0, 0, 0.12);
}

.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: black;
}

.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-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 {
  color: rgba(0, 0, 0, 0.26);
}

.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: var(--mainColor);
}

.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #2b4154;
}

.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #c20000;
}

.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(0, 0, 0, 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:not([class*=mat-elevation-z]),
.mat-button-toggle-group: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-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}

.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  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 #e0e0e0;
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}

.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 #e0e0e0;
}

.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}

.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  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 #e0e0e0;
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}

.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.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-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-checkbox-checkmark {
  fill: #fafafa;
}

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}

.mat-checkbox-mixedmark {
  background-color: #fafafa;
}

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: var(--mainColor);
}

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #2b4154;
}

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #c20000;
}

.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-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-checkbox .mat-ripple-element {
  background-color: black;
}

.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: var(--mainColor);
}

.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: #2b4154;
}

.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: #c20000;
}

.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}

.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  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::after {
  background: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: var(--mainColor);
  color: black;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: black;
  opacity: 0.4;
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}

.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #c20000;
  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: #2b4154;
  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-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}

.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}

.mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}

.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}

.mat-calendar-table-header,
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}

.mat-calendar-body-in-range::before {
  background: var(--mainColor);
}

.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, var(--mainColor) 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, var(--mainColor) 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: var(--mainColor);
  color: black;
}

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  opacity: 0.2;
}

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px black;
}

.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: var(--mainColor);
}

@media (hover: hover) {
  .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) {
    background-color: var(--mainColor);
  }
}

.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;
  color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(43, 65, 84, 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(43, 65, 84, 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(43, 65, 84, 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: #2b4154;
  color: white;
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(43, 65, 84, 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 .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(43, 65, 84, 0.3);
}

@media (hover: hover) {
  .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) {
    background-color: rgba(43, 65, 84, 0.3);
  }
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(194, 0, 0, 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(194, 0, 0, 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(194, 0, 0, 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: #c20000;
  color: white;
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(194, 0, 0, 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 .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(194, 0, 0, 0.3);
}

@media (hover: hover) {
  .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) {
    background-color: rgba(194, 0, 0, 0.3);
  }
}

.mat-datepicker-content-touch {
  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-datepicker-toggle-active {
  color: var(--mainColor);
}

.mat-datepicker-toggle-active.mat-accent {
  color: #2b4154;
}

.mat-datepicker-toggle-active.mat-warn {
  color: #c20000;
}

.mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}

.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;
  color: rgba(0, 0, 0, 0.87);
}

.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}

.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}

.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-action-row {
  border-top-color: 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-title {
  color: rgba(0, 0, 0, 0.87);
}

.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}

.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-label {
  color: rgba(0, 0, 0, 0.6);
}

.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}

.mat-form-field.mat-focused .mat-form-field-label {
  color: var(--mainColor);
}

.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #2b4154;
}

.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #c20000;
}

.mat-focused .mat-form-field-required-marker {
  color: #2b4154;
}

.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--mainColor);
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #2b4154;
}

.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #c20000;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: var(--mainColor);
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #2b4154;
}

.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #c20000;
}

.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #c20000;
}

.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: #c20000;
}

.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: #c20000;
}

.mat-error {
  color: #c20000;
}

.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}

.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}

.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}

.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}

.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}

.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: var(--mainColor);
}

.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #2b4154;
}

.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #c20000;
}

.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #c20000;
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}

.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}

.mat-icon.mat-primary {
  color: var(--mainColor);
}

.mat-icon.mat-accent {
  color: #2b4154;
}

.mat-icon.mat-warn {
  color: #c20000;
}

.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}

.mat-input-element {
  caret-color: var(--mainColor);
}

.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-form-field.mat-accent .mat-input-element {
  caret-color: #2b4154;
}

.mat-form-field.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #c20000;
}

.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #c20000;
}

.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}

.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}

.mat-list-base .mat-list-item-disabled {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.38);
}

.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;
  color: rgba(0, 0, 0, 0.87);
}

.mat-menu-item[disabled],
.mat-menu-item[disabled] .mat-menu-submenu-icon,
.mat-menu-item[disabled] .mat-icon-no-color {
  color: rgba(0, 0, 0, 0.38);
}

.mat-menu-item .mat-icon-no-color,
.mat-menu-submenu-icon {
  color: rgba(0, 0, 0, 0.54);
}

.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,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}

.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-paginator-container {
  min-height: 56px;
}

.mat-progress-bar-background {
  fill: var(--mainColor-100);
}

.mat-progress-bar-buffer {
  background-color: var(--mainColor-100);
}

.mat-progress-bar-fill::after {
  background-color: var(--mainColor);
}

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c6ccd1;
}

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c6ccd1;
}

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #2b4154;
}

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ecbcbc;
}

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #ecbcbc;
}

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #c20000;
}

.mat-progress-spinner circle, .mat-spinner circle {
  stroke: var(--mainColor);
}

.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #2b4154;
}

.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #c20000;
}

.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}

.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--mainColor);
}

.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: var(--mainColor);
}

.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2b4154;
}

.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: #2b4154;
}

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #c20000;
}

.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: #c20000;
}

.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}

.mat-radio-button .mat-ripple-element {
  background-color: black;
}

.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}

.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}

.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}

.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}

.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: var(--mainColor);
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #2b4154;
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #c20000;
}

.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #c20000;
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}

.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}

.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}

.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 rgba(0, 0, 0, 0.12);
}

.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}

.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: #2b4154;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(43, 65, 84, 0.54);
}

.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #2b4154;
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: var(--mainColor);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: var(--mainColor);
}

.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: var(--mainColor);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #c20000;
}

.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(194, 0, 0, 0.54);
}

.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #c20000;
}

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}

.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-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-primary .mat-slider-track-fill,
.mat-slider.mat-primary .mat-slider-thumb,
.mat-slider.mat-primary .mat-slider-thumb-label {
  background-color: var(--mainColor);
}

.mat-slider.mat-primary .mat-slider-thumb-label-text {
  color: black;
}

.mat-slider.mat-primary .mat-slider-focus-ring {
  background-color: var(--mainColor);
  opacity: 0.2;
}

.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
  background-color: #2b4154;
}

.mat-slider.mat-accent .mat-slider-thumb-label-text {
  color: white;
}

.mat-slider.mat-accent .mat-slider-focus-ring {
  background-color: rgba(43, 65, 84, 0.2);
}

.mat-slider.mat-warn .mat-slider-track-fill,
.mat-slider.mat-warn .mat-slider-thumb,
.mat-slider.mat-warn .mat-slider-thumb-label {
  background-color: #c20000;
}

.mat-slider.mat-warn .mat-slider-thumb-label-text {
  color: white;
}

.mat-slider.mat-warn .mat-slider-focus-ring {
  background-color: rgba(194, 0, 0, 0.2);
}

.mat-slider:hover .mat-slider-track-background,
.mat-slider.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-disabled .mat-slider-track-background,
.mat-slider.mat-slider-disabled .mat-slider-track-fill,
.mat-slider.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}

.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}

.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}

.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}

.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover:not([aria-disabled]), .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}

.mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}

@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}

.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}

.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: black;
}

.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: var(--mainColor);
  color: black;
}

.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: #2b4154;
  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: #c20000;
  color: white;
}

.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #c20000;
}

.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}

.mat-step-header .mat-step-label.mat-step-label-error {
  color: #c20000;
}

.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}

.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}

.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.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-sort-header-arrow {
  color: #757575;
}

.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}

.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}

.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}

.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}

.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}

.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: var(--mainColor-100);
}

.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: var(--mainColor);
}

.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: black;
}

.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(191, 198, 204, 0.3);
}

.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #2b4154;
}

.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(237, 179, 179, 0.3);
}

.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #c20000;
}

.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: var(--mainColor-100);
}

.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: var(--mainColor);
}

.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: black;
}

.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(0, 0, 0, 0.4);
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-primary > .mat-tab-link-container .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 .mat-tab-header-pagination-chevron,
.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-link-container .mat-focus-indicator::before,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-focus-indicator::before {
  border-color: black;
}

.mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.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 .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: black;
  opacity: 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-group.mat-background-primary > .mat-tab-header-pagination .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,
.mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination .mat-ripple-element {
  background-color: black;
  opacity: 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(191, 198, 204, 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: #2b4154;
}

.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 .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-accent > .mat-tab-link-container .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 .mat-tab-header-pagination-chevron,
.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-link-container .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 .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.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 .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: white;
  opacity: 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-group.mat-background-accent > .mat-tab-header-pagination .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,
.mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 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(237, 179, 179, 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: #c20000;
}

.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 .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-header-pagination .mat-tab-header-pagination-chevron,
.mat-tab-group.mat-background-warn > .mat-tab-link-container .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 .mat-tab-header-pagination-chevron,
.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-link-container .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 .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,
.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 .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: white;
  opacity: 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-group.mat-background-warn > .mat-tab-header-pagination .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,
.mat-tab-nav-bar.mat-background-warn > .mat-tab-header-pagination .mat-ripple-element {
  background-color: white;
  opacity: 0.12;
}

.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  background: var(--mainColor);
  color: black;
}

.mat-toolbar.mat-accent {
  background: #2b4154;
  color: white;
}

.mat-toolbar.mat-warn {
  background: #c20000;
  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,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}

.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: #2b4154;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[7].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[7].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[7].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[7].rules[1].use[1]!./src/styles.sass ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -2px; }
.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0; }
.p-nogutter > .p-col,
.p-nogutter > [class*="p-col-"] {
  padding: 0; }
.p-dir-rev {
  flex-direction: row-reverse; }
.p-dir-col {
  flex-direction: column; }
.p-dir-col-rev {
  flex-direction: column-reverse; }
.p-justify-start {
  justify-content: flex-start; }
.p-justify-end {
  justify-content: flex-end; }
.p-justify-center {
  justify-content: center; }
.p-justify-between {
  justify-content: space-between; }
.p-justify-around {
  justify-content: space-around; }
.p-justify-even {
  justify-content: space-evenly; }
.p-align-start {
  align-items: flex-start; }
.p-align-end {
  align-items: flex-end; }
.p-align-center {
  align-items: center; }
.p-align-baseline {
  align-items: baseline; }
.p-align-stretch {
  align-items: stretch; }
.p-col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 2px 15px 3px; }
.p-col-fixed {
  flex: 0 0 auto;
  padding: 2px 15px 3px; }
.p-col-align-start {
  align-self: flex-start; }
.p-col-align-end {
  align-self: flex-end; }
.p-col-align-center {
  align-self: center; }
.p-col-align-baseline {
  align-self: baseline; }
.p-col-align-stretch {
  align-self: stretch; }
.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12 {
  flex: 0 0 auto;
  padding: 2px 15px 3px; }
.p-col-1 {
  width: 8.3333%; }
.p-col-2 {
  width: 16.6667%; }
.p-col-3 {
  width: 25%; }
.p-col-4 {
  width: 33.3333%; }
.p-col-5 {
  width: 41.6667%; }
.p-col-6 {
  width: 50%; }
.p-col-7 {
  width: 58.3333%; }
.p-col-8 {
  width: 66.6667%; }
.p-col-9 {
  width: 75%; }
.p-col-10 {
  width: 83.3333%; }
.p-col-11 {
  width: 91.6667%; }
.p-col-12 {
  width: 100%; }
.p-offset-12 {
  margin-left: 100%; }
.p-offset-11 {
  margin-left: 91.66666667%; }
.p-offset-10 {
  margin-left: 83.33333333%; }
.p-offset-9 {
  margin-left: 75%; }
.p-offset-8 {
  margin-left: 66.66666667%; }
.p-offset-7 {
  margin-left: 58.33333333%; }
.p-offset-6 {
  margin-left: 50%; }
.p-offset-5 {
  margin-left: 41.66666667%; }
.p-offset-4 {
  margin-left: 33.33333333%; }
.p-offset-3 {
  margin-left: 25%; }
.p-offset-2 {
  margin-left: 16.66666667%; }
.p-offset-1 {
  margin-left: 8.33333333%; }
.p-offset-0 {
  margin-left: 0%; }
.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 2px 15px 3px; }
.p-col-nogutter {
  padding: 0; }
@media screen and (min-width: 576px) {
  .p-sm-1,
  .p-sm-2,
  .p-sm-3,
  .p-sm-4,
  .p-sm-5,
  .p-sm-6,
  .p-sm-7,
  .p-sm-8,
  .p-sm-9,
  .p-sm-10,
  .p-sm-11,
  .p-sm-12 {
    flex: 0 0 auto; }

  .p-sm-1 {
    width: 8.3333%; }

  .p-sm-2 {
    width: 16.6667%; }

  .p-sm-3 {
    width: 25%; }

  .p-sm-4 {
    width: 33.3333%; }

  .p-sm-5 {
    width: 41.6667%; }

  .p-sm-6 {
    width: 50%; }

  .p-sm-7 {
    width: 58.3333%; }

  .p-sm-8 {
    width: 66.6667%; }

  .p-sm-9 {
    width: 75%; }

  .p-sm-10 {
    width: 83.3333%; }

  .p-sm-11 {
    width: 91.6667%; }

  .p-sm-12 {
    width: 100%; }

  .p-sm-offset-12 {
    margin-left: 100%; }

  .p-sm-offset-11 {
    margin-left: 91.66666667%; }

  .p-sm-offset-10 {
    margin-left: 83.33333333%; }

  .p-sm-offset-9 {
    margin-left: 75%; }

  .p-sm-offset-8 {
    margin-left: 66.66666667%; }

  .p-sm-offset-7 {
    margin-left: 58.33333333%; }

  .p-sm-offset-6 {
    margin-left: 50%; }

  .p-sm-offset-5 {
    margin-left: 41.66666667%; }

  .p-sm-offset-4 {
    margin-left: 33.33333333%; }

  .p-sm-offset-3 {
    margin-left: 25%; }

  .p-sm-offset-2 {
    margin-left: 16.66666667%; }

  .p-sm-offset-1 {
    margin-left: 8.33333333%; }

  .p-sm-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 768px) {
  .p-md-1,
  .p-md-2,
  .p-md-3,
  .p-md-4,
  .p-md-5,
  .p-md-6,
  .p-md-7,
  .p-md-8,
  .p-md-9,
  .p-md-10,
  .p-md-11,
  .p-md-12 {
    flex: 0 0 auto; }

  .p-md-1 {
    width: 8.3333%; }

  .p-md-2 {
    width: 16.6667%; }

  .p-md-3 {
    width: 25%; }

  .p-md-4 {
    width: 33.3333%; }

  .p-md-5 {
    width: 41.6667%; }

  .p-md-6 {
    width: 50%; }

  .p-md-7 {
    width: 58.3333%; }

  .p-md-8 {
    width: 66.6667%; }

  .p-md-9 {
    width: 75%; }

  .p-md-10 {
    width: 83.3333%; }

  .p-md-11 {
    width: 91.6667%; }

  .p-md-12 {
    width: 100%; }

  .p-md-offset-12 {
    margin-left: 100%; }

  .p-md-offset-11 {
    margin-left: 91.66666667%; }

  .p-md-offset-10 {
    margin-left: 83.33333333%; }

  .p-md-offset-9 {
    margin-left: 75%; }

  .p-md-offset-8 {
    margin-left: 66.66666667%; }

  .p-md-offset-7 {
    margin-left: 58.33333333%; }

  .p-md-offset-6 {
    margin-left: 50%; }

  .p-md-offset-5 {
    margin-left: 41.66666667%; }

  .p-md-offset-4 {
    margin-left: 33.33333333%; }

  .p-md-offset-3 {
    margin-left: 25%; }

  .p-md-offset-2 {
    margin-left: 16.66666667%; }

  .p-md-offset-1 {
    margin-left: 8.33333333%; }

  .p-md-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 992px) {
  .p-lg-1,
  .p-lg-2,
  .p-lg-3,
  .p-lg-4,
  .p-lg-5,
  .p-lg-6,
  .p-lg-7,
  .p-lg-8,
  .p-lg-9,
  .p-lg-10,
  .p-lg-11,
  .p-lg-12 {
    flex: 0 0 auto; }

  .p-lg-1 {
    width: 8.3333%; }

  .p-lg-2 {
    width: 16.6667%; }

  .p-lg-3 {
    width: 25%; }

  .p-lg-4 {
    width: 33.3333%; }

  .p-lg-5 {
    width: 41.6667%; }

  .p-lg-6 {
    width: 50%; }

  .p-lg-7 {
    width: 58.3333%; }

  .p-lg-8 {
    width: 66.6667%; }

  .p-lg-9 {
    width: 75%; }

  .p-lg-10 {
    width: 83.3333%; }

  .p-lg-11 {
    width: 91.6667%; }

  .p-lg-12 {
    width: 100%; }

  .p-lg-offset-12 {
    margin-left: 100%; }

  .p-lg-offset-11 {
    margin-left: 91.66666667%; }

  .p-lg-offset-10 {
    margin-left: 83.33333333%; }

  .p-lg-offset-9 {
    margin-left: 75%; }

  .p-lg-offset-8 {
    margin-left: 66.66666667%; }

  .p-lg-offset-7 {
    margin-left: 58.33333333%; }

  .p-lg-offset-6 {
    margin-left: 50%; }

  .p-lg-offset-5 {
    margin-left: 41.66666667%; }

  .p-lg-offset-4 {
    margin-left: 33.33333333%; }

  .p-lg-offset-3 {
    margin-left: 25%; }

  .p-lg-offset-2 {
    margin-left: 16.66666667%; }

  .p-lg-offset-1 {
    margin-left: 8.33333333%; }

  .p-lg-offset-0 {
    margin-left: 0%; } }
@media screen and (min-width: 1200px) {
  .p-xl-1,
  .p-xl-2,
  .p-xl-3,
  .p-xl-4,
  .p-xl-5,
  .p-xl-6,
  .p-xl-7,
  .p-xl-8,
  .p-xl-9,
  .p-xl-10,
  .p-xl-11,
  .p-xl-12 {
    flex: 0 0 auto; }

  .p-xl-1 {
    width: 8.3333%; }

  .p-xl-2 {
    width: 16.6667%; }

  .p-xl-3 {
    width: 25%; }

  .p-xl-4 {
    width: 33.3333%; }

  .p-xl-5 {
    width: 41.6667%; }

  .p-xl-6 {
    width: 50%; }

  .p-xl-7 {
    width: 58.3333%; }

  .p-xl-8 {
    width: 66.6667%; }

  .p-xl-9 {
    width: 75%; }

  .p-xl-10 {
    width: 83.3333%; }

  .p-xl-11 {
    width: 91.6667%; }

  .p-xl-12 {
    width: 100%; }

  .p-xl-offset-12 {
    margin-left: 100%; }

  .p-xl-offset-11 {
    margin-left: 91.66666667%; }

  .p-xl-offset-10 {
    margin-left: 83.33333333%; }

  .p-xl-offset-9 {
    margin-left: 75%; }

  .p-xl-offset-8 {
    margin-left: 66.66666667%; }

  .p-xl-offset-7 {
    margin-left: 58.33333333%; }

  .p-xl-offset-6 {
    margin-left: 50%; }

  .p-xl-offset-5 {
    margin-left: 41.66666667%; }

  .p-xl-offset-4 {
    margin-left: 33.33333333%; }

  .p-xl-offset-3 {
    margin-left: 25%; }

  .p-xl-offset-2 {
    margin-left: 16.66666667%; }

  .p-xl-offset-1 {
    margin-left: 8.33333333%; }

  .p-xl-offset-0 {
    margin-left: 0%; } }
.ui-g-ellipsis [class^="p-"] {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
@font-face {
  font-family: 'ks';
  src: url('ks.925a1b1e895426e1.eot?98262299');
  src: url('ks.925a1b1e895426e1.eot?98262299#iefix') format('embedded-opentype'),
       url('ks.8a514e4b4fe0d955.woff2?98262299') format('woff2'),
       url('ks.87640946769590a8.woff?98262299') format('woff'),
       url('ks.10984bebd807f37c.ttf?98262299') format('truetype'),
       url('ks.b8810e62ddca3bec.svg?98262299#ks') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ks';
    src: url('../font/ks.svg?98262299#ks') format('svg');
  }
}
*/
[class^="ks-icon-"]:before, [class*=" ks-icon-"]:before {
  font-family: "ks", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ks-icon-muscles:before { content: '\e800'; }
.ks-icon-nerves:before { content: '\e801'; }
.ks-icon-ribs:before { content: '\e802'; }
.ks-icon-exercises:before { content: '\e803'; }
top-bar-dropdown-one {
  display: inherit;
}
top-bar-one {
  z-index: 20;
}
.mat-toolbar.top-bar {
  background-color: white;
  height: 60px;
}
.mat-toolbar.top-bar .workflows .mat-form-field-infix {
  border-top-width: 5px;
}
.mat-toolbar.top-bar .top-bar-button .mat-button-focus-overlay {
  opacity: 0;
}
.mat-toolbar.top-bar .column {
  overflow: hidden;
}
.mat-toolbar.top-bar .column.center {
  text-align: center;
  flex: 1;
}
.mat-toolbar.top-bar .column.center > h2 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  max-width: 100%;
  text-transform: uppercase;
}
.mat-toolbar.top-bar .column.right {
  text-align: right;
  flex: 0 0 0%;
}
.mat-toolbar.top-bar .column.right.mobile-device {
  position: fixed;
  right: 0;
}
.mat-toolbar.top-bar .column.left.mobile-device {
  position: fixed;
  left: 0;
}
.mat-toolbar.top-bar .logo-place {
  margin-right: 25px;
  flex: none;
}
.mat-toolbar.top-bar .logo-place img {
  vertical-align: middle;
  margin-bottom: 7px;
  width: 150px;
}
.mat-toolbar.top-bar .top-bar-tablet-logo {
  position: absolute;
  left: 40px;
  height: 40px;
}
.mat-toolbar.top-bar .top-bar-tablet-logo .mat-icon {
  vertical-align: middle;
  width: 100px;
  height: 100%;
}
.mat-toolbar.top-bar .clinic-name {
  color: var(--mainColor);
  display: flex;
  align-items: center;
  cursor: default;
}
.mat-toolbar.top-bar .pointer-cursor {
  cursor: pointer;
}
.mat-toolbar.top-bar .main-menu .mat-button-focus-overlay {
  background: transparent;
}
.mat-toolbar.top-bar .main-menu .more-button {
  border-radius: 2px;
}
.mat-toolbar.top-bar .main-menu .more-button[aria-expanded=true] {
  box-shadow: -8px 0 20px rgba(43, 65, 84, 0.15);
  color: var(--mainColorAccent);
  background: #d7e1e3;
}
.mat-toolbar.top-bar .main-menu .mat-button {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  align-self: stretch;
  letter-spacing: 0.8333px;
  color: #2b4154;
}
.mat-toolbar.top-bar .main-menu .mat-button[aria-expanded=true] {
  box-shadow: -8px 0 20px rgba(43, 65, 84, 0.15);
  color: var(--mainColorAccent);
}
.mat-toolbar.top-bar .main-menu .mat-button[disabled], .mat-toolbar.top-bar .main-menu .mat-button[disabled]:hover .mat-button-wrapper {
  color: rgba(0, 0, 0, 0.26);
}
.mat-toolbar.top-bar .main-menu .mat-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mat-toolbar.top-bar .main-menu .mat-button:hover .mat-button-focus-overlay,
.mat-toolbar.top-bar .main-menu .mat-stroked-button:hover .mat-button-focus-overlay,
.mat-toolbar.top-bar .main-menu .mat-icon-button:hover .mat-button-focus-overlay {
  background: transparent;
  opacity: 1;
}
.mat-toolbar.top-bar .main-menu .mat-button:hover .mat-button-wrapper,
.mat-toolbar.top-bar .main-menu .mat-stroked-button:hover .mat-button-wrapper,
.mat-toolbar.top-bar .main-menu .mat-icon-button:hover .mat-button-wrapper,
.mat-toolbar.top-bar .main-menu .mat-button.active .mat-button-wrapper,
.mat-toolbar.top-bar .main-menu .mat-stroked-button.active .mat-button-wrapper,
.mat-toolbar.top-bar .main-menu .mat-icon-button.active .mat-button-wrapper {
  color: var(--mainColorAccent);
}
.mat-toolbar.top-bar .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mat-toolbar.top-bar .mat-icon.size-30 {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.mat-toolbar.top-bar .avatar .mat-icon {
  font-size: 100%;
  height: 100%;
  width: 100%;
  line-height: 100%;
}
.mat-toolbar.top-bar .avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  align-self: center;
  flex-shrink: 0;
}
.mat-toolbar.top-bar .avatar.border-black {
  border: 1px solid black;
}
.mat-toolbar.top-bar .avatar-wrapper.has-birthday {
  position: relative;
  margin-right: 20px !important;
}
.mat-toolbar.top-bar .avatar-wrapper.has-birthday > .mat-icon {
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: -20px;
}
.mat-toolbar.top-bar .mat-badge-content {
  color: white;
}
.tablet .mat-toolbar.top-bar {
  min-height: 60px;
  height: auto;
  padding: 0 10px;
  background-color: #eef5f6;
}
.tablet .mat-toolbar.top-bar .column.mobile-device {
  top: 11px;
}
.mobile .mat-toolbar.top-bar {
  min-height: 45px;
  height: auto;
  padding: 0;
  background-color: #eef5f6;
}
.mobile .mat-toolbar.top-bar .column.mobile-device {
  top: 4px;
}
.main-menu-overlay {
  background: #d7e1e3;
  box-shadow: -8px 10px 20px rgba(43, 65, 84, 0.3);
  margin-top: -23px;
}
.main-menu-overlay .mat-menu-content:not(:empty) {
  padding-top: 15px;
  padding-bottom: 10px;
}
.main-menu-overlay .mat-menu-item {
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.8333px;
  font-weight: 500;
}
.main-menu-overlay .mat-menu-item:hover:not([disabled]),
.main-menu-overlay .mat-menu-item.cdk-program-focused:not([disabled]),
.main-menu-overlay .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.main-menu-overlay .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.4);
}
.main-menu-overlay .statistics-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu-overlay .statistics-menu-item .mat-icon {
  margin-right: 0;
  margin-left: 5px;
  color: inherit;
}
.main-menu-overlay.level-2 {
  background: #E7EDEF;
  box-shadow: 8px 10px 20px rgba(43, 65, 84, 0.3);
  margin-top: 7px;
  border-radius: 0 2px 2px;
}
.main-menu-overlay.level-2 .mat-menu-item {
  height: 33px;
  line-height: 33px;
  font-size: 14px;
}
.main-menu-overlay.termin-panel {
  border-radius: 0;
  box-shadow: none;
}
.main-menu-overlay.termin-panel.level-2 {
  background: #E3EAEC;
  box-shadow: 5px 5px 10px rgba(43, 65, 84, 0.2);
}
.mat-menu-item.border-top {
  border-top: 1px solid #2b4154;
}
.mat-menu-item.border-bottom {
  border-bottom: 1px solid #2b4154;
}
.mat-menu-panel.workflow-dropdown,
.mat-menu-panel.topbar-dropdown,
.mat-menu-panel.mobile-appointment {
  background: #e4e9ea;
  border-color: #e4e9ea;
  box-shadow: 2px 5px 20px rgba(43, 65, 84, 0.3);
  border-radius: 0;
  min-width: 180px;
  max-width: 100%;
}
.mat-menu-panel.workflow-dropdown .as-menu-item,
.mat-menu-panel.topbar-dropdown .as-menu-item,
.mat-menu-panel.mobile-appointment .as-menu-item {
  width: 100%;
  display: block;
}
.mat-menu-panel.workflow-dropdown .mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-panel.workflow-dropdown .mat-menu-item-highlighted:not([disabled]),
.mat-menu-panel.topbar-dropdown .mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-panel.topbar-dropdown .mat-menu-item-highlighted:not([disabled]),
.mat-menu-panel.mobile-appointment .mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-panel.mobile-appointment .mat-menu-item-highlighted:not([disabled]) {
  background: transparent;
}
.mat-menu-panel.workflow-dropdown .mat-menu-item, .mat-menu-panel.workflow-dropdown .as-menu-item,
.mat-menu-panel.topbar-dropdown .mat-menu-item,
.mat-menu-panel.topbar-dropdown .as-menu-item,
.mat-menu-panel.mobile-appointment .mat-menu-item,
.mat-menu-panel.mobile-appointment .as-menu-item {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.mat-menu-panel.workflow-dropdown .mat-menu-item .mat-icon, .mat-menu-panel.workflow-dropdown .as-menu-item .mat-icon,
.mat-menu-panel.topbar-dropdown .mat-menu-item .mat-icon,
.mat-menu-panel.topbar-dropdown .as-menu-item .mat-icon,
.mat-menu-panel.mobile-appointment .mat-menu-item .mat-icon,
.mat-menu-panel.mobile-appointment .as-menu-item .mat-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.mat-menu-panel.workflow-dropdown .mat-menu-item:not([disabled]), .mat-menu-panel.workflow-dropdown .as-menu-item:not([disabled]),
.mat-menu-panel.topbar-dropdown .mat-menu-item:not([disabled]),
.mat-menu-panel.topbar-dropdown .as-menu-item:not([disabled]),
.mat-menu-panel.mobile-appointment .mat-menu-item:not([disabled]),
.mat-menu-panel.mobile-appointment .as-menu-item:not([disabled]) {
  color: #2b4154;
}
.mat-menu-panel.workflow-dropdown .mat-menu-item[disabled], .mat-menu-panel.workflow-dropdown .mat-menu-item.disabled-element, .mat-menu-panel.workflow-dropdown .as-menu-item[disabled], .mat-menu-panel.workflow-dropdown .as-menu-item.disabled-element,
.mat-menu-panel.topbar-dropdown .mat-menu-item[disabled],
.mat-menu-panel.topbar-dropdown .mat-menu-item.disabled-element,
.mat-menu-panel.topbar-dropdown .as-menu-item[disabled],
.mat-menu-panel.topbar-dropdown .as-menu-item.disabled-element,
.mat-menu-panel.mobile-appointment .mat-menu-item[disabled],
.mat-menu-panel.mobile-appointment .mat-menu-item.disabled-element,
.mat-menu-panel.mobile-appointment .as-menu-item[disabled],
.mat-menu-panel.mobile-appointment .as-menu-item.disabled-element {
  opacity: 0.6;
}
.mat-menu-panel.workflow-dropdown .mat-menu-item:hover, .mat-menu-panel.workflow-dropdown .as-menu-item:hover,
.mat-menu-panel.topbar-dropdown .mat-menu-item:hover,
.mat-menu-panel.topbar-dropdown .as-menu-item:hover,
.mat-menu-panel.mobile-appointment .mat-menu-item:hover,
.mat-menu-panel.mobile-appointment .as-menu-item:hover {
  background: rgba(255, 255, 255, 0.4);
}
.mat-menu-panel.workflow-dropdown .mat-menu-item-submenu-trigger::after,
.mat-menu-panel.topbar-dropdown .mat-menu-item-submenu-trigger::after,
.mat-menu-panel.mobile-appointment .mat-menu-item-submenu-trigger::after {
  color: #2b4154;
}
.tablet .mat-menu-panel.workflow-dropdown,
.tablet .mat-menu-panel.topbar-dropdown,
.tablet .mat-menu-panel.mobile-appointment {
  min-width: 130px;
}
.tablet .mat-menu-panel.workflow-dropdown .mat-menu-item, .tablet .mat-menu-panel.workflow-dropdown .as-menu-item,
.tablet .mat-menu-panel.topbar-dropdown .mat-menu-item,
.tablet .mat-menu-panel.topbar-dropdown .as-menu-item,
.tablet .mat-menu-panel.mobile-appointment .mat-menu-item,
.tablet .mat-menu-panel.mobile-appointment .as-menu-item {
  font-size: 12px;
  padding: 0 7px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
}
.mobile .mat-menu-panel.workflow-dropdown .mat-menu-item, .mobile .mat-menu-panel.workflow-dropdown .as-menu-item,
.mobile .mat-menu-panel.topbar-dropdown .mat-menu-item,
.mobile .mat-menu-panel.topbar-dropdown .as-menu-item,
.mobile .mat-menu-panel.mobile-appointment .mat-menu-item,
.mobile .mat-menu-panel.mobile-appointment .as-menu-item {
  font-size: 12px;
  height: 34px;
  line-height: 34px;
  text-align: right;
  position: relative;
  border-top-width: 0;
}
.mobile .mat-menu-panel.workflow-dropdown .mat-menu-item:not(:last-child):before, .mobile .mat-menu-panel.workflow-dropdown .as-menu-item:not(:last-child):before,
.mobile .mat-menu-panel.topbar-dropdown .mat-menu-item:not(:last-child):before,
.mobile .mat-menu-panel.topbar-dropdown .as-menu-item:not(:last-child):before,
.mobile .mat-menu-panel.mobile-appointment .mat-menu-item:not(:last-child):before,
.mobile .mat-menu-panel.mobile-appointment .as-menu-item:not(:last-child):before {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: calc(100% - 24px);
  background-color: #8B9AA4;
  border: none;
  top: initial;
  height: 1px;
  content: "";
  display: block;
}
.mobile .mat-menu-panel.workflow-dropdown .mat-menu-item .mat-icon, .mobile .mat-menu-panel.workflow-dropdown .as-menu-item .mat-icon {
  display: none;
}
.mat-menu-panel.no-padding .mat-menu-content {
  padding: 0 !important;
}
.tablet .mat-menu-panel.topbar-dropdown {
  min-width: 180px;
}
.tablet .mat-menu-panel.topbar-dropdown .mat-menu-content {
  padding: 0 12px;
}
.tablet .mat-menu-panel.topbar-dropdown .mat-menu-item {
  font-weight: 600;
}
.tablet .mat-menu-panel.topbar-dropdown .mat-menu-item:not(:last-child) {
  border-bottom: 1px solid #8B9AA4;
}
.mobile .mat-menu-panel.topbar-dropdown {
  min-width: auto;
}
.mobile .mat-menu-panel.topbar-dropdown .mat-menu-content {
  padding: 0 12px;
}
.mobile .mat-menu-panel.topbar-dropdown .mat-menu-item {
  padding: 0;
  text-align: left;
}
.mobile .mat-menu-panel.topbar-dropdown .mat-menu-item:not(:last-child) {
  border-bottom: 1px solid #8B9AA4;
}
.mobile .mat-menu-panel.topbar-dropdown .mat-menu-item:not(:last-child):before {
  display: none;
}
.nhcone .mat-menu-panel.topbar-dropdown {
  background: #eef5f6;
  border: 1px solid #707070;
  margin-top: -1px !important;
  box-shadow: none;
  position: relative;
  overflow: visible;
  min-height: unset !important;
}
.nhcone .mat-menu-panel.topbar-dropdown:after {
  content: "";
  width: 38px;
  height: 3px;
  background: #eef5f6;
  display: block;
  position: absolute;
  top: -1px;
  right: 0px;
}
.nhcone top-bar-one .mat-button.more,
.nhcone top-bar-one .mat-icon-button.more {
  width: 40px;
  min-width: auto;
  border: 1px solid transparent;
  padding: 0;
}
.nhcone top-bar-one .mat-button.more[aria-expanded=true],
.nhcone top-bar-one .mat-icon-button.more[aria-expanded=true] {
  border: 1px solid #707070;
  border-radius: 0;
  background: #eef5f6;
}
.mobile .mat-toolbar.top-bar .mat-button {
  padding: 0 8px;
}
.tablet .mat-toolbar.top-bar.collapsable-top-bar,
.mobile .mat-toolbar.top-bar.collapsable-top-bar {
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 11px;
  line-height: 20px;
  overflow: hidden;
}
.tablet .mat-toolbar.top-bar.collapsable-top-bar .custom-top-bar-title,
.mobile .mat-toolbar.top-bar.collapsable-top-bar .custom-top-bar-title {
  display: flex;
  font-size: 16px;
}
.tablet .mat-toolbar.top-bar.collapsable-top-bar .custom-top-bar-title .staff-name,
.mobile .mat-toolbar.top-bar.collapsable-top-bar .custom-top-bar-title .staff-name {
  text-transform: uppercase;
}
.tablet .mat-toolbar.top-bar.collapsable-top-bar .avatar,
.mobile .mat-toolbar.top-bar.collapsable-top-bar .avatar {
  margin-left: 0;
  width: 98px;
  height: 98px;
}
.tablet .collapsed-top-bar .mat-toolbar.top-bar .top-bar-content .avatar-wrapper,
.mobile .collapsed-top-bar .mat-toolbar.top-bar .top-bar-content .avatar-wrapper {
  margin-right: 10px;
  margin-bottom: 0 !important;
}
.tablet .collapsed-top-bar .mat-toolbar.top-bar .top-bar-content .avatar-wrapper .avatar,
.mobile .collapsed-top-bar .mat-toolbar.top-bar .top-bar-content .avatar-wrapper .avatar {
  width: 38px;
  height: 38px;
  transform: scale(1) !important;
}
.tablet .collapsed-top-bar ~ one-staff-wrapper .mat-tab-body-active .page-content,
.tablet .collapsed-top-bar ~ one-staff-wrapper one-staff-presence-tab .presence-tab,
.tablet .collapsed-top-bar ~ one-patient-wrapper .mat-tab-body-active .page-content,
.tablet .collapsed-top-bar ~ one-patient-wrapper one-staff-presence-tab .presence-tab,
.mobile .collapsed-top-bar ~ one-staff-wrapper .mat-tab-body-active .page-content,
.mobile .collapsed-top-bar ~ one-staff-wrapper one-staff-presence-tab .presence-tab,
.mobile .collapsed-top-bar ~ one-patient-wrapper .mat-tab-body-active .page-content,
.mobile .collapsed-top-bar ~ one-patient-wrapper one-staff-presence-tab .presence-tab {
  padding-bottom: 90px;
}
.tablet top-bar-one:not(.collapsed-top-bar) .has-centerpiece .column.center,
.mobile top-bar-one:not(.collapsed-top-bar) .has-centerpiece .column.center {
  display: none !important;
}
.tablet .collapsed-top-bar .mat-toolbar.top-bar.collapsable-top-bar, .mobile .collapsed-top-bar .mat-toolbar.top-bar.collapsable-top-bar {
  align-items: center;
}
.tablet .collapsed-top-bar .mat-toolbar.top-bar.collapsable-top-bar .top-bar-content, .mobile .collapsed-top-bar .mat-toolbar.top-bar.collapsable-top-bar .top-bar-content {
  flex-direction: row !important;
}
.mobile .mat-toolbar.top-bar.collapsable-top-bar .column:not(.center) {
  overflow: visible;
}
.mobile .mat-toolbar.top-bar.collapsable-top-bar .spacer.first {
  display: none;
}
.mobile .mat-toolbar.top-bar.collapsable-top-bar .staff-name {
  display: block;
  width: 100%;
}
.mobile .mat-toolbar.top-bar.collapsable-top-bar .avatar {
  width: 86px;
  height: 86px;
}
.mobile .mat-toolbar.top-bar.collapsable-top-bar .custom-top-bar-title {
  flex-wrap: wrap;
  justify-content: center;
}
.mobile .collapsed-top-bar .custom-top-bar-title > span:not(.staff-name) {
  display: none;
}
.sidebar-opened .mobile .mat-toolbar.top-bar.collapsable-top-bar {
  grid-template-columns: min-content 1fr min-content;
  align-items: center;
}
.sidebar-opened .mobile .mat-toolbar.top-bar.collapsable-top-bar .custom-top-bar-title > span:not(.staff-name) {
  display: none;
}
.staff-select.mat-form-field {
  width: 230px;
  padding: 0 16px;
  font-size: 16px;
  height: 50px;
  display: flex;
  align-items: center;
}
.staff-select.mat-form-field .mat-form-field-underline {
  display: none;
}
.staff-select.mat-form-field .mat-form-field-infix {
  border-top-width: 0;
}
.staff-select.mat-form-field .mat-select-trigger {
  height: auto;
}
.staff-select.mat-form-field mat-select-trigger {
  display: flex;
  align-items: center;
}
.staff-select.mat-form-field mat-select-trigger one-avatar {
  margin: 0 10px 0 0 !important;
}
.staff-select.mat-form-field .title {
  white-space: break-spaces;
}
.staff-select.mat-form-field .title.admin-account {
  color: #c20000;
}
one-avatar {
  cursor: pointer;
}
.mat-select-panel.staff-select-panel {
  margin-top: -28px;
  max-height: 300px;
  background: var(--backgroundColor);
  border-radius: 4px 4px 0 0;
  box-shadow: 0 4px 20px 0 rgba(43, 65, 84, 0.5);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateX(-50px) !important;
}
.mat-select-panel.staff-select-panel .mat-option {
  height: auto;
  padding: 5px 16px;
  line-height: 40px;
  font-size: 16px;
}
.mat-select-panel.staff-select-panel .mat-option.bottom-actions {
  padding: 6px 0 0 0;
  background: #EEF5F6;
  color: inherit;
  border-radius: 0 0 4px 4px;
  line-height: unset;
  overflow: initial;
}
.mat-select-panel.staff-select-panel .mat-option.bottom-actions .mat-option-text {
  flex-direction: column;
  align-items: stretch;
}
.mat-select-panel.staff-select-panel .mat-option.bottom-actions .action {
  line-height: 32px;
  cursor: pointer;
  padding: 0 16px;
}
.mat-select-panel.staff-select-panel .mat-option.bottom-actions .action:hover {
  background: rgba(0, 0, 0, 0.04);
}
.mat-select-panel.staff-select-panel .mat-option.staff-list {
  overflow-y: auto;
  display: block;
  padding: 0;
  color: inherit;
}
.mat-select-panel.staff-select-panel .mat-option.staff-list > .mat-option-text {
  flex-direction: column;
  align-items: stretch;
}
.mat-select-panel.staff-select-panel .mat-option-text {
  display: flex;
  align-items: center;
}
.mat-select-panel.staff-select-panel .mat-option-text one-avatar {
  margin-right: 10px;
}
.mat-select-panel.staff-select-panel .mat-option-text .mat-select-arrow-wrapper {
  margin-left: auto;
}
.multi-workflows-dropdown.mat-select-panel {
  max-width: none;
}
.multi-workflows-dropdown .multi-workflows-options {
  display: grid;
  grid-template-columns: auto auto 100px 22px;
}
.multi-workflows-dropdown .multi-workflows-options .mat-icon {
  margin: auto;
}
.multi-workflows-dropdown .multi-workflows-options .no-ellipsis {
  margin-left: 5px;
}
.multi-workflows-dropdown .mat-option.mat-active {
  background: #fff;
}
.multi-workflows-dropdown .mat-option.mat-active:hover {
  background: rgba(0, 0, 0, 0.04);
}
.multi-workflows-dropdown .add-button-select[disabled] {
  color: grey;
}
.workflows.mat-badge .mat-badge-content {
  background-color: #707070;
  top: -7px;
}
.mat-toolbar.secondary-toolbar {
  position: relative;
  height: 60px;
  background: linear-gradient(90deg, rgb(133, 30, 119) 0%, rgb(199, 52, 135) 15%, rgb(199, 52, 135) 75%, rgb(233, 94, 39) 100%);
}
.tablet .mat-toolbar.secondary-toolbar {
  min-height: 50px;
}
.mobile .mat-toolbar.secondary-toolbar {
  min-height: 45px;
  line-height: 1;
  padding: 0 10px;
}
.mat-toolbar.secondary-toolbar .mat-button-wrapper .mat-icon {
  width: 20px;
  height: 20px;
}
.mat-toolbar.secondary-toolbar .mat-button-wrapper .mat-icon > svg {
  vertical-align: top;
}
.mat-toolbar.secondary-toolbar .mat-button-wrapper .icon-button-text,
.mat-toolbar.secondary-toolbar .mat-button-wrapper .mobile-button-label {
  margin-left: 5px;
  display: inline-block;
  line-height: 20px;
}
.mat-toolbar.secondary-toolbar .tabs {
  list-style-type: none;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.9375px;
  color: white;
}
.mat-toolbar.secondary-toolbar .tabs > li {
  padding: 0 35px;
  position: relative;
}
.mat-toolbar.secondary-toolbar .tabs > li a {
  color: white;
  font-weight: 500;
}
.mat-toolbar.secondary-toolbar .tabs > li.active a {
  color: var(--mainColor);
  font-weight: 600;
}
.mat-toolbar.secondary-toolbar .tabs > li:not(:first-child):before {
  content: "";
  display: block;
  height: 12px;
  width: 1px;
  background-color: #95a0aa;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.mat-toolbar.secondary-toolbar .mat-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.93px;
}
.mat-toolbar.secondary-toolbar .mat-button.mat-primary {
  color: white;
  background: rgba(255, 255, 255, 0.2);
}
.mat-toolbar.secondary-toolbar .mat-button .mat-badge .mat-badge-content {
  color: var(--mainColor);
  background: white;
}
.mat-toolbar.secondary-toolbar .mat-button .mat-badge.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-toolbar.secondary-toolbar .mat-button.no-stroke {
  border: none;
}
.mat-toolbar.secondary-toolbar .mat-button.no-padding {
  padding: 0 !important;
}
.mat-toolbar.secondary-toolbar .mat-button.push-right {
  margin-left: auto;
}
.mat-toolbar.secondary-toolbar .mat-icon-button.push-right {
  margin-left: auto;
}
.mat-toolbar.secondary-toolbar wf-bar-button .mat-menu-item {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.93px;
  color: inherit;
}
.mat-toolbar.secondary-toolbar wf-bar-button .mat-menu-item .mat-icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  color: inherit;
}
.mat-toolbar.secondary-toolbar .mat-button[disabled],
.mat-toolbar.secondary-toolbar .mat-button.disabled-element,
.mat-toolbar.secondary-toolbar .mat-icon-button[disabled],
.mat-toolbar.secondary-toolbar .mat-icon-button.disabled-element,
.mat-toolbar.secondary-toolbar .mat-menu-item[disabled] {
  color: rgba(255, 255, 255, 0.56);
}
.mat-toolbar.secondary-toolbar .mat-form-field-infix {
  border-top: 0 solid transparent !important;
}
.mat-toolbar.secondary-toolbar .mat-select-value,
.mat-toolbar.secondary-toolbar .mat-form-field-label {
  color: white;
}
.mat-toolbar.secondary-toolbar .mat-form-field-appearance-legacy .mat-form-field-label {
  color: currentColor !important;
}
.mat-toolbar.secondary-toolbar .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: currentColor;
}
.mat-toolbar.secondary-toolbar .mat-focused.mat-form-field-appearance-legacy .mat-form-field-label {
  color: var(--mainColor) !important;
}
.desktop .mat-toolbar.secondary-toolbar .mat-button.space-before {
  margin-left: 40px;
}
.mobile .mat-toolbar.secondary-toolbar .mat-form-field {
  font-size: 12px;
  line-height: 1.6666em;
}
.mobile .mat-toolbar.secondary-toolbar .mat-form-field.search-field {
  flex: 1;
}
.mobile .mat-toolbar.secondary-toolbar .mat-form-field .mat-form-field-infix {
  padding: 0.3325em 0;
}
.mobile .mat-toolbar.secondary-toolbar .mat-form-field .mat-form-field-label-wrapper {
  top: -1.25125em;
  padding-top: 1.25125em;
}
.mobile .mat-toolbar.secondary-toolbar .mat-form-field .mat-form-field-label {
  top: 1.58375em;
}
.mobile .mat-toolbar.secondary-toolbar .mat-form-field.auto-flex {
  flex: 1;
}
.mobile .mat-toolbar.secondary-toolbar .mat-form-field.auto-flex .mat-form-field-infix {
  width: 100%;
}
.mobile .mat-toolbar.secondary-toolbar .mat-button-wrapper .icon-button-text {
  margin-left: 0px;
}
.mobile .mat-toolbar.secondary-toolbar .mat-button,
.mobile .mat-toolbar.secondary-toolbar .mat-stroked-button {
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  border-color: currentColor;
}
.mobile .mat-toolbar.secondary-toolbar .mat-icon-button:not(.show-label) .mobile-button-label {
  display: none;
}
.mobile .mat-toolbar.secondary-toolbar .mat-icon-button.stroked, .mobile .mat-toolbar.secondary-toolbar .mat-icon-button.show-label {
  font-size: 12px;
  line-height: 25px;
  font-weight: 400;
  width: auto;
  height: auto;
  padding: 0 15px;
}
.mobile .mat-toolbar.secondary-toolbar .mat-icon-button.stroked {
  border-radius: 4px;
  border: 1px solid currentColor;
}
.mobile .mat-toolbar.secondary-toolbar .mobile-push-right {
  margin-left: auto;
}
.tablet .mat-toolbar.secondary-toolbar .mat-form-field {
  font-size: 12px;
  line-height: 1.6666em;
}
.tablet .mat-toolbar.secondary-toolbar .mat-form-field .mat-form-field-infix {
  padding: 0.3325em 0;
}
.tablet .mat-toolbar.secondary-toolbar .mat-form-field .mat-form-field-label-wrapper {
  top: -1.25125em;
  padding-top: 1.25125em;
}
.tablet .mat-toolbar.secondary-toolbar .mat-form-field .mat-form-field-label {
  top: 1.58375em;
}
.tablet .mat-toolbar.secondary-toolbar .mat-button,
.tablet .mat-toolbar.secondary-toolbar .mat-stroked-button {
  font-size: 12px;
  padding: 0 10px;
  font-weight: 500;
  border-color: currentColor;
  line-height: 28px;
  border-radius: 2px;
}
.tablet .mat-toolbar.secondary-toolbar .mat-button .mat-icon,
.tablet .mat-toolbar.secondary-toolbar .mat-stroked-button .mat-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}
.tablet .mat-toolbar.secondary-toolbar .mat-icon-button {
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  line-height: 30px;
}
.tablet .mat-toolbar.secondary-toolbar.icon-size-24 .mat-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 24px;
}
.nhcone .table-searchbar {
  color: #2b4154;
  flex-shrink: 0;
  padding: 10px 0;
  min-height: 60px;
  display: flex;
  place-content: center flex-start;
  align-items: center;
}
.nhcone .table-searchbar > * + * {
  margin-left: 10px;
}
.nhcone .table-searchbar .mat-icon-button.active {
  color: var(--mainColor);
}
.nhcone .table-searchbar .search-count-total {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.3px;
  margin-right: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.nhcone .table-searchbar .search-count-total .mat-checkbox {
  margin-left: 14px;
}
.nhcone .table-searchbar input,
.nhcone .table-searchbar .mat-select {
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.nhcone .table-searchbar .mat-form-field-label {
  color: #2b4154;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.nhcone .table-searchbar .mat-form-field-infix {
  border-top: 0;
}
.nhcone .table-searchbar .mat-select-placeholder {
  color: #2b4154;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.nhcone .table-searchbar::-webkit-input-placeholder {
  color: #2b4154;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif !important;
}
.nhcone .table-searchbar:-moz-placeholder {
  color: #2b4154;
  font-weight: 500;
}
.nhcone .table-searchbar::-moz-placeholder {
  color: #2b4154;
  font-weight: 500;
}
.nhcone .table-searchbar:-ms-input-placeholder {
  color: #2b4154;
  font-weight: 500;
}
.nhcone .table-searchbar .mat-select-arrow {
  border-width: 6px;
  color: #2B4154;
}
.nhcone .table-searchbar .table-columns {
  width: 251px;
  margin-left: auto;
}
.nhcone .table-searchbar .sort-wrapper {
  margin-left: auto;
}
.nhcone .table-searchbar .sort-label {
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 8px;
  line-height: 1.43;
  padding: 3px 0 4px;
  white-space: nowrap;
}
.nhcone .table-searchbar .select-all {
  margin: 0;
}
.nhcone .table-searchbar .page-content-toolbar {
  padding: 0;
  display: flex;
  place-content: center flex-start;
  align-items: center;
  flex: 1 1 0%;
}
.nhcone .table-searchbar.mobileSelectActive {
  padding: 6px 0 5px;
}
.nhcone .table-searchbar.commision-searchbar {
  font-size: 16px;
  margin-bottom: 15px;
}
.nhcone .table-searchbar.commision-searchbar .search-count-total {
  margin-bottom: 5px;
}
.nhcone .table-searchbar.commision-searchbar .commision-staff-details {
  font-weight: 600;
}
.nhcone .table-searchbar.commision-searchbar .commision-staff-details .mat-icon {
  width: 20px;
  height: 20px;
}
.nhcone .calendar-searchbar {
  color: #2b4154;
  flex-shrink: 0;
  padding: 10px 0 13px;
}
.nhcone .calendar-searchbar .mat-icon-button.active {
  color: var(--mainColor);
}
.mobile .select-all,
.desktop .listview .select-all {
  display: none;
}
.mobile .table-searchbar,
.tablet .table-searchbar {
  padding: 0;
  min-height: 40px;
}
.mobile .table-searchbar .search-count-total,
.tablet .table-searchbar .search-count-total {
  font-size: 16px;
  margin-right: 5px;
}
.mobile .calendar-searchbar .search-count-total,
.tablet .calendar-searchbar .search-count-total {
  font-size: 16px;
  margin-right: auto;
}
.mobile .sort-wrapper {
  flex: 1;
  padding-left: 5px;
}
.mobile .mat-form-field.full-width .mat-form-field-infix {
  width: 100%;
}
.single-select {
  min-width: 100% !important;
  transform: scaleY(1) translateX(16px) !important;
}
.single-select.ng-animating {
  visibility: hidden !important;
}
.multi-select {
  min-width: 100% !important;
  transform: scaleY(1) translateX(40px) !important;
}
.multi-select.ng-animating {
  visibility: hidden !important;
}
.multi-select .mat-pseudo-checkbox {
  border-width: 1px;
}
.multi-select .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.multi-select .mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate {
  border-width: 1px;
  border-color: #2b4154;
  border-radius: 1px;
}
.multi-select .mat-pseudo-checkbox-checked::after {
  display: none;
}
.multi-select .mat-option-text {
  color: #2b4154;
}
.device-panel {
  width: 320px;
  min-width: 100% !important;
  max-width: none !important;
}
.content-wrapper .mat-drawer-container {
  background-color: transparent;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.content-wrapper .mat-drawer-container .mat-drawer-inner-container {
  display: flex;
  flex-direction: column;
}
.content-wrapper .mat-drawer-container .mat-drawer-inner-container one-uniform-text-list-filter {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.info-sidebar {
  width: 380px;
  background-color: #2B4154;
  color: white;
  padding: 13px 29px 25px;
  font-weight: 600;
  border-top: 2px solid #1B2936;
}
.info-sidebar a {
  color: #CECECE;
}
.info-sidebar .main-title {
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: center;
}
.info-sidebar .section {
  padding-bottom: 4px;
  border-bottom: 1px solid #1B2936;
  font-size: 14px;
  line-height: 18px;
  color: #CECECE;
  padding-top: 10px;
  flex-shrink: 0;
}
.info-sidebar .section.no-padding {
  padding-top: 0;
}
.info-sidebar .section:last-child {
  border-bottom-width: 0px;
}
.info-sidebar .section .label {
  color: #92A1A9;
}
.info-sidebar .section .title {
  color: white;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-transform: uppercase;
}
.info-sidebar .section .btn-compact {
  font-weight: 600;
  text-transform: inherit;
  color: var(--mainColor-100);
}
.info-sidebar .section .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  vertical-align: middle;
  flex: none;
}
.info-sidebar .section .appointment-list,
.info-sidebar .section .prescription-list {
  display: grid;
  grid-template-columns: 80px minmax(min-content, max-content) 1fr 1fr;
  grid-gap: 15px;
  letter-spacing: -0.64px;
}
.info-sidebar .section .appointment-list .appointment-room,
.info-sidebar .section .appointment-list .data-icon,
.info-sidebar .section .prescription-list .appointment-room,
.info-sidebar .section .prescription-list .data-icon {
  text-align: center;
}
.info-sidebar .section .appointment-list .appointment-status,
.info-sidebar .section .appointment-list .brutto-value,
.info-sidebar .section .prescription-list .appointment-status,
.info-sidebar .section .prescription-list .brutto-value {
  text-align: right;
}
.info-sidebar .section .prescription-list {
  grid-template-columns: max-content max-content min-content 1fr;
}
.info-sidebar .section .patient-groups {
  text-transform: uppercase;
}
.info-sidebar .section .patient-groups:not(:last-child) {
  margin-bottom: 20px;
}
.info-sidebar.treatments-sidebar .main-title {
  text-align: left;
}
.info-sidebar.treatments-sidebar .section {
  padding: 10px 0;
  line-height: 25px;
}
.info-sidebar.treatments-sidebar .section .section-details {
  padding: 0;
}
.info-sidebar.treatments-sidebar .section .section-details .treatment-type {
  display: flex;
  align-items: center;
}
.info-sidebar.treatments-sidebar .section .section-details .treatment-type > div {
  flex: 0 0 50%;
}
.info-sidebar.doc-preview-sidebar {
  background-color: white;
  color: #2b4154;
  border-top: 0;
  padding-top: 60px;
}
.left-sidenav .info-sidebar.doc-preview-sidebar .close-sidenav-button {
  align-self: flex-end;
}
.info-sidebar .section-details {
  padding: 15px 0;
}
.info-sidebar .section-details > [class^=p-col] {
  margin-top: 11px;
}
.info-sidebar .section-details.remark {
  min-height: 100px;
}
.info-sidebar .footer {
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #1B2936;
}
.info-sidebar .footer .mat-stroked-button {
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
  border-color: currentColor;
}
.info-sidebar .avatar {
  margin-bottom: 13px;
}
.info-sidebar.history-sidebar .sidebar-title, .info-sidebar.info-sidebar .sidebar-title {
  padding: 0 30px;
  justify-content: center;
  min-height: 40px;
  display: flex;
  align-items: center;
  word-break: break-word;
}
.left-sidenav .info-sidebar.history-sidebar .sidebar-title, .left-sidenav .info-sidebar.info-sidebar .sidebar-title {
  padding-left: 0;
}
.right-sidenav .info-sidebar.history-sidebar .sidebar-title, .right-sidenav .info-sidebar.info-sidebar .sidebar-title {
  padding-right: 0;
}
.filter-sidebar {
  width: 380px;
  background-color: #ebf0f1;
  color: #2b4154;
  padding: 17px 20px 14px;
  font-weight: 600;
  box-shadow: -10px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.filter-sidebar .title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.3px;
  margin-top: 22px;
}
.filter-sidebar .title.main-title {
  margin-bottom: 14px;
  margin-top: 0;
  font-size: 18px;
}
.filter-sidebar .p-grid + .title {
  margin-top: 19px;
}
.filter-sidebar one-prescription-filters,
.filter-sidebar app-filters {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.filter-sidebar one-prescription-filters .mat-form-field,
.filter-sidebar app-filters .mat-form-field {
  width: 100%;
}
.filter-sidebar .filter-search-form {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  margin-bottom: 16px;
}
.filter-sidebar .filter-search-form .mat-form-field, .filter-sidebar .filter-search-form .filter-button {
  margin-bottom: 8px;
}
.filter-sidebar .filter-search-form .filter-button {
  align-self: flex-end;
}
.filter-sidebar .filter-actions {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
}
.filter-sidebar .filter-actions button + button {
  margin-left: 20px;
}
.mobile .filter-sidebar {
  width: 300px;
}
.left-sidenav .filter-sidebar {
  box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.avatar-50 {
  width: 50px;
  height: 50px;
}
.avatar-50 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.avatar-50 .mat-icon {
  font-size: 50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.patient-info-container {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.patient-info-container .patient-info {
  margin: 8px 0 4px;
  position: relative;
  flex-shrink: 0;
}
.patient-info-container .patient-info .patient-photo {
  border-radius: 50%;
  border: 2px solid white;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.patient-info-container .patient-info .patient-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 10px;
}
.patient-info-container .patient-info .patient-age {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.patient-info-container .patient-info .patient-surcharge {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  color: #FF7B7B;
}
.patient-info-container .patient-info .patient-phone {
  color: rgba(255, 255, 255, 0.56);
}
.patient-info-container .patient-info .patient-phone .mat-icon-button[disabled] {
  color: rgba(255, 255, 255, 0.56);
}
.patient-info-container .section-row {
  height: 35px;
}
.patient-info-container .brutto-value {
  color: white;
  margin-left: auto;
}
.patient-info-container .black-brutto-color {
  color: inherit;
}
.patient-info-container .red-brutto-text {
  color: #FF7B7B;
}
.patient-info-container .grey-brutto-color {
  color: #929292;
}
.patient-info-container .data-icon .mat-icon {
  width: 20px;
  height: 20px;
}
.patient-info-container .appointment-status {
  text-transform: uppercase;
}
.left-sidenav .patient-info-container .patient-info .patient-surcharge {
  right: auto;
  left: 0;
}
.staff-info-container {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.64px;
  min-height: 1px;
}
.staff-info-container .label {
  font-weight: 600;
}
.staff-info-container .color-name {
  text-transform: uppercase;
}
.staff-info-container .working-hours {
  margin-bottom: 5px;
}
.staff-info-container .staff-info {
  padding: 8px 0 4px;
  position: relative;
  flex-shrink: 0;
}
.staff-info-container .staff-info .staff-photo {
  border-radius: 50%;
  border: 2px solid white;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}
.staff-info-container .staff-info .staff-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 10px;
}
.staff-info-container .staff-info .staff-group {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.staff-info-container .staff-info .has-birthday {
  position: absolute;
  right: 0;
}
.price-info-container {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.64px;
}
.price-info-container .label {
  letter-spacing: initial;
}
.mobile .price-info-container,
.tablet .price-info-container {
  height: 100%;
  padding: 15px 0 10px;
}
.mobile .price-info-container .title,
.tablet .price-info-container .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-bottom: 5px;
}
.mobile .price-info-container .section-details,
.tablet .price-info-container .section-details {
  background: #FFF;
  padding: 17px 14px 8px;
  font-size: 14px;
}
.mobile .price-info-container .label,
.tablet .price-info-container .label {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mobile .price-info-container + .footer,
.tablet .price-info-container + .footer {
  display: none !important;
}
.mobile .filter-sidebar {
  padding: 16px;
}
.mobile .price-info-container .section-details {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-gap: 8px 5px;
}
.mobile .price-info-container .section-details > * {
  width: auto;
  margin-bottom: 0;
}
.mobile .price-info-container .section-details > .p-col-12 {
  grid-column: span 2;
}
@media screen and (min-width: 2500px) {
  .one-uniform-text-container .doc-preview-sidebar {
    width: 1200px;
  }
  .one-uniform-text-container .sidebar-opened .right-sidenav .sidenav-content-wrapper,
.one-uniform-text-container .sidebar-opened.right-sidenav .sidenav-content-wrapper {
    margin-right: 1120px !important;
  }
  .one-uniform-text-container .sidebar-opened .left-sidenav .sidenav-content-wrapper,
.one-uniform-text-container .sidebar-opened.left-sidenav .sidenav-content-wrapper {
    margin-left: 1120px !important;
  }
  .one-uniform-text-container .lock-tooltip {
    right: 1140px;
  }
  .one-uniform-text-container .left-sidenav .lock-tooltip {
    left: 1140px;
  }
}
@media screen and (max-width: 2499px) {
  .one-uniform-text-container .doc-preview-sidebar {
    width: 50%;
  }
  .one-uniform-text-container .sidebar-opened .right-sidenav .sidenav-content-wrapper,
.one-uniform-text-container .sidebar-opened.right-sidenav .sidenav-content-wrapper {
    margin-right: calc(50% - 80px) !important;
  }
  .one-uniform-text-container .sidebar-opened .left-sidenav .sidenav-content-wrapper,
.one-uniform-text-container .sidebar-opened.left-sidenav .sidenav-content-wrapper {
    margin-left: calc(50% - 80px) !important;
  }
  .one-uniform-text-container .lock-tooltip {
    right: calc(50% - 60px);
  }
  .one-uniform-text-container .left-sidenav .lock-tooltip {
    left: calc(50% - 60px);
  }
}
.breadcrumb {
  list-style-type: none;
  padding: 0;
}
.breadcrumb li a {
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.93px;
  cursor: pointer;
}
.breadcrumb li:last-child a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  pointer-events: none;
}
.breadcrumb li:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 0px;
  height: 0px;
  border-width: 3.5px;
  border-style: solid;
  border-color: transparent transparent transparent white;
  vertical-align: middle;
  margin-right: 15px;
  color: white;
}
.nhcone .mat-button.cdk-program-focused .mat-button-focus-overlay,
.nhcone .mat-flat-button.cdk-program-focused .mat-button-focus-overlay,
.nhcone .mat-icon-button.cdk-program-focused .mat-button-focus-overlay,
.nhcone .mat-stroked-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0;
}
.nhcone .mat-button,
.nhcone .mat-raised-button,
.nhcone .mat-icon-button,
.nhcone .mat-stroked-button,
.nhcone .mat-flat-button,
.nhcone .mat-fab,
.nhcone .mat-mini-fab {
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  border-color: currentColor;
  flex-shrink: 0;
}
.nhcone .mat-flat-button {
  border: 1px solid #2b4154;
}
.nhcone .mat-flat-button:hover:enabled {
  background-color: #eef5f6;
}
.nhcone .mat-flat-button:active:enabled {
  background-color: #e4e9ea;
}
.nhcone .mat-flat-button[disabled], .nhcone .mat-flat-button.disabled-element {
  background-color: white;
  border-color: #95a0aa;
}
.nhcone .mat-flat-button.mat-primary {
  background-color: var(--mainColor);
  color: white;
}
.nhcone .mat-flat-button.mat-primary:hover:enabled {
  background-color: var(--mainColor-400);
}
.nhcone .mat-flat-button.mat-primary:active:enabled {
  background-color: var(--mainColorAccent);
}
.nhcone .mat-flat-button.mat-primary[disabled] {
  opacity: 0.5 !important;
}
.nhcone .mat-flat-button.mat-warn {
  background-color: #c20000;
  color: white;
}
.nhcone .mat-flat-button.mat-warn:hover:enabled {
  background-color: rgba(194, 0, 0, 0.8);
}
.nhcone .mat-flat-button.cancel-selection {
  line-height: 27px;
}
.nhcone .filter-button {
  border-radius: 2px;
  background: transparent !important;
  border-color: inherit;
}
.nhcone .filter-button .mat-icon {
  font-size: 22px;
  height: 22px;
  width: 22px;
  line-height: 22px;
}
.nhcone .tablet .mat-stroked-button {
  line-height: 30px;
}
.nhcone .stroked-icon-button {
  border: 1px solid #2b4154;
  border-radius: 2px;
  background-color: white;
}
.nhcone .option {
  width: 50px;
  border-left: 1px solid white;
}
.nhcone .option .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.nhcone .option.call, .nhcone .option.storno {
  background: #2b4154;
  color: white;
}
.nhcone .option.edit, .nhcone .option.pay {
  background: #20b2aa;
}
.nhcone .option.delete {
  background: #f14b4b;
}
.nhcone .option.email {
  background: #006FCE;
}
.nhcone .option.print {
  background: #ef7e59;
}
.nhcone .btn-compact {
  padding: 0;
  background: transparent;
  color: var(--mainColor);
}
.nhcone .btn-compact[disabled] {
  background: transparent;
}
.nhcone .menubutton-with-icon {
  display: flex;
  align-items: center;
}
.nhcone .menubutton-with-icon .mat-icon {
  margin-left: auto;
}
.nhcone .menubutton-with-icon .mat-icon svg {
  vertical-align: top;
}
.mobile .mat-dialog-actions .mat-button,
.mobile .mat-dialog-actions .mat-raised-button,
.mobile .mat-dialog-actions .mat-icon-button,
.mobile .mat-dialog-actions .mat-stroked-button,
.mobile .mat-dialog-actions .mat-flat-button,
.mobile .mat-dialog-actions .mat-fab,
.mobile .mat-dialog-actions .mat-mini-fab {
  padding: 0 10px;
}
.tablet .logo-actions button {
  padding: 0 10px;
}
.tablet .filter-button .mat-icon {
  font-size: 22px;
  height: 22px;
  width: 22px;
  line-height: 22px;
}
/* Material design One version */
.nhcone textarea.mat-input-element {
  padding: 0;
}
.nhcone .mat-form-field.full-width {
  width: 100%;
}
.nhcone .mat-form-field.input-search {
  width: 435px;
  align-self: flex-end;
}
.nhcone .mat-form-field-disabled {
  opacity: 0.7;
}
.nhcone .mat-input-element:disabled,
.nhcone .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: #2b4154;
}
.nhcone .mat-form-field-prefix .mat-icon,
.nhcone .mat-form-field-suffix .mat-icon {
  overflow: hidden;
}
.nhcone .mat-form-field-infix {
  padding: 5px 0;
  line-height: 20px;
}
.nhcone .mat-form-field.with-error .mat-form-field-flex {
  align-items: flex-end;
}
.nhcone .mat-form-field.with-error .mat-form-field-suffix {
  right: -10px;
  margin-left: -10px;
  margin-bottom: -5px;
  display: flex;
  align-items: center;
}
.nhcone .mat-form-field.with-error div[matsuffix],
.nhcone .mat-form-field.with-error .mat-icon-button,
.nhcone .mat-form-field.with-error .mat-form-field-suffix > .mat-icon {
  padding: 10px;
  height: 40px;
  width: 40px;
}
.nhcone .mat-form-field.with-error div[matsuffix].datepicker-warning-icon,
.nhcone .mat-form-field.with-error .mat-icon-button.datepicker-warning-icon,
.nhcone .mat-form-field.with-error .mat-form-field-suffix > .mat-icon.datepicker-warning-icon {
  padding: 0;
  height: 20px;
  width: 20px;
}
.nhcone .mat-form-field.with-error div[matsuffix].datepicker-warning-icon > svg,
.nhcone .mat-form-field.with-error .mat-icon-button.datepicker-warning-icon > svg,
.nhcone .mat-form-field.with-error .mat-form-field-suffix > .mat-icon.datepicker-warning-icon > svg {
  vertical-align: middle;
}
.nhcone .mat-form-field.with-error .mat-icon-button .mat-icon,
.nhcone .mat-form-field.with-error .mat-datepicker-toggle {
  font-size: 20px;
}
.nhcone .mat-form-field.with-error .mat-icon + .invalid-icon,
.nhcone .mat-form-field.with-error .mat-datepicker-toggle + .invalid-icon,
.nhcone .mat-form-field.with-error div[matsuffix] + .invalid-icon,
.nhcone .mat-form-field.with-error .mat-icon-button + .invalid-icon {
  margin-left: -10px;
}
.nhcone .mat-form-field.with-error div[matsuffix] {
  text-align: right;
  width: auto;
  min-width: 40px;
}
.nhcone .mat-form-field.with-error.double-icons .mat-form-field-infix {
  width: calc(100% - 60px);
}
.nhcone .mat-form-field.positions-min-width {
  min-width: 320px;
}
.nhcone .toggle-password-button {
  width: 40px;
  height: 40px;
  margin: 0;
}
.nhcone .toggle-password-button + .invalid-icon {
  margin-left: -10px;
}
.nhcone .mat-radio-container,
.nhcone .mat-radio-outer-circle,
.nhcone .mat-radio-inner-circle {
  width: 14px;
  height: 14px;
}
.nhcone .mat-radio-outer-circle {
  border-width: 1px;
  border-color: #2b4154;
}
.nhcone .mat-radio-ripple {
  width: calc(14px + 10px);
  height: calc(14px + 10px);
}
.nhcone .mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: #2b4154;
}
.nhcone .mat-radio-label {
  white-space: normal;
}
.nhcone .mat-radio-label-content {
  padding-left: 8px;
  font-weight: 600;
}
.nhcone .mat-radio-checked .mat-radio-inner-circle {
  transform: scale(1);
  border: 1px solid #2b4154;
}
.nhcone .mat-radio-checked .mat-radio-label-content {
  color: var(--mainColor);
}
.nhcone .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  border-color: #646464;
}
.nhcone .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: #909090;
}
.nhcone .mat-radio-checked.mat-radio-disabled .mat-radio-inner-circle {
  background: var(--mainColor);
  opacity: 0.6;
}
.nhcone .mat-radio-checked.mat-radio-disabled .mat-radio-label-content {
  opacity: 0.6;
}
.nhcone .mat-form-field.small-textarea .mat-input-element {
  height: 24px;
}
.nhcone .mat-input-element,
.nhcone .mat-select-value {
  font-weight: 600;
}
.nhcone .mat-select-value {
  color: currentColor;
}
.nhcone .mat-form-field-appearance-legacy .mat-form-field-label {
  color: #707070;
  font-weight: 600;
}
.nhcone .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #2b4154;
}
.nhcone .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-label {
  color: rgba(43, 65, 84, 0.7);
}
.nhcone .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: none;
  background-color: #909090;
}
.nhcone .mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,
.nhcone .mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  vertical-align: top;
}
.nhcone .mat-checkbox {
  line-height: 14px;
}
.nhcone .mat-checkbox.mat-checkbox-disabled .mat-checkbox-background, .nhcone .mat-checkbox:hover:not(.mat-checkbox-checked) .mat-checkbox-background {
  background-color: #d7e1e3;
}
.nhcone .mat-checkbox.mat-checkbox-disabled {
  opacity: 0.7;
}
.nhcone .mat-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .nhcone .mat-checkbox.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background: var(--mainColor);
}
.nhcone .mat-slide-toggle.mat-disabled {
  opacity: 0.7;
}
.nhcone .mat-checkbox.as-radio .mat-checkbox-frame,
.nhcone .mat-checkbox.as-radio .mat-checkbox-background {
  border-radius: 50%;
}
.nhcone .mat-checkbox-inner-container {
  width: 14px;
  height: 14px;
}
.nhcone .mat-checkbox-checkmark {
  display: none;
}
.nhcone .mat-checkbox-mixedmark {
  background-color: black;
}
.nhcone .mat-checkbox-frame,
.nhcone .mat-checkbox-background {
  border: 1px solid #2b4154;
  border-radius: 0px;
  background: white;
  width: 100%;
}
.nhcone .mat-checkbox-layout {
  vertical-align: top;
  font-weight: 600;
}
.nhcone .prescription-status-checkbox.mat-checkbox-disabled {
  opacity: 1;
}
.nhcone .prescription-status-checkbox.mat-checkbox-disabled .mat-checkbox-label {
  color: inherit;
}
.nhcone .prescription-status-checkbox.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background {
  background-color: var(--mainColor);
}
.nhcone .mat-form-field .mat-form-field-wrapper {
  padding-bottom: 0 !important;
}
.nhcone .mat-form-field .mat-form-field-underline {
  bottom: 0 !important;
}
.nhcone .mat-stroked-button {
  background: transparent;
}
.nhcone .mat-stroked-button.bg-white {
  background: white;
}
.nhcone .page-content-toolbar {
  padding: 10px 0;
  width: 100%;
}
.nhcone .page-content-toolbar .content-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 23px;
  text-transform: uppercase;
  position: relative;
}
.nhcone .page-content-toolbar .content-title .back-button {
  top: -10px;
}
.nhcone .page-content-toolbar .content-subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.nhcone .page-content {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.nhcone .auto-width .mat-form-field-infix {
  width: auto;
}
.nhcone .operating-state-cell {
  max-height: 300px;
  overflow-y: auto;
  display: block !important;
}
.nhcone .mat-form-field-label-wrapper.custom {
  overflow: visible;
}
.nhcone .mat-form-field-label-wrapper.custom .mat-form-field-label {
  width: 133.33333333%;
  display: block;
  overflow: visible;
}
.nhcone .mat-form-field-label-wrapper.custom .mat-form-field-label,
.nhcone .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.nhcone .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(-1em) scale(0.75) perspective(100px) translateZ(0);
  -ms-transform: translateY(-1em) scale(0.75) perspective(100px) translateZ(0);
  color: #2b4154;
}
.nhcone .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label-wrapper,
.nhcone .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label-wrapper .mat-form-field-label {
  overflow: visible;
}
.nhcone .mat-form-field:not(.mobile-mandant-select) .ng-valid:focus ~ .mat-form-field-label-wrapper .mat-form-field-label {
  color: var(--mainColor) !important;
}
.nhcone .mat-toolbar.secondary-toolbar .mat-form-field:not(.mobile-mandant-select) .ng-valid:focus ~ .mat-form-field-label-wrapper .mat-form-field-label {
  color: #fff !important;
}
.nhcone .mat-form-field:not(.mobile-mandant-select) .ng-valid:focus ~ .mat-form-field-label-wrapper.custom + .mat-form-field-label-wrapper .mat-form-field-label {
  color: #707070 !important;
}
.nhcone .mat-slide-toggle {
  height: auto;
  min-height: 27px;
  line-height: 27px;
  margin-top: 15px;
  font-size: 16px;
}
.nhcone .mat-slide-toggle.wrap .mat-slide-toggle-content {
  white-space: normal;
}
.nhcone .desktop .clear-left-margin {
  max-width: initial;
  margin-left: -15px;
}
.nhcone .mat-table .mat-slide-toggle {
  margin-top: 0;
}
.nhcone .mat-slide-toggle-bar {
  background: white;
  border: 1px solid #8B9AA4;
  border-radius: 27px;
  height: 27px;
  width: 50px;
}
.nhcone .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  top: 2px;
  left: 2px;
}
.nhcone .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  width: 21px;
  height: 21px;
  background-color: #8B9AA4;
}
.nhcone .mat-slide-toggle.small-toggle {
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  margin: 5px 0;
}
.nhcone .mat-slide-toggle.small-toggle .mat-slide-toggle-bar {
  height: 21px;
  border-radius: 21px;
  width: 37px;
}
.nhcone .mat-slide-toggle.small-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container {
  width: 16px;
  height: 16px;
  top: 1px;
}
.nhcone .mat-slide-toggle.small-toggle .mat-slide-toggle-bar .mat-slide-toggle-thumb-container .mat-slide-toggle-thumb {
  width: 16px;
  height: 16px;
}
.nhcone .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
  transform: translate3d(23px, 0, 0);
}
.nhcone .mat-slide-toggle.small-toggle.mat-checked .mat-slide-toggle-thumb-container {
  transform: translate3d(15px, 0, 0);
}
.nhcone .mat-slide-toggle-content {
  font-weight: 600;
}
.nhcone .mat-radio-group {
  margin-top: 10px;
}
.nhcone .mat-radio-group.no-margin {
  margin-top: 0;
}
.nhcone .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background: white;
  border-color: var(--mainColor);
}
.nhcone .mat-slide-toggle.mat-checked .mat-slide-toggle-bar .mat-slide-toggle-thumb {
  background: var(--mainColor);
  box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.06);
}
.nhcone .mat-button-toggle {
  background-color: white;
  color: #2b4154;
  font-weight: 700;
  border: 1px solid #2b4154;
}
.nhcone .mat-button-toggle.mat-button-toggle-disabled {
  opacity: 0.7;
}
.nhcone .mat-button-toggle + .mat-button-toggle {
  border-left-width: 0;
}
.nhcone .mat-button-toggle-checked {
  background-color: var(--mainColor);
  color: white;
}
.nhcone .mat-button-toggle-group,
.nhcone .mat-button-toggle-standalone {
  box-shadow: none;
}
.nhcone #upload {
  max-width: 80%;
}
.nhcone #upload,
.nhcone .upload-field * {
  cursor: pointer;
}
.no-border-spacing .mat-form-field-infix {
  border-top-width: 0;
}
.mat-form-field-required-marker,
.mat-focused .mat-form-field-required-marker,
.invalid-icon {
  color: #c20000;
}
.desktop .cdk-overlay-pane:not(.mat-datepicker-popup):not(.mat-tooltip-panel):not(.examination-menu-overlay):not(:has(.examination-menu, .waiting-menu)) {
  margin-top: 23px;
}
.desktop .cdk-overlay-pane:not(.mat-datepicker-popup):not(.mat-tooltip-panel):not(.examination-menu-overlay):not(:has(.examination-menu, .waiting-menu)) > div:not(.mat-select-panel-wrap) {
  margin-top: -23px;
}
.autocomplete .mat-select-arrow-wrapper .mat-select-arrow {
  padding-bottom: 3px;
}
.mat-select-arrow-wrapper .mat-select-arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpolygon points='9.9,13.6 4,7.7 4.7,7 9.9,12.1 15,7 15.7,7.7 ' fill='%232B4154'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  border: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 0;
}
.workflow-bar .mat-select-arrow-wrapper .mat-select-arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpolygon points='9.9,13.6 4,7.7 4.7,7 9.9,12.1 15,7 15.7,7.7 ' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.mobile-mandant-select .mat-select-arrow-wrapper .mat-select-arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpolygon points='9.9,13.6 4,7.7 4.7,7 9.9,12.1 15,7 15.7,7.7 ' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.single-mandant.mobile-mandant-select.mandant-padding {
  padding: 10px 0 6px;
}
.single-mandant.mobile-mandant-select {
  opacity: 1;
}
.single-mandant.mobile-mandant-select .mat-select-arrow-wrapper .mat-select-arrow {
  visibility: hidden;
}
.mat-checkbox.commission-active {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 30px;
}
.mat-form-field-suffix div[matsuffix] {
  display: inline-block;
}
.calendar-input .mat-form-field-suffix .mat-datepicker-toggle {
  color: #2b4154;
}
.calendar-input .mat-form-field-suffix .mat-datepicker-toggle .mat-icon-button {
  border-radius: 0;
}
.calendar-input .mat-form-field-suffix .mat-datepicker-toggle .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.secondary-toolbar .calendar-input .mat-icon {
  color: white;
}
.secondary-toolbar label {
  font-weight: 600;
}
.nhcone .text-right .mat-form-field .mat-form-field-label-wrapper {
  left: auto;
  right: 0;
}
.nhcone .text-right .mat-form-field .mat-form-field-label {
  left: auto;
  right: 0;
  transform-origin: right;
}
.nhcone .text-right .mat-form-field.mat-form-field-appearance-legacy.mat-focused .mat-form-field-label,
.nhcone .text-right .mat-form-field.mat-form-field-appearance-legacy.mat-focused .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1em) scale(0.75) perspective(100px) translateZ(0);
  -ms-transform: translateY(-1em) scale(0.75) perspective(100px) translateZ(0);
}
.mat-tab-group.one-tab-group.uniform-text {
  height: 100%;
  min-height: 1px;
}
.mat-tab-group.one-tab-group.uniform-text .tab-form-input {
  margin-right: 10px;
}
.mat-tab-group.one-tab-group.uniform-text .tab-form-input .mat-form-field-infix {
  border-top-width: 0;
}
.mat-tab-group.one-tab-group.uniform-text .mat-tab-label {
  height: 50px;
}
.mat-tab-group.one-tab-group.uniform-text .mat-tab-label:before {
  display: none !important;
}
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button.clear-search {
  height: 20px;
  width: 20px;
  line-height: 20px;
  color: black;
}
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button.clear-search .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mobile .journal-account-panel {
  margin-left: 5px;
}
.nhcone .mat-autocomplete-panel {
  overflow: visible;
  overflow-y: scroll;
}
.nhcone .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: var(--mainColor);
}
.nhcone .tablet .mat-checkbox:hover:not(.mat-checkbox-checked):not(.mat-checkbox-disabled) .mat-checkbox-background {
  background: #FFF;
}
.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: #FFF;
}
.mat-form-field.device-selector {
  opacity: 1;
  cursor: pointer;
}
.mat-form-field.device-selector .mat-form-field-infix {
  border-top-width: 0;
}
.mat-form-field.device-selector.default-device .mat-form-field-infix {
  display: flex;
  align-items: center;
}
.mat-form-field.device-selector.default-device .mat-form-field-infix:before {
  content: "";
  display: inline-block;
  flex: none;
  width: 10px;
  height: 10px;
  border: 1px solid #2b4154;
  background: var(--mainColor);
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
  vertical-align: top;
  margin-bottom: 2px;
}
.simple-staff-select .mat-option-text {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.simple-staff-select .mat-option-text one-avatar {
  margin-right: 10px;
}
.mobile .mat-form-field.full-width-mobile {
  width: 100%;
}
/* Growl */
.ui-growl-item-container.ui-state-highlight.ui-growl-message-info {
  background-color: #2196f3;
  border-color: #2196f3;
}
.ui-growl-item-container.ui-state-highlight.ui-growl-message-error {
  background-color: #f44336;
  border-color: #f44336;
}
.ui-growl-item-container.ui-state-highlight.ui-growl-message-warn {
  background-color: #FFB300;
  border-color: #FFB300;
}
.ui-growl-item-container.ui-state-highlight.ui-growl-message-success {
  background-color: #4CAF50;
  border-color: #4CAF50;
}
.mat-tab-body-wrapper .mat-table {
  background: var(--backgroundColor);
}
.mat-tab-body-wrapper .listview .mat-table .mat-row .mat-cell:last-child:not(.mat-table-sticky)::after {
  content: none;
}
.mat-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px !important;
  background: transparent;
}
.mat-table ion-item {
  --inner-border-width: 0px;
  --border-width: 0px;
  --ion-safe-area-right: 0px;
  --ion-safe-area-left: 0px;
  --padding-start: 0px;
  --inner-padding-end: 0px;
}
.mat-table a,
.mat-table a:visited {
  color: #1B2936;
}
.mat-table a:hover {
  text-decoration: none;
}
.mat-table .mat-sort-header-container .mat-sort-header-arrow {
  color: #2b4154;
  margin-left: 3px;
}
.mat-table .mat-sort-header-container .mat-sort-header-arrow.ng-animating {
  transform: none;
}
.mat-table .mat-sort-header-container:not(.mat-sort-header-sorted) .mat-sort-header-arrow {
  opacity: 0.4 !important;
  transform: translateY(0px) !important;
}
.mat-table .mat-row {
  background: white;
}
.mat-table .mat-row.required-position {
  background-color: #fff6da;
}
.mat-table .mat-row.required-position .mat-form-field-disabled {
  pointer-events: none;
}
.mat-table .no-transform,
.mat-table .mat-header-cell .no-transform .mat-sort-header-button {
  text-transform: none !important;
}
.mat-table .mat-cell {
  min-height: 49px;
  color: #2b4154;
  font-weight: 500;
  line-height: 18px;
  height: 100%;
}
.mat-table .mat-cell.table-actions {
  white-space: nowrap;
}
.mat-table mat-row, .mat-table mat-header-row, .mat-table mat-footer-row, .mat-table th.mat-header-cell, .mat-table td.mat-cell, .mat-table td.mat-footer-cell {
  border-bottom-color: transparent;
}
.mat-table .mat-cell,
.mat-table .mat-header-cell {
  white-space: nowrap;
}
.mat-table .mat-cell.select-cell,
.mat-table .mat-header-cell.select-cell {
  padding: 0;
  padding: 0 10px;
}
.mat-table .mat-cell.select-cell .mat-checkbox-layout,
.mat-table .mat-header-cell.select-cell .mat-checkbox-layout {
  paddding: 0;
  vertical-align: middle;
}
.mat-table .mat-cell.select-cell .mat-checkbox-layout .mat-checkbox-label,
.mat-table .mat-header-cell.select-cell .mat-checkbox-layout .mat-checkbox-label {
  margin: 0;
}
.mat-table .mat-cell.right-align,
.mat-table .mat-header-cell.right-align {
  text-align: right;
}
.mat-table .mat-cell.center-align,
.mat-table .mat-header-cell.center-align {
  text-align: center;
}
.mat-table .mat-cell.select-cell {
  border-left: 1px solid white;
}
.mat-table .mat-header-cell.select-cell {
  border-left: 1px solid transparent;
}
.mat-table .mat-cell {
  border: 1px solid transparent;
}
.mat-table .mat-cell:not(:first-child) {
  border-left-color: #D7E1E3;
  border-left-width: 2px;
}
.mat-table .mat-cell:first-child {
  padding-right: 15px;
}
.mat-table .mat-header-cell:not(:first-child) {
  border-left: 2px solid #D7E1E3;
}
.mat-table .mat-header-cell:first-child {
  border-left-width: 1px;
}
.mat-table .mat-header-cell,
.mat-table .mat-footer-cell {
  color: #2B4154;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom-width: 0;
}
.mat-table .mat-header-cell .mat-sort-header-button,
.mat-table .mat-footer-cell .mat-sort-header-button {
  text-transform: uppercase;
}
.mat-table .mat-header-cell {
  letter-spacing: -0.64px;
}
.mat-table .mat-row,
.mat-table .mat-footer-row,
.mat-table .mat-header-row {
  border-bottom-width: 6px;
  border-color: #e4e9ea;
  height: auto;
  overflow: hidden;
}
.mat-table .mat-footer-row,
.mat-table .mat-header-row {
  min-height: 47px;
  background-color: var(--backgroundColor);
  border-color: transparent;
}
.mat-table .mat-footer-row {
  background-color: #EEF5F6;
}
.mat-table .mat-column-actions {
  text-align: right;
  padding-left: 7px !important;
  padding-right: 3px !important;
  border-left-width: 0px;
}
.mat-table .mat-column-actions:last-child {
  text-align: center;
}
.mat-table .mat-column-actions.mat-table-sticky:not(.mat-header-cell) {
  border-right: 1px solid white;
}
.mat-tab-body-wrapper .mat-table .mat-footer-row,
.mat-tab-body-wrapper .mat-table .mat-header-row {
  background-color: #EEF5F6;
}
.mat-table .mat-icon-button {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 1px;
}
.mat-table .mat-icon-button .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mat-table .calendar-input .mat-icon-button {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mat-table .option .mat-icon-button {
  font-size: 40px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 1px;
}
.mat-table .option .mat-icon-button .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mat-table .actions .new-doc-tooltip,
.mat-table .edit-actions .new-doc-tooltip {
  margin-top: 10px;
}
.mat-table .actions .mat-icon-button,
.mat-table .edit-actions .mat-icon-button {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 1px;
}
.mat-table .actions .mat-icon-button .mat-icon,
.mat-table .edit-actions .mat-icon-button .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mat-table .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mat-table .document-icon .mat-icon {
  font-size: 28px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  vertical-align: top;
}
.mat-table .handling-icons .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.mat-table .mat-row.active > td ion-item-sliding ion-item,
.mat-table .mat-row.selected > td ion-item-sliding ion-item {
  --background: var(--mainColor-100);
}
.mat-table .mat-row.active > td:not(.grid-card):first-child,
.mat-table .mat-row.selected > td:not(.grid-card):first-child {
  border-left-color: var(--mainColor);
}
.mat-table .mat-row.active > td:not(.grid-card):last-child,
.mat-table .mat-row.selected > td:not(.grid-card):last-child {
  border-right-color: var(--mainColor);
}
.mat-table .mat-row.active .mat-cell.select-cell .mat-checkbox-layout,
.mat-table .mat-row.selected .mat-cell.select-cell .mat-checkbox-layout {
  border-left-color: var(--mainColor);
}
.mat-table .mat-row.active:not(.edit):not(.new) > td,
.mat-table .mat-row.selected:not(.edit):not(.new) > td {
  background: var(--mainColor-100) !important;
  border-top-color: var(--mainColor) !important;
  border-bottom-color: var(--mainColor) !important;
}
.mat-table .mat-row.active td.mat-table-sticky,
.mat-table .mat-row.selected td.mat-table-sticky {
  background-clip: padding-box;
}
.mat-table .mat-row.ks-editable-line.new td,
.mat-table .mat-row.ks-editable-line.new .mobile-gridcard {
  background-color: var(--mainColor-50);
}
.mat-table .mat-row.ks-editable-line.edit td,
.mat-table .mat-row.ks-editable-line.edit .mobile-gridcard {
  background-color: #ffefd9;
}
.mat-table .mat-row.ks-editable-line .actions {
  display: none;
}
.mat-table .mat-row:not(.ks-editable-line) .edit-actions {
  display: none;
}
.mat-table .mat-row:not(.ks-editable-line) .mat-form-field {
  pointer-events: none;
}
.mat-table .mat-row:not(.ks-editable-line) .mat-form-field .mat-form-field-underline,
.mat-table .mat-row:not(.ks-editable-line) .mat-form-field .mat-form-field-subscript-wrapper {
  display: none;
}
.mat-table .mat-row .mat-form-field-infix {
  width: auto;
}
.mat-table .mat-column-lookupGroup .mat-form-field-infix {
  width: 180px;
}
.mat-table .mat-row .mat-select-trigger {
  height: 14px;
  border-spacing: 0;
}
.mat-table .mat-row.ks-editable-line.new td {
  border-top-color: var(--mainColor);
  border-bottom-color: var(--mainColor);
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-table .mat-row.ks-editable-line.new td:first-child {
  border-left-color: var(--mainColor) !important;
}
.mat-table .mat-row.ks-editable-line.new td:last-child {
  border-right-color: var(--mainColor);
}
.mat-table .mat-row.ks-editable-line.edit td {
  border-top-color: #ff9400;
  border-bottom-color: #ff9400;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-table .mat-row.ks-editable-line.edit td:first-child {
  border-left-color: #ff9400 !important;
}
.mat-table .mat-row.ks-editable-line.edit td:last-child {
  border-right-color: #ff9400;
}
.mat-table .mat-row.ks-editable-line .mat-cell.grid-card {
  padding-left: 12px;
}
.listview .mat-table.striped .mat-row:nth-child(odd):not(.edit):not(.new) td {
  background-color: var(--mainColor-table);
}
.desktop .listview .mat-table {
  margin-top: -5px;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell:not(.mat-column-tablet):not(:last-child),
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell:not(.mat-column-tablet),
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions {
  position: relative;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell:not(.mat-column-tablet):not(:last-child)::after,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell:not(.mat-column-tablet)::after,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions::after {
  content: "";
  display: block;
  width: 2px;
  height: auto;
  background-color: #D7E1E3;
  position: absolute;
  bottom: -4px;
  top: -3px;
  right: -3px;
  z-index: 1;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-table-sticky {
  height: 100%;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-footer-cell {
  border: 1px solid transparent;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-table-sticky:not(.mat-column-tablet):not(:first-child) {
  border-left-color: transparent;
  height: 100%;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-table-sticky:not(.mat-column-tablet):not(:first-child)::after {
  z-index: 110;
  top: 0;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-table-sticky:not(.mat-column-tablet):not(:first-child):not(:first-child):not(.mat-column-actions)::after {
  left: -2px;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-table-sticky:not(.mat-column-tablet):not(:first-child).mat-column-select + .mat-header-cell.mat-table-sticky::after {
  content: none;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-table-sticky {
  position: sticky;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-select.mat-table-sticky,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-actions.mat-table-sticky,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions.mat-table-sticky {
  position: sticky;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-select.mat-table-sticky::after,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-actions.mat-table-sticky::after,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky::after,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions.mat-table-sticky::after {
  width: 1px;
  background-color: #405465;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky::before,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions.mat-table-sticky::before {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--backgroundColor);
  height: 5px;
  left: 0;
  right: 0;
  bottom: 102%;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky::before {
  left: -5px;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions.mat-table-sticky::before {
  right: -1px;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-select.mat-table-sticky,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky {
  width: 1%;
  white-space: nowrap;
  border-right: none;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-select.mat-table-sticky + .mat-cell, .listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-select.mat-table-sticky + .mat-header-cell,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky + .mat-cell,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky + .mat-header-cell {
  border-left-color: transparent;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-select.mat-table-sticky::after,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky::after {
  right: -1px;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-select.mat-table-sticky {
  background-clip: padding-box;
  z-index: 2 !important;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-actions.mat-table-sticky,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions.mat-table-sticky {
  width: 1%;
  white-space: nowrap;
  border-left: none;
  background-clip: padding-box;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-cell.mat-column-actions.mat-table-sticky::after,
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-cell.mat-column-actions.mat-table-sticky::after {
  left: -1px;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table).treatment-regulations-table .mat-cell::after {
  content: none;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table).treatments-table .mat-cell::after {
  background-color: var(--backgroundColor) !important;
  right: -2px !important;
  top: -6px !important;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table).treatments-table .mat-cell.mat-column-actions.mat-table-sticky::after {
  background-color: #405465 !important;
  right: -1px !important;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table).treatments-table .mat-cell.mat-column-actions::before {
  background-color: #fff;
  height: 4px;
}
.listview .mat-table:not(.symptomatics-table):not(.treatment-regulations-table) .mat-header-row .mat-header-cell[one-resizable-column]:nth-last-child(2) one-resize-handle {
  display: none;
}
.listview .mat-cell,
.listview td.mat-cell:first-of-type:not(.select-cell),
.listview td.mat-cell:last-of-type:not(.table-actions) {
  padding: 7px 12px 6px 14px;
}
.listview .mat-header-cell,
.listview .mat-footer-cell,
.listview td.mat-footer-cell:last-of-type,
.listview th.mat-header-cell:last-of-type,
.listview td.mat-footer-cell:first-of-type:not(.select-cell),
.listview th.mat-header-cell:first-of-type:not(.select-cell) {
  padding: 6px 13px 6px 14px;
}
.gridview .doctor-table .mat-column-tablet > div {
  padding: 10px;
}
.gridview .doctor-table .mat-column-mobile > div {
  padding: 5px;
}
.gridview .mat-row.ks-editable-line.new td,
.gridview .mat-row.ks-editable-line.edit td {
  padding-top: 3px;
  padding-bottom: 6px;
}
.gridview .mat-row.ks-editable-line.new td {
  border-color: var(--mainColor);
}
.gridview .mat-row.ks-editable-line.edit td {
  border-color: #ff9400;
}
button + .check-all {
  margin-left: 20px;
}
.switch-mode-button.mat-icon-button {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 1px;
}
.switch-mode-button.mat-icon-button .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.mobile .input-search,
.mobile .sort-wrapper,
.tablet .input-search,
.tablet .sort-wrapper {
  margin-right: 0 !important;
}
.mobile .input-search .mat-icon-button:not(.filter-button),
.mobile .sort-wrapper .mat-icon-button:not(.filter-button),
.tablet .input-search .mat-icon-button:not(.filter-button),
.tablet .sort-wrapper .mat-icon-button:not(.filter-button) {
  width: 18px;
  margin-left: 10px;
}
.mobile .switch-modes,
.tablet .switch-modes {
  display: none !important;
}
.gridview .desktop .check-all,
.desktop .gridview .check-all {
  display: block;
}
.tablet .grid-view .table-scroll-wrapper .grid-card {
  border-color: unset;
}
.tablet .grid-card.document-card .grid-card-footer {
  display: flex !important;
}
.tablet .grid-card.document-card .grid-card-footer > div:last-child {
  text-align: right;
}
.mobile .type {
  float: left;
}
.mobile .type mat-icon {
  width: 32px;
  height: 32px;
  margin-top: 12px;
}
.mobile .document-content {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.mobile .document-content > div {
  margin-bottom: 5px;
}
.mobile .document-content .title span {
  font-size: 17px;
}
.mobile .line {
  height: 1px;
  width: 100%;
  background-color: #8B9AA4;
  margin: auto;
}
.mobile .grid-card.document-card,
.mobile .grid-card.clinical-course-card,
.tablet .grid-card.document-card,
.tablet .grid-card.clinical-course-card {
  border: 0;
}
.mobile .mat-row:not(.active) .grid-card.appointment-card.planed-status,
.mobile .mat-row:not(.active) .grid-card.appointment-card,
.tablet .mat-row:not(.active) .grid-card.appointment-card.planed-status,
.tablet .mat-row:not(.active) .grid-card.appointment-card {
  border-color: white;
}
.mobile .mobile-gridcard .list-border,
.tablet .mobile-gridcard .list-border {
  border-bottom: 1px solid #8B9AA4;
  padding-bottom: 16px;
}
.mobile .mobile-gridcard mat-icon,
.tablet .mobile-gridcard mat-icon {
  vertical-align: bottom;
}
.gridview .mat-table {
  display: block;
}
.mobile .sort-wrapper,
.tablet .sort-wrapper,
.gridview .desktop .sort-wrapper,
.desktop .gridview .sort-wrapper {
  display: block;
}
.mobile .mat-table,
.tablet .mat-table,
.gridview .desktop .mat-table,
.desktop .gridview .mat-table {
  background: transparent;
}
.mobile .mat-table > tbody,
.tablet .mat-table > tbody,
.gridview .desktop .mat-table > tbody,
.desktop .gridview .mat-table > tbody {
  display: flex;
  flex-wrap: wrap;
}
.mobile .mat-table > tbody > tr,
.tablet .mat-table > tbody > tr,
.gridview .desktop .mat-table > tbody > tr,
.desktop .gridview .mat-table > tbody > tr {
  flex: 0 0 auto;
  flex-basis: 100%;
  margin: 0 5px 5px 0;
}
@media only screen and (min-width: 768px) {
  .mobile .mat-table > tbody > tr,
.tablet .mat-table > tbody > tr,
.gridview .desktop .mat-table > tbody > tr,
.desktop .gridview .mat-table > tbody > tr {
    margin: 0 5px 5px 0;
  }
}
@media only screen and (min-width: 992px) {
  .mobile .mat-table > tbody > tr,
.tablet .mat-table > tbody > tr,
.gridview .desktop .mat-table > tbody > tr,
.desktop .gridview .mat-table > tbody > tr {
    margin: 0 5px 10px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile .mat-table > tbody > tr,
.tablet .mat-table > tbody > tr,
.gridview .desktop .mat-table > tbody > tr,
.desktop .gridview .mat-table > tbody > tr {
    margin: 0 0 20px 0;
  }
}
.mobile .mat-table .mat-row,
.tablet .mat-table .mat-row,
.gridview .desktop .mat-table .mat-row,
.desktop .gridview .mat-table .mat-row {
  display: flex;
}
.mobile .mat-table .mat-cell,
.tablet .mat-table .mat-cell,
.gridview .desktop .mat-table .mat-cell,
.desktop .gridview .mat-table .mat-cell {
  display: block;
  height: 100%;
  display: flex;
  border-color: white;
}
.mobile .mat-table .mat-cell > div,
.tablet .mat-table .mat-cell > div,
.gridview .desktop .mat-table .mat-cell > div,
.desktop .gridview .mat-table .mat-cell > div {
  flex: 1;
  overflow: hidden;
}
.mobile .mat-table .mat-row.active .mat-cell > div,
.mobile .mat-table .mat-row.selected .mat-cell > div,
.tablet .mat-table .mat-row.active .mat-cell > div,
.tablet .mat-table .mat-row.selected .mat-cell > div,
.gridview .desktop .mat-table .mat-row.active .mat-cell > div,
.gridview .desktop .mat-table .mat-row.selected .mat-cell > div,
.desktop .gridview .mat-table .mat-row.active .mat-cell > div,
.desktop .gridview .mat-table .mat-row.selected .mat-cell > div {
  border-left-color: var(--mainColor);
}
.mobile .mat-table .mat-row,
.mobile .mat-table .mat-footer-row,
.tablet .mat-table .mat-row,
.tablet .mat-table .mat-footer-row,
.gridview .desktop .mat-table .mat-row,
.gridview .desktop .mat-table .mat-footer-row,
.desktop .gridview .mat-table .mat-row,
.desktop .gridview .mat-table .mat-footer-row {
  height: auto;
}
.mobile .mat-table:not(.keep-table-layout) td.mat-cell:last-of-type,
.mobile .mat-table:not(.keep-table-layout) td.mat-footer-cell:last-of-type,
.mobile .mat-table:not(.keep-table-layout) th.mat-header-cell:last-of-type,
.tablet .mat-table:not(.keep-table-layout) td.mat-cell:last-of-type,
.tablet .mat-table:not(.keep-table-layout) td.mat-footer-cell:last-of-type,
.tablet .mat-table:not(.keep-table-layout) th.mat-header-cell:last-of-type,
.gridview .desktop .mat-table:not(.keep-table-layout) td.mat-cell:last-of-type,
.gridview .desktop .mat-table:not(.keep-table-layout) td.mat-footer-cell:last-of-type,
.gridview .desktop .mat-table:not(.keep-table-layout) th.mat-header-cell:last-of-type,
.desktop .gridview .mat-table:not(.keep-table-layout) td.mat-cell:last-of-type,
.desktop .gridview .mat-table:not(.keep-table-layout) td.mat-footer-cell:last-of-type,
.desktop .gridview .mat-table:not(.keep-table-layout) th.mat-header-cell:last-of-type {
  padding-left: 0;
  padding-right: 0;
}
.mobile .mat-table:not(.keep-table-layout) .mat-header-row,
.tablet .mat-table:not(.keep-table-layout) .mat-header-row,
.gridview .desktop .mat-table:not(.keep-table-layout) .mat-header-row,
.desktop .gridview .mat-table:not(.keep-table-layout) .mat-header-row {
  display: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mobile .mat-table:not(.keep-table-layout) .mat-cell,
.tablet .mat-table:not(.keep-table-layout) .mat-cell,
.gridview .desktop .mat-table:not(.keep-table-layout) .mat-cell,
.desktop .gridview .mat-table:not(.keep-table-layout) .mat-cell {
  width: 100%;
  padding: 0;
}
.mobile .grid-card,
.tablet .grid-card,
.gridview .desktop .grid-card,
.desktop .gridview .grid-card {
  line-height: 18px;
  border-color: #2b4154;
  width: 100%;
}
.mobile .grid-card .avatar,
.tablet .grid-card .avatar,
.gridview .desktop .grid-card .avatar,
.desktop .gridview .grid-card .avatar {
  width: 50px;
  height: 50px;
}
.mobile .grid-card .avatar img,
.tablet .grid-card .avatar img,
.gridview .desktop .grid-card .avatar img,
.desktop .gridview .grid-card .avatar img {
  width: 100%;
  height: 100%;
}
.mobile .grid-card .avatar .mat-icon,
.tablet .grid-card .avatar .mat-icon,
.gridview .desktop .grid-card .avatar .mat-icon,
.desktop .gridview .grid-card .avatar .mat-icon {
  font-size: 50px;
  height: 50px;
  width: 50px;
  line-height: 50px;
}
.mobile .grid-card table,
.tablet .grid-card table,
.gridview .desktop .grid-card table,
.desktop .gridview .grid-card table {
  width: 100%;
  border-spacing: 0px;
}
.mobile .grid-card .name,
.tablet .grid-card .name,
.gridview .desktop .grid-card .name,
.desktop .gridview .grid-card .name {
  margin-left: 10px;
}
.mobile .grid-card .name,
.mobile .grid-card .id,
.tablet .grid-card .name,
.tablet .grid-card .id,
.gridview .desktop .grid-card .name,
.gridview .desktop .grid-card .id,
.desktop .gridview .grid-card .name,
.desktop .gridview .grid-card .id {
  font-size: 17px;
  letter-spacing: -0.64px;
  line-height: 22px;
  font-weight: 500;
}
.mobile .grid-card .id,
.tablet .grid-card .id,
.gridview .desktop .grid-card .id,
.desktop .gridview .grid-card .id {
  margin: 0 0 0 20px;
}
.mobile .grid-card .label,
.tablet .grid-card .label,
.gridview .desktop .grid-card .label,
.desktop .gridview .grid-card .label {
  color: rgba(43, 65, 84, 0.7);
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.mobile .grid-card .grid-card-header,
.tablet .grid-card .grid-card-header,
.gridview .desktop .grid-card .grid-card-header,
.desktop .gridview .grid-card .grid-card-header {
  background-color: #eef5f6;
  padding: 6px 10px 6px 16px;
  border-radius: 3px 3px 0 0;
  font-weight: 500;
  font-size: 14px;
  min-height: 42px;
  font-weight: 600;
}
.mobile .grid-card .grid-card-header .title,
.tablet .grid-card .grid-card-header .title,
.gridview .desktop .grid-card .grid-card-header .title,
.desktop .gridview .grid-card .grid-card-header .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.64px;
}
.mobile .grid-card .grid-card-footer,
.tablet .grid-card .grid-card-footer,
.gridview .desktop .grid-card .grid-card-footer,
.desktop .gridview .grid-card .grid-card-footer {
  padding: 8px 10px 8px 16px;
  font-size: 14px;
}
.mobile .grid-card.prescription-card, .mobile .grid-card.appointment-card, .mobile .grid-card.patient-card, .mobile .grid-card.examination-card, .mobile .grid-card.staff-card, .mobile .grid-card.insurance-card, .mobile .grid-card.doctor-card, .mobile .grid-card.clinical-course-card, .mobile .grid-card.document-card, .mobile .grid-card.doc-container-card,
.tablet .grid-card.prescription-card,
.tablet .grid-card.appointment-card,
.tablet .grid-card.patient-card,
.tablet .grid-card.examination-card,
.tablet .grid-card.staff-card,
.tablet .grid-card.insurance-card,
.tablet .grid-card.doctor-card,
.tablet .grid-card.clinical-course-card,
.tablet .grid-card.document-card,
.tablet .grid-card.doc-container-card,
.gridview .desktop .grid-card.prescription-card,
.gridview .desktop .grid-card.appointment-card,
.gridview .desktop .grid-card.patient-card,
.gridview .desktop .grid-card.examination-card,
.gridview .desktop .grid-card.staff-card,
.gridview .desktop .grid-card.insurance-card,
.gridview .desktop .grid-card.doctor-card,
.gridview .desktop .grid-card.clinical-course-card,
.gridview .desktop .grid-card.document-card,
.gridview .desktop .grid-card.doc-container-card,
.desktop .gridview .grid-card.prescription-card,
.desktop .gridview .grid-card.appointment-card,
.desktop .gridview .grid-card.patient-card,
.desktop .gridview .grid-card.examination-card,
.desktop .gridview .grid-card.staff-card,
.desktop .gridview .grid-card.insurance-card,
.desktop .gridview .grid-card.doctor-card,
.desktop .gridview .grid-card.clinical-course-card,
.desktop .gridview .grid-card.document-card,
.desktop .gridview .grid-card.doc-container-card {
  border-color: #2b4154;
  border-radius: 3px;
  overflow: hidden;
  border-left-width: 1px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.64px;
  cursor: pointer;
}
.mobile .grid-card.prescription-card .prescription-status,
.mobile .grid-card.prescription-card .appointment-status, .mobile .grid-card.appointment-card .prescription-status,
.mobile .grid-card.appointment-card .appointment-status, .mobile .grid-card.patient-card .prescription-status,
.mobile .grid-card.patient-card .appointment-status, .mobile .grid-card.examination-card .prescription-status,
.mobile .grid-card.examination-card .appointment-status, .mobile .grid-card.staff-card .prescription-status,
.mobile .grid-card.staff-card .appointment-status, .mobile .grid-card.insurance-card .prescription-status,
.mobile .grid-card.insurance-card .appointment-status, .mobile .grid-card.doctor-card .prescription-status,
.mobile .grid-card.doctor-card .appointment-status, .mobile .grid-card.clinical-course-card .prescription-status,
.mobile .grid-card.clinical-course-card .appointment-status, .mobile .grid-card.document-card .prescription-status,
.mobile .grid-card.document-card .appointment-status, .mobile .grid-card.doc-container-card .prescription-status,
.mobile .grid-card.doc-container-card .appointment-status,
.tablet .grid-card.prescription-card .prescription-status,
.tablet .grid-card.prescription-card .appointment-status,
.tablet .grid-card.appointment-card .prescription-status,
.tablet .grid-card.appointment-card .appointment-status,
.tablet .grid-card.patient-card .prescription-status,
.tablet .grid-card.patient-card .appointment-status,
.tablet .grid-card.examination-card .prescription-status,
.tablet .grid-card.examination-card .appointment-status,
.tablet .grid-card.staff-card .prescription-status,
.tablet .grid-card.staff-card .appointment-status,
.tablet .grid-card.insurance-card .prescription-status,
.tablet .grid-card.insurance-card .appointment-status,
.tablet .grid-card.doctor-card .prescription-status,
.tablet .grid-card.doctor-card .appointment-status,
.tablet .grid-card.clinical-course-card .prescription-status,
.tablet .grid-card.clinical-course-card .appointment-status,
.tablet .grid-card.document-card .prescription-status,
.tablet .grid-card.document-card .appointment-status,
.tablet .grid-card.doc-container-card .prescription-status,
.tablet .grid-card.doc-container-card .appointment-status,
.gridview .desktop .grid-card.prescription-card .prescription-status,
.gridview .desktop .grid-card.prescription-card .appointment-status,
.gridview .desktop .grid-card.appointment-card .prescription-status,
.gridview .desktop .grid-card.appointment-card .appointment-status,
.gridview .desktop .grid-card.patient-card .prescription-status,
.gridview .desktop .grid-card.patient-card .appointment-status,
.gridview .desktop .grid-card.examination-card .prescription-status,
.gridview .desktop .grid-card.examination-card .appointment-status,
.gridview .desktop .grid-card.staff-card .prescription-status,
.gridview .desktop .grid-card.staff-card .appointment-status,
.gridview .desktop .grid-card.insurance-card .prescription-status,
.gridview .desktop .grid-card.insurance-card .appointment-status,
.gridview .desktop .grid-card.doctor-card .prescription-status,
.gridview .desktop .grid-card.doctor-card .appointment-status,
.gridview .desktop .grid-card.clinical-course-card .prescription-status,
.gridview .desktop .grid-card.clinical-course-card .appointment-status,
.gridview .desktop .grid-card.document-card .prescription-status,
.gridview .desktop .grid-card.document-card .appointment-status,
.gridview .desktop .grid-card.doc-container-card .prescription-status,
.gridview .desktop .grid-card.doc-container-card .appointment-status,
.desktop .gridview .grid-card.prescription-card .prescription-status,
.desktop .gridview .grid-card.prescription-card .appointment-status,
.desktop .gridview .grid-card.appointment-card .prescription-status,
.desktop .gridview .grid-card.appointment-card .appointment-status,
.desktop .gridview .grid-card.patient-card .prescription-status,
.desktop .gridview .grid-card.patient-card .appointment-status,
.desktop .gridview .grid-card.examination-card .prescription-status,
.desktop .gridview .grid-card.examination-card .appointment-status,
.desktop .gridview .grid-card.staff-card .prescription-status,
.desktop .gridview .grid-card.staff-card .appointment-status,
.desktop .gridview .grid-card.insurance-card .prescription-status,
.desktop .gridview .grid-card.insurance-card .appointment-status,
.desktop .gridview .grid-card.doctor-card .prescription-status,
.desktop .gridview .grid-card.doctor-card .appointment-status,
.desktop .gridview .grid-card.clinical-course-card .prescription-status,
.desktop .gridview .grid-card.clinical-course-card .appointment-status,
.desktop .gridview .grid-card.document-card .prescription-status,
.desktop .gridview .grid-card.document-card .appointment-status,
.desktop .gridview .grid-card.doc-container-card .prescription-status,
.desktop .gridview .grid-card.doc-container-card .appointment-status {
  font-weight: 600;
  text-transform: uppercase;
}
.mobile .grid-card.prescription-card .mat-checkbox-layout, .mobile .grid-card.appointment-card .mat-checkbox-layout, .mobile .grid-card.patient-card .mat-checkbox-layout, .mobile .grid-card.examination-card .mat-checkbox-layout, .mobile .grid-card.staff-card .mat-checkbox-layout, .mobile .grid-card.insurance-card .mat-checkbox-layout, .mobile .grid-card.doctor-card .mat-checkbox-layout, .mobile .grid-card.clinical-course-card .mat-checkbox-layout, .mobile .grid-card.document-card .mat-checkbox-layout, .mobile .grid-card.doc-container-card .mat-checkbox-layout,
.tablet .grid-card.prescription-card .mat-checkbox-layout,
.tablet .grid-card.appointment-card .mat-checkbox-layout,
.tablet .grid-card.patient-card .mat-checkbox-layout,
.tablet .grid-card.examination-card .mat-checkbox-layout,
.tablet .grid-card.staff-card .mat-checkbox-layout,
.tablet .grid-card.insurance-card .mat-checkbox-layout,
.tablet .grid-card.doctor-card .mat-checkbox-layout,
.tablet .grid-card.clinical-course-card .mat-checkbox-layout,
.tablet .grid-card.document-card .mat-checkbox-layout,
.tablet .grid-card.doc-container-card .mat-checkbox-layout,
.gridview .desktop .grid-card.prescription-card .mat-checkbox-layout,
.gridview .desktop .grid-card.appointment-card .mat-checkbox-layout,
.gridview .desktop .grid-card.patient-card .mat-checkbox-layout,
.gridview .desktop .grid-card.examination-card .mat-checkbox-layout,
.gridview .desktop .grid-card.staff-card .mat-checkbox-layout,
.gridview .desktop .grid-card.insurance-card .mat-checkbox-layout,
.gridview .desktop .grid-card.doctor-card .mat-checkbox-layout,
.gridview .desktop .grid-card.clinical-course-card .mat-checkbox-layout,
.gridview .desktop .grid-card.document-card .mat-checkbox-layout,
.gridview .desktop .grid-card.doc-container-card .mat-checkbox-layout,
.desktop .gridview .grid-card.prescription-card .mat-checkbox-layout,
.desktop .gridview .grid-card.appointment-card .mat-checkbox-layout,
.desktop .gridview .grid-card.patient-card .mat-checkbox-layout,
.desktop .gridview .grid-card.examination-card .mat-checkbox-layout,
.desktop .gridview .grid-card.staff-card .mat-checkbox-layout,
.desktop .gridview .grid-card.insurance-card .mat-checkbox-layout,
.desktop .gridview .grid-card.doctor-card .mat-checkbox-layout,
.desktop .gridview .grid-card.clinical-course-card .mat-checkbox-layout,
.desktop .gridview .grid-card.document-card .mat-checkbox-layout,
.desktop .gridview .grid-card.doc-container-card .mat-checkbox-layout {
  padding: 0;
}
.mobile .grid-card.prescription-card .grid-card-footer .mat-icon,
.tablet .grid-card.prescription-card .grid-card-footer .mat-icon,
.gridview .desktop .grid-card.prescription-card .grid-card-footer .mat-icon,
.desktop .gridview .grid-card.prescription-card .grid-card-footer .mat-icon {
  vertical-align: bottom;
}
.mobile .grid-card.appointment-card.canceled-status,
.tablet .grid-card.appointment-card.canceled-status,
.gridview .desktop .grid-card.appointment-card.canceled-status,
.desktop .gridview .grid-card.appointment-card.canceled-status {
  border-color: #c20000;
}
.mobile .grid-card.appointment-card.closed-status,
.tablet .grid-card.appointment-card.closed-status,
.gridview .desktop .grid-card.appointment-card.closed-status,
.desktop .gridview .grid-card.appointment-card.closed-status {
  border-color: #00827b;
}
.mobile .grid-card.appointment-card.confirmed-status,
.tablet .grid-card.appointment-card.confirmed-status,
.gridview .desktop .grid-card.appointment-card.confirmed-status,
.desktop .gridview .grid-card.appointment-card.confirmed-status {
  border-color: var(--mainColor);
}
.mobile .grid-card.appointment-card.planed-status,
.tablet .grid-card.appointment-card.planed-status,
.gridview .desktop .grid-card.appointment-card.planed-status,
.desktop .gridview .grid-card.appointment-card.planed-status {
  border-color: #2b4154;
}
.mobile .grid-card.patient-card,
.tablet .grid-card.patient-card,
.gridview .desktop .grid-card.patient-card,
.desktop .gridview .grid-card.patient-card {
  font-weight: 400;
}
.mobile .grid-card.patient-card .grid-card-header,
.tablet .grid-card.patient-card .grid-card-header,
.gridview .desktop .grid-card.patient-card .grid-card-header,
.desktop .gridview .grid-card.patient-card .grid-card-header {
  padding: 11px 0 13px 16px;
}
.mobile .grid-card.patient-card .grid-card-header .mat-checkbox,
.tablet .grid-card.patient-card .grid-card-header .mat-checkbox,
.gridview .desktop .grid-card.patient-card .grid-card-header .mat-checkbox,
.desktop .gridview .grid-card.patient-card .grid-card-header .mat-checkbox {
  align-self: flex-start;
  margin-top: 6px;
}
.mobile .grid-card.patient-card .avatar,
.tablet .grid-card.patient-card .avatar,
.gridview .desktop .grid-card.patient-card .avatar,
.desktop .gridview .grid-card.patient-card .avatar {
  width: 62px;
  height: 62px;
  flex-shrink: 0;
}
.mobile .grid-card.patient-card .avatar > div,
.tablet .grid-card.patient-card .avatar > div,
.gridview .desktop .grid-card.patient-card .avatar > div,
.desktop .gridview .grid-card.patient-card .avatar > div {
  border-color: white;
}
.mobile .grid-card.patient-card .grid-card-footer .email-link,
.tablet .grid-card.patient-card .grid-card-footer .email-link,
.gridview .desktop .grid-card.patient-card .grid-card-footer .email-link,
.desktop .gridview .grid-card.patient-card .grid-card-footer .email-link {
  display: flex;
  align-items: center;
}
.mobile .grid-card.patient-card .grid-card-footer .email-link .separator,
.tablet .grid-card.patient-card .grid-card-footer .email-link .separator,
.gridview .desktop .grid-card.patient-card .grid-card-footer .email-link .separator,
.desktop .gridview .grid-card.patient-card .grid-card-footer .email-link .separator {
  margin: 0 9px;
}
.mobile .grid-card.patient-card .grid-card-footer .email-link .email-link-icon,
.tablet .grid-card.patient-card .grid-card-footer .email-link .email-link-icon,
.gridview .desktop .grid-card.patient-card .grid-card-footer .email-link .email-link-icon,
.desktop .gridview .grid-card.patient-card .grid-card-footer .email-link .email-link-icon {
  color: inherit;
}
.mobile .grid-card.patient-card .grid-card-footer .email-link .email-link-icon .mat-icon,
.tablet .grid-card.patient-card .grid-card-footer .email-link .email-link-icon .mat-icon,
.gridview .desktop .grid-card.patient-card .grid-card-footer .email-link .email-link-icon .mat-icon,
.desktop .gridview .grid-card.patient-card .grid-card-footer .email-link .email-link-icon .mat-icon {
  vertical-align: top;
}
.mobile .grid-card.patient-card .grid-card-footer .mat-icon,
.tablet .grid-card.patient-card .grid-card-footer .mat-icon,
.gridview .desktop .grid-card.patient-card .grid-card-footer .mat-icon,
.desktop .gridview .grid-card.patient-card .grid-card-footer .mat-icon {
  font-size: 16px;
  line-height: 16px;
}
.mobile .grid-card.patient-card .grid-card-footer .address,
.tablet .grid-card.patient-card .grid-card-footer .address,
.gridview .desktop .grid-card.patient-card .grid-card-footer .address,
.desktop .gridview .grid-card.patient-card .grid-card-footer .address {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile .grid-card.patient-card .grid-card-footer .address .mat-icon,
.tablet .grid-card.patient-card .grid-card-footer .address .mat-icon,
.gridview .desktop .grid-card.patient-card .grid-card-footer .address .mat-icon,
.desktop .gridview .grid-card.patient-card .grid-card-footer .address .mat-icon {
  margin-right: 4px;
}
.mobile .grid-card.patient-card .grid-card-footer .grid-footer-row,
.tablet .grid-card.patient-card .grid-card-footer .grid-footer-row,
.gridview .desktop .grid-card.patient-card .grid-card-footer .grid-footer-row,
.desktop .gridview .grid-card.patient-card .grid-card-footer .grid-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile .grid-card.patient-card .grid-card-footer .grid-footer-row > div:first-child,
.tablet .grid-card.patient-card .grid-card-footer .grid-footer-row > div:first-child,
.gridview .desktop .grid-card.patient-card .grid-card-footer .grid-footer-row > div:first-child,
.desktop .gridview .grid-card.patient-card .grid-card-footer .grid-footer-row > div:first-child {
  margin-right: 10px;
}
.mobile .grid-card.staff-card .staff-photo,
.tablet .grid-card.staff-card .staff-photo,
.gridview .desktop .grid-card.staff-card .staff-photo,
.desktop .gridview .grid-card.staff-card .staff-photo {
  border-radius: 50%;
  width: 49px;
  height: 49px;
  border: 1px solid #2b4154;
  margin-left: 4px;
}
.mobile .grid-card.insurance-card,
.tablet .grid-card.insurance-card,
.gridview .desktop .grid-card.insurance-card,
.desktop .gridview .grid-card.insurance-card {
  border-width: 0px;
}
.mobile .grid-card.clinical-course-card .grid-card-header,
.tablet .grid-card.clinical-course-card .grid-card-header,
.gridview .desktop .grid-card.clinical-course-card .grid-card-header,
.desktop .gridview .grid-card.clinical-course-card .grid-card-header {
  text-transform: uppercase;
}
.mobile .grid-card.clinical-course-card .grid-card-header .title,
.tablet .grid-card.clinical-course-card .grid-card-header .title,
.gridview .desktop .grid-card.clinical-course-card .grid-card-header .title,
.desktop .gridview .grid-card.clinical-course-card .grid-card-header .title {
  display: flex;
  align-items: center;
}
.mobile .grid-card.clinical-course-card .grid-card-header .title .mat-icon,
.tablet .grid-card.clinical-course-card .grid-card-header .title .mat-icon,
.gridview .desktop .grid-card.clinical-course-card .grid-card-header .title .mat-icon,
.desktop .gridview .grid-card.clinical-course-card .grid-card-header .title .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  margin-right: 12px;
}
.mobile .grid-card.clinical-course-card .grid-card-footer,
.tablet .grid-card.clinical-course-card .grid-card-footer,
.gridview .desktop .grid-card.clinical-course-card .grid-card-footer,
.desktop .gridview .grid-card.clinical-course-card .grid-card-footer {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 20px;
}
.mobile .grid-card.clinical-course-card .grid-card-footer > div:not(.comment),
.tablet .grid-card.clinical-course-card .grid-card-footer > div:not(.comment),
.gridview .desktop .grid-card.clinical-course-card .grid-card-footer > div:not(.comment),
.desktop .gridview .grid-card.clinical-course-card .grid-card-footer > div:not(.comment) {
  display: flex;
  align-items: center;
}
.mobile .grid-card.clinical-course-card .comment-message,
.tablet .grid-card.clinical-course-card .comment-message,
.gridview .desktop .grid-card.clinical-course-card .comment-message,
.desktop .gridview .grid-card.clinical-course-card .comment-message {
  grid-column: span 2;
}
.mobile .grid-card.clinical-course-card .comment,
.tablet .grid-card.clinical-course-card .comment,
.gridview .desktop .grid-card.clinical-course-card .comment,
.desktop .gridview .grid-card.clinical-course-card .comment {
  grid-column: span 3;
}
.mobile .grid-card.clinical-course-card .comment pre,
.tablet .grid-card.clinical-course-card .comment pre,
.gridview .desktop .grid-card.clinical-course-card .comment pre,
.desktop .gridview .grid-card.clinical-course-card .comment pre {
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mobile .grid-card.document-card .grid-card-header,
.tablet .grid-card.document-card .grid-card-header,
.gridview .desktop .grid-card.document-card .grid-card-header,
.desktop .gridview .grid-card.document-card .grid-card-header {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}
.mobile .grid-card.document-card .grid-card-header .name-wrapper,
.tablet .grid-card.document-card .grid-card-header .name-wrapper,
.gridview .desktop .grid-card.document-card .grid-card-header .name-wrapper,
.desktop .gridview .grid-card.document-card .grid-card-header .name-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.mobile .grid-card.document-card .grid-card-header .name-wrapper .mat-icon,
.tablet .grid-card.document-card .grid-card-header .name-wrapper .mat-icon,
.gridview .desktop .grid-card.document-card .grid-card-header .name-wrapper .mat-icon,
.desktop .gridview .grid-card.document-card .grid-card-header .name-wrapper .mat-icon {
  font-size: 38px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  margin: 0 8px 0 10px;
}
.mobile .grid-card.document-card .grid-card-header .name-wrapper .fileName,
.tablet .grid-card.document-card .grid-card-header .name-wrapper .fileName,
.gridview .desktop .grid-card.document-card .grid-card-header .name-wrapper .fileName,
.desktop .gridview .grid-card.document-card .grid-card-header .name-wrapper .fileName {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  white-space: normal;
}
.mobile .grid-card.document-card .grid-card-header .name-wrapper .fileName > span,
.tablet .grid-card.document-card .grid-card-header .name-wrapper .fileName > span,
.gridview .desktop .grid-card.document-card .grid-card-header .name-wrapper .fileName > span,
.desktop .gridview .grid-card.document-card .grid-card-header .name-wrapper .fileName > span {
  width: 100%;
  text-align: right;
}
.mobile .grid-card.document-card .grid-card-footer,
.tablet .grid-card.document-card .grid-card-footer,
.gridview .desktop .grid-card.document-card .grid-card-footer,
.desktop .gridview .grid-card.document-card .grid-card-footer {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}
.mobile .grid-card.document-card .grid-card-footer > div,
.tablet .grid-card.document-card .grid-card-footer > div,
.gridview .desktop .grid-card.document-card .grid-card-footer > div,
.desktop .gridview .grid-card.document-card .grid-card-footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  line-height: 22px;
}
.mobile .grid-card.document-card .grid-card-footer > div .patient,
.mobile .grid-card.document-card .grid-card-footer > div .updated,
.tablet .grid-card.document-card .grid-card-footer > div .patient,
.tablet .grid-card.document-card .grid-card-footer > div .updated,
.gridview .desktop .grid-card.document-card .grid-card-footer > div .patient,
.gridview .desktop .grid-card.document-card .grid-card-footer > div .updated,
.desktop .gridview .grid-card.document-card .grid-card-footer > div .patient,
.desktop .gridview .grid-card.document-card .grid-card-footer > div .updated {
  flex: 0 0 auto;
  margin-left: 5px;
}
.mobile .grid-card.document-card .grid-card-footer .label,
.tablet .grid-card.document-card .grid-card-footer .label,
.gridview .desktop .grid-card.document-card .grid-card-footer .label,
.desktop .gridview .grid-card.document-card .grid-card-footer .label {
  text-transform: none;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.64px;
  font-weight: 500;
  color: inherit;
  display: inline-block;
}
.mobile .grid-card.document-card .form,
.tablet .grid-card.document-card .form,
.gridview .desktop .grid-card.document-card .form,
.desktop .gridview .grid-card.document-card .form {
  display: grid;
  grid-template-columns: 1fr auto;
}
.mobile .grid-card.document-card .form .edit-actions,
.tablet .grid-card.document-card .form .edit-actions,
.gridview .desktop .grid-card.document-card .form .edit-actions,
.desktop .gridview .grid-card.document-card .form .edit-actions {
  margin-top: 11px;
}
.mobile .grid-card.document-card .form .edit-actions .mat-icon-button .mat-icon,
.tablet .grid-card.document-card .form .edit-actions .mat-icon-button .mat-icon,
.gridview .desktop .grid-card.document-card .form .edit-actions .mat-icon-button .mat-icon,
.desktop .gridview .grid-card.document-card .form .edit-actions .mat-icon-button .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.mobile .grid-card.document-card .form .fields,
.tablet .grid-card.document-card .form .fields,
.gridview .desktop .grid-card.document-card .form .fields,
.desktop .gridview .grid-card.document-card .form .fields {
  display: flex;
  flex-direction: column;
  padding: 0px 21px 5px;
}
.mobile .active .grid-card,
.mobile .selected .grid-card,
.tablet .active .grid-card,
.tablet .selected .grid-card,
.gridview .desktop .active .grid-card,
.gridview .desktop .selected .grid-card,
.desktop .gridview .active .grid-card,
.desktop .gridview .selected .grid-card {
  border-color: var(--mainColor) !important;
}
.mobile .active .grid-card.staff-card,
.mobile .selected .grid-card.staff-card,
.tablet .active .grid-card.staff-card,
.tablet .selected .grid-card.staff-card,
.gridview .desktop .active .grid-card.staff-card,
.gridview .desktop .selected .grid-card.staff-card,
.desktop .gridview .active .grid-card.staff-card,
.desktop .gridview .selected .grid-card.staff-card {
  border-left-width: 1px;
}
.mobile .active .grid-card.staff-card .grid-card-header,
.mobile .active .grid-card.staff-card .grid-card-footer,
.mobile .selected .grid-card.staff-card .grid-card-header,
.mobile .selected .grid-card.staff-card .grid-card-footer,
.tablet .active .grid-card.staff-card .grid-card-header,
.tablet .active .grid-card.staff-card .grid-card-footer,
.tablet .selected .grid-card.staff-card .grid-card-header,
.tablet .selected .grid-card.staff-card .grid-card-footer,
.gridview .desktop .active .grid-card.staff-card .grid-card-header,
.gridview .desktop .active .grid-card.staff-card .grid-card-footer,
.gridview .desktop .selected .grid-card.staff-card .grid-card-header,
.gridview .desktop .selected .grid-card.staff-card .grid-card-footer,
.desktop .gridview .active .grid-card.staff-card .grid-card-header,
.desktop .gridview .active .grid-card.staff-card .grid-card-footer,
.desktop .gridview .selected .grid-card.staff-card .grid-card-header,
.desktop .gridview .selected .grid-card.staff-card .grid-card-footer {
  padding-left: 16px;
}
.mobile .active .grid-card.prescription-card .content,
.mobile .selected .grid-card.prescription-card .content,
.tablet .active .grid-card.prescription-card .content,
.tablet .selected .grid-card.prescription-card .content,
.gridview .desktop .active .grid-card.prescription-card .content,
.gridview .desktop .selected .grid-card.prescription-card .content,
.desktop .gridview .active .grid-card.prescription-card .content,
.desktop .gridview .selected .grid-card.prescription-card .content {
  border-bottom-color: transparent;
}
.mobile .active .mobile-gridcard:not(.patient-card),
.mobile .selected .mobile-gridcard:not(.patient-card),
.tablet .active .mobile-gridcard:not(.patient-card),
.tablet .selected .mobile-gridcard:not(.patient-card),
.gridview .desktop .active .mobile-gridcard:not(.patient-card),
.gridview .desktop .selected .mobile-gridcard:not(.patient-card),
.desktop .gridview .active .mobile-gridcard:not(.patient-card),
.desktop .gridview .selected .mobile-gridcard:not(.patient-card) {
  padding-left: 8px;
}
.mobile .active .grid-card-header,
.mobile .selected .grid-card-header,
.tablet .active .grid-card-header,
.tablet .selected .grid-card-header,
.gridview .desktop .active .grid-card-header,
.gridview .desktop .selected .grid-card-header,
.desktop .gridview .active .grid-card-header,
.desktop .gridview .selected .grid-card-header {
  background-color: var(--mainColor-50);
}
.mobile .ionic-grid-cell,
.tablet .ionic-grid-cell,
.gridview .desktop .ionic-grid-cell,
.desktop .gridview .ionic-grid-cell {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.64px;
  width: 100%;
  padding: 11px 13px 13px 10px;
}
.mobile .actions,
.tablet .actions,
.gridview .desktop .actions,
.desktop .gridview .actions {
  overflow: hidden;
  flex-shrink: 0;
}
.mobile .doctor-table tr,
.tablet .doctor-table tr,
.gridview .desktop .doctor-table tr,
.desktop .gridview .doctor-table tr {
  border-radius: 2px;
}
.mobile .login-protocol-card .grid-card-header,
.mobile .doctor-card .grid-card-header,
.tablet .login-protocol-card .grid-card-header,
.tablet .doctor-card .grid-card-header,
.gridview .desktop .login-protocol-card .grid-card-header,
.gridview .desktop .doctor-card .grid-card-header,
.desktop .gridview .login-protocol-card .grid-card-header,
.desktop .gridview .doctor-card .grid-card-header {
  display: grid;
  grid-template-columns: 1fr minmax(min-content, max-content);
  grid-gap: 6px;
}
.mobile .login-protocol-card .grid-card-header .actions,
.mobile .doctor-card .grid-card-header .actions,
.tablet .login-protocol-card .grid-card-header .actions,
.tablet .doctor-card .grid-card-header .actions,
.gridview .desktop .login-protocol-card .grid-card-header .actions,
.gridview .desktop .doctor-card .grid-card-header .actions,
.desktop .gridview .login-protocol-card .grid-card-header .actions,
.desktop .gridview .doctor-card .grid-card-header .actions {
  grid-row: span 2;
  align-self: center;
}
.mobile .login-protocol-card .grid-card-header .name-wrapper,
.mobile .doctor-card .grid-card-header .name-wrapper,
.tablet .login-protocol-card .grid-card-header .name-wrapper,
.tablet .doctor-card .grid-card-header .name-wrapper,
.gridview .desktop .login-protocol-card .grid-card-header .name-wrapper,
.gridview .desktop .doctor-card .grid-card-header .name-wrapper,
.desktop .gridview .login-protocol-card .grid-card-header .name-wrapper,
.desktop .gridview .doctor-card .grid-card-header .name-wrapper {
  display: flex;
  align-items: center;
}
.mobile .login-protocol-card .grid-card-header .light,
.mobile .doctor-card .grid-card-header .light,
.tablet .login-protocol-card .grid-card-header .light,
.tablet .doctor-card .grid-card-header .light,
.gridview .desktop .login-protocol-card .grid-card-header .light,
.gridview .desktop .doctor-card .grid-card-header .light,
.desktop .gridview .login-protocol-card .grid-card-header .light,
.desktop .gridview .doctor-card .grid-card-header .light {
  margin-right: 3px;
  color: rgba(43, 65, 84, 0.7);
}
.mobile .login-protocol-card .grid-card-header .header-meta,
.mobile .doctor-card .grid-card-header .header-meta,
.tablet .login-protocol-card .grid-card-header .header-meta,
.tablet .doctor-card .grid-card-header .header-meta,
.gridview .desktop .login-protocol-card .grid-card-header .header-meta,
.gridview .desktop .doctor-card .grid-card-header .header-meta,
.desktop .gridview .login-protocol-card .grid-card-header .header-meta,
.desktop .gridview .doctor-card .grid-card-header .header-meta {
  display: flex;
  align-items: center;
}
.mobile .login-protocol-card .grid-card-header .header-meta > *,
.mobile .doctor-card .grid-card-header .header-meta > *,
.tablet .login-protocol-card .grid-card-header .header-meta > *,
.tablet .doctor-card .grid-card-header .header-meta > *,
.gridview .desktop .login-protocol-card .grid-card-header .header-meta > *,
.gridview .desktop .doctor-card .grid-card-header .header-meta > *,
.desktop .gridview .login-protocol-card .grid-card-header .header-meta > *,
.desktop .gridview .doctor-card .grid-card-header .header-meta > * {
  position: relative;
  padding: 0 10px;
}
.mobile .login-protocol-card .grid-card-header .header-meta > *:not(:last-child):after,
.mobile .doctor-card .grid-card-header .header-meta > *:not(:last-child):after,
.tablet .login-protocol-card .grid-card-header .header-meta > *:not(:last-child):after,
.tablet .doctor-card .grid-card-header .header-meta > *:not(:last-child):after,
.gridview .desktop .login-protocol-card .grid-card-header .header-meta > *:not(:last-child):after,
.gridview .desktop .doctor-card .grid-card-header .header-meta > *:not(:last-child):after,
.desktop .gridview .login-protocol-card .grid-card-header .header-meta > *:not(:last-child):after,
.desktop .gridview .doctor-card .grid-card-header .header-meta > *:not(:last-child):after {
  content: "|";
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  position: absolute;
  right: 0;
  width: 1em;
  margin-right: -0.5em;
  text-align: center;
}
.mobile .login-protocol-card .grid-card-header .header-meta > *:first-child,
.mobile .doctor-card .grid-card-header .header-meta > *:first-child,
.tablet .login-protocol-card .grid-card-header .header-meta > *:first-child,
.tablet .doctor-card .grid-card-header .header-meta > *:first-child,
.gridview .desktop .login-protocol-card .grid-card-header .header-meta > *:first-child,
.gridview .desktop .doctor-card .grid-card-header .header-meta > *:first-child,
.desktop .gridview .login-protocol-card .grid-card-header .header-meta > *:first-child,
.desktop .gridview .doctor-card .grid-card-header .header-meta > *:first-child {
  padding-left: 0;
}
.mobile .login-protocol-card .grid-card-footer,
.mobile .doctor-card .grid-card-footer,
.tablet .login-protocol-card .grid-card-footer,
.tablet .doctor-card .grid-card-footer,
.gridview .desktop .login-protocol-card .grid-card-footer,
.gridview .desktop .doctor-card .grid-card-footer,
.desktop .gridview .login-protocol-card .grid-card-footer,
.desktop .gridview .doctor-card .grid-card-footer {
  display: grid;
  grid-template-columns: 135px 1fr;
  grid-gap: 10px 0;
  font-weight: 400;
}
.mobile .login-protocol-card .grid-card-footer .mat-icon,
.mobile .doctor-card .grid-card-footer .mat-icon,
.tablet .login-protocol-card .grid-card-footer .mat-icon,
.tablet .doctor-card .grid-card-footer .mat-icon,
.gridview .desktop .login-protocol-card .grid-card-footer .mat-icon,
.gridview .desktop .doctor-card .grid-card-footer .mat-icon,
.desktop .gridview .login-protocol-card .grid-card-footer .mat-icon,
.desktop .gridview .doctor-card .grid-card-footer .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  vertical-align: text-bottom;
}
.mobile .login-protocol-card .grid-card-footer div:nth-child(2n),
.mobile .doctor-card .grid-card-footer div:nth-child(2n),
.tablet .login-protocol-card .grid-card-footer div:nth-child(2n),
.tablet .doctor-card .grid-card-footer div:nth-child(2n),
.gridview .desktop .login-protocol-card .grid-card-footer div:nth-child(2n),
.gridview .desktop .doctor-card .grid-card-footer div:nth-child(2n),
.desktop .gridview .login-protocol-card .grid-card-footer div:nth-child(2n),
.desktop .gridview .doctor-card .grid-card-footer div:nth-child(2n) {
  text-align: right;
}
.mobile .login-protocol-card .grid-card-footer,
.mobile .doctor-card .grid-card-footer,
.tablet .login-protocol-card .grid-card-footer,
.tablet .doctor-card .grid-card-footer,
.gridview .desktop .login-protocol-card .grid-card-footer,
.gridview .desktop .doctor-card .grid-card-footer,
.desktop .gridview .login-protocol-card .grid-card-footer,
.desktop .gridview .doctor-card .grid-card-footer {
  padding-bottom: 10px;
}
.mobile .login-protocol-card.selected, .mobile .login-protocol-card.active,
.mobile .doctor-card.selected,
.mobile .doctor-card.active,
.tablet .login-protocol-card.selected,
.tablet .login-protocol-card.active,
.tablet .doctor-card.selected,
.tablet .doctor-card.active,
.gridview .desktop .login-protocol-card.selected,
.gridview .desktop .login-protocol-card.active,
.gridview .desktop .doctor-card.selected,
.gridview .desktop .doctor-card.active,
.desktop .gridview .login-protocol-card.selected,
.desktop .gridview .login-protocol-card.active,
.desktop .gridview .doctor-card.selected,
.desktop .gridview .doctor-card.active {
  background-color: transparent;
}
.mobile .staff-card .grid-card-header .title .mat-icon,
.tablet .staff-card .grid-card-header .title .mat-icon,
.gridview .desktop .staff-card .grid-card-header .title .mat-icon,
.desktop .gridview .staff-card .grid-card-header .title .mat-icon {
  margin-left: 10px;
}
.mobile .staff-card .grid-card-footer,
.tablet .staff-card .grid-card-footer,
.gridview .desktop .staff-card .grid-card-footer,
.desktop .gridview .staff-card .grid-card-footer {
  display: grid;
  grid-template-columns: 135px 1fr;
  grid-gap: 10px 0;
  font-weight: 400;
}
.mobile .staff-card .grid-card-footer .mat-icon,
.tablet .staff-card .grid-card-footer .mat-icon,
.gridview .desktop .staff-card .grid-card-footer .mat-icon,
.desktop .gridview .staff-card .grid-card-footer .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  vertical-align: text-bottom;
}
.mobile .staff-card .grid-card-footer div:nth-child(2n),
.tablet .staff-card .grid-card-footer div:nth-child(2n),
.gridview .desktop .staff-card .grid-card-footer div:nth-child(2n),
.desktop .gridview .staff-card .grid-card-footer div:nth-child(2n) {
  text-align: right;
}
.mobile .zip-card,
.mobile .bank-card,
.mobile .lookup-card,
.tablet .zip-card,
.tablet .bank-card,
.tablet .lookup-card,
.gridview .desktop .zip-card,
.gridview .desktop .bank-card,
.gridview .desktop .lookup-card,
.desktop .gridview .zip-card,
.desktop .gridview .bank-card,
.desktop .gridview .lookup-card {
  border-color: white;
}
.mobile .zip-card .mat-checkbox-layout,
.mobile .bank-card .mat-checkbox-layout,
.mobile .lookup-card .mat-checkbox-layout,
.tablet .zip-card .mat-checkbox-layout,
.tablet .bank-card .mat-checkbox-layout,
.tablet .lookup-card .mat-checkbox-layout,
.gridview .desktop .zip-card .mat-checkbox-layout,
.gridview .desktop .bank-card .mat-checkbox-layout,
.gridview .desktop .lookup-card .mat-checkbox-layout,
.desktop .gridview .zip-card .mat-checkbox-layout,
.desktop .gridview .bank-card .mat-checkbox-layout,
.desktop .gridview .lookup-card .mat-checkbox-layout {
  padding: 18px 10px 17px;
}
.mobile .login-protocol-card .grid-card-footer,
.tablet .login-protocol-card .grid-card-footer,
.gridview .desktop .login-protocol-card .grid-card-footer,
.desktop .gridview .login-protocol-card .grid-card-footer {
  grid-template-columns: 300px 1fr;
}
.desktop .listview .mat-column-info {
  max-width: 500px;
}
.desktop .listview .mat-column-info .comment pre {
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prescription-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: bottom;
  margin: 2px 14px 0 0;
}
.prescription-icon.created {
  background: #707070;
}
.prescription-icon.processing {
  background: #C20000;
}
.prescription-icon.partially-closed {
  background: #FFCB0D;
}
.prescription-icon.handled {
  background: #72ADE0;
}
.prescription-icon.closed {
  background: var(--mainColor);
}
.prescription-icon.sent {
  background: #00827b;
  position: relative;
}
.prescription-icon.sent:after {
  content: "✓";
  color: white;
  position: absolute;
  font-size: 20px;
  text-align: center;
  width: 24px;
  line-height: 18px;
}
.prescription-icon.storno {
  background: #2B4154;
}
.clinical-course-table .ks-editable-line .grid-card.clinical-course-card .grid-card-header {
  background: rgba(255, 255, 255, 0.5);
}
.clinical-course-table .ks-editable-line .grid-card.clinical-course-card .grid-card-footer {
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}
.ks-editable-line .document-card {
  border-left-width: 1px !important;
}
.tablet .grid-card.prescription-card,
.mobile .grid-card.prescription-card {
  border-color: white;
}
.tablet .grid-card.document-card .grid-card-header .name-wrapper .mat-icon,
.mobile .grid-card.document-card .grid-card-header .name-wrapper .mat-icon {
  margin: 0 8px 0 0px;
}
.tablet .grid-card.document-card .grid-card-footer .doc-content,
.mobile .grid-card.document-card .grid-card-footer .doc-content {
  display: flex;
  justify-content: space-between;
}
.tablet .mobile-gridcard .avatar,
.mobile .mobile-gridcard .avatar {
  width: 45px;
  height: 45px;
}
.tablet .mobile-gridcard .avatar img,
.mobile .mobile-gridcard .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tablet .mobile-gridcard .avatar .mat-icon,
.mobile .mobile-gridcard .avatar .mat-icon {
  font-size: 45px;
  height: 45px;
  width: 45px;
  line-height: 45px;
}
.patient-table .mat-row .mat-column-tablet {
  padding: 0 !important;
  border: 1px solid transparent;
  border-radius: 3px;
  overflow: hidden;
}
body:not(.desktop) .patient-table .mat-row {
  background: transparent;
}
.patient-table .patient-card {
  padding: 0;
}
.patient-table .patient-card .avatar {
  flex-shrink: 0;
}
.patient-table .patient-card .mat-icon {
  vertical-align: middle;
}
.patient-table .patient-card .patient-content {
  flex: 1 1 auto;
}
.patient-table .patient-card .grid-card-header {
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-gap: 12px;
}
.patient-table .patient-card .grid-card-header .insurance {
  justify-self: flex-end;
  text-align: right;
}
.patient-table .patient-card .grid-card-footer {
  font-size: 13px;
  line-height: 20px;
  display: grid;
}
.patient-table .patient-card .grid-card-footer .grid-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.patient-table .patient-card .grid-card-footer .insurancetype {
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.patient-table .patient-card .grid-card-footer .insurance-account {
  margin: 0 15px;
}
.patient-table .patient-card .grid-card-footer .contact {
  display: flex;
  align-items: center;
}
.patient-table .patient-card .grid-card-footer .address {
  align-items: center;
  text-align: right;
  margin-left: auto;
}
.patient-table .patient-card .grid-card-footer .address .mat-icon {
  vertical-align: middle;
}
.patient-table .patient-card .grid-card-header,
.patient-table .patient-card .grid-card-footer {
  padding: 6px 10px;
}
.examination-table .header-patient,
.examination-table .header-date {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.examination-table .header-patient {
  align-items: flex-start;
}
.examination-table .header-patient .mat-checkbox {
  margin: 3px 10px 0 0;
}
.examination-table .header-date .mat-icon {
  margin-right: 5px;
}
.examination-table .grid-footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.examination-table .grid-footer-row span {
  font-weight: 500;
}
.examination-table .grid-footer-row div + div {
  margin-left: 10px;
}
.desktop .examination-table .grid-card-header .status-badge-light {
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
}
.tablet .examination-table .grid-card-header .status-badge-light {
  margin-right: 10px;
}
.tablet .examination-table .grid-card-footer {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-gap: 0 45px;
}
.tablet .examination-table .grid-card-footer .span-2 {
  grid-column: span 2;
}
.tablet .examination-table .grid-card-footer .span-3 {
  grid-column: span 3;
}
.tablet .examination-table .grid-card-footer .flex-end {
  text-align: right;
}
.tablet .examination-table .grid-card-footer span {
  font-weight: 500;
}
.tablet .examination-table .grid-card-footer .footer-ICD {
  display: flex;
  justify-content: space-between;
}
.tablet .examination-table .grid-card-footer .footer-ICD div + div {
  margin-left: 30px;
}
.mobile .mat-row.active > td ion-item-sliding ion-item,
.tablet .mat-row.active > td ion-item-sliding ion-item {
  --background: var(--mainColor-100);
}
.mobile .table-searchbar,
.tablet .table-searchbar {
  height: auto;
}
.tablet .patient-prescription-table {
  table-layout: fixed;
}
.tablet .patient-prescription-table > tbody > tr,
.tablet .patient-appointment-table > tbody > tr,
.tablet .patient-calls-table > tbody > tr {
  margin-bottom: 15px;
}
.tablet .grid-card.doctor-card {
  border-color: white;
}
.tablet .grid-card.doctor-card .doctor-tablet-card {
  display: grid;
  grid-gap: 7px 25px;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 3px;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .name {
  grid-column: span 3;
  line-height: 20px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 0;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .internal-number {
  line-height: 20px;
  text-align: right;
  font-weight: 600;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .faculty {
  font-weight: 600;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .faculty,
.tablet .grid-card.doctor-card .doctor-tablet-card .kvnr {
  grid-column: span 2;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .kvnr {
  text-align: right;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .kvnr .light {
  color: rgba(43, 65, 84, 0.7);
  margin-right: 10px;
}
.tablet .grid-card.doctor-card .doctor-tablet-card .address {
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tablet .active .grid-card.doctor-card {
  border-color: var(--mainColor);
}
.tablet .documents-table tr {
  margin-bottom: 10px;
  border-radius: 3px;
}
.tablet .documents-table tr .grid-card-header {
  border-radius: 3px 3px 0 0;
}
.tablet .documents-table tr .grid-card-footer {
  border-radius: 0 0 3px 3px;
}
.tablet .grid-card.doc-container-card {
  border: 1px solid white;
  padding: 0;
  border-radius: 3px;
}
.tablet .grid-card.doc-container-card .label {
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 5px;
  color: inherit;
  font-size: inherit;
}
.tablet .grid-card.doc-container-card .grid-card-header {
  padding: 3px 11px;
  border-radius: 3px;
}
.tablet .grid-card.doc-container-card .grid-card-header .docUpdated {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.tablet .grid-card.doc-container-card .grid-card-header .docUpdated .mat-icon {
  margin-right: 10px;
}
.tablet .grid-card.doc-container-card .grid-card-header .docPatient {
  margin-left: auto;
  flex: none;
  font-size: 16px;
}
.tablet .grid-card.doc-container-card .grid-card-footer {
  font-size: 14px;
  font-weight: 400;
  padding-left: 11px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.tablet .grid-card.doc-container-card .grid-card-footer > * {
  display: flex;
  align-items: center;
}
.tablet .grid-card.doc-container-card .grid-card-footer > * .mat-icon {
  margin-right: 10px;
}
.tablet .grid-card.doc-container-card .grid-card-footer .fileName {
  justify-content: flex-end;
}
.tablet .grid-card.doc-container-card .type .mat-icon {
  font-size: 38px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  margin: 0 8px 0 14px;
  vertical-align: top;
}
.tablet .grid-card.doc-container-card .docName {
  font-size: 16px;
  font-weight: 600;
}
.tablet .grid-card.doc-container-card .edit-actions button {
  font-size: 40px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.tablet .grid-card.doc-container-card .edit-actions button .mat-icon {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.tablet .ks-editable-line .grid-card.doc-container-card {
  border-width: 1px;
}
.tablet .ks-editable-line .grid-card.doc-container-card ion-item {
  --background: transparent;
}
.tablet .ks-editable-line .grid-card.doc-container-card .form {
  display: grid;
  grid-template-columns: 1fr auto;
}
.tablet .ks-editable-line .grid-card.doc-container-card .form .edit-actions {
  align-self: center;
}
.tablet .ks-editable-line .grid-card.doc-container-card .form .edit-actions .mat-icon-button .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.tablet .ks-editable-line .grid-card.doc-container-card .form .fields {
  padding: 0 16px;
  display: grid;
  grid-gap: 0 22px;
  grid-template-columns: 1fr 1fr;
}
.tablet .active .grid-card.doc-container-card,
.tablet .selected .grid-card.doc-container-card {
  border: 1px solid var(--mainColor);
}
.tablet .active .grid-card.doc-container-card .grid-card-header,
.tablet .active .grid-card.doc-container-card .grid-card-footer,
.tablet .selected .grid-card.doc-container-card .grid-card-header,
.tablet .selected .grid-card.doc-container-card .grid-card-footer {
  border-width: 0;
}
.mobile .grid-card.doc-container-card {
  border-color: transparent;
  padding: 0 !important;
}
.mobile .grid-card.doc-container-card .mobile-gridcard {
  padding: 8px 11px 0 !important;
}
.mobile .grid-card.doc-container-card .mobile-gridcard .wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.mobile .grid-card.doc-container-card .mobile-gridcard .wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #8B9AA4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile .grid-card.doc-container-card .header .title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile .grid-card.doc-container-card .type {
  float: none;
  flex: none;
}
.mobile .grid-card.doc-container-card .type mat-icon {
  margin: 0 10px 0 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
  line-height: 32px;
}
.mobile .grid-card.doc-container-card .dates, .mobile .grid-card.doc-container-card .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile .grid-card.doc-container-card .content {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  margin-bottom: 5px;
  flex: 1;
}
.mobile .grid-card.doc-container-card .content .fileName {
  margin: 3px 0;
}
.mobile .grid-card.doc-container-card .content .docName {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  white-space: normal;
}
.mobile .grid-card.doc-container-card .label {
  font-weight: 500;
  margin-right: 5px;
  color: inherit;
}
.mobile .clinical-course-table .grid-card.doc-container-card .header {
  margin-bottom: 7px;
}
.mobile .clinical-course-table .grid-card.doc-container-card .dates {
  margin-bottom: 5px;
}
.mobile .clinical-course-table .grid-card.doc-container-card .dates .mat-icon {
  margin-right: 10px;
}
.mobile .clinical-course-table .grid-card.doc-container-card .content {
  margin-bottom: 15px;
}
.mobile .clinical-course-table .grid-card.doc-container-card .prescription {
  display: flex;
  align-items: center;
}
.mobile .clinical-course-table .grid-card.doc-container-card .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile .documents-table tr:last-child .mobile-gridcard .wrapper:after {
  display: none;
}
.mobile .active .grid-card.doc-container-card,
.mobile .selected .grid-card.doc-container-card {
  border: 1px solid var(--mainColor);
}
.mobile .active .grid-card.doc-container-card .content,
.mobile .selected .grid-card.doc-container-card .content {
  padding-left: 8px;
}
.mobile .active .grid-card.doc-container-card .line,
.mobile .selected .grid-card.doc-container-card .line {
  background-color: transparent;
}
.mobile one-patient-wrapper .active .grid-card.doc-container-card .content,
.mobile doc-list .active .grid-card.doc-container-card .content {
  padding-left: 0;
}
.mobile one-patient-wrapper .active .grid-card.doc-container-card .wrapper:after,
.mobile doc-list .active .grid-card.doc-container-card .wrapper:after {
  display: none;
}
.mobile .ks-editable-line .grid-card.doc-container-card {
  border-width: 1px;
}
.mobile .ks-editable-line .grid-card.doc-container-card .mobile-gridcard {
  padding: 11px 5px 11px 11px !important;
  flex-direction: column;
}
.mobile .ks-editable-line .grid-card.doc-container-card .content {
  padding: 0;
}
.mobile .ks-editable-line .grid-card.doc-container-card ion-item {
  --background: transparent;
}
.mobile .ks-editable-line .grid-card.doc-container-card .form {
  display: grid;
  grid-template-columns: 1fr auto;
}
.mobile .ks-editable-line .grid-card.doc-container-card .form .edit-actions {
  align-self: center;
}
.mobile .ks-editable-line .grid-card.doc-container-card .form .fields {
  padding-right: 16px;
  display: grid;
  grid-gap: 0 22px;
  grid-template-columns: 1fr;
}
.mobile .ks-editable-line .grid-card.doc-container-card .line {
  background-color: transparent;
}
.mobile .ks-editable-line .grid-card.doc-container-card .edit-actions button .mat-icon {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.listview .desktop .patient-list-view .table-scroll-wrapper {
  margin-left: -20px;
  margin-right: -20px;
}
.listview .desktop .patient-appointment-table,
.listview .desktop .patient-calls-table,
.listview .desktop .patient-prescription-table,
.listview .desktop .patient-list-view .documents-table {
  border-spacing: 0 !important;
  border-bottom: 3px solid #e4e9ea;
}
.listview .desktop .patient-appointment-table .mat-header-row,
.listview .desktop .patient-calls-table .mat-header-row,
.listview .desktop .patient-prescription-table .mat-header-row,
.listview .desktop .patient-list-view .documents-table .mat-header-row {
  background: #eef5f6;
}
.listview .desktop .patient-appointment-table .mat-header-row .mat-header-cell,
.listview .desktop .patient-calls-table .mat-header-row .mat-header-cell,
.listview .desktop .patient-prescription-table .mat-header-row .mat-header-cell,
.listview .desktop .patient-list-view .documents-table .mat-header-row .mat-header-cell {
  border-bottom: 3px solid #e4e9ea;
}
.listview .desktop .patient-appointment-table .mat-row:last-child,
.listview .desktop .patient-calls-table .mat-row:last-child,
.listview .desktop .patient-prescription-table .mat-row:last-child,
.listview .desktop .patient-list-view .documents-table .mat-row:last-child {
  border-bottom: none;
}
.listview .desktop .patient-appointment-table .mat-row .mat-cell,
.listview .desktop .patient-calls-table .mat-row .mat-cell,
.listview .desktop .patient-prescription-table .mat-row .mat-cell,
.listview .desktop .patient-list-view .documents-table .mat-row .mat-cell {
  border-bottom: 1px solid var(--backgroundColor);
}
.mobile .patient-appointment-table > tbody > tr,
.mobile .patient-calls-table > tbody > tr,
.mobile .patient-prescription-table > tbody > tr,
.mobile .documents-table > tbody > tr,
.mobile .clinical-course-table > tbody > tr {
  margin-bottom: 0;
}
.mobile .grid-card.prescription-card .mobile-card-header {
  font-weight: 600;
  font-size: 15px;
}
.mobile .grid-card.prescription-card .content {
  display: grid;
  grid-template-columns: min-content minmax(0px, 1fr) min-content 1fr;
  grid-gap: 7px 5px;
  border-bottom: 1px solid #8B9AA4;
  padding-bottom: 12px;
  line-height: 20px;
}
.mobile .grid-card.prescription-card .content .end {
  justify-self: end;
}
.mobile .grid-card.prescription-card.appointment .content {
  grid-template-columns: min-content 1fr min-content;
}
.mobile .grid-card.prescription-card.appointment .content .header {
  grid-column: span 2;
}
.mobile .grid-card.prescription-card.appointment .content .info-icon {
  grid-row: span 2;
  align-self: flex-end;
}
.mobile .patient-prescription-table tr:last-child .grid-card.prescription-card .content {
  border-bottom-width: 0;
}
.mobile .appointment-card .grid-card-header {
  padding-right: 9px;
  background-color: transparent;
  min-height: auto;
}
.mobile .appointment-card .grid-card-footer {
  padding-top: 0;
  padding-right: 9px;
  padding: 0 9px 0px 16px;
}
.mobile .appointment-card .grid-card-footer button {
  line-height: 28px;
}
.mobile .active .apppoinment-card .grid-card-header {
  background-color: transparent;
}
.mobile-gridcard.insurance-card .insurance-name {
  font-size: 15px;
}
.mobile-gridcard.insurance-card .insurance-row-1 {
  margin-bottom: 3px;
  font-weight: 600;
}
.mobile-gridcard.insurance-card .insurance-row-2 {
  margin-bottom: 5px;
  font-weight: 500;
}
.sidebar-opened .insurance-status {
  display: none;
}
.show-ellipsis {
  overflow: hidden;
}
.show-ellipsis > *:not(.no-ellipsis) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.show-ellipsis .mat-icon {
  flex-shrink: 0;
  overflow: visible;
}
.desktop .mat-table.zip-table > tbody > tr,
.desktop .mat-table.lookup-table > tbody > tr,
.desktop .mat-table.patient-appointment-table > tbody > tr,
.desktop .mat-table.patient-calls-table > tbody > tr,
.desktop .mat-table.bank-table > tbody > tr,
.desktop .mat-table.staff-table > tbody > tr,
.desktop .mat-table.uniform-text-table > tbody > tr,
.desktop .mat-table.doctor-message-table > tbody > tr,
.desktop .mat-table.insurance-table > tbody > tr,
.desktop .mat-table.doctor-table > tbody > tr,
.desktop .mat-table.clinical-course-table > tbody > tr,
.desktop .mat-table.prescription-table > tbody > tr {
  flex-basis: calc(25% - 15px);
  margin-right: 20px;
}
.desktop .mat-table.zip-table > tbody > tr:nth-child(4n),
.desktop .mat-table.lookup-table > tbody > tr:nth-child(4n),
.desktop .mat-table.patient-appointment-table > tbody > tr:nth-child(4n),
.desktop .mat-table.patient-calls-table > tbody > tr:nth-child(4n),
.desktop .mat-table.bank-table > tbody > tr:nth-child(4n),
.desktop .mat-table.staff-table > tbody > tr:nth-child(4n),
.desktop .mat-table.uniform-text-table > tbody > tr:nth-child(4n),
.desktop .mat-table.doctor-message-table > tbody > tr:nth-child(4n),
.desktop .mat-table.insurance-table > tbody > tr:nth-child(4n),
.desktop .mat-table.doctor-table > tbody > tr:nth-child(4n),
.desktop .mat-table.clinical-course-table > tbody > tr:nth-child(4n),
.desktop .mat-table.prescription-table > tbody > tr:nth-child(4n) {
  margin-right: 0;
}
.tablet .mat-table.zip-table > tbody > tr,
.tablet .mat-table.lookup-table > tbody > tr,
.tablet .mat-table.bank-table > tbody > tr,
.tablet .mat-table.insurance-tablet > tbody > tr {
  flex-basis: calc(50% - 5px);
  margin-right: 10px;
}
.tablet .mat-table.zip-table > tbody > tr:nth-child(2n),
.tablet .mat-table.lookup-table > tbody > tr:nth-child(2n),
.tablet .mat-table.bank-table > tbody > tr:nth-child(2n),
.tablet .mat-table.insurance-tablet > tbody > tr:nth-child(2n) {
  margin-right: 0;
}
.mobile .mat-table:not(.keep-table-layout-mobile) {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
}
.searchform-select {
  border: 1px solid #2b4154;
  background: var(--backgroundColor);
  position: absolute;
  top: -32px;
}
.searchform-select .mat-select-content {
  background: var(--backgroundColor);
  border-radius: 0;
  padding: 10px 0;
}
.searchform-select .mat-option.mat-active {
  background: transparent;
}
.searchform-select .mat-pseudo-checkbox,
.searchform-select .mat-pseudo-checkbox-checked,
.searchform-select .mat-pseudo-checkbox-indeterminate {
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-color: inherit;
}
.searchform-select .mat-pseudo-checkbox-checked,
.searchform-select .mat-pseudo-checkbox-indeterminate {
  background: var(--mainColor);
}
.searchform-select .mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.searchform-select .mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate {
  border-color: inherit;
}
.searchform-select .mat-pseudo-checkbox-checked::after {
  display: none;
}
.searchform-select.mat-select-panel {
  margin-top: 0;
  min-width: 280px !important;
  max-width: 280px !important;
  transform: translate(40px, -4px) !important;
  border-radius: 0;
  overflow: visible !important;
  max-height: none !important;
}
.searchform-select.mat-select-panel .mat-option,
.searchform-select.mat-select-panel .mat-optgroup-label {
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 3px;
  height: auto;
  font-size: 14px;
}
.searchform-select.mat-select-panel .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2b4154;
}
.searchform-select.mat-select-panel.ng-animating {
  visibility: hidden !important;
}
.doctor-faculty-select-panel.mat-select-panel {
  margin-top: 0;
  min-width: 280px !important;
  max-width: 280px !important;
  transform: translate(40px, 400px) !important;
  border-radius: 0;
  overflow-x: scroll !important;
  max-height: 600px !important;
}
.doctor-faculty-select-panel.mat-select-panel .mat-option,
.doctor-faculty-select-panel.mat-select-panel .mat-optgroup-label {
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 3px;
  height: auto;
  font-size: 14px;
}
.doctor-faculty-select-panel.mat-select-panel .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #2b4154;
}
.doctor-faculty-select-panel.mat-select-panel.ng-animating {
  visibility: hidden !important;
}
.mat-select-panel:not(.time-units-select) .mat-option-text {
  font-weight: 600;
}
.mat-select-panel:not(.time-units-select) .mat-option.mat-selected:not(.mat-option-multiple) {
  background: transparent;
}
.mat-select-panel:not(.time-units-select).column-configurator-select:before {
  content: "";
  width: 38px;
  height: 4px;
  background: var(--backgroundColor);
  position: absolute;
  right: 0;
  top: -2px;
}
.orderby-select,
.orderby-select-panel {
  text-transform: uppercase;
}
.column-configurator-trigger .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.column-configurator-trigger.active {
  border-radius: 0px;
  border: 1px solid #2b4154;
}
.table-scroll-wrapper {
  overflow-y: auto;
}
.doctor-grid-card {
  padding: 0 10px 10px;
}
.doctor-grid-card > div {
  text-overflow: ellipsis;
  overflow: hidden;
}
th.full-width-column {
  width: 100%;
}
.text-right .mat-sort-header-container {
  justify-content: flex-end;
}
.text-center .mat-sort-header-container {
  justify-content: center;
}
.no-results {
  background-color: white;
  overflow-y: auto;
  padding: 15px;
}
.no-results .message {
  font-size: 22px;
  line-height: 30px;
  padding: 21px 0 23px;
  font-weight: 500;
  text-align: center;
}
.no-results .image-wrapper {
  width: 100%;
  text-align: center;
}
.no-results .image-wrapper img {
  max-height: 256px;
  max-width: 80%;
}
@media only screen and (min-width: 1200px) {
  .no-results .image-wrapper img {
    margin-top: 128px;
  }
}
.no-results.unsupported-device .message span {
  color: var(--mainColor);
}
.mobile .no-results .message {
  font-size: 16px;
  padding: 10px 0;
}
.mobile .no-results .image-wrapper {
  display: none;
}
.desktop .price-table {
  border-spacing: 1px !important;
  table-layout: fixed;
}
.desktop .price-table > tbody > tr.mat-row {
  margin: 0;
  background: transparent;
  position: relative;
}
.desktop .price-table > tbody > tr.mat-row .price-card.mat-cell {
  padding: 10px 16px 11px !important;
  border: 0 none;
  background: transparent;
  cursor: pointer;
}
.desktop .price-table > tbody > tr.mat-row .price-card.mat-cell .grid-card-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.desktop .price-table > tbody > tr.mat-row .price-card.mat-cell .grid-card-footer {
  font-size: 14px;
  line-height: 1.6;
}
.desktop .price-table > tbody > tr.mat-row .price-card.mat-cell.position .grid-card-header {
  margin-bottom: 0;
}
.desktop .price-table > tbody > tr.mat-row:not(.edit):after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #8c9aa3;
  width: calc(100% - 32px);
  left: 16px;
}
.desktop .price-table > tbody > tr.mat-row:last-child:after {
  display: none;
}
.desktop .price-table > tbody > tr.mat-row .price-card.position {
  border: 1px solid white;
}
.desktop .price-table > tbody > tr.mat-row .price-card.position .position-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}
.desktop .price-table > tbody > tr.mat-row.edit {
  background-color: #ffefd9;
  border: 1px solid #ff9400;
}
.desktop .price-table > tbody > tr.mat-row.active:not(.edit) .price-card.mat-cell, .desktop .price-table > tbody > tr.mat-row:not(.edit):hover .price-card.mat-cell {
  background-color: #eef5f6;
}
.desktop .price-table > tbody > tr.mat-row.active:not(.edit) .price-card.mat-cell .grid-card-header,
.desktop .price-table > tbody > tr.mat-row.active:not(.edit) .price-card.mat-cell .grid-card-footer, .desktop .price-table > tbody > tr.mat-row:not(.edit):hover .price-card.mat-cell .grid-card-header,
.desktop .price-table > tbody > tr.mat-row:not(.edit):hover .price-card.mat-cell .grid-card-footer {
  background: none;
}
.desktop .price-table > tbody > tr.mat-row.active:not(.edit) .price-card.list, .desktop .price-table > tbody > tr.mat-row:not(.edit):hover .price-card.list {
  background-color: white !important;
}
.desktop .price-table > tbody > tr.mat-row.active:not(.edit) .price-card.position, .desktop .price-table > tbody > tr.mat-row:not(.edit):hover .price-card.position {
  background-color: var(--mainColor-50);
  border-color: var(--mainColor);
}
.desktop .price-table > tbody > tr.mat-row.selected:not(.active) .price-card.position {
  border-color: white !important;
}
.price-table .mat-row.active.not .grid-card-header {
  background-color: transparent;
}
.price-table .price-card.group,
.price-table .price-card.list {
  padding-top: 5px;
}
.price-table .price-card.group .grid-card-header,
.price-table .price-card.list .grid-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.price-column {
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-column .full-width .mat-form-field-infix {
  width: auto;
}
.price-column .message {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 24px;
}
.price-column .price-column-title,
.price-column .table-searchbar {
  padding-left: 16px;
  padding-right: 16px;
}
.price-column .price-column-title {
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 23px;
  margin: 22px 0 8px;
  font-weight: 600;
  text-transform: uppercase;
}
.price-column .price-column-title span {
  float: right;
}
.price-column.price-group-column .table-searchbar {
  padding-bottom: 0;
  height: auto;
}
.price-column.price-group-column .table-searchbar .type-select {
  min-width: 150px;
}
.price-column.price-group-column .table-searchbar .price-group-search {
  display: flex;
  flex-direction: column;
}
.price-column.price-group-column .table-searchbar .price-group-search .price-mat-selections {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0.5rem 0;
  justify-content: space-between;
}
.price-column.price-group-column .table-searchbar .price-group-search > * {
  margin-bottom: 10px;
}
.price-column.price-group-column .table-searchbar .price-radio-group {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.price-column.price-list-column .table-searchbar,
.price-column.price-list-column .table-scroll-wrapper {
  background: #eef5f6;
}
.price-column.price-list-column .mat-button-toggle-group {
  margin-top: -10px;
}
.price-column.price-position-column .position-info {
  font-weight: 500;
  font-size: 14px;
}
.price-column.price-position-column .position-info .mat-icon {
  vertical-align: middle;
}
.price-column.price-position-column .position-info > * {
  width: 4em;
  display: inline-block;
}
.price-column.price-position-column .position-info .frequency {
  text-align: right;
}
.price-column.price-position-column .grid-card-footer {
  font-weight: 600;
}
.price-column.price-position-column .grid-card-footer .price {
  flex: 0 0 auto;
}
.price-column.price-position-column .table-searchbar,
.price-column.price-position-column .table-scroll-wrapper {
  background: white;
}
.price-column .table-scroll-wrapper {
  flex: 1 1 auto;
}
.tablet .price-column.price-list-column .table-searchbar,
.tablet .price-column.price-list-column .table-scroll-wrapper, .tablet .price-column.price-position-column .table-searchbar,
.tablet .price-column.price-position-column .table-scroll-wrapper {
  background: transparent;
}
.tablet .price-column .price-column-title,
.tablet .price-column .table-searchbar {
  padding: 0;
}
.tablet .price-column .price-column-title {
  margin-top: 15px;
  margin-bottom: 5px;
}
.tablet .price-card.mat-cell:last-of-type {
  padding: 10px 15px !important;
  border: none;
}
.tablet .price-list .price-card .grid-card-header {
  margin-bottom: 5px;
  font-weight: 600;
}
.tablet .price-list .price-card .grid-card-footer {
  display: flex;
  justify-content: space-between;
}
.tablet .price-list .price-card .grid-card-footer .semibold {
  font-weight: 400;
}
.mobile .price-column-title,
.mobile .table-searchbar {
  padding: 0;
}
.mobile .price-column.price-list-column .table-searchbar,
.mobile .price-column.price-list-column .table-scroll-wrapper, .mobile .price-column.price-position-column .table-searchbar,
.mobile .price-column.price-position-column .table-scroll-wrapper {
  background: transparent;
}
.mobile .price-column .price-column-title,
.mobile .price-column .table-searchbar {
  padding: 0;
}
.mobile .price-column .price-column-title {
  margin-top: 10px;
  margin-bottom: 0;
}
.mobile .price-column.price-position-column .frequency {
  text-align: left;
}
.mobile .price-card.mat-cell:last-of-type {
  padding: 10px !important;
  border: none;
}
.mobile .price-list .price-card .grid-card-header {
  font-weight: 600;
  margin-bottom: 5px;
}
.mobile .price-list .price-card .grid-card-footer {
  display: flex;
  justify-content: space-between;
}
.mobile .price-list .price-card .grid-card-footer .semibold {
  font-weight: 400;
}
.mobile .price-list-column .table-searchbar {
  display: flex;
  align-items: flex-end;
}
.mobile .price-list-column .table-searchbar .calendar-input {
  flex: 1;
}
.mobile .price-list-column .table-searchbar .calendar-input .mat-form-field-infix {
  width: 100%;
}
.mobile .doctor-message-table .message-card, .tablet .doctor-message-table .message-card {
  display: grid;
  grid-template-columns: 1fr 1fr min-content;
  grid-gap: 3px 3px;
}
.mobile .doctor-message-table .message-card .message-patient,
.mobile .doctor-message-table .message-card .message-info-text, .tablet .doctor-message-table .message-card .message-patient,
.tablet .doctor-message-table .message-card .message-info-text {
  grid-column: span 3;
}
.desktop .mat-tab-body-wrapper .doctor-messages-component .page-content {
  background: transparent;
  padding: 0;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table {
  border-spacing: 0 10px !important;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table thead {
  display: none;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table .message-card {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 6px 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 18px 9px 11px;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table .message-card .card-header {
  display: flex;
  align-items: center;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table .message-card .card-header .mat-checkbox {
  margin-right: 10px;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table .message-card .message-info-text {
  font-weight: 200;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table .message-card .message-footer {
  font-size: 10px;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table .message-card .type {
  display: flex;
  align-items: center;
}
.mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table .message-card .type .mat-icon {
  margin-right: 5px;
}
.active .mat-tab-body-wrapper .doctor-messages-component .page-content .doctor-message-table {
  background: var(--mainColor-50);
}
.desktop .symptomatics-table-wrapper .symptomatics-table .active .symptomatics-card {
  margin-bottom: 5px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table,
.tablet .symptomatics-table-wrapper .symptomatics-table,
.mobile .symptomatics-table-wrapper .symptomatics-table {
  border-spacing: 0 !important;
  table-layout: fixed;
  max-height: none;
  margin-top: 0;
}
.desktop .symptomatics-table-wrapper .symptomatics-table > thead .mat-header-row,
.tablet .symptomatics-table-wrapper .symptomatics-table > thead .mat-header-row,
.mobile .symptomatics-table-wrapper .symptomatics-table > thead .mat-header-row {
  display: none;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row {
  min-height: 50px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card {
  background: #eef5f6;
  border: 1px solid #eef5f6;
  border-radius: 4px;
  border-bottom: 5px solid white;
  padding: 0;
  min-height: auto;
  align-items: center;
  font-size: 30px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon {
  margin-left: 10px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon .mat-icon,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon .mat-icon,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon .mat-icon {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon.up,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon.up,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .expand-icon.up {
  display: none;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .code,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .code,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .code {
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  border-right: 1px solid #d7e1e3;
  align-self: stretch;
  padding: 0 10px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .name,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .name,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  white-space: normal;
  word-break: break-word;
  padding: 10px 0;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .mat-icon-button,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .mat-icon-button,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card .mat-icon-button {
  vertical-align: top;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card {
  border-color: #2b4154 !important;
  border-bottom-width: 1px;
  background: white !important;
  height: auto;
  grid-template-rows: 50px auto;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .code,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .code,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .code {
  border-color: #2b4154;
  grid-row: span 2;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .expand-icon.up,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .expand-icon.up,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .expand-icon.up {
  display: inline-block;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .expand-icon.down,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .expand-icon.down,
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .expand-icon.down {
  display: none;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item .treatment-type,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item .treatment-type,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item .treatment-type {
  margin-right: 7px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item + .treatment-type-item,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item + .treatment-type-item,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item + .treatment-type-item {
  margin-left: 10px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item .treatment-name,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item .treatment-name,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type-item .treatment-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type {
  width: 28px;
  height: 28px;
  border: 1px solid #2b4154;
  border-radius: 4px;
  text-align: center;
  background: white;
  color: var(--mainColor);
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type + .treatment-type,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type + .treatment-type,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types .treatment-type + .treatment-type {
  margin-left: 10px;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .treatment-types.footer,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatment-types.footer,
.mobile .symptomatics-table-wrapper .symptomatics-table .treatment-types.footer {
  display: flex;
  justify-content: flex-end;
  padding: 0 15px 15px 0;
  margin-top: -4px;
}
.desktop .symptomatics-table-wrapper .symptomatics-card-details,
.tablet .symptomatics-table-wrapper .symptomatics-card-details,
.mobile .symptomatics-table-wrapper .symptomatics-card-details {
  margin-bottom: 5px;
  grid-column: 2/span 3;
}
.desktop .symptomatics-table-wrapper .symptomatics-card-details > one-treatments,
.tablet .symptomatics-table-wrapper .symptomatics-card-details > one-treatments,
.mobile .symptomatics-table-wrapper .symptomatics-card-details > one-treatments {
  font-size: 30px;
}
.desktop .symptomatics-table-wrapper .symptomatics-card-details > one-treatments .spacer,
.tablet .symptomatics-table-wrapper .symptomatics-card-details > one-treatments .spacer,
.mobile .symptomatics-table-wrapper .symptomatics-card-details > one-treatments .spacer {
  border-right: 1px solid #2b4154;
  grid-row: span 2;
}
.desktop .symptomatics-table-wrapper .symptomatics-card-details .treatments-table,
.tablet .symptomatics-table-wrapper .symptomatics-card-details .treatments-table,
.mobile .symptomatics-table-wrapper .symptomatics-card-details .treatments-table {
  line-height: 18px;
  font-size: 14px;
  width: calc(100% - 15px);
  margin: 0 15px 15px 0;
}
.desktop .symptomatics-table-wrapper .treatments-table,
.tablet .symptomatics-table-wrapper .treatments-table,
.mobile .symptomatics-table-wrapper .treatments-table {
  border-spacing: 0 5px !important;
}
.desktop .symptomatics-table-wrapper .treatments-table th,
.desktop .symptomatics-table-wrapper .treatments-table td,
.tablet .symptomatics-table-wrapper .treatments-table th,
.tablet .symptomatics-table-wrapper .treatments-table td,
.mobile .symptomatics-table-wrapper .treatments-table th,
.mobile .symptomatics-table-wrapper .treatments-table td {
  padding: 5px 15px;
  border-width: 0;
}
.desktop .symptomatics-table-wrapper .treatments-table th,
.tablet .symptomatics-table-wrapper .treatments-table th,
.mobile .symptomatics-table-wrapper .treatments-table th {
  background: white;
  border-bottom: 5px solid #e4e9ea;
  border-left: 2px solid #e4e9ea;
}
.desktop .symptomatics-table-wrapper .treatments-table th:first-child,
.tablet .symptomatics-table-wrapper .treatments-table th:first-child,
.mobile .symptomatics-table-wrapper .treatments-table th:first-child {
  border-left-width: 0;
}
.desktop .symptomatics-table-wrapper .treatments-table > tbody > tr td,
.tablet .symptomatics-table-wrapper .treatments-table > tbody > tr td,
.mobile .symptomatics-table-wrapper .treatments-table > tbody > tr td {
  background-color: #eef5f6;
  border-width: 0px;
  border-left: 2px solid #e4e9ea;
}
.desktop .symptomatics-table-wrapper .treatments-table > tbody > tr td:first-child,
.tablet .symptomatics-table-wrapper .treatments-table > tbody > tr td:first-child,
.mobile .symptomatics-table-wrapper .treatments-table > tbody > tr td:first-child {
  border-radius: 4px 0 0 4px;
  padding-left: 15px;
  border-width: 0;
  white-space: normal;
}
.desktop .symptomatics-table-wrapper .treatments-table > tbody > tr td:last-child,
.tablet .symptomatics-table-wrapper .treatments-table > tbody > tr td:last-child,
.mobile .symptomatics-table-wrapper .treatments-table > tbody > tr td:last-child {
  border-radius: 0 4px 4px 0;
}
.desktop .symptomatics-table-wrapper .treatments-table > tbody > tr td:last-child:first-child,
.tablet .symptomatics-table-wrapper .treatments-table > tbody > tr td:last-child:first-child,
.mobile .symptomatics-table-wrapper .treatments-table > tbody > tr td:last-child:first-child {
  border-radius: 4px;
}
.desktop .symptomatics-table-wrapper .treatments-table > tbody > tr.active td,
.tablet .symptomatics-table-wrapper .treatments-table > tbody > tr.active td,
.mobile .symptomatics-table-wrapper .treatments-table > tbody > tr.active td {
  background: var(--mainColor-100);
  border-bottom: 1px solid var(--mainColor) !important;
  border-top: 1px solid var(--mainColor) !important;
}
.desktop .symptomatics-table-wrapper .treatments-table > tbody > tr.active td:first-child,
.tablet .symptomatics-table-wrapper .treatments-table > tbody > tr.active td:first-child,
.mobile .symptomatics-table-wrapper .treatments-table > tbody > tr.active td:first-child {
  border-left: 1px solid var(--mainColor) !important;
}
.desktop .symptomatics-table-wrapper .treatments-table > tbody > tr.active td:last-child,
.tablet .symptomatics-table-wrapper .treatments-table > tbody > tr.active td:last-child,
.mobile .symptomatics-table-wrapper .treatments-table > tbody > tr.active td:last-child {
  border-right: 1px solid var(--mainColor) !important;
}
.desktop .treatment-regulations-card {
  grid-template-columns: 4em 1fr auto;
}
.desktop .treatment-regulations-card:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #8c9aa3;
  width: calc(100% - 32px);
  left: 16px;
}
.desktop .treatment-regulations-card .treatments-table .label {
  display: none;
}
.desktop .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  grid-gap: 16px;
  min-height: 55px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 16px;
  width: 100%;
  margin: 10px 0;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .code,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .code {
  font-size: 28px;
  line-height: 1;
  grid-row: 1 !important;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .name,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .name {
  margin-bottom: 10px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .treatment-type,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .treatment-type {
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .symptomatics-card-details,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding .content .symptomatics-card-details {
  grid-column: 1/span 3;
  margin: 0 5px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding ion-item,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card ion-item-sliding ion-item {
  --background: #eef5f6;
  border: 1px solid #eef5f6;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card .expand-wrapper,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card .expand-wrapper {
  align-self: center;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card .expand-wrapper .expand-icon,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card .expand-wrapper .expand-icon {
  margin-left: 0;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .symptomatics-card .treatment-types.footer,
.tablet .symptomatics-table-wrapper .symptomatics-table .symptomatics-card .treatment-types.footer {
  display: none;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .active ion-item-sliding ion-item,
.tablet .symptomatics-table-wrapper .symptomatics-table .active ion-item-sliding ion-item {
  --background: white;
  border-color: transparent;
  border-radius: 4px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table {
  width: 100%;
  display: table;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody {
  display: table-row-group;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row {
  display: table-row;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell {
  display: table-cell;
  padding: 5px 10px 5px 0;
  border-width: 0;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .label,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .label {
  font-weight: 400;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell.mat-column-treatmentName,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell.mat-column-treatmentName {
  white-space: normal;
  font-size: 14px;
  font-weight: 600;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell:first-child,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell:first-child {
  padding-left: 10px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell:last-child,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell:last-child {
  padding-right: 10px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content {
  display: grid;
  grid-template-columns: 1fr auto minmax(2em, min-content) auto minmax(2.5em, min-content);
  grid-gap: 5px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content .name,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content .name {
  grid-row: span 2;
  align-self: center;
  margin-bottom: 0;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content .value,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content .value {
  text-align: right;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content .label,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody .mat-row .mat-cell .mobile-content .label {
  padding-left: 10px;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody ion-item,
.tablet .symptomatics-table-wrapper .symptomatics-table .treatments-table tbody ion-item {
  --background: white;
  border-radius: 4px;
}
doc-container-one .documents-table .mat-header-row {
  background: #e4e9ea;
}
.documents-table .readonly-mode {
  color: rgba(43, 65, 84, 0.6);
  vertical-align: bottom;
}
.documents-table .ks-editable-line td {
  padding-top: 0;
}
.documents-table .ks-editable-line td:first-child {
  border-left-width: 1px;
}
.documents-table .ks-editable-line .document-icon {
  vertical-align: bottom;
}
.drop-zone-overlay-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.drop-zone-overlay-container .drop-zone-overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(228, 233, 234, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 102;
}
.drop-zone-overlay-container .drop-zone-overlay .message {
  background: white;
  box-shadow: 0 3px 15px 0 rgba(43, 65, 84, 0.15);
  width: 463px;
  height: 463px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.drop-zone-overlay-container .drop-zone-overlay .message .mat-icon {
  font-size: 85px;
  height: 85px;
  width: 85px;
  line-height: 85px;
  margin-bottom: 30px;
}
.drop-zone-overlay-container .drop-zone-overlay .message div {
  display: none;
}
.drop-zone-overlay-container .drop-zone-overlay .message .outside {
  display: block;
}
.drop-zone-overlay-container .drop-zone-overlay .message.drop-zone-active {
  background: #cdebea;
}
.drop-zone-overlay-container .drop-zone-overlay .message.drop-zone-active .outside {
  display: none;
}
.drop-zone-overlay-container .drop-zone-overlay .message.drop-zone-active .inside {
  display: block;
}
.drop-zone-overlay-container .drop-zone-overlay .message.drop-zone-active.invalid .inside {
  display: none;
}
.drop-zone-overlay-container .drop-zone-overlay .message.drop-zone-active.invalid .invalid {
  display: block;
}
.drop-zone-overlay-container .drop-zone-overlay .message.invalid {
  background: #F6CECE;
}
.drop-zone-overlay-container.drop-zone-active .drop-zone-overlay {
  display: flex;
}
.drop-zone-overlay-container.drop-zone-active .message.drop-zone-active > * {
  pointer-events: none;
}
.table-scroll-wrapper.drop-zone-active {
  position: relative;
  overflow: hidden;
}
.table-scroll-wrapper.drop-zone-active .drop-zone-overlay {
  display: flex;
}
.role-staff-table {
  max-height: 28vh;
  overflow-y: auto;
  background: white;
}
.mobile .role-staff-table, .tablet .role-staff-table {
  height: auto;
}
.price-positions-table {
  table-layout: fixed;
}
.price-positions-table .mat-column-pricePositionNumber {
  width: 80px;
}
.price-positions-table .mat-column-fullDescription {
  width: 100%;
}
.price-positions-table .mat-column-price {
  width: 130px;
  text-align: right;
}
.price-positions-table .mat-column-priceSurchargeType {
  width: 110px;
}
.price-positions-table .mat-column-frequency {
  width: 100px;
  text-align: right;
}
.price-positions-table .mat-column-treatmentDuration {
  width: 90px;
  text-align: right;
}
.price-positions-table .mat-column-recalculationType {
  width: 110px;
}
.mobile .price-positions-table thead {
  display: none;
}
.mobile .price-position-selection-container .mat-cell .label {
  font-weight: 600;
}
.desktop .special-scroll {
  position: relative;
  flex: 1 1 100%;
}
.desktop .special-scroll .scrollable {
  height: 100%;
  position: absolute;
}
.desktop .special-scroll .scrollable .price-position-selection-container {
  overflow-y: auto;
}
.special-scroll .scrollable {
  display: flex !important;
  flex-direction: column !important;
}
.gridview .desktop .mat-table.keep-table-layout thead .mat-header-cell,
.tablet .mat-table.keep-table-layout thead .mat-header-cell,
.mobile .mat-table.keep-table-layout-mobile thead .mat-header-cell {
  padding: 15px 12px 12px 12px;
}
.gridview .desktop .mat-table.keep-table-layout tbody,
.tablet .mat-table.keep-table-layout tbody,
.mobile .mat-table.keep-table-layout-mobile tbody {
  display: table-row-group;
}
.gridview .desktop .mat-table.keep-table-layout tbody > tr,
.tablet .mat-table.keep-table-layout tbody > tr,
.mobile .mat-table.keep-table-layout-mobile tbody > tr {
  display: table-row;
}
.gridview .desktop .mat-table.keep-table-layout tbody > tr > .mat-cell,
.tablet .mat-table.keep-table-layout tbody > tr > .mat-cell,
.mobile .mat-table.keep-table-layout-mobile tbody > tr > .mat-cell {
  display: table-cell;
  border-color: transparent;
}
.uniform-text-table {
  /* .mat-cell
  *  border-left-width: 1px!important */
}
.uniform-text-table .mat-header-row {
  height: 43px;
  background: white;
}
.uniform-text-table .mat-column-text {
  white-space: normal;
}
.uniform-text-table .mat-header-cell:first-child {
  border-color: white;
}
.uniform-text-table .mat-row.ks-editable-line {
  background-color: #ffefd9;
}
.uniform-text-table .mat-row.ks-editable-line > td {
  border-top-color: #ff9400 !important;
  border-bottom-color: #ff9400 !important;
}
.uniform-text-table .mat-row.ks-editable-line > td:first-child {
  border-left-color: #ff9400 !important;
}
.uniform-text-table .mat-row.ks-editable-line > td:last-child {
  border-right-color: #ff9400 !important;
}
.uniform-text-table .mat-row.new {
  background-color: var(--mainColor-50);
}
.uniform-text-table .mat-row.new > td {
  border-top-color: var(--mainColor) !important;
  border-bottom-color: var(--mainColor) !important;
}
.uniform-text-table .mat-row.new > td:first-child {
  border-left-color: var(--mainColor) !important;
}
.uniform-text-table .mat-row.new > td:last-child {
  border-right-color: var(--mainColor) !important;
}
.uniform-text-table .mat-form-field.order-index {
  width: 5em;
}
.desktop .uniform-text-table {
  margin-top: -5px;
}
.tablet .uniform-text-table .mat-cell {
  padding: 0 !important;
}
.tablet .uniform-text-table .mat-cell .buttons .mat-icon-button {
  font-size: 40px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.tablet .uniform-text-table .mat-cell .buttons .mat-icon-button .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.tablet .uniform-text-order-index {
  font-size: 14px;
}
.tablet .uniform-text-order-index .index {
  width: 3em;
}
.tablet .uniform-text-description .description {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.64px;
  font-weight: 400;
}
.desktop .zip-table .main-name,
.desktop .lookup-table .main-name,
.desktop .bank-table .main-name,
.desktop .staff-table .main-name,
.desktop .patient-table .main-name,
.desktop .doctor-table .main-name,
.desktop .patient-prescription-table:not(.in-prescription-page) .main-name,
.tablet .zip-table .main-name,
.tablet .lookup-table .main-name,
.tablet .bank-table .main-name,
.tablet .staff-table .main-name,
.tablet .patient-table .main-name,
.tablet .doctor-table .main-name,
.tablet .patient-prescription-table:not(.in-prescription-page) .main-name {
  font-size: 17px;
  letter-spacing: -0.64px;
  line-height: 22px;
}
.desktop .zip-table .main-name + .category,
.desktop .lookup-table .main-name + .category,
.desktop .bank-table .main-name + .category,
.desktop .staff-table .main-name + .category,
.desktop .patient-table .main-name + .category,
.desktop .doctor-table .main-name + .category,
.desktop .patient-prescription-table:not(.in-prescription-page) .main-name + .category,
.tablet .zip-table .main-name + .category,
.tablet .lookup-table .main-name + .category,
.tablet .bank-table .main-name + .category,
.tablet .staff-table .main-name + .category,
.tablet .patient-table .main-name + .category,
.tablet .doctor-table .main-name + .category,
.tablet .patient-prescription-table:not(.in-prescription-page) .main-name + .category {
  margin-top: 5px;
}
.desktop .zip-table .category,
.desktop .lookup-table .category,
.desktop .bank-table .category,
.desktop .staff-table .category,
.desktop .patient-table .category,
.desktop .doctor-table .category,
.desktop .patient-prescription-table:not(.in-prescription-page) .category,
.tablet .zip-table .category,
.tablet .lookup-table .category,
.tablet .bank-table .category,
.tablet .staff-table .category,
.tablet .patient-table .category,
.tablet .doctor-table .category,
.tablet .patient-prescription-table:not(.in-prescription-page) .category {
  font-size: 14px;
  line-height: 18px;
}
.mobile .staff-table .identify .name {
  white-space: nowrap;
}
.clinical-course-table .title {
  display: flex;
  align-items: center;
}
.clinical-course-table .title mat-icon,
.clinical-course-table .title .prescription-icon {
  margin-right: 10px;
  margin-top: 0px;
}
.listview .clinical-course-table td {
  height: 43px;
}
.listview .clinical-course-table td.cdk-column-type .mat-icon {
  font-size: 28px;
  height: 28px;
  width: 28px;
  line-height: 28px;
}
.listview .clinical-course-table .prescription-icon {
  margin: 0 15px 0 3px;
}
.tablet .clinical-course-table .title {
  text-transform: uppercase;
}
.tablet .clinical-course-table .mat-row {
  margin-bottom: 10px;
}
.tablet .clinical-course-table .grid-card.doc-container-card {
  padding: 0;
}
.tablet .clinical-course-table .grid-card.doc-container-card .grid-card-header {
  padding: 3px 11px;
}
.tablet .clinical-course-table .grid-card.doc-container-card .grid-card-header .mat-icon {
  font-size: 25px;
  height: 25px;
  width: 25px;
  line-height: 25px;
}
.tablet .clinical-course-table .grid-card.doc-container-card .grid-card-footer {
  grid-template-columns: auto auto 1fr;
  grid-gap: 7px 20px;
  align-items: flex-end;
}
.tablet .clinical-course-table .grid-card.doc-container-card .grid-card-footer .mat-icon {
  margin-right: 5px;
}
.tablet .clinical-course-table .grid-card.doc-container-card .grid-card-footer .info {
  grid-column: span 3;
  align-items: flex-start;
}
.tablet .clinical-course-table .grid-card.doc-container-card .grid-card-footer > div {
  display: flex;
  align-items: center;
}
.tablet .clinical-course-table .ks-editable-line .grid-card-header {
  background: rgba(255, 255, 255, 0.5);
}
.tablet app-commission-wrapper tfoot {
  display: none;
}
.tablet app-commission-wrapper .table-scroll-wrapper {
  margin-bottom: 50px;
}
.tablet app-commission-wrapper .custom-table-footer {
  height: 50px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tablet .staff-commision th {
  font-size: 12px;
}
.tablet .staff-commision td {
  font-size: 13px;
  height: 50px;
}
.gridview .mat-table.table-as-grid tbody {
  display: grid;
}
.gridview .mat-table.table-as-grid tbody > tr {
  margin: 0;
}
.desktop .gridview .mat-table.table-as-grid tbody {
  grid-gap: 20px;
}
.tablet .gridview .mat-table.table-as-grid tbody {
  grid-gap: 10px;
}
.mobile .gridview .mat-table.table-as-grid tbody {
  grid-gap: 5px;
}
.desktop .desktop-1-cols tbody {
  grid-template-columns: repeat(1, minmax(1px, 1fr));
}
.desktop .desktop-2-cols tbody {
  grid-template-columns: repeat(2, minmax(1px, 1fr));
}
.desktop .desktop-3-cols tbody {
  grid-template-columns: repeat(3, minmax(1px, 1fr));
}
.desktop .desktop-4-cols tbody {
  grid-template-columns: repeat(4, minmax(1px, 1fr));
}
.tablet .tablet-2-cols tbody {
  grid-template-columns: repeat(2, minmax(1px, 1fr));
}
.tablet .tablet-3-cols tbody {
  grid-template-columns: repeat(3, minmax(1px, 1fr));
}
.tablet .tablet-4-cols tbody {
  grid-template-columns: repeat(4, minmax(1px, 1fr));
}
.mobile .gridview .mat-table.table-as-grid.mobile-no-gap tbody {
  grid-gap: 0;
}
.tablet .gridview .mat-table.table-as-grid.tablet-no-gap tbody {
  grid-gap: 0;
}
.docs-iframe-container {
  height: 80vh;
  display: flex;
  flex-direction: column;
}
.docs-iframe-container iframe {
  flex: 1;
}
.docs-iframe-container .image-preview {
  height: 76vh;
}
.docs-iframe-container .spacing {
  padding: 10px;
}
.docs-iframe-container .spacing .close-button {
  background: none;
  float: right;
}
.zip-table .form-wrapper, .bank-table .form-wrapper {
  margin-left: 16px;
  margin-bottom: 8px;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 20px;
}
.zip-table .read-wrapper, .bank-table .read-wrapper {
  margin-right: 16px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.mobile .zip-table .form-wrapper, .mobile .bank-table .form-wrapper {
  grid-template-columns: 1fr;
  flex: 1;
}
.mobile .zip-table .read-wrapper, .mobile .bank-table .read-wrapper {
  margin: 0;
  flex: 1;
}
.mobile .zip-table .read-wrapper .main-name, .mobile .bank-table .read-wrapper .main-name {
  font-weight: 600;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
}
.nhcone .bank-table .main-name + .category {
  margin-top: 0;
}
.nhcone .bank-table .main-name {
  grid-column: span 2;
}
.nhcone .mat-snack-bar-container {
  background-color: var(--mainColor);
  border: var(--mainColor);
}
.nhcone .mat-snack-bar-container.error {
  background-color: #c20000;
  border-color: #bc0000;
}
.nhcone .mat-snack-bar-container.warning {
  background-color: #ff9400;
  border-color: #ff8c00;
}
.nhcone .mat-snack-bar-container .mat-simple-snackbar {
  text-transform: uppercase;
  font-weight: 600;
}
.nhcone .mat-snack-bar-container.incoming-call {
  background-color: white;
  color: #2b4154;
}
.nhcone .mat-snack-bar-container.incoming-call .number,
.nhcone .mat-snack-bar-container.incoming-call .caller {
  font-weight: 500;
  display: flex;
  align-items: center;
}
.nhcone .mat-snack-bar-container.incoming-call .number .mat-icon,
.nhcone .mat-snack-bar-container.incoming-call .caller .mat-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.nhcone .mat-snack-bar-container.incoming-call .actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.nhcone .mat-snack-bar-container.incoming-call .actions button + button {
  margin-left: 15px;
}
.nhcone .cdk-overlay-dark-backdrop {
  background: rgba(228, 233, 234, 0.6);
}
.nhcone .cdk-overlay-backdrop.backdrop-show-errors {
  z-index: -1;
}
.nhcone .mat-dialog-container {
  box-shadow: 0 4px 30px rgba(43, 65, 84, 0.3);
  border: 1px solid #707070;
  color: #2b4154;
  font-size: 17px;
  font-weight: 500;
}
.nhcone .mat-dialog-container .mat-dialog-title {
  text-align: center;
  font-weight: 600;
  position: relative;
}
.nhcone .mat-dialog-container .mat-dialog-title .mat-icon {
  font-size: 120px;
  height: 120px;
  width: 120px;
  line-height: 120px;
}
.nhcone .mat-dialog-container .mat-dialog-title .close-modal {
  position: absolute;
  right: -20px;
  top: -20px;
}
.nhcone .mat-dialog-container .mat-dialog-title .close-modal .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.nhcone .mat-dialog-container .mat-dialog-content {
  text-align: center;
  line-height: 30px;
  margin-bottom: 1em;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.nhcone .mat-dialog-container .mat-dialog-content .mat-form-field:last-child {
  margin-bottom: 1px;
}
.nhcone .mat-dialog-container .mat-dialog-content .MAT-DIALOG-TEXT-ALIGN-LEFT {
  text-align: left;
}
.nhcone .mat-dialog-container .mat-dialog-actions {
  justify-content: flex-end;
  padding-bottom: 0;
  margin-bottom: 0;
}
.nhcone .mat-dialog-container .mat-dialog-actions button + button {
  margin-left: 20px;
}
.nhcone .cdk-overlay-pane.appointment-conflicts-message .CONTENT {
  max-height: 50vh;
  overflow: auto;
}
.nhcone .cdk-overlay-pane.appointment-conflicts-message strong {
  font-weight: 600;
}
.nhcone .cdk-overlay-pane.appointment-conflicts-message h5 {
  text-align: left;
  border-top: 1px solid lightgrey;
  padding-top: 20px;
  font-size: 16px;
  display: grid;
  grid-template-columns: max-content auto;
  align-items: center;
  justify-content: left;
  text-align: left;
  grid-gap: 5px 25px;
}
.nhcone .cdk-overlay-pane.appointment-conflicts-message h6 {
  text-align: left;
  border-top: 1px solid lightgrey;
  padding-top: 20px;
}
.nhcone .cdk-overlay-pane.appointment-conflicts-message ul {
  text-align: left;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.nhcone .cdk-overlay-pane.appointment-conflicts-message h4:last-of-type {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid lightgrey;
}
.nhcone.mobile .cdk-overlay-pane {
  overflow-y: auto;
}
.nhcone.mobile .cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.3);
}
.nhcone.mobile .mat-form-field.center-mobile {
  display: block;
  margin: 0 auto;
}
.nhcone.mobile .mat-dialog-container {
  box-shadow: none;
  border: none;
  border-radius: 10px;
  font-weight: 400;
  padding: 24px 24px 16px;
}
.nhcone.mobile .mat-dialog-container .mat-dialog-title {
  font-size: 15px;
  line-height: 19px;
  margin: 0 0 16px 0;
}
.nhcone.mobile .mat-dialog-container .mat-dialog-title .mat-icon {
  font-size: 60px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  vertical-align: top;
}
.nhcone.mobile .mat-dialog-container .mat-dialog-title .mat-icon + div {
  margin-top: 16px;
}
.nhcone.mobile .mat-dialog-container .mat-dialog-title .close-modal .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.nhcone.mobile .mat-dialog-container info-dialog1 {
  margin: -10px;
  display: block;
}
.nhcone.mobile .mat-dialog-container info-dialog1 h1 {
  margin: 10px 0 0 0;
}
.nhcone.mobile .mat-dialog-container info-dialog1 .mat-dialog-content {
  margin: 0;
  padding: 14px;
  text-transform: none;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
}
.nhcone.mobile .mat-dialog-container info-dialog1 .mat-dialog-content .MAT-DIALOG-TEXT-ALIGN-LEFT {
  text-align: left;
}
.nhcone.mobile .mat-dialog-container info-dialog1 .mat-dialog-actions {
  border-top: 1px solid #707070;
  padding: 0;
  min-height: auto;
}
.nhcone.mobile .mat-dialog-container info-dialog1 .mat-dialog-actions button {
  font-size: 16px;
  line-height: 44px;
  width: 100%;
  background: white !important;
  color: inherit;
  border: none;
  font-weight: 600;
}
.nhcone.mobile .mat-dialog-container info-dialog1 .mat-dialog-actions button .mat-button-focus-overlay {
  opacity: 0;
}
.nhcone.mobile .mat-dialog-container .mat-dialog-actions {
  justify-content: center;
  padding: 0;
  margin-top: 24px;
  min-height: 40px;
}
.nhcone.mobile .mat-dialog-container .mat-dialog-actions button + button {
  margin-left: 10px;
}
.nhcone.mobile .mat-dialog-container .mat-dialog-content {
  margin: 0 -24px;
  padding: 0 24px;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.19px;
  text-transform: none;
}
.nhcone.mobile .mat-dialog-container app-logout-confirm-dialog .mat-dialog-actions button {
  width: 100%;
}
.nhcone.mobile .mat-dialog-container app-logout-confirm-dialog .mat-dialog-actions button + button {
  margin-left: 0;
  margin-top: 10px;
}
.chart-page .chart-tablet-switch-mode-button.mat-icon-button {
  font-size: 28px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 1px;
}
.chart-page .chart-tablet-switch-mode-button.mat-icon-button .mat-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  line-height: 16px;
}
.chart-page .component-inner-container .close-sidenav-chart-button {
  color: #2b4154;
  right: 8px;
}
.chart-page .component-inner-container .chart-hidden {
  visibility: hidden;
}
.chart-page .component-inner-container .chart-wrapper-desktop,
.chart-page .component-inner-container .chart-wrapper-tablet,
.chart-page .component-inner-container .chart-wrapper-mobile {
  width: 100%;
  background-color: white;
  flex: 1;
  display: flex;
  overflow: auto;
}
.chart-page .component-inner-container .tablet-reset-button {
  background-color: #2b4154;
  border: 1px solid;
  padding: 0px 16px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 38px;
  flex-shrink: 0;
  border-radius: 4px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
}
.chart-page .component-inner-container .table-reset-button-color:not([disabled]) {
  color: white;
}
.chart-page .component-inner-container .tablet-active {
  color: var(--mainColor);
}
.chart-page .mixed-chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
}
.chart-page .mixed-chart {
  position: relative;
  background-color: white;
}
.chart-page .mixed-chart .chart-visible {
  visibility: visible;
}
.chart-page .chart-statistics-sidebar-filter {
  overflow: hidden;
  flex: 1;
}
.chart-page .chart-filter-container {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  flex: 1;
}
.chart-page .chart-filter-container .chart-filter-title-container {
  margin: 8px 0 20px;
  position: relative;
  flex-shrink: 0;
}
.chart-page .chart-filter-container .chart-filter-title-container .chart-sidebar-title {
  font-weight: 600;
  align-self: flex-start;
  font-size: 18px;
  margin-left: 32px;
}
.chart-page .chart-filter-container .chart-filter-title-container .section {
  margin-top: 32px;
  padding-bottom: 4px;
  border-bottom: 1px solid #2b4154;
  width: 95%;
}
.chart-page .chart-filter-container .chart-filter-title-container .chart-filter-title {
  margin-top: 32px;
  padding-right: 20px;
}
.chart-page .chart-filter-container .chart-filter-title-container .chart-title {
  font-weight: bold;
  font-size: 15px;
}
.chart-page .chart-filter-container .chart-filter-content-container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 16px;
}
.chart-page .chart-filter-container .chart-filter-content-container .print-filter-form-field-container {
  padding-left: 0px;
}
.chart-page .chart-filter-container .chart-filter-content-container .print-filter-form-field-container .mat-list-base {
  margin-top: -16px;
}
.chart-page .chart-filter-container .chart-filter-content-container .switch-columns-button-container {
  margin: 24px 0px;
  text-align: center;
}
.chart-page .chart-filter-container .chart-filter-content-container .horizontal-line-through-element {
  display: flex;
  flex-direction: row;
}
.chart-page .chart-filter-container .chart-filter-content-container .horizontal-line-through-element:before,
.chart-page .chart-filter-container .chart-filter-content-container .horizontal-line-through-element:after {
  content: "";
  flex: 1 1;
  border-bottom: 2px solid #2b4154;
  margin: auto;
}
.chart-page .chart-filter-container .chart-filter-content-container .swap-columns-button {
  background-color: white;
  border-radius: 15%;
  border: 1px solid #2b4154;
}
.chart-page .chart-print-dialog-wrapper-desktop {
  display: flex;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
}
.chart-page .chart-print-dialog-wrapper-desktop .chart-print-dialog-size-desktop {
  flex: 90%;
  overflow-x: scroll;
  overflow-y: scroll;
  text-align: center;
}
.chart-page .chart-print-dialog-wrapper-desktop .chart-print-sidebar-size-desktop {
  flex: 10%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}
.chart-page .chart-print-dialog-wrapper-tablet {
  display: flex;
  flex-direction: column;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
}
.chart-page .chart-print-dialog-wrapper-tablet .chart-print-dialog-size-tablet {
  flex: 100%;
  overflow: auto;
  text-align: center;
}
.chart-page .chart-print-dialog-wrapper-tablet .chart-print-sidebar-size-tablet {
  flex: 1;
}
.chart-page .chart-print-dialog-container {
  display: inline-block;
}
.chart-page .chart-print-dialog-container .chart-print-size-and-background {
  width: 825px;
  margin-top: 185px;
  background-color: white;
}
.chart-page .chart-print-dialog-container .chart-print-size-and-background .chart-print-position {
  padding-top: 30px;
  border: 1px dashed #2B4154;
}
.chart-page .chart-print-sidebar-wrapper {
  right: 0;
  width: 380px;
  height: 100%;
  background-color: #ebf0f1;
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.chart-page .chart-print-sidebar-title-container {
  margin: 8px 0 4px;
  position: relative;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #2B4154;
}
.chart-page .chart-print-sidebar-title-container .chart-print-sidebar-title {
  font-weight: bold;
  align-self: flex-start;
  font-size: 18px;
  margin-left: 32px;
}
.chart-page .chart-printer-sidebar-actions {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  margin-right: 12px;
}
.chart-page .chart-printer-sidebar-actions button + button {
  margin-left: 20px;
}
.chart-page .chart-printer-sidebar-actions-tablet {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 16px 0 12px auto;
}
.chart-page .chart-printer-sidebar-actions-tablet button + button {
  margin-left: 20px;
}
.chart-page .chart-printer-sidebar-checkbox {
  margin-bottom: 4px;
}
.chart-page .no-padding {
  padding: 0;
}
.chart-page .mixed-chart-print-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  margin: 20px;
}
.chart-page .mixed-chart-print-container .mixed-chart-print {
  position: relative;
  display: flex;
}
.chart-page .mixed-chart-print-container .mixed-chart-print .chart-print-scale-on-paper {
  position: relative;
  text-align: center;
  margin: auto;
}
.chart-page .mixed-chart-print-container .mixed-chart-print-border {
  border: 1px dashed #2B4154;
}
.chart-page .chart-print-username-and-date-container {
  display: flex;
}
.chart-page .chart-print-username-and-date-container .username-position {
  flex: 1;
  text-align: end;
}
.chart-page .bottom-sidebar-button-open-container {
  text-align: center;
}
.chart-page .bottom-sidebar-button-close-container {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 250;
}
.chart-page .bottom-sidebar-button .bottom-sidebar-open-icon {
  transform: rotate(270deg);
}
.chart-page .bottom-sidebar-button .bottom-sidebar-close-icon {
  transform: rotate(90deg);
}
.chart-page .chart-tablet-filter-background-color {
  background-color: #ebf0f1;
}
.chart-page .chart-tablet-filter-container-orientation {
  flex-direction: row;
}
.chart-page .chart-filter-container {
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.chart-page .chart-filter-container .chart-filter-left-column-tablet {
  margin: 16px 16px 10px 16px;
  position: relative;
}
.chart-page .chart-filter-container .chart-filter-left-column-tablet .chart-title {
  font-weight: bold;
  font-size: 15px;
}
.chart-page .chart-filter-container .chart-filter-left-column-tablet .chart-category-expension-panel-position-tablet {
  margin-top: 21px;
}
.chart-page .chart-filter-container .panel-wrapper {
  flex: 1;
  overflow: hidden;
  min-height: 1px;
}
.chart-page .chart-filter-container .panel-wrapper .mat-expansion-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.chart-page .chart-filter-container .panel-wrapper .mat-expansion-panel .mat-expansion-panel-content {
  flex: 1;
  overflow: auto;
  min-height: 1px;
}
.chart-page .chart-filter-container .switch-columns-button-container-tablet {
  margin-top: 60px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  display: flex;
  align-items: center;
}
.chart-page .chart-filter-container .vertical-line-through-element {
  flex-direction: column;
}
.chart-page .chart-filter-container .vertical-line-through-element:before,
.chart-page .chart-filter-container .vertical-line-through-element:after {
  content: "";
  flex: 1 1;
  border-right: 2px solid #2b4154;
  margin: auto;
}
.chart-page .chart-filter-container .swap-columns-button {
  background-color: white;
  border-radius: 15%;
  border: 1px solid #2b4154;
}
.chart-page .chart-filter-container .swap-columns-button .swap-columns-button-icon-tablet {
  transform: rotate(90deg);
}
.chart-page .chart-filter-container .chart-filter-right-column-tablet {
  margin: 0px 16px 10px 16px;
  flex-shrink: 0;
}
.chart-page .chart-filter-container .chart-filter-right-column-tablet .chart-size-section-container-position-tablet {
  width: 100%;
}
.chart-page .section-tablet {
  padding-bottom: 4px;
  border-bottom: 1px solid #2b4154;
  width: 100%;
  height: fit-content;
}
.chart-page .chart-size-section-container {
  margin-top: 16px;
}
.chart-page .mat-accent .mat-slider-track-fill, .chart-page .mat-accent .mat-slider-thumb, .chart-page .mat-accent .mat-slider-thumb-label {
  background-color: var(--mainColor);
}
.chart-page .mat-slider-horizontal .mat-slider-track-fill {
  background-color: var(--mainColor);
}
.chart-page .mat-slider-track-background {
  background-color: rgb(43, 65, 84);
}
.chart-page .mat-slider:hover .mat-slider-track-background, .chart-page .cdk-focused .mat-slider-track-background {
  background-color: rgb(43, 65, 84);
}
.chart-page .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  background-color: var(--mainColor);
  border-color: var(--mainColor) !important;
}
.chart-page .display-interval-container {
  margin: 5px 5px 10px;
}
.chart-page .display-interval-container-tablet {
  margin-top: 0px;
}
.chart-page .displayed-interval-slider {
  margin: 0;
  width: 100%;
}
.chart-page .displayed-interval-slider .mat-slider-wrapper .mat-slider-track-wrapper {
  height: 13px;
  clip-path: polygon(0 5px, 100% 0%, 100% 100%, 0 8px);
  background: #ADBAC0;
  margin-top: -6px;
}
.chart-page .displayed-interval-slider .mat-slider-wrapper .mat-slider-track-wrapper > div {
  display: none;
}
.chart-page .displayed-interval-slider .mat-slider-wrapper .mat-slider-thumb {
  border-width: 2px;
  transform: scale(1) !important;
}
.chart-page .mat-expansion-panel .mat-expansion-panel-header {
  min-height: 30px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.64px;
  background: transparent !important;
}
.chart-page .mat-expansion-panel .mat-content {
  align-items: center;
  background: transparent;
}
.chart-page .mat-expansion-panel .mat-expansion-panel-header-title {
  align-items: center;
}
.chart-page .mat-expansion-panel .mat-icon {
  flex: none;
}
.chart-page .mat-expansion-panel .mat-icon.closed {
  display: none;
}
.chart-page .mat-expansion-panel .mat-icon.opened {
  display: inline-block;
}
.chart-page .mat-expansion-panel.mat-expanded .mat-icon.opened {
  display: none;
}
.chart-page .mat-expansion-panel.mat-expanded .mat-icon.closed {
  display: inline-block;
}
.chart-page .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.chart-page .mat-expansion-panel-header:not([aria-disabled=true]) {
  background-color: #ebf0f1 !important;
}
.chart-page .mat-expansion-panel-body {
  padding: 0px !important;
}
.chart-page .mat-list-item-content {
  padding-left: 0px !important;
}
.chart-page .expension-panel-container {
  background-color: #ebf0f1;
}
.chart-page .expension-panel-container .expension-panel-title-container {
  padding: 10px 0 !important;
}
.chart-page .expension-panel-container .expension-panel-title-container .expension-panel-title-label {
  color: #2b4154;
  font-weight: 600;
  font-size: 16px;
}
.chart-page .expension-panel-container .expension-panel-item-container {
  padding-left: 0px;
  border-bottom: 1px solid rgba(43, 65, 84, 0.6);
}
.chart-page .expension-panel-container .expension-panel-item-container .expension-panel-item-checkbox {
  margin-right: 12px;
}
.chart-page .expension-panel-container .expension-panel-item-container .expension-panel-item-label {
  color: #2B4154;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
}
.chart-page .expension-panel-container .expension-panel-item-container .expension-panel-item-edit-button {
  position: absolute;
  right: 0px;
}
.chart-page .expension-panel-container .expension-panel-item-container:last-child {
  border-bottom: none;
}
.chart-page .chart-print-left-column-tablet {
  flex: 1 1 100%;
  box-sizing: border-box;
  max-width: 25%;
}
.chart-page .chart-print-margin-left-auto {
  margin-left: auto;
}
.chart-page .chart-print-first-column-container-tablet {
  padding: 0 16px;
}
.chart-page .chart-print-first-column-container-tablet .chart-print-first-column-row-container-tablet {
  max-height: fit-content;
  flex: 1 1 100%;
}
.chart-page .chart-print-second-column-container-tablet {
  padding: 0 16px;
}
.chart-page .margin-bottom-12-tablet {
  margin-bottom: 12px;
}
.chart-page .chart-sidebar-filter-dialog {
  opacity: 1;
}
.chart-page .chart-statistics-sidebar-filter-dialog .color-picker {
  border-width: 0;
}
.chart-page .chart-statistics-sidebar-filter-dialog .color-picker .preset-area .preset-label, .chart-page .chart-statistics-sidebar-filter-dialog .color-picker .preset-area hr {
  display: none;
}
.chart-page .chart-statistics-sidebar-filter-dialog .color-picker .preset-color {
  width: 22px;
  height: 22px;
  margin: 5px;
  border: 2px solid #fff;
}
.chart-page .chart-bottom-sidebar {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chart-page .chart-bottom-sidebar.opened {
  max-height: 350px;
}
.chart-page .chart-bottom-sidebar .sidebar-wrapper {
  display: flex;
  flex: 1 1 auto;
  min-height: 1px;
  flex-direction: column;
}
.chart-page .chart-filter-action-position {
  margin-right: 20px;
}
.tablet .chart-print-sidebar-wrapper {
  padding: 15px 0;
}
.tablet .displayed-interval-slider .mat-slider-horizontal .mat-slider-wrapper {
  top: 16px;
}
.tablet .chart-filter-container .chart-filter-title-container {
  margin-top: -20px;
}
.speech-to-text-host {
  position: relative;
}
.speech-to-text-microphone-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E%3Cpath d='M10.1,0H9.9C7.8,0,6,1.8,6,3.9v6.1C6,12.2,7.8,14,9.9,14h0.1c2.2,0,3.9-1.8,3.9-3.9V3.9C14,1.8,12.2,0,10.1,0z M13,6v1h-2 v1h2v1h-2v1h2v0.1c0,1.6-1.3,2.9-2.9,2.9H9.9C8.3,13,7,11.7,7,10.1V10h2V9H7V8h2V7H7V6h2V5H7V3.9c0-1.1,0.6-2,1.5-2.5V3h1V1 c0.1,0,0.3,0,0.4,0h0.1c0.2,0,0.3,0,0.4,0v2h1V1.4C12.4,1.9,13,2.8,13,3.9V5h-2v1H13z M16,8v2.5c0,3-2.5,5.5-5.5,5.5v3H14v1H6v-1 h3.5v-3c-3,0-5.5-2.5-5.5-5.5V8h1v2.5C5,13,7,15,9.5,15h0.9c2.5,0,4.5-2,4.5-4.5V8H16z'/%3E%3C/svg%3E%0A");
  opacity: 0.5;
  cursor: pointer;
}
.speech-to-text-microphone-toggle:hover, .speech-to-text-microphone-toggle:focus {
  opacity: 1;
}
.speech-to-text-microphone-toggle.active {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve' fill='%2319bfb6'%3E%3Cpath d='M10.1,0H9.9C7.8,0,6,1.8,6,3.9v6.1C6,12.2,7.8,14,9.9,14h0.1c2.2,0,3.9-1.8,3.9-3.9V3.9C14,1.8,12.2,0,10.1,0z M13,6v1h-2 v1h2v1h-2v1h2v0.1c0,1.6-1.3,2.9-2.9,2.9H9.9C8.3,13,7,11.7,7,10.1V10h2V9H7V8h2V7H7V6h2V5H7V3.9c0-1.1,0.6-2,1.5-2.5V3h1V1 c0.1,0,0.3,0,0.4,0h0.1c0.2,0,0.3,0,0.4,0v2h1V1.4C12.4,1.9,13,2.8,13,3.9V5h-2v1H13z M16,8v2.5c0,3-2.5,5.5-5.5,5.5v3H14v1H6v-1 h3.5v-3c-3,0-5.5-2.5-5.5-5.5V8h1v2.5C5,13,7,15,9.5,15h0.9c2.5,0,4.5-2,4.5-4.5V8H16z'/%3E%3C/svg%3E%0A");
}
.speech-to-text-microphone-toggle.disabled {
  opacity: 1;
}
.speech-to-text-microphone-toggle.disabled::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 3px;
  background: red;
  transform: rotate(45deg) translate(3px, 10px);
}
* {
  box-sizing: border-box;
  outline: none;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: 2;
  animation-delay: 1s;
}
.desktop .mat-flat-button.pulse {
  margin-right: 10px;
}
.module-is-loading button,
.module-is-loading input,
.module-is-loading select,
.module-is-loading textarea,
.module-is-loading app-dashboard .message:hover,
.module-is-loading app-dashboard .module:hover {
  cursor: wait !important;
}
.desktop ::-webkit-scrollbar {
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.desktop ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.desktop ::-webkit-scrollbar-thumb {
  background-color: #2b4154;
  border-radius: 2px;
  border: 8px solid transparent;
  background-clip: content-box;
  cursor: pointer;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
#sidebar-scroll::-webkit-scrollbar-thumb {
  background-color: #92A1A9;
}
[hidden] {
  display: none !important;
}
html.plt-mobile,
html.plt-tablet {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
ion-item-sliding {
  touch-action: pan-y pinch-zoom;
}
.flex-fill {
  min-width: 1px;
  min-height: 1px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  max-height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
body.safari-disable-selection {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
body.safari-disable-selection .mat-checkbox-label {
  -webkit-user-select: none;
}
body.is-symbol-dragging .mat-tooltip-panel {
  display: none;
}
.red-color {
  color: #c20000;
}
.icon-accent-color {
  fill: var(--mainColorAccent);
}
[disabled] .icon-accent-color {
  fill: rgba(0, 0, 0, 0.26);
}
.mat-toolbar.secondary-toolbar .icon-accent-color {
  fill: currentColor;
}
.icon-accent-color-stroke {
  stroke: var(--mainColorAccent);
}
[disabled] .icon-accent-color-stroke {
  stroke: rgba(0, 0, 0, 0.26);
}
.icon-accent-color-2 {
  fill: #FF9400;
}
[disabled] .icon-accent-color-2 {
  fill: rgba(0, 0, 0, 0.26);
}
.text-accent-color {
  color: var(--mainColorAccent);
}
pre {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
  white-space: pre-wrap;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semibold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.original-color {
  color: var(--mainColor);
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.no-transform, .NO-TRANSFORM {
  text-transform: none !important;
}
.pre-line {
  white-space: pre-line;
}
.pre {
  white-space: pre;
}
.full-width {
  width: 100%;
}
.width-75 {
  width: 75%;
}
.mat-menu-panel.no-max-width {
  max-width: none;
}
.mat-form-field.no-top-border .mat-form-field-infix {
  border-top-width: 0;
}
.mat-form-field.ng-invalid:not(.hide-highlight) {
  background-color: rgba(255, 196, 0, 0.15);
}
.mat-slide-toggle.no-top-margin {
  margin-top: 0;
  vertical-align: top;
}
.mat-slide-toggle.small-text .mat-slide-toggle-content {
  font-size: 14px;
}
.justify-end {
  justify-self: flex-end;
}
.justify-start {
  justify-self: flex-start;
}
.content-wrapper {
  z-index: 1;
  position: relative;
  min-width: 0;
  width: 100%;
}
.component-outer-container {
  display: flex;
  flex-direction: column !important;
  height: 100%;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
  position: relative;
}
.component-inner-container {
  display: flex;
  flex: 1 1 auto !important;
  min-width: 1px;
  min-height: 1px;
  position: relative;
}
workflow-bar-one,
.component-header-container {
  flex-shrink: 0;
}
.table-ellipsis-parent {
  display: flex;
}
.table-ellipsis-child {
  flex: 1;
  width: 1px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.color123456788 {
  color: var(--mainColor123456788);
}
.color123456789 {
  color: var(--mainColor123456789);
}
.color123456787 {
  color: var(--mainColor123456787);
}
.color123456786 {
  color: var(--mainColor123456786);
}
input::-webkit-input-placeholder {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  color: rgba(43, 65, 84, 0.6);
  font-weight: bold;
}
input:-moz-placeholder {
  color: #2b4154;
  font-weight: 600;
}
input::-moz-placeholder {
  color: #2b4154;
  font-weight: 600;
}
input:-ms-input-placeholder {
  color: #2b4154;
  font-weight: 600;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #2b4154;
  background: var(--backgroundColor);
  -ms-content-zooming: zoom;
}
.mat-toolbar {
  font-family: "IBM Plex Sans", sans-serif;
  color: #2b4154;
}
.component-container {
  width: 100%;
}
.component-container .loading-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(20px);
  z-index: 100;
  pointer-events: none;
}
.component-container .loading-wrapper .mat-spinner {
  position: absolute;
  top: 50%;
  left: calc(50% - 20px);
}
.component-container.doctor-component-container .main-title {
  display: flex;
  align-items: center;
  flex-shrink: 1;
}
.top-menu-dropdown {
  padding-left: 32px;
  margin-bottom: -9px;
  font-size: 18px;
  text-align: left;
}
.change-password-page,
.login-page {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #2b4154 0%, #101c29 100%);
  display: grid;
  grid-template-columns: 130px 1fr 130px;
  grid-template-rows: auto minmax(min-content, 1fr) min-content;
  overflow-y: auto;
}
.change-password-page .other-users,
.login-page .other-users {
  display: none;
}
@media only screen and (min-width: 768px) {
  .change-password-page .other-users,
.login-page .other-users {
    display: block;
    text-align: center;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    grid-column: 2;
    grid-row: 3;
    z-index: 1;
    width: auto;
  }
}
.change-password-page .other-users .user,
.login-page .other-users .user {
  cursor: pointer;
  color: #FFF;
  display: inline-block;
  margin: 0 30px;
}
.change-password-page .other-users .user h2,
.login-page .other-users .user h2 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.change-password-page .other-users .user img,
.login-page .other-users .user img {
  display: block;
  width: 70px;
  margin: 0 auto;
}
.change-password-page .noventi-circle,
.login-page .noventi-circle {
  width: 51%;
  opacity: 0.02;
  position: absolute;
}
.change-password-page .noventi-circle.top,
.login-page .noventi-circle.top {
  left: -25%;
  top: -36%;
}
.change-password-page .noventi-circle.bottom,
.login-page .noventi-circle.bottom {
  right: -18%;
  bottom: -45%;
}
.change-password-page .noventi-logo,
.login-page .noventi-logo {
  z-index: 2;
  width: 150px;
  margin-left: 10px;
  margin-bottom: 15px;
  grid-row: 3;
  grid-column: 1;
}
@media only screen and (min-width: 768px) {
  .change-password-page .noventi-logo,
.login-page .noventi-logo {
    margin-top: 20px;
    margin-left: 20px;
    grid-row: 1;
  }
}
.change-password-page .change-password-panel,
.change-password-page .login-panel,
.login-page .change-password-panel,
.login-page .login-panel {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  grid-column: span 3;
  grid-row: 2;
}
.change-password-page .app-logo,
.login-page .app-logo {
  width: 268px;
  margin: 0 auto;
}
.change-password-page .app-logo.new,
.login-page .app-logo.new {
  width: 350px;
}
@media only screen and (min-width: 768px) {
  .change-password-page .app-logo,
.login-page .app-logo {
    margin-bottom: 25px;
  }
}
.change-password-page .change-password-form,
.change-password-page .login-form,
.login-page .change-password-form,
.login-page .login-form {
  width: 280px;
  margin: 25px auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .change-password-page .change-password-form,
.change-password-page .login-form,
.login-page .change-password-form,
.login-page .login-form {
    width: 400px;
    background: #EEF5F6;
    padding: 25px 50px;
    margin: 0 auto;
    color: inherit !important;
  }
}
.change-password-page .change-password-form .avatar,
.change-password-page .login-form .avatar,
.login-page .change-password-form .avatar,
.login-page .login-form .avatar {
  display: block;
  margin: 0 auto;
}
.change-password-page .change-password-form h1,
.change-password-page .login-form h1,
.login-page .change-password-form h1,
.login-page .login-form h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
.change-password-page .change-password-form h1 span,
.change-password-page .login-form h1 span,
.login-page .change-password-form h1 span,
.login-page .login-form h1 span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .change-password-page .change-password-form h1,
.change-password-page .login-form h1,
.login-page .change-password-form h1,
.login-page .login-form h1 {
    color: #2b4154;
  }
}
.change-password-page .change-password-form .mobile-other-user,
.change-password-page .login-form .mobile-other-user,
.login-page .change-password-form .mobile-other-user,
.login-page .login-form .mobile-other-user {
  color: var(--mainColor);
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .change-password-page .change-password-form .mobile-other-user,
.change-password-page .login-form .mobile-other-user,
.login-page .change-password-form .mobile-other-user,
.login-page .login-form .mobile-other-user {
    display: none;
  }
}
.change-password-page .change-password-form .mat-form-field,
.change-password-page .login-form .mat-form-field,
.login-page .change-password-form .mat-form-field,
.login-page .login-form .mat-form-field {
  margin-bottom: 8px;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .change-password-page .change-password-form .mat-form-field,
.change-password-page .login-form .mat-form-field,
.login-page .change-password-form .mat-form-field,
.login-page .login-form .mat-form-field {
    color: #2b4154;
  }
}
.change-password-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.change-password-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.login-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.login-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
  background: #FFF;
}
.change-password-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label,
.change-password-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label,
.login-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label,
.login-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .change-password-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.change-password-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.login-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline,
.login-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
    background: #2b4154;
  }
  .change-password-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label,
.change-password-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label,
.login-page .change-password-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label,
.login-page .login-form .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label {
    color: #2b4154;
  }
}
.change-password-page .change-password-form .mat-form-field .mat-select-value,
.change-password-page .change-password-form .mat-form-field .mat-select-arrow,
.change-password-page .login-form .mat-form-field .mat-select-value,
.change-password-page .login-form .mat-form-field .mat-select-arrow,
.login-page .change-password-form .mat-form-field .mat-select-value,
.login-page .change-password-form .mat-form-field .mat-select-arrow,
.login-page .login-form .mat-form-field .mat-select-value,
.login-page .login-form .mat-form-field .mat-select-arrow {
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .change-password-page .change-password-form .mat-form-field .mat-select-value,
.change-password-page .change-password-form .mat-form-field .mat-select-arrow,
.change-password-page .login-form .mat-form-field .mat-select-value,
.change-password-page .login-form .mat-form-field .mat-select-arrow,
.login-page .change-password-form .mat-form-field .mat-select-value,
.login-page .change-password-form .mat-form-field .mat-select-arrow,
.login-page .login-form .mat-form-field .mat-select-value,
.login-page .login-form .mat-form-field .mat-select-arrow {
    color: #2b4154;
  }
}
.change-password-page .change-password-form .mat-form-field input,
.change-password-page .login-form .mat-form-field input,
.login-page .change-password-form .mat-form-field input,
.login-page .login-form .mat-form-field input {
  font-family: inherit;
  color: #FFF;
}
@media only screen and (min-width: 768px) {
  .change-password-page .change-password-form .mat-form-field input,
.change-password-page .login-form .mat-form-field input,
.login-page .change-password-form .mat-form-field input,
.login-page .login-form .mat-form-field input {
    color: #2b4154;
  }
}
.change-password-page .change-password-form .mat-form-field input:-webkit-autofill, .change-password-page .change-password-form .mat-form-field input:-webkit-autofill:hover, .change-password-page .change-password-form .mat-form-field input:-webkit-autofill:focus, .change-password-page .change-password-form .mat-form-field input:-webkit-autofill:active,
.change-password-page .login-form .mat-form-field input:-webkit-autofill,
.change-password-page .login-form .mat-form-field input:-webkit-autofill:hover,
.change-password-page .login-form .mat-form-field input:-webkit-autofill:focus,
.change-password-page .login-form .mat-form-field input:-webkit-autofill:active,
.login-page .change-password-form .mat-form-field input:-webkit-autofill,
.login-page .change-password-form .mat-form-field input:-webkit-autofill:hover,
.login-page .change-password-form .mat-form-field input:-webkit-autofill:focus,
.login-page .change-password-form .mat-form-field input:-webkit-autofill:active,
.login-page .login-form .mat-form-field input:-webkit-autofill,
.login-page .login-form .mat-form-field input:-webkit-autofill:hover,
.login-page .login-form .mat-form-field input:-webkit-autofill:focus,
.login-page .login-form .mat-form-field input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #eef5f6 inset !important;
}
.change-password-page .change-password-form button,
.change-password-page .login-form button,
.login-page .change-password-form button,
.login-page .login-form button {
  width: 100%;
  margin-top: 15px;
}
.change-password-page .change-password-form .version,
.change-password-page .login-form .version,
.login-page .change-password-form .version,
.login-page .login-form .version {
  font-size: 13px;
  margin-top: 15px;
  font-weight: 400;
  text-align: center;
}
.change-password-page .change-password-form {
  color: white;
}
.change-password-page .change-password-form form {
  display: flex;
  flex-direction: column;
}
.change-password-page .change-password-form button {
  width: auto;
}
.change-password-page .change-password-form button[matsuffix] {
  margin: 0;
  width: 40px;
  height: 40px;
}
.change-password-page .change-password-form button[matsuffix] + .invalid-icon {
  margin-left: -10px;
}
.login-error {
  color: #FFF;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  background: #c20000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .login-error {
    position: relative;
    margin: -25px -50px 10px;
  }
}
.login-error span span {
  color: blue;
  cursor: pointer;
}
.version-info {
  color: #9baebd;
  margin: 0;
  line-height: 1.5;
  text-align: right;
  grid-row: 3;
  grid-column: 3;
  font-size: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .version-info {
    grid-row: 1;
    margin-top: 0;
    font-size: 12px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.url-info {
  text-align: right;
  grid-row: 4;
  grid-column: 3;
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
}
.url-info a,
.url-info a:link {
  text-decoration: none;
  color: #9baebd;
}
.url-info a:hover {
  color: #d84c9c;
}
@media only screen and (min-width: 768px) {
  .url-info {
    grid-row: 4;
    margin-top: 20px;
    margin-right: 20px;
  }
}
.text-left,
.TEXT-LEFT {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-middle {
  vertical-align: middle;
}
.text-right {
  text-align: right;
}
.text-right .mat-form-field {
  text-align: right;
}
.panel-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  flex: none;
  padding: 20px 0 10px;
}
.panel-title.smaller {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 5px;
}
.tablet .panel-title {
  font-size: 16px;
}
.mobile .panel-title {
  padding-left: 14px;
  padding-bottom: 7px;
  font-size: 16px;
}
.mobile .panel-title.smaller {
  font-size: 14px;
}
.mobile .panel-title :not(content-grid-cell) {
  padding-left: 0;
}
.table-content .panel-title {
  padding: 18px 0 12px;
}
.panel-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.panel-subtitle-margin-top {
  margin-top: 18px;
}
.content-grid-cell {
  background-color: white;
  border-radius: 2px;
  padding: 13px 20px 17px;
  font-size: 14px;
  font-weight: 500;
}
.content-grid-cell.info {
  background: #eef5f6;
}
.content-grid-cell.text-large {
  font-size: 16px;
}
.content-grid-cell .nowrap {
  white-space: nowrap;
}
.content-grid-cell .info-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.content-grid-cell .info-card {
  border: 1px solid #2b4154;
  border-radius: 3px;
  padding: 7px 15px 9px;
  margin: 10px 0;
  font-size: 16px;
}
.tablet .content-grid-cell .info-card.edit-card .title {
  margin-bottom: 0px;
}
.content-grid-cell .info-card .title {
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-bottom: 7px;
}
.content-grid-cell .info-card .status,
.content-grid-cell .info-card .date {
  font-size: 14px;
  line-height: 18px;
}
.content-grid-cell .info-card.groups-risks .title {
  margin-bottom: 0;
}
.content-grid-cell .info-card.qualifications {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
}
.content-grid-cell .info-card.qualifications .mat-icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
}
.content-grid-cell.view-mode {
  padding: 10px 20px 2px;
  font-weight: 400;
  font-size: 16px;
}
.content-grid-cell.view-mode [class^=p-col] {
  padding-bottom: 8px;
}
.content-grid-cell.view-mode .form-group-label {
  margin-top: 0;
}
.content-grid-cell.view-mode .info {
  font-size: 14px;
}
.content-grid-cell .form-group-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 15px;
}
.content-grid-cell .form-group-label.no-margin,
.content-grid-cell [class^=p-col]:first-child .form-group-label:not(.margin) {
  margin-top: 0;
}
.content-grid-cell .form-group-label.margin {
  margin-top: 15px;
}
.content-grid-cell .view-label {
  font-weight: 600;
  text-transform: uppercase;
}
.tablet .content-grid-cell .info-card, .mobile .content-grid-cell .info-card {
  background-color: #eef5f6;
}
.tablet .content-grid-cell .info-card .title, .mobile .content-grid-cell .info-card .title {
  font-size: 15px;
  line-height: 19px;
}
.groups-risks .tablet .content-grid-cell .info-card .title, .groups-risks .mobile .content-grid-cell .info-card .title {
  margin-bottom: 0;
}
.tablet .content-grid-cell .info-card .date,
.tablet .content-grid-cell .info-card .status, .mobile .content-grid-cell .info-card .date,
.mobile .content-grid-cell .info-card .status {
  font-size: 13px;
  line-height: 17px;
}
.tablet .content-grid-cell.view-mode, .mobile .content-grid-cell.view-mode {
  padding: 17px 14px 8px;
  font-size: 14px;
}
.tablet .content-grid-cell.view-mode [class^=p-col], .mobile .content-grid-cell.view-mode [class^=p-col] {
  padding-bottom: 7px;
}
.mobile .content-grid-cell .colon {
  display: none;
}
.mobile .content-grid-cell .view-label {
  text-transform: none;
  font-size: 10px;
  font-weight: 400;
}
.mobile .content-grid-cell.view-mode {
  padding: 9px 15px 8px;
  font-weight: 600;
  font-size: 15px;
}
.mobile .content-grid-cell.view-mode [class^=p-col] {
  padding-bottom: 7px;
}
.content-container {
  padding: 11px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.tablet .content-container {
  padding: 5px 15px;
}
.desktop .content-container {
  padding: 0 110px 15px;
}
.content-container .back-button {
  position: absolute;
  margin-left: -40px;
  top: 10px;
}
.content-container .back-button .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.mobile .content-grid-cell {
  padding: 13px;
}
.new-item-container .content-grid-cell {
  background-color: white;
}
.mat-drawer-content.sidenav-content-wrapper {
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mat-drawer-content.sidenav-content-wrapper.uniform-text-content-wrapper .close-sidenav-button {
  color: #2b4154 !important;
}
.sidebar-opened:not(.filter-opened) .lock-tooltip {
  display: block;
}
.sidebar-opened .right-sidenav .sidenav-content-wrapper,
.sidebar-opened.right-sidenav .sidenav-content-wrapper {
  margin-right: 300px !important;
}
.sidebar-opened .left-sidenav .sidenav-content-wrapper,
.sidebar-opened.left-sidenav .sidenav-content-wrapper {
  margin-left: 300px !important;
}
.desktop .left-sidenav.appointment-sidebar .sidenav-content-wrapper {
  margin-left: 220px !important;
  padding-right: 0;
}
app-doctor-statistics-wrapper .sidebar-opened .left-sidenav .sidenav-content-wrapper,
app-doctor-statistics-wrapper .sidebar-opened.left-sidenav .sidenav-content-wrapper,
app-sales-wrapper .sidebar-opened .left-sidenav .sidenav-content-wrapper,
app-sales-wrapper .sidebar-opened.left-sidenav .sidenav-content-wrapper,
app-commission-wrapper .sidebar-opened .left-sidenav .sidenav-content-wrapper,
app-commission-wrapper .sidebar-opened.left-sidenav .sidenav-content-wrapper {
  margin-left: 320px !important;
}
.left-sidenav .mat-drawer {
  left: 0;
}
.left-sidenav .calendar-searchbar {
  margin-left: 40px;
}
.left-sidenav .close-sidenav-button.absolute-position {
  position: absolute;
  right: 8px;
}
.left-sidenav .left-sidenav-info-container {
  margin-top: 0;
}
.mat-icon[matTooltip] {
  cursor: pointer;
}
.nhcone .open-sidenav-button {
  position: absolute;
  top: 10px;
  z-index: 10;
}
.nhcone .right-sidenav .open-sidenav-button {
  right: 0;
}
.nhcone .left-sidenav .open-sidenav-button {
  left: 0;
}
.nhcone .close-sidenav-button {
  color: #FFFFFF !important;
  margin-left: -8px;
  z-index: 1;
}
.nhcone .close-sidenav-button.with-tooltip {
  margin-left: 0;
}
.nhcone .close-sidenav-button.with-tooltip > * {
  pointer-events: none;
}
.with-preview-sidebar .close-sidenav-button {
  color: #2b4154 !important;
}
app-personal-details-wrapper,
one-patient-wrapper,
one-configuration-wrapper,
one-datenupdate,
one-appointment-planner-configuration-wrapper {
  width: 100%;
  height: 100%;
  min-height: 1px;
  display: flex;
}
app-personal-details-wrapper mat-tab-group,
one-patient-wrapper mat-tab-group,
one-configuration-wrapper mat-tab-group,
one-datenupdate mat-tab-group,
one-appointment-planner-configuration-wrapper mat-tab-group {
  height: 100%;
  min-height: 1px;
}
app-personal-details-wrapper .browser-error .graphic img,
one-patient-wrapper .browser-error .graphic img,
one-configuration-wrapper .browser-error .graphic img,
one-datenupdate .browser-error .graphic img,
one-appointment-planner-configuration-wrapper .browser-error .graphic img {
  width: 50%;
  margin-bottom: 2rem;
}
app-personal-details-wrapper .browser-error p,
one-patient-wrapper .browser-error p,
one-configuration-wrapper .browser-error p,
one-datenupdate .browser-error p,
one-appointment-planner-configuration-wrapper .browser-error p {
  margin: 1rem 1rem 0;
  line-height: 1.5em;
}
app-personal-details-wrapper .tab-buttons {
  flex: 1;
  padding-right: 0;
  justify-content: flex-end;
}
app-personal-details-wrapper .tab-buttons:before {
  display: none !important;
}
app-personal-details-wrapper .tab-buttons one-workflow-tab-action-list {
  align-self: flex-start;
}
.tablet app-personal-details-wrapper .component-outer-container .mat-toolbar.secondary-toolbar {
  justify-content: center !important;
}
.tablet app-personal-details-wrapper .component-outer-container .mat-toolbar.secondary-toolbar button {
  padding: 0 1.5em;
  font-size: 18px;
}
.mobile app-personal-details-wrapper .component-outer-container .mat-toolbar.secondary-toolbar {
  justify-content: space-between;
}
.mobile app-personal-details-wrapper .component-outer-container .mat-toolbar.secondary-toolbar .filters {
  display: flex;
  gap: 0.2em;
}
.mobile app-personal-details-wrapper .component-outer-container .mat-toolbar.secondary-toolbar .filters .mat-form-field-flex {
  padding: 0 0.75em;
}
.mobile app-personal-details-wrapper .component-outer-container .mat-toolbar.secondary-toolbar .filters .mat-form-field-flex .mat-form-field-infix {
  width: fit-content;
}
.mobile app-personal-details-wrapper .component-outer-container .mat-toolbar.secondary-toolbar .filters .mat-form-field-flex .mat-form-field-infix .mat-select-arrow-wrapper {
  transform: none;
}
one-patient-info {
  display: flex;
  flex: 1 1 auto;
  min-height: 1px;
}
personal-details-tab-group,
tasks-tab-group,
one-staff-wrapper,
one-doctor-wrapper {
  width: 100%;
  height: 100%;
  min-height: 1px;
}
personal-details-tab-group mat-tab-group,
tasks-tab-group mat-tab-group,
one-staff-wrapper mat-tab-group,
one-doctor-wrapper mat-tab-group {
  height: 100%;
  min-height: 1px;
}
.personal-details-tab-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 10px;
}
.personal-details-tab-group .mat-tab-links one-workflow-tab-action-list {
  margin: -10px 0 0 auto;
}
.personal-details-tab-group .dummy-tabs-wrapper {
  position: relative;
  flex: 1 1 100%;
  overflow: hidden;
}
.personal-details-tab-group .dummy-tabs-wrapper .mat-tab-body-wrapper {
  height: 100%;
  display: block;
  overflow: auto;
}
one-staff-wrapper .mat-tab-body-wrapper {
  height: 100%;
}
one-staff-wrapper .checkbox-margin {
  margin-top: 10px;
}
one-staff-wrapper .split-view-checkbox {
  grid-column: 2/span 3;
}
ion-item {
  --border-color: white;
  --inner-padding-end: 0px;
  --inner-padding-start: 0px;
  --padding-end: 0px;
  --padding-start: 0px;
}
.active ion-item, .selected ion-item, .edit ion-item {
  --ion-background-color: transparent;
}
.mat-row.selected ion-item {
  --border-color: transparent;
  --background: transparent;
}
.mobile-gridcard {
  font-size: 13px;
  padding: 8px 12px 6px 8px;
  line-height: 17px;
  width: 100%;
  flex-grow: 2;
}
.mobile-gridcard .gridcard-content .mat-icon {
  font-size: 18px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-right: 5px;
}
.mobile-gridcard .identity {
  line-height: 19px;
  margin-bottom: 7px;
}
.mobile-gridcard .name {
  font-weight: 600;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
}
.mobile-gridcard .birthdate {
  font-size: 13px;
  font-weight: 600;
}
.mobile-gridcard .id {
  font-weight: 500;
  font-size: 13px;
}
.mobile-gridcard .contact {
  line-height: 17px;
}
.mobile-gridcard .insurance {
  font-weight: 500;
  font-size: 13px;
}
.mobile-gridcard .insurance-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #cb2626;
}
.mobile-gridcard .home-patient-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #2b4154;
}
.column-configurator.mat-form-field {
  position: absolute;
}
.column-configurator.mat-form-field .mat-form-field-wrapper {
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.red-brutto-text {
  color: #c20000;
}
.grey-brutto-text {
  color: #2b4154;
  opacity: 0.75;
}
.black-brutto-text {
  color: #2b4154;
}
.orange-brutto-text {
  color: #ff9400;
}
one-patient-details-toolbar {
  flex-shrink: 0;
}
one-patient-details-toolbar one-workflow-tab-action-list {
  margin-left: auto;
}
.mat-tab-group.one-tab-group .mat-tab-body-wrapper.allow-overflow {
  overflow: visible;
}
.mat-tab-group.one-tab-group .mat-tab-body-content {
  overflow: initial;
}
.mat-tab-group.one-tab-group .mat-tab-nav-bar,
.mat-tab-group.one-tab-group .mat-tab-header {
  border-bottom-width: 0;
}
.mat-tab-group.one-tab-group .mat-ink-bar {
  background: transparent;
}
.mat-tab-group.one-tab-group .mat-tab-links {
  padding-top: 12px;
}
.mat-tab-group.one-tab-group .mat-tab-label,
.mat-tab-group.one-tab-group .mat-tab-link {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #2b4154;
  min-width: auto;
  opacity: 1;
  height: 35px;
}
.mat-tab-group.one-tab-group .mat-tab-label.mat-tab-label-active,
.mat-tab-group.one-tab-group .mat-tab-link.mat-tab-label-active {
  background-color: white !important;
  color: var(--mainColorAccent);
  border-radius: 2px 2px 0 0;
}
.mat-tab-group.one-tab-group .mat-tab-label.mat-tab-label-active + .mat-tab-link:before,
.mat-tab-group.one-tab-group .mat-tab-label.mat-tab-label-active + .mat-tab-label:before,
.mat-tab-group.one-tab-group .mat-tab-link.mat-tab-label-active + .mat-tab-link:before,
.mat-tab-group.one-tab-group .mat-tab-link.mat-tab-label-active + .mat-tab-label:before {
  display: none !important;
}
.mat-tab-group.one-tab-group .mat-tab-label:not(.mat-tab-label-active):not(:first-child):before,
.mat-tab-group.one-tab-group .mat-tab-link:not(.mat-tab-label-active):not(:first-child):before {
  content: "";
  display: block;
  width: 2px;
  height: 19px;
  border: 0;
  background-color: rgba(43, 65, 84, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  margin: -10px 0 0 0;
}
.mat-tab-group.one-tab-group .mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mobile .mat-tab-group.one-tab-group .mat-tab-header,
.tablet .mat-tab-group.one-tab-group .mat-tab-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  background: white;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-labels,
.mobile .mat-tab-group.one-tab-group .mat-tab-links,
.tablet .mat-tab-group.one-tab-group .mat-tab-labels,
.tablet .mat-tab-group.one-tab-group .mat-tab-links {
  justify-content: space-around;
  flex-grow: 1;
  align-items: center;
  height: 100%;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-label,
.mobile .mat-tab-group.one-tab-group .mat-tab-link,
.tablet .mat-tab-group.one-tab-group .mat-tab-label,
.tablet .mat-tab-group.one-tab-group .mat-tab-link {
  padding: 0;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-label:before,
.mobile .mat-tab-group.one-tab-group .mat-tab-link:before,
.tablet .mat-tab-group.one-tab-group .mat-tab-label:before,
.tablet .mat-tab-group.one-tab-group .mat-tab-link:before {
  display: none !important;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-links,
.tablet .mat-tab-group.one-tab-group .mat-tab-links {
  padding-top: 0px;
}
.tablet .mat-tab-group.one-tab-group .page-content {
  overflow-y: initial;
}
.tablet .mat-tab-group.one-tab-group .page-content ion-item-sliding ion-item > div {
  width: 100%;
}
.tablet .mat-tab-group.one-tab-group .page-content ion-item-sliding ion-item > div .grid-card-header:not(.show-checkbox) {
  padding: 0 10px 0 16px;
}
.tablet .mat-tab-group.one-tab-group .page-content ion-item-sliding ion-item > div .grid-card-header:not(.show-checkbox) .mat-checkbox-inner-container {
  display: none;
}
.tablet .mat-tab-group.one-tab-group .page-content ion-item-sliding ion-item > div .grid-card-footer .right-col {
  width: 13em;
  display: flex;
  justify-content: space-between;
}
.tablet .mat-tab-group.one-tab-group .mat-tab-header {
  height: 50px;
}
.tablet .mat-tab-group.one-tab-group .mat-tab-body-wrapper {
  padding-bottom: 50px;
  background: transparent;
}
.tablet .mat-tab-group.one-tab-group .mat-tab-link,
.tablet .mat-tab-group.one-tab-group .mat-tab-label {
  font-size: 12px;
  text-transform: uppercase;
  height: 50px;
}
.tablet .mat-tab-group.one-tab-group .mat-tab-link .mat-icon,
.tablet .mat-tab-group.one-tab-group .mat-tab-label .mat-icon {
  margin-right: 10px;
}
.mobile .app-logo.new {
  width: 280px;
}
.mobile .mat-tab-group.one-tab-group .page-content {
  overflow-y: initial;
}
.mobile .mat-tab-group.one-tab-group .page-content ion-item-sliding ion-item > div {
  width: 100%;
  padding: 10px 12px 0 12px;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-header {
  height: 55px;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-header .mat-icon {
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-body-wrapper {
  background: transparent;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-label-content {
  flex-direction: column;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-labels,
.mobile .mat-tab-group.one-tab-group .mat-tab-links {
  height: 100%;
  align-items: center;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-label,
.mobile .mat-tab-group.one-tab-group .mat-tab-link {
  font-size: 10px;
  font-weight: 400;
  height: auto;
  text-transform: uppercase;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  flex-direction: column;
}
.mobile .mat-tab-group.one-tab-group .mat-tab-body-wrapper {
  padding-bottom: 55px;
}
.mobile .mat-tab-group.one-tab-group .mat-row:last-child .mat-cell .list-border {
  border: 0;
}
.mobile .mat-tab-group.one-tab-group .mobile-gridcard .ic-house {
  margin-left: 10px;
  vertical-align: middle;
}
.mobile .mat-tab-group.one-tab-group .mobile-gridcard .right-col {
  width: 13em;
  display: flex;
  justify-content: space-between;
}
.mobile .mat-tab-group.one-tab-group .mobile-gridcard .left-col span:last-child {
  padding-left: 6px;
}
.mobile bookkeeping-main-view .mat-tab-group.one-tab-group .mat-tab-link {
  flex: 1 1 33.33333%;
}
.mat-tab-group {
  flex: 1;
  min-height: 1px;
}
.desktop .mat-tab-group.one-tab-group .mat-tab-link,
.desktop .mat-tab-group.one-tab-group .mat-tab-label-content {
  text-transform: uppercase;
}
.desktop .mat-tab-body-wrapper .page-content {
  background: white;
  padding: 15px 20px;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}
.desktop .mat-tab-body-wrapper .page-content-row {
  background: transparent;
  overflow-y: visible;
  display: flex;
  flex-direction: row;
}
.desktop .mat-tab-body-wrapper .content-grid-cell {
  background-color: #eef5f6;
}
.slash-after {
  position: relative;
}
.slash-after:after {
  content: "/";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1em;
  margin-right: -0.5em;
  text-align: center;
  line-height: 2em;
  color: #A9A9A9;
}
.page-content-toolbar .mat-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.page-content-toolbar.change-item .change-item-search {
  width: 470px;
}
.page-content-toolbar.patient-content-toolbar .change-item-search {
  height: 74px;
}
.page-content-toolbar.quick-create .quick-patient-mobile-workflow {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  padding-top: 10px;
}
.page-content-toolbar .risk {
  color: #c20000;
}
.page-content-toolbar .patient-info {
  text-transform: uppercase;
}
.page-content-toolbar .patient-info > * {
  padding: 0 10px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  flex: none;
}
.page-content-toolbar .patient-info > * .mat-icon {
  height: 20px;
  vertical-align: middle;
}
.page-content-toolbar .patient-info > *:first-child {
  padding-left: 0;
}
.page-content-toolbar .patient-info > *:not(:first-child):before {
  content: "|";
  color: #2b4154;
  position: absolute;
  top: 0;
  left: -0.5em;
  width: 1em;
  text-align: center;
}
.page-content-toolbar .patient-toolbar-icons {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 10px;
  flex: 1;
}
.page-content-toolbar .patient-toolbar-icons .patient-icons {
  display: flex;
  align-items: center;
}
.page-content-toolbar .patient-toolbar-icons .patient-icons > .mat-icon + .mat-icon {
  margin-left: 15px;
}
.page-content-toolbar .patient-toolbar-icons .patient-icons .mat-icon {
  width: 36px;
  height: 36px;
}
.page-content-toolbar .patient-toolbar-details {
  flex: 1;
  min-width: 1px;
}
.tablet .page-content-toolbar:not(.quick-create),
.mobile .page-content-toolbar:not(.quick-create) {
  display: none !important;
}
.patient-header {
  width: 100%;
  background-color: #eef5f6;
  padding: 10px;
  flex-shrink: 0;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.patient-header .avatar-wrapper {
  margin-top: -45px;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.patient-header .avatar-wrapper img {
  vertical-align: bottom;
}
.patient-header .avatar-wrapper .patient-surcharge {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: -12px;
}
.patient-header .avatar-wrapper .avatar {
  font-size: 100px;
  height: 100px;
  width: 100px;
  line-height: 100px;
}
.patient-header .content-title {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
}
.patient-header .content-title .patient-surcharge {
  vertical-align: middle;
  font-size: 36px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  color: #c20000;
}
.patient-header .patient-actions {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.patient-header .patient-actions .mat-icon {
  width: 38px;
  height: 38px;
}
.patient-header .patient-actions .mat-button .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.patient-header .patient-actions .call-button {
  display: none;
}
.tablet .patient-header .avatar-wrapper .patient-surcharge {
  display: none;
}
.tablet .patient-header .patient-actions {
  font-weight: 600;
}
.tablet .patient-header .patient-actions .mat-icon {
  font-size: 22px;
  height: 22px;
  width: 22px;
  line-height: 22px;
}
.tablet .patient-header .patient-actions .mat-button .mat-button-wrapper > * + * {
  margin-left: 10px;
}
.mobile .patient-header .content-title .patient-surcharge {
  display: none;
}
.mobile .patient-header .patient-actions {
  width: 100%;
}
.mobile .patient-header .patient-actions > span {
  text-transform: uppercase;
}
.mobile .patient-header .patient-actions .mat-icon {
  font-size: 38px;
  height: 38px;
  width: 38px;
  line-height: 38px;
}
.mobile .patient-header .patient-actions .mat-button .mat-button-wrapper {
  flex-direction: column;
}
.mobile .patient-header .patient-actions .mat-button .mat-button-wrapper > * + * {
  margin-top: 7px;
}
.mobile .patient-header .call-button {
  display: flex;
}
ion-popover {
  --min-width: 300px !important;
}
.mobile ion-popover {
  --min-width: 250px !important;
  --max-width: calc(100vw - 10px) !important;
}
ion-popover .popover-content.sc-ion-popover-ios {
  border-radius: 0px;
  border-bottom: 1px solid #2b4154;
  border-right: 1px solid #2b4154;
  border-left: 1px solid #2b4154;
}
one-prescription-list .search-count-total .mat-checkbox-layout, one-patient-prescription-list .search-count-total .mat-checkbox-layout {
  vertical-align: middle;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
}
one-prescription-list .updown, one-patient-prescription-list .updown {
  width: 40px;
  height: 34px;
}
one-prescription-list .prescription-card .grid-card-header, one-patient-prescription-list .prescription-card .grid-card-header {
  background: transparent !important;
}
one-prescription-list .prescription-card .grid-card-header .title .mat-checkbox-label, one-patient-prescription-list .prescription-card .grid-card-header .title .mat-checkbox-label {
  font-size: 18px;
  letter-spacing: -0.64px;
  display: flex;
  align-items: center;
}
one-prescription-list .prescription-card .patient-prescription-grid, one-patient-prescription-list .prescription-card .patient-prescription-grid {
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  grid-gap: 6px 0;
  width: 100%;
}
one-prescription-list .prescription-card .patient-prescription-grid .end, one-patient-prescription-list .prescription-card .patient-prescription-grid .end {
  justify-self: end;
}
one-prescription-list .prescription-card .patient-prescription-grid .row-1,
one-prescription-list .prescription-card .patient-prescription-grid .row-2, one-patient-prescription-list .prescription-card .patient-prescription-grid .row-1,
one-patient-prescription-list .prescription-card .patient-prescription-grid .row-2 {
  grid-column: span 3;
  display: flex;
  justify-content: space-between;
}
one-prescription-list .prescription-card .patient-prescription-grid .combined, one-patient-prescription-list .prescription-card .patient-prescription-grid .combined {
  grid-row: span 2;
}
one-prescription-list .patient-prescription-table td, one-patient-prescription-list .patient-prescription-table td {
  height: 50px;
}
one-prescription-list .patient-prescription-table .mat-column-homeCare .mat-icon,
one-prescription-list .patient-prescription-table .mat-column-therapyReportCreated .mat-icon,
one-prescription-list .patient-prescription-table .mat-column-therapyPlanCreated .mat-icon,
one-prescription-list .patient-prescription-table .mat-column-drivingCostPrinted .mat-icon, one-patient-prescription-list .patient-prescription-table .mat-column-homeCare .mat-icon,
one-patient-prescription-list .patient-prescription-table .mat-column-therapyReportCreated .mat-icon,
one-patient-prescription-list .patient-prescription-table .mat-column-therapyPlanCreated .mat-icon,
one-patient-prescription-list .patient-prescription-table .mat-column-drivingCostPrinted .mat-icon {
  font-size: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
}
one-prescription-list .patient-prescription-table .mat-column-drivingCostPrinted .mat-icon, one-patient-prescription-list .patient-prescription-table .mat-column-drivingCostPrinted .mat-icon {
  color: #00827b;
}
one-prescription-list .patient-prescription-table .mat-column-insurance, one-patient-prescription-list .patient-prescription-table .mat-column-insurance {
  white-space: normal;
}
.desktop.listview one-prescription-list, .desktop.listview one-patient-prescription-list {
  margin-right: -20px;
  margin-left: -20px;
}
.status-badge {
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 9px;
  max-width: 100%;
  font-weight: 500;
}
.status-badge.created-status {
  background-color: #e2eeef;
  color: #2b4154;
}
.status-badge.processing-status {
  background-color: #e9cac9;
  color: #2b4154;
}
.status-badge.partially-status {
  background-color: #ff9400;
  color: #ebf0f1;
}
.status-badge.treated-status {
  background-color: #cce7ff;
  color: #2b4154;
}
.status-badge.completed-status {
  background-color: #00827b;
  color: #ebf0f1;
}
.status-badge.transfered-status {
  background-color: var(--mainColor);
  color: #ebf0f1;
}
.status-badge.canceled-status {
  background-color: #2b4154;
  color: #ebf0f1;
}
.desktop.listview one-clinical-course-view {
  margin-right: -20px;
  margin-left: -20px;
}
one-patient-appointment-view .appointment-card .patient-appointment-grid,
one-patient-calls-view .appointment-card .patient-appointment-grid {
  display: grid;
  grid-template-columns: max-content 1fr min-content;
  grid-gap: 6px 9px;
  line-height: 20px;
}
one-patient-appointment-view .appointment-card .row-1,
one-patient-calls-view .appointment-card .row-1 {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
}
one-patient-appointment-view .appointment-card .row-2.no-info,
one-patient-calls-view .appointment-card .row-2.no-info {
  grid-column: span 2;
}
one-patient-appointment-view .appointment-card .grid-card-header,
one-patient-calls-view .appointment-card .grid-card-header {
  background: transparent !important;
}
one-patient-appointment-view .appointment-card .grid-card-header .title,
one-patient-calls-view .appointment-card .grid-card-header .title {
  font-size: 18px;
  letter-spacing: -0.64px;
}
one-patient-appointment-view .appointment-card .info-icon,
one-patient-calls-view .appointment-card .info-icon {
  font-size: 28px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  grid-row: span 2;
  align-self: flex-end;
}
.desktop.listview one-patient-appointment-view,
.desktop.listview one-patient-calls-view {
  margin-right: -20px;
  margin-left: -20px;
}
one-patient-appointment-view .status-badge,
one-patient-calls-view .status-badge {
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 9px;
  max-width: 100%;
  font-weight: 500;
}
one-patient-appointment-view .status-badge.canceled-status,
one-patient-calls-view .status-badge.canceled-status {
  background-color: #c20000;
  color: #ebf0f1;
}
one-patient-appointment-view .status-badge.closed-status,
one-patient-calls-view .status-badge.closed-status {
  background-color: #00827b;
  color: #ebf0f1;
}
one-patient-appointment-view .status-badge.confirmed-status,
one-patient-calls-view .status-badge.confirmed-status {
  background-color: var(--mainColor);
  color: #ebf0f1;
}
one-patient-appointment-view .status-badge.planed-status,
one-patient-calls-view .status-badge.planed-status {
  background-color: #2b4154;
  color: #ebf0f1;
}
one-patient-appointment-view .status-badge.created-status,
one-patient-calls-view .status-badge.created-status {
  background-color: #e2eeef;
  color: #2b4154;
}
one-staff-appointment .appointment-card .staff-appointment-grid {
  display: grid;
  grid-template-columns: max-content 1fr min-content;
  grid-gap: 6px 9px;
  line-height: 20px;
}
one-staff-appointment .appointment-card .row-1 {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
}
one-staff-appointment .appointment-card .row-2 {
  grid-column: span 2;
}
one-staff-appointment .appointment-card .info-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  grid-row: span 2;
  align-self: flex-end;
}
.desktop.listview one-staff-appointment {
  margin-right: -20px;
  margin-left: -20px;
}
one-prescription-list .prescription-card .grid-card-header {
  background: transparent !important;
}
one-prescription-list .prescription-card .grid-card-header .title .mat-checkbox-label {
  font-size: 18px;
  letter-spacing: -0.64px;
}
one-prescription-list .prescription-card .patient-prescription-grid {
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  grid-gap: 6px 0;
}
one-prescription-list .prescription-card .patient-prescription-grid .end {
  justify-self: end;
}
one-prescription-list .prescription-card .patient-prescription-grid .row-1,
one-prescription-list .prescription-card .patient-prescription-grid .row-2 {
  grid-column: span 3;
  display: flex;
  justify-content: space-between;
}
one-prescription-list .prescription-card .patient-prescription-grid .row-1 .start-end,
one-prescription-list .prescription-card .patient-prescription-grid .row-2 .start-end {
  display: flex;
  flex: 5;
  justify-content: space-between;
}
one-prescription-list .prescription-card .patient-prescription-grid .combined {
  grid-row: span 2;
}
.prescription-header-info .status-badge,
.prescription-header-info .status-badge-light {
  margin-left: 20px;
}
.status-badge-light {
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 9px;
  max-width: 100%;
  font-weight: 500;
}
.status-badge-light.created-status {
  background-color: #e2eeef;
  color: #2b4154;
}
.status-badge-light.processing-status {
  background-color: #e9cac9;
  color: #2b4154;
}
.status-badge-light.partially-status {
  background-color: #ff9400;
  color: #ebf0f1;
}
.status-badge-light.treated-status {
  background-color: #cce7ff;
  color: #2b4154;
}
.status-badge-light.completed-status {
  background-color: #00827b;
  color: #ebf0f1;
}
.status-badge-light.transfered-status {
  background-color: var(--mainColor);
  color: #ebf0f1;
}
.status-badge-light.transfered-status .mat-icon {
  vertical-align: text-bottom;
}
.status-badge-light.canceled-status {
  background-color: #2b4154;
  color: #ebf0f1;
}
.status-badge-dark {
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 30px;
  max-width: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status-badge-dark.created-status {
  background-color: #e2eeef;
  color: #2b4154;
}
.status-badge-dark.processing-status {
  background-color: #e9cac9;
  color: #2b4154;
}
.status-badge-dark.partially-status {
  background-color: #ff9400;
  color: #ebf0f1;
}
.status-badge-dark.treated-status {
  background-color: #cce7ff;
  color: #2b4154;
}
.status-badge-dark.completed-status {
  background-color: #00827b;
  color: #ebf0f1;
}
.status-badge-dark.transfered-status {
  background-color: var(--mainColor);
  color: #ebf0f1;
}
.status-badge-dark.canceled-status {
  background-color: #2b4154;
  color: #ebf0f1;
}
one-view-edit-prescription-wrapper {
  height: 100%;
}
one-view-edit-prescription-wrapper one-muster13-prescription .prescription-content.page-two {
  padding: 15px;
}
one-view-edit-prescription-wrapper .mat-tab-body-wrapper {
  top: 0 !important;
}
one-view-edit-prescription-wrapper .status-badge-light {
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  max-width: 100%;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}
one-view-edit-prescription-wrapper .status-badge-light.created-status {
  background-color: #e2eeef;
  color: #2b4154;
}
one-view-edit-prescription-wrapper .status-badge-light.processing-status {
  background-color: #e9cac9;
  color: #2b4154;
}
one-view-edit-prescription-wrapper .status-badge-light.partially-status {
  background-color: #ff9400;
  color: #ebf0f1;
}
one-view-edit-prescription-wrapper .status-badge-light.treated-status {
  background-color: #cce7ff;
  color: #2b4154;
}
one-view-edit-prescription-wrapper .status-badge-light.completed-status {
  background-color: #00827b;
  color: #ebf0f1;
}
one-view-edit-prescription-wrapper .status-badge-light.transfered-status {
  background-color: var(--mainColor);
  color: #ebf0f1;
}
one-view-edit-prescription-wrapper .status-badge-light.canceled-status {
  background-color: #2b4154;
  color: #ebf0f1;
}
one-new-edit-prescription .status-badge {
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 9px;
  max-width: 100%;
  font-weight: 500;
}
one-new-edit-prescription .status-badge.created-status {
  background-color: #e2eeef;
  color: #2b4154;
}
one-new-edit-prescription .status-badge.processing-status {
  background-color: #e9cac9;
  color: #2b4154;
}
one-new-edit-prescription .status-badge.partially-status {
  background-color: #ff9400;
  color: #ebf0f1;
}
one-new-edit-prescription .status-badge.treated-status {
  background-color: #cce7ff;
  color: #2b4154;
}
one-new-edit-prescription .status-badge.completed-status {
  background-color: #00827b;
  color: #ebf0f1;
}
one-new-edit-prescription .status-badge.transfered-status {
  background-color: var(--mainColor);
  color: #ebf0f1;
}
one-new-edit-prescription .status-badge.canceled-status {
  background-color: #2b4154;
  color: #ebf0f1;
}
.mat-tab-group.one-tab-group .page-content.scrollable {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mat-tab-group.one-tab-group .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.one-tab-group .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background: transparent;
}
.mat-tab-group.one-tab-group .mat-icon .successful-payment-group1,
.mat-tab-group.one-tab-group .mat-icon .successful-payment-group2 {
  fill: inherit;
}
.mat-drawer-container {
  color: #2b4154;
}
.content-grid-cell.price-position-selection-container {
  background: none;
  padding: 0 15px;
}
.simple-table .mat-table .mat-header-cell,
.content-grid-cell.price-position-selection-container .mat-table .mat-header-cell {
  background: #eef5f6;
  padding: 15px 12px 12px 12px;
  border-left: solid 1px #e4e9ea;
}
.simple-table .mat-table .mat-header-cell:first-child,
.content-grid-cell.price-position-selection-container .mat-table .mat-header-cell:first-child {
  padding-left: 12px;
  border-left: none;
}
.simple-table .mat-table .mat-cell,
.content-grid-cell.price-position-selection-container .mat-table .mat-cell {
  padding: 15px 12px 12px 12px;
  border-left: solid 1px #e4e9ea;
  vertical-align: top;
}
.simple-table .mat-table .mat-cell:first-child,
.content-grid-cell.price-position-selection-container .mat-table .mat-cell:first-child {
  padding-left: 12px;
  border-left: none;
}
.simple-table .mat-table .mat-cell .mat-input-element,
.content-grid-cell.price-position-selection-container .mat-table .mat-cell .mat-input-element {
  border-bottom: solid 1px #2b4154;
  padding-bottom: 3px;
}
.simple-table .mat-table .mat-cell .mat-select,
.content-grid-cell.price-position-selection-container .mat-table .mat-cell .mat-select {
  border-bottom: solid 1px #2b4154;
}
.simple-table .mat-table .mat-input-element,
.content-grid-cell.price-position-selection-container .mat-table .mat-input-element {
  margin-top: 0;
}
.simple-table .mat-table .with-suffix,
.content-grid-cell.price-position-selection-container .mat-table .with-suffix {
  display: flex;
  align-items: center;
}
.simple-table .mat-table .with-suffix .suffix,
.content-grid-cell.price-position-selection-container .mat-table .with-suffix .suffix {
  padding: 0 0 0 4px;
  line-height: inherit;
  padding-bottom: 3px;
  border-bottom: 1px solid #2b4154;
  font-weight: 600;
}
.simple-table .mat-table .with-suffix .mat-icon,
.content-grid-cell.price-position-selection-container .mat-table .with-suffix .mat-icon {
  flex: none;
  margin-left: 5px;
}
.mobile .content-grid-cell.price-position-selection-container .mat-table .mat-cell .mat-input-element {
  border-bottom: none;
  padding-bottom: 0;
}
.mobile .content-grid-cell.price-position-selection-container .mat-table .mat-cell .mat-form-field {
  pointer-events: auto;
}
.mobile .content-grid-cell.price-position-selection-container .mat-table .mat-cell .mat-form-field .mat-form-field-underline {
  display: block;
}
.mobile .content-grid-cell.price-position-selection-container .mat-table .mat-cell .mat-form-field .mat-select {
  border-bottom: none;
}
.mobile .content-grid-cell.price-position-selection-container .mat-table .mat-cell .mat-form-field .mat-form-field-infix {
  line-height: 18px;
}
.price-stepper {
  background: transparent;
  height: 100%;
}
.price-stepper .mat-horizontal-stepper-content {
  height: 100%;
  display: flex;
}
.price-stepper .mat-horizontal-stepper-header-container {
  display: none;
}
.price-stepper .mat-horizontal-content-container {
  padding: 0 15px 15px 15px;
  height: 100%;
}
.price-wrapper-column {
  flex-direction: column !important;
  height: 100%;
}
.mobile one-price-list-wizard {
  min-height: 1px;
}
.mobile one-price-list-wizard .page-content {
  display: block !important;
}
.view-grid-wrapper {
  display: grid;
  grid-gap: 20px;
  align-items: flex-start;
}
.view-grid-wrapper.cols-2 {
  grid-template-columns: 1fr 1fr;
}
.view-grid-wrapper.cols-2.two-by-one {
  grid-template-columns: 2fr 1fr;
}
.view-grid-wrapper.cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.view-grid-wrapper .simple-view-grid {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 16px 8px;
  font-size: 16px;
}
.view-grid-wrapper .simple-view-grid .label {
  font-weight: 600;
  text-transform: uppercase;
}
.view-grid-wrapper .simple-view-grid .value:not(.no-ellipsis) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.view-grid-wrapper .view-grid {
  display: grid;
  grid-gap: 10px 15px;
  grid-template-columns: 5px max-content 1fr max-content 1fr 5px;
  background-color: var(--backgroundColorLight);
  font-size: 16px;
}
.view-grid-wrapper .view-grid.no-vertical-gap {
  grid-gap: 0px 15px;
}
.view-grid-wrapper .view-grid.full-height {
  align-self: stretch;
  align-content: flex-start;
}
.view-grid-wrapper .view-grid .panel-title {
  grid-column: span 6;
  background-color: white;
}
.view-grid-wrapper .view-grid .sub-grid {
  grid-column: span 6;
  background-color: white;
}
.view-grid-wrapper .view-grid .value:not(.no-ellipsis) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.view-grid-wrapper .view-grid .label {
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.view-grid-wrapper .view-grid .label.first {
  grid-column: 2;
}
.view-grid-wrapper .view-grid .label.second {
  grid-column: 4;
}
.view-grid-wrapper .view-grid .label.full {
  grid-column: 2/6;
}
.view-grid-wrapper .view-grid .value.first {
  grid-column: 3;
}
.view-grid-wrapper .view-grid .value.first.no-label {
  grid-column: 2/4;
}
.view-grid-wrapper .view-grid .value.view-diagnosis {
  white-space: unset;
  text-overflow: unset;
  overflow: unset;
  grid-column: span 3;
  grid-row: span 3;
}
.view-grid-wrapper .view-grid .value.second {
  grid-column: 5;
}
.view-grid-wrapper .view-grid .value.second.no-label {
  grid-column: 4/6;
}
.view-grid-wrapper .view-grid .value.cols-3 {
  grid-column: 3/6;
}
.view-grid-wrapper .view-grid .value.full {
  grid-column: 2/6;
}
.view-grid-wrapper .view-grid .value.row-span-2 {
  grid-row: span 2;
}
.view-grid-wrapper .view-grid .self-center {
  align-self: center;
}
.view-grid-wrapper .view-grid .t-half-grid {
  display: grid;
}
.view-grid-wrapper .view-grid .t-half-grid.first {
  grid-column: 4/span 2;
}
.view-grid-wrapper .view-grid .t-half-grid.second {
  grid-column: 4/span 2;
}
.view-grid-wrapper .view-grid .t-half-grid .label.first {
  grid-column: 1;
}
.view-grid-wrapper .view-grid .t-half-grid .label.second {
  grid-column: 3;
}
.view-grid-wrapper .view-grid .t-half-grid .value.first {
  grid-column: 2;
}
.view-grid-wrapper .view-grid .t-half-grid .value.second {
  grid-column: 4;
}
.view-grid-wrapper .view-grid .spacer {
  grid-column: 1/7;
}
.view-grid-wrapper .view-grid .info-card {
  border: 1px solid #2b4154;
  border-radius: 3px;
  padding: 7px 15px 9px;
  margin-bottom: 21px;
}
.view-grid-wrapper .view-grid .info-card.edit-card {
  margin: 0px;
}
.view-grid-wrapper .view-grid .info-card .title {
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-bottom: 7px;
}
.view-grid-wrapper .view-grid .info-card .status,
.view-grid-wrapper .view-grid .info-card .date {
  font-size: 14px;
  line-height: 18px;
}
.view-grid-wrapper .view-grid .info-card.groups-risks .title {
  margin-bottom: 0;
}
.view-grid-wrapper .view-grid.roles-grid {
  grid-gap: 0px;
  background: transparent;
}
.view-grid-wrapper.configuration .content-grid-cell,
.view-grid-wrapper.configuration .view-grid {
  font-size: 16px;
}
.view-grid-wrapper.configuration .label.logo {
  grid-column: span 2;
  grid-row: span 4;
}
.view-grid-wrapper.configuration .label.logo img {
  margin-top: 10px;
  max-width: 150px;
  max-height: 100px;
}
.view-grid-wrapper.configuration .form-group-label {
  margin-bottom: 6px;
}
.view-grid-wrapper.configuration .mat-slide-toggle {
  height: auto;
  white-space: normal;
}
.view-grid-wrapper.configuration .mat-slide-toggle .mat-slide-toggle-content {
  white-space: normal;
  line-height: 27px;
}
.view-grid-wrapper.configuration .mat-slide-toggle .mat-slide-toggle-label {
  align-items: flex-start;
}
.view-grid-wrapper.configuration .mat-slide-toggle.small-toggle .mat-slide-toggle-content {
  line-height: 21px;
}
.view-grid-wrapper.configuration .mat-checkbox-layout {
  margin-bottom: 3px;
  white-space: normal;
}
.view-grid-wrapper.configuration .mat-checkbox-layout .mat-checkbox-inner-container {
  margin-top: 5px;
}
.view-grid-wrapper.configuration .mat-checkbox-label,
.view-grid-wrapper.configuration .mat-slide-toggle.mat-disabled .mat-slide-toggle-content {
  text-transform: none;
  font-size: 14px;
  color: inherit;
  font-weight: 600;
}
.view-grid-wrapper.configuration .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,
.view-grid-wrapper.configuration .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background: var(--mainColor);
}
.view-grid-wrapper.configuration .two-cols-grid {
  display: grid;
  grid-template-columns: minmax(min-content, max-content) 1fr;
  grid-gap: 11px 0;
  margin-top: 11px;
}
.view-grid-wrapper.configuration .mail-configuration {
  display: contents;
}
.view-grid-wrapper.banks .view-grid {
  grid-template-columns: 1px minmax(min-content, max-content) 1fr minmax(min-content, max-content) minmax(7em, max-content) 1px;
  grid-gap: 10px;
}
.view-grid-wrapper .view-grid.recipe-settings-container {
  grid-template-columns: 5px minmax(min-content, max-content) 1fr minmax(min-content, max-content) max-content 5px;
}
.view-grid-wrapper .print-grid {
  padding: 0;
  display: grid;
  grid-gap: 10px 15px;
  grid-template-columns: 5px 1fr 1fr 5px;
}
.view-grid-wrapper .print-grid .panel-title {
  grid-column: span 4;
}
.view-grid-wrapper .print-grid .g-col-1 {
  grid-column: 2;
}
.view-grid-wrapper .print-grid .g-col-1 .contents-display {
  display: contents;
}
.view-grid-wrapper .print-grid .g-col-2 {
  grid-column: 3;
}
.view-grid-wrapper .print-grid .spacer {
  grid-column: 1/span 2;
}
.view-grid-wrapper .print-grid .value {
  font-weight: 400;
}
.view-grid-wrapper .print-grid .label {
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 13px;
}
.view-grid-wrapper .mat-table.clinic-groups {
  grid-column: span 6;
  border-spacing: 0 4px !important;
  border-collapse: separate;
  border: 4px solid var(--backgroundColorLight);
  border-top-width: 0;
  border-bottom-width: 0;
  background: var(--backgroundColorLight);
}
.view-grid-wrapper .mat-table.clinic-groups tbody {
  display: table-row-group;
}
.view-grid-wrapper .mat-table.clinic-groups .mat-header-cell:first-child {
  border-left-width: 0;
}
.view-grid-wrapper .mat-table.clinic-groups .mat-header-row {
  height: 47px;
  background: #eef5f6;
  border-color: var(--backgroundColorLight);
}
.view-grid-wrapper .mat-table.clinic-groups .mat-row {
  display: table-row;
}
.view-grid-wrapper .mat-table.clinic-groups .mat-row td {
  display: table-cell;
}
.view-grid-wrapper .mat-table.clinic-groups .check-default-bank {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: none;
}
.view-grid-wrapper .mat-table.clinic-groups .check-default-bank .mat-slide-toggle {
  flex-shrink: 0;
  margin-left: 5px;
}
.view-grid-wrapper .mat-table.clinic-groups .value {
  font-weight: 400;
}
.view-grid-wrapper .mat-table.clinic-groups td {
  border-color: var(--backgroundColorLight);
}
.view-grid-wrapper .mat-table.clinic-groups td,
.view-grid-wrapper .mat-table.clinic-groups th {
  padding: 7px 12px 6px 14px;
  border: 1px solid var(--backgroundColorLight);
}
.view-grid-wrapper .mat-table.clinic-groups .table-spacer {
  grid-column: 1/span 6;
  line-height: 5px;
  background: var(--backgroundColor);
}
.view-grid-wrapper .mat-table.clinic-groups .mat-slide-toggle.no-margin {
  margin-top: 0;
}
.view-grid-wrapper .mat-table.clinic-groups .mat-column-toggle {
  padding: 11px 16px;
}
.view-grid-wrapper .status-grid {
  display: grid;
  grid-gap: 0 5px;
  grid-template-columns: 1fr minmax(min-content, max-content) auto;
}
.view-grid-wrapper .accordion {
  cursor: pointer;
}
.view-grid-wrapper .accordion .mat-icon {
  font-size: 22px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  vertical-align: top;
  margin-left: -5px;
}
.view-grid-wrapper .accordion .content > div {
  display: flex;
  align-items: center;
}
.view-grid-wrapper .panel {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.view-grid-wrapper .accordion.active ~ .panel {
  max-height: 23px;
}
.view-grid-wrapper .info-card-wrapper {
  margin-bottom: 0;
}
.view-grid-wrapper .info-card-wrapper .info-card {
  background-color: #ebf0f1;
  margin: 10px 0;
  font-size: 16px;
}
.tablet .print-grid {
  grid-gap: 0 10px;
}
.tablet .print-grid .prescription-section {
  grid-row: span 2;
}
.tablet .print-grid .spacer {
  height: 10px;
}
.desktop .panel-title.no-top-padding {
  padding-top: 0;
}
.tablet .panel-title.no-top-padding {
  padding-top: 0;
}
.desktop .view-grid .label.recipe-settings {
  grid-column: span 2;
  grid-row: span 4;
}
.desktop .ratio-4by3 {
  grid-template-columns: 5px 4fr 3fr 5px;
}
.desktop .title-info-icon {
  display: flex;
  align-items: center;
  padding: 10px 0 3px;
}
.mobile .view-grid-wrapper.cols-2,
.tablet .view-grid-wrapper.cols-2,
.tablet .view-grid-wrapper.cols-3 {
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.tablet .view-grid-wrapper.t-cols-2 {
  grid-template-columns: 1fr 1fr;
}
.mobile .empty-title,
.tablet .empty-title {
  line-height: 0px;
  padding: 0 !important;
}
.mobile .view-grid-wrapper:not(.t-cols-2) > .view-grid + .view-grid,
.mobile .view-grid-wrapper:not(.t-cols-2) .sub-grid .view-grid,
.tablet .view-grid-wrapper:not(.t-cols-2) > .view-grid + .view-grid,
.tablet .view-grid-wrapper:not(.t-cols-2) .sub-grid .view-grid {
  margin-top: 5px;
}
.mobile .view-grid-wrapper.t-cols-2,
.tablet .view-grid-wrapper.t-cols-2 {
  background-color: var(--backgroundColor);
  grid-gap: 20px;
}
.tablet .view-grid-wrapper .view-grid {
  background: white;
  font-size: 14px;
}
.tablet .view-grid-wrapper .view-grid .panel-title {
  background-color: var(--backgroundColor);
}
.tablet .view-grid-wrapper .view-grid .label.t-first {
  grid-column: 2;
}
.tablet .view-grid-wrapper .view-grid .label.t-second {
  grid-column: 4;
}
.tablet .view-grid-wrapper .view-grid .value.t-first {
  grid-column: 3;
}
.tablet .view-grid-wrapper .view-grid .value.t-second {
  grid-column: 5;
}
.tablet .view-grid-wrapper .view-grid .value.t-cols-3 {
  grid-column: 3/6;
}
.tablet .view-grid-wrapper .view-grid .value.t-full {
  grid-column: 2/6;
}
.tablet .view-grid-wrapper .view-grid .spacer.t-hidden {
  display: none;
}
.tablet .view-grid-wrapper.banks .view-grid {
  grid-template-columns: 5px minmax(min-content, max-content) 1fr minmax(min-content, max-content) 1fr 5px;
}
.tablet .view-grid-wrapper.banks .panel-title:not(.empty-title) {
  padding-top: 18px;
}
.mobile .view-grid-wrapper .view-grid {
  grid-template-columns: 1fr 1fr;
  background-color: white;
  padding: 0 10px;
}
.mobile .view-grid-wrapper .view-grid .panel-title {
  grid-column: 1/span 2;
  margin: 0 -10px;
  background-color: var(--backgroundColor);
}
.mobile .view-grid-wrapper .view-grid .label {
  display: none;
}
.mobile .view-grid-wrapper .view-grid .value {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  min-height: 31px;
}
.mobile .view-grid-wrapper .view-grid .value.first {
  grid-column: 1;
}
.mobile .view-grid-wrapper .view-grid .value.second, .mobile .view-grid-wrapper .view-grid .value.m-second {
  grid-column: 2;
}
.mobile .view-grid-wrapper .view-grid .value.m-full {
  grid-column: 1/span 2;
}
.mobile .view-grid-wrapper .view-grid .value:before {
  content: attr(label);
  display: block;
  text-transform: none;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
.mobile .view-grid-wrapper .view-grid .label-as-value:before {
  font-weight: 600;
  text-transform: uppercase;
  font-size: inherit;
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 5px;
}
.mobile .view-grid-wrapper .view-grid .spacer {
  grid-column: span 2;
}
.mobile .view-grid-wrapper .view-grid .spacer.m-hidden {
  display: none;
}
.mobile .view-grid-wrapper .view-grid .panel > div,
.mobile .view-grid-wrapper .view-grid .accordion > .content > div {
  box-sizing: border-box;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
  padding-right: 22px;
  line-height: 22px;
}
.mobile .view-grid-wrapper .view-grid .panel > div .name,
.mobile .view-grid-wrapper .view-grid .accordion > .content > div .name {
  margin-right: 10px;
  text-transform: uppercase;
}
.mobile .view-grid-wrapper .view-grid .panel > div .status,
.mobile .view-grid-wrapper .view-grid .accordion > .content > div .status {
  margin-left: auto;
  margin-right: 5px;
}
.mobile .view-grid-wrapper .view-grid .panel > div .date,
.mobile .view-grid-wrapper .view-grid .panel > div .status,
.mobile .view-grid-wrapper .view-grid .accordion > .content > div .date,
.mobile .view-grid-wrapper .view-grid .accordion > .content > div .status {
  font-size: 13px;
  flex-shrink: 0;
}
.mobile .view-grid-wrapper .view-grid .accordion > .content > div {
  padding-right: 0;
}
.mobile .view-grid-wrapper .view-grid .accordion .mat-icon {
  margin-left: 0;
}
.mobile .view-grid-wrapper .view-grid .bottom-border {
  border-bottom: 1px solid #8B9AA4;
}
.mobile .accordion > .content > div {
  justify-content: space-between;
  width: 100%;
}
.mobile-doctor-card {
  padding-left: 4px;
  padding-right: 6px;
}
.selected .mobile-doctor-card {
  background: rgba(var(--mainColor), 0.1);
}
.mobile-doctor-grid {
  display: grid;
  grid-gap: 5px 10px;
  grid-template-columns: minmax(100px, 130px) minmax(200px, 1fr);
}
.browser-error {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  align-content: center;
}
.browser-error .graphic img {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.browser-error p {
  font-size: 18px;
  line-height: 32px;
  margin: 30px 0 50px;
}
.browser-error p strong {
  font-weight: 600;
  color: var(--mainColor);
}
.browser-error a {
  margin: 0 60px;
  color: #2b4154;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
}
.browser-error a img {
  width: 100px;
  display: block;
  margin: 0 auto 10px;
}
.browser-error a span {
  display: block;
}
.mobile .browser-error .graphic img {
  max-width: 70%;
}
.staff-avatar-input {
  height: 100%;
  align-items: flex-end;
}
.upload-avatar .avatar {
  width: 50px;
  height: 50px;
}
.upload-avatar .avatar.image {
  border-radius: 50%;
  border: 1px solid #2b4154;
  overflow: hidden;
}
.upload-avatar one-avatar .image img {
  object-fit: contain;
}
.upload-avatar .mat-flat-button {
  padding: 0 5px;
  line-height: 30px;
}
.menu-container {
  height: 100%;
  background: transparent;
}
.menu-sidenav {
  width: 320px;
  background: #243848;
  box-shadow: 10px 0px 20px rgba(43, 65, 84, 0.5);
}
.menu-sidenav .mat-drawer-inner-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.menu-sidenav .menu-header {
  background: linear-gradient(135deg, var(--mainColor) 0%, var(--mainColor-600) 100%);
  padding: 18px 18px 5px;
  font-size: 14px;
  line-height: 18px;
  color: white;
  font-weight: 500;
  border-bottom: 1px solid white;
  flex-shrink: 0;
}
.menu-sidenav .user {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.menu-sidenav .user one-avatar {
  flex: 0 0 auto;
  margin-right: 10px;
}
.menu-sidenav .user .data {
  flex: 1;
  display: flex;
  align-items: center;
}
.menu-sidenav .user .data .username {
  font-weight: 600;
}
.menu-sidenav .user .data .push-right {
  margin-left: auto;
}
.menu-sidenav .user .data .menu-user-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -12px;
}
.menu-sidenav .user .data .menu-user-actions .mat-badge-medium .mat-badge-content {
  top: -6px;
  font-weight: 600;
  right: -15px;
}
.menu-sidenav .user .data .menu-user-actions button + button {
  margin-left: 8px;
}
.menu-sidenav .mat-select-arrow,
.menu-sidenav .mat-form-field-label {
  color: white !important;
}
.menu-sidenav .mat-form-field-underline {
  display: none;
}
.menu-sidenav .menu-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.menu-sidenav .main-menu {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  position: relative;
  margin-top: 10px;
}
.menu-sidenav .main-menu.submenuVisible {
  overflow: hidden;
}
.menu-sidenav .main-menu,
.menu-sidenav .submenu {
  height: 100%;
}
.menu-sidenav .main-menu button,
.menu-sidenav .submenu button {
  text-align: left;
  line-height: 49px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  background: none;
  padding: 0 18px;
  flex-shrink: 0;
}
.menu-sidenav .main-menu button .mat-icon,
.menu-sidenav .submenu button .mat-icon {
  color: inherit;
}
.menu-sidenav .main-menu button[disabled],
.menu-sidenav .submenu button[disabled] {
  color: rgba(255, 255, 255, 0.6);
}
.menu-sidenav .submenu {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #243848;
  width: 320px;
}
.menu-sidenav .submenu .back-action {
  flex-shrink: 0;
}
.menu-sidenav .submenu .back-action .mat-icon {
  line-height: 24px;
  margin-left: 0;
  margin-right: 10px;
}
.menu-sidenav .submenu .submenu-items {
  display: flex;
  flex-direction: column;
  padding: 0 16px;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-sidenav .submenu .submenu-items button {
  font-size: 14px;
  line-height: 40px;
  padding: 0;
}
.mat-select-panel.mandant-select {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  background: linear-gradient(11deg, var(--mainColor) 0%, var(--mainColor-600) 100%);
  border-radius: 0px;
  min-width: calc(100% + 36px) !important;
  margin-left: -2px;
}
.mat-select-panel.mandant-select .mat-option {
  color: white !important;
  line-height: 45px;
  border-top: 1px solid white;
  padding: 0 18px;
}
.mat-select-panel.time-units-select .mat-optgroup-label, .mat-select-panel.time-units-select .mat-option {
  font-size: 16px;
}
.clinic-system-settings .panel-title {
  padding: 18px 0 12px;
}
.clinic-system-settings .logo-label {
  margin-top: 8px;
  padding-bottom: 0;
  line-height: 31px;
  padding-top: 0;
}
.clinic-system-settings .praxis-name {
  margin-top: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
.clinic-system-settings .logo-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.clinic-system-settings .logo-wrapper > *:not(:last-child) {
  margin-right: 20px;
}
.clinic-system-settings .logo-wrapper img {
  max-width: 150px;
  max-height: 45px;
  vertical-align: top;
}
.clinic-system-settings .logo-wrapper button + button {
  margin-left: 20px;
}
.clinic-system-settings .mat-slide-toggle:not(.small-toggle) .mat-slide-toggle-content {
  font-size: 16px;
}
.clinic-system-settings .mat-slide-toggle.nomargin {
  margin-top: 0;
}
.clinic-system-settings .clinic-groups .bank-details .label {
  text-transform: uppercase;
}
.clinic-system-settings .full-height {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.clinic-system-settings .full-height .content-grid-cell {
  flex: 1;
}
.clinic-system-settings .refund-text {
  width: 90%;
  background-color: white;
  padding: 15px;
  margin-top: 10px;
}
.clinic-system-settings .icon-info-container {
  display: flex;
  justify-content: space-between;
}
.clinic-groups .ks-editable-line .mat-table-row {
  margin: 0 0 10px 0;
}
.clinic-groups .ks-editable-line .view-grid {
  align-items: center;
  grid-gap: 6px 13px;
}
.clinic-groups .ks-editable-line .view-grid > .label,
.clinic-groups .ks-editable-line .view-grid > .value {
  line-height: 23px;
}
.clinic-groups .ks-editable-line .view-grid > .value {
  font-weight: 400;
}
.clinic-groups .ks-editable-line .view-grid .mat-form-field .mat-form-field-infix {
  border-top-width: 0;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider {
  width: 100%;
  height: 33px;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-disabled {
  opacity: 0.5;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-disabled .mat-slider-thumb {
  transform: scale(0.7);
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-wrapper:after {
  height: 7px;
  opacity: 1;
  top: -3px;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-ticks-container {
  height: 7px;
  top: -3px;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-ticks {
  opacity: 1;
  height: 7px;
  background-size: 25% 2px !important;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-thumb {
  border: 1px solid #2B4154;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-track-background,
.examination-system-settings .displayed-interval-slider-container .mat-slider-track-fill {
  background-color: #2B4154;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-disabled .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.examination-system-settings .displayed-interval-slider-container .mat-slider-thumb {
  background-color: grey;
  border-color: grey !important;
  transform: scale(0.7) !important;
}
.examination-system-settings .slider-interval-label-container {
  width: 100%;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  display: flex;
}
.examination-system-settings .slider-interval-label-container.disabled {
  opacity: 0.5;
}
.examination-system-settings .slider-interval-label-container .slider-interval-label {
  width: 33.3333%;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #3F48CC;
}
.examination-system-settings .slider-interval-label-container .slider-interval-label:first-child {
  width: 33.3333%;
  padding-left: 5px;
  text-align: left;
  color: #00827B;
}
.examination-system-settings .slider-interval-label-container .slider-interval-label:last-child {
  width: 33.3333%;
  padding-right: 2px;
  text-align: right;
  color: #C20000;
}
.examination-system-settings .slider-interval-label-container .slider-interval-label .first,
.examination-system-settings .slider-interval-label-container .slider-interval-label .last {
  cursor: pointer;
}
.examination-system-settings .slider-interval-label-container.body-scale .slider-interval-label {
  width: 33.3333%;
}
.examination-system-settings .slider-interval-label-container.body-scale .slider-interval-label:first-child {
  width: 33.3333%;
}
.examination-system-settings .slider-interval-label-container.body-scale .slider-interval-label:last-child {
  width: 33.3333%;
}
.examination-system-settings .examination-report-wrapper .examination-report-subtitle {
  text-align: center;
}
.examination-system-settings .examination-report-wrapper .examination-report-row {
  display: flex;
  width: 100%;
}
.examination-system-settings .examination-report-wrapper .examination-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 6px;
  padding: 0;
}
.examination-system-settings .examination-report-wrapper .examination-checkbox-label {
  text-transform: none;
  font-size: 14px;
  color: inherit;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}
.examination-system-settings .examination-report-wrapper .examination-sublabel {
  padding-left: 24px;
}
.examination-system-settings .examination-report-wrapper .disabled {
  opacity: 0.6;
}
.examination-system-settings .examination-report-wrapper .examination-checkbox-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablet .mat-table.clinic-groups {
  border: none;
}
.tablet .mat-table.clinic-groups:not(.keep-table-layout) td {
  border-width: 0px;
  padding: 8px 0 11px;
}
.tablet .clinic-system-settings .edit-bank-wrapper + .edit-bank-wrapper {
  margin-top: 5px;
}
.tablet .clinic-system-settings .edit-bank-wrapper.edit-cell {
  background: #eef5f6;
}
.tablet .clinic-system-settings .logo-wrapper .logo-actions {
  display: flex;
  width: 100%;
  margin-top: 10px;
}
.tablet .clinic-system-settings .logo-wrapper button + button {
  margin-left: 10px;
}
.desktop .clinic-system-settings .logo-zone {
  margin-top: -40px;
}
.login-error-content span {
  color: var(--mainColor);
  text-decoration: underline;
}
.desktop .one-system-settings-header {
  align-self: flex-end;
  z-index: 1;
}
.desktop .one-system-settings-header-tab-group {
  margin-top: 25px;
}
.desktop one-system-settings-header + .one-system-settings-header-tab-group {
  margin-top: -35px;
  z-index: 0;
}
.diagnosis-table {
  max-height: none !important;
}
.diagnosis-table .mat-row .select-diagnosis {
  flex-shrink: 0;
  align-items: flex-end;
  display: flex;
}
.diagnosis-table .mat-row .select-diagnosis .mat-form-field {
  width: 180px;
}
.diagnosis-table .mat-row .mat-form-field-infix {
  line-height: 18px;
}
.mobile .diagnosis-table td.treatment-regulations-card,
.tablet .diagnosis-table td.treatment-regulations-card {
  padding: 0 !important;
}
.mobile .diagnosis-table td.treatment-regulations-card .content,
.tablet .diagnosis-table td.treatment-regulations-card .content {
  font-size: 14px;
  width: 100%;
  padding: 5px 10px;
  white-space: normal;
}
.mobile .diagnosis-table tr.selected .treatment-regulations-card,
.tablet .diagnosis-table tr.selected .treatment-regulations-card {
  border: 1px solid var(--mainColor) !important;
}
.tablet .diagnosis-table td.treatment-regulations-card .content {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-gap: 17px;
  align-items: center;
}
.mobile .diagnosis-table .name {
  text-transform: uppercase;
}
.mobile .new-treatment-table,
.tablet .new-treatment-table {
  table-layout: fixed;
  width: 100%;
}
.mobile .new-treatment-table tr,
.tablet .new-treatment-table tr {
  border-radius: 4px;
}
.mobile .new-treatment-table tr td,
.tablet .new-treatment-table tr td {
  border-right: 1px solid #e4e9ea;
  padding: 6px 10px;
}
.mobile .new-treatment-table tr td.select-diagnosis-cell,
.tablet .new-treatment-table tr td.select-diagnosis-cell {
  width: 210px;
}
.mobile .new-treatment-table tr td.buttons,
.tablet .new-treatment-table tr td.buttons {
  width: 80px;
}
.mobile .new-treatment-table tr td:last-child,
.tablet .new-treatment-table tr td:last-child {
  border-right-width: 0px;
}
.mobile .edit .new-treatment-table tr,
.tablet .edit .new-treatment-table tr {
  background-color: #fff4e6;
}
.mobile .new .new-treatment-table tr,
.tablet .new .new-treatment-table tr {
  background-color: var(--mainColor-50);
}
.diagnosis-groups-search-table td.mat-cell {
  line-height: 30px;
}
.diagnosis-groups-search-table tr.selected td.mat-cell {
  background-color: var(--mainColor-50);
}
.diagnosis-groups-search-table td.mat-cell:last-of-type {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.groups-search-table-mobile-content {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
}
.groups-search-table-mobile-content .group {
  font-weight: 600;
}
.nhcone .mat-tooltip-panel-left {
  transform: translate(15px, -30px);
}
.nhcone .mat-tooltip {
  background: white;
  color: #2b4154;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  padding: 8px;
  border: 1px solid #2b4154;
  border-radius: 4px;
  overflow: visible;
  margin: 5px;
  white-space: pre-line;
}
.nhcone .mat-tooltip.documents-tooltip {
  text-align: left;
}
.nhcone .mat-tooltip.anamnese-tooltip {
  max-width: 350px;
  text-align: left;
  padding: 18px 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  white-space: pre-line;
}
.nhcone .mat-tooltip.anamnese-tooltip:after, .nhcone .mat-tooltip.anamnese-tooltip:before {
  top: 50%;
  left: -16px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.nhcone .mat-tooltip.anamnese-tooltip:after {
  border-color: transparent;
  border-right-color: white;
  border-width: 5px 7px;
  margin-top: -5px;
  left: -14px;
}
.nhcone .mat-tooltip.anamnese-tooltip:before {
  border-color: transparent;
  border-right-color: #2b4154;
  border-width: 6px 8px;
  margin-top: -6px;
}
multiple-delete-confirm mat-form-field .mat-form-field-label {
  text-transform: initial;
  font-size: 14px;
}
multiple-delete-confirm p {
  font-size: 16px;
}
multiple-delete-confirm p span {
  color: var(--mainColor);
}
general-info-dialog h1 {
  text-align: center !important;
}
general-info-dialog p {
  font-size: 16px;
}
.avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  box-sizing: content-box !important;
}
.avatar.size-100 {
  width: 100px;
  height: 100px;
}
.avatar.size-60 {
  width: 60px;
  height: 60px;
}
.avatar.size-50 {
  width: 50px;
  height: 50px;
}
.avatar.size-40 {
  width: 40px;
  height: 40px;
}
.avatar.size-30 {
  width: 30px;
  height: 30px;
}
.avatar.size-25 {
  width: 25px;
  height: 25px;
}
.avatar.size-22 {
  width: 22px;
  height: 22px;
}
.avatar > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #2b4154;
}
.avatar > .mat-icon {
  width: 100%;
  height: 100%;
}
.avatar > img {
  vertical-align: top;
}
.avatar .empty-avatar {
  background-color: #D7E1E3;
  border: 2px solid #1F2021;
}
.info-sidebar .avatar > div {
  border-color: white;
}
.roles-dialog {
  width: auto;
  border-top-width: 0;
  background: #FFFFFF;
  z-index: 3 !important;
}
.roles-dialog .title {
  color: #000000;
  font-size: large;
  font-weight: 500;
}
.roles-dialog .roles-dialog-settings {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.roles-dialog .roles-dialog-settings .staff-info-container {
  overflow-y: auto;
  color: #2b4154;
}
.roles-dialog .roles-dialog-settings .footer {
  border-top-width: 0;
}
.roles-dialog .mat-checkbox-layout {
  margin-bottom: 5px;
  white-space: normal;
}
.roles-dialog .mat-checkbox-layout .mat-checkbox-inner-container {
  margin-top: 2px;
}
.roles-dialog .mat-checkbox-label {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.3px;
  color: inherit;
  font-weight: 600;
}
.roles-dialog .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background {
  background: var(--mainColor);
}
.onlinecenter-info,
.therapio-info {
  align-self: center;
  justify-self: end;
  overflow: visible !important;
}
.therapio-info {
  margin-top: -30px;
}
.treatment-types .info-content {
  font-weight: 400;
  color: #2b4154;
}
.lock-tooltip {
  position: absolute;
  right: 320px;
  top: 13px;
  z-index: 200;
  display: none;
}
.left-sidenav .lock-tooltip {
  right: auto;
  left: 320px;
}
.status-tooltip {
  align-self: center;
  justify-self: end;
  overflow: visible !important;
  margin-top: -10px;
}
.status-tooltip .info-content {
  width: 180px !important;
}
.treatment-types .info-wrapper,
.onlinecenter-info .info-wrapper,
.therapio-info .info-wrapper,
.lock-tooltip .info-wrapper,
.status-tooltip .info-wrapper,
.hint-info .info-wrapper,
.patient-group-icons .info-wrapper,
.capslock-tooltip .info-wrapper {
  position: relative;
}
.treatment-types .info-wrapper .mat-icon,
.onlinecenter-info .info-wrapper .mat-icon,
.therapio-info .info-wrapper .mat-icon,
.lock-tooltip .info-wrapper .mat-icon,
.status-tooltip .info-wrapper .mat-icon,
.hint-info .info-wrapper .mat-icon,
.patient-group-icons .info-wrapper .mat-icon,
.capslock-tooltip .info-wrapper .mat-icon {
  transform: scaleX(-1);
}
.treatment-types .info-wrapper .info-content,
.onlinecenter-info .info-wrapper .info-content,
.therapio-info .info-wrapper .info-content,
.lock-tooltip .info-wrapper .info-content,
.status-tooltip .info-wrapper .info-content,
.hint-info .info-wrapper .info-content,
.patient-group-icons .info-wrapper .info-content,
.capslock-tooltip .info-wrapper .info-content {
  text-align: left;
  position: absolute;
  right: 45px;
  top: 0;
  width: 400px;
  border: 1px solid #2b4154;
  border-radius: 2px;
  background: white;
  font-size: 14px;
  line-height: 18px;
  white-space: normal;
  transform: translateY(calc(-50% + 20px));
  z-index: 2;
}
.treatment-types .info-wrapper .info-content .info-text,
.onlinecenter-info .info-wrapper .info-content .info-text,
.therapio-info .info-wrapper .info-content .info-text,
.lock-tooltip .info-wrapper .info-content .info-text,
.status-tooltip .info-wrapper .info-content .info-text,
.hint-info .info-wrapper .info-content .info-text,
.patient-group-icons .info-wrapper .info-content .info-text,
.capslock-tooltip .info-wrapper .info-content .info-text {
  padding: 10px 8px;
}
.treatment-types .info-wrapper .info-content .info-footer,
.onlinecenter-info .info-wrapper .info-content .info-footer,
.therapio-info .info-wrapper .info-content .info-footer,
.lock-tooltip .info-wrapper .info-content .info-footer,
.status-tooltip .info-wrapper .info-content .info-footer,
.hint-info .info-wrapper .info-content .info-footer,
.patient-group-icons .info-wrapper .info-content .info-footer,
.capslock-tooltip .info-wrapper .info-content .info-footer {
  font-size: 16px;
  line-height: 29px;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #2b4154;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
}
.treatment-types .info-wrapper .info-content:after, .treatment-types .info-wrapper .info-content:before,
.onlinecenter-info .info-wrapper .info-content:after,
.onlinecenter-info .info-wrapper .info-content:before,
.therapio-info .info-wrapper .info-content:after,
.therapio-info .info-wrapper .info-content:before,
.lock-tooltip .info-wrapper .info-content:after,
.lock-tooltip .info-wrapper .info-content:before,
.status-tooltip .info-wrapper .info-content:after,
.status-tooltip .info-wrapper .info-content:before,
.hint-info .info-wrapper .info-content:after,
.hint-info .info-wrapper .info-content:before,
.patient-group-icons .info-wrapper .info-content:after,
.patient-group-icons .info-wrapper .info-content:before,
.capslock-tooltip .info-wrapper .info-content:after,
.capslock-tooltip .info-wrapper .info-content:before {
  top: 50%;
  left: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.treatment-types .info-wrapper .info-content:after,
.onlinecenter-info .info-wrapper .info-content:after,
.therapio-info .info-wrapper .info-content:after,
.lock-tooltip .info-wrapper .info-content:after,
.status-tooltip .info-wrapper .info-content:after,
.hint-info .info-wrapper .info-content:after,
.patient-group-icons .info-wrapper .info-content:after,
.capslock-tooltip .info-wrapper .info-content:after {
  border-color: transparent;
  border-left-color: white;
  border-width: 5px 7px;
  margin-top: -5px;
}
.treatment-types .info-wrapper .info-content:before,
.onlinecenter-info .info-wrapper .info-content:before,
.therapio-info .info-wrapper .info-content:before,
.lock-tooltip .info-wrapper .info-content:before,
.status-tooltip .info-wrapper .info-content:before,
.hint-info .info-wrapper .info-content:before,
.patient-group-icons .info-wrapper .info-content:before,
.capslock-tooltip .info-wrapper .info-content:before {
  border-color: transparent;
  border-left-color: #2b4154;
  border-width: 6px 8px;
  margin-top: -6px;
}
.treatment-types .info-wrapper .right-content,
.onlinecenter-info .info-wrapper .right-content,
.therapio-info .info-wrapper .right-content,
.lock-tooltip .info-wrapper .right-content,
.status-tooltip .info-wrapper .right-content,
.hint-info .info-wrapper .right-content,
.patient-group-icons .info-wrapper .right-content,
.capslock-tooltip .info-wrapper .right-content {
  right: auto;
  left: 45px;
  width: 415px;
  text-transform: none;
}
.treatment-types .info-wrapper .right-content:after, .treatment-types .info-wrapper .right-content:before,
.onlinecenter-info .info-wrapper .right-content:after,
.onlinecenter-info .info-wrapper .right-content:before,
.therapio-info .info-wrapper .right-content:after,
.therapio-info .info-wrapper .right-content:before,
.lock-tooltip .info-wrapper .right-content:after,
.lock-tooltip .info-wrapper .right-content:before,
.status-tooltip .info-wrapper .right-content:after,
.status-tooltip .info-wrapper .right-content:before,
.hint-info .info-wrapper .right-content:after,
.hint-info .info-wrapper .right-content:before,
.patient-group-icons .info-wrapper .right-content:after,
.patient-group-icons .info-wrapper .right-content:before,
.capslock-tooltip .info-wrapper .right-content:after,
.capslock-tooltip .info-wrapper .right-content:before {
  left: auto;
  right: 100%;
}
.treatment-types .info-wrapper .right-content:after,
.onlinecenter-info .info-wrapper .right-content:after,
.therapio-info .info-wrapper .right-content:after,
.lock-tooltip .info-wrapper .right-content:after,
.status-tooltip .info-wrapper .right-content:after,
.hint-info .info-wrapper .right-content:after,
.patient-group-icons .info-wrapper .right-content:after,
.capslock-tooltip .info-wrapper .right-content:after {
  border-left-color: transparent;
  border-right-color: white;
}
.treatment-types .info-wrapper .right-content:before,
.onlinecenter-info .info-wrapper .right-content:before,
.therapio-info .info-wrapper .right-content:before,
.lock-tooltip .info-wrapper .right-content:before,
.status-tooltip .info-wrapper .right-content:before,
.hint-info .info-wrapper .right-content:before,
.patient-group-icons .info-wrapper .right-content:before,
.capslock-tooltip .info-wrapper .right-content:before {
  border-left-color: transparent;
  border-right-color: #2b4154;
}
.treatment-types .info-wrapper .capslock-info,
.onlinecenter-info .info-wrapper .capslock-info,
.therapio-info .info-wrapper .capslock-info,
.lock-tooltip .info-wrapper .capslock-info,
.status-tooltip .info-wrapper .capslock-info,
.hint-info .info-wrapper .capslock-info,
.patient-group-icons .info-wrapper .capslock-info,
.capslock-tooltip .info-wrapper .capslock-info {
  width: 200px;
  left: 10px;
}
.treatment-types .info-wrapper .capslock-info:after,
.onlinecenter-info .info-wrapper .capslock-info:after,
.therapio-info .info-wrapper .capslock-info:after,
.lock-tooltip .info-wrapper .capslock-info:after,
.status-tooltip .info-wrapper .capslock-info:after,
.hint-info .info-wrapper .capslock-info:after,
.patient-group-icons .info-wrapper .capslock-info:after,
.capslock-tooltip .info-wrapper .capslock-info:after {
  margin-top: 6px;
}
.treatment-types .info-wrapper .capslock-info:before,
.onlinecenter-info .info-wrapper .capslock-info:before,
.therapio-info .info-wrapper .capslock-info:before,
.lock-tooltip .info-wrapper .capslock-info:before,
.status-tooltip .info-wrapper .capslock-info:before,
.hint-info .info-wrapper .capslock-info:before,
.patient-group-icons .info-wrapper .capslock-info:before,
.capslock-tooltip .info-wrapper .capslock-info:before {
  margin-top: 5px;
}
.left-sidenav .lock-tooltip .info-content {
  right: auto;
  left: 45px;
}
.left-sidenav .lock-tooltip .info-content:after, .left-sidenav .lock-tooltip .info-content:before {
  left: -16px;
}
.left-sidenav .lock-tooltip .info-content:after {
  border-right-color: white;
  border-left-color: transparent;
  margin-left: 2px;
}
.left-sidenav .lock-tooltip .info-content:before {
  border-right-color: #2b4154;
  border-left-color: transparent;
}
.desktop .onlinecenter-info {
  grid-row: 2/span 2;
}
.tablet .onlinecenter-info .info-wrapper .info-content {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.tablet .with-info-button {
  align-self: center;
}
.info-button-container {
  overflow: visible !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.praxis-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.mobile .praxis-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.tablet .view-grid-wrapper .view-grid.roles-grid {
  background: transparent;
}
.mobile .info-button-container {
  position: relative;
}
.mobile .info-button-container .onlinecenter-info .therapio-info .status-tooltip {
  position: absolute;
  right: 0;
  top: -100%;
}
.mobile .view-grid-wrapper .view-grid.roles-grid {
  background: transparent;
  padding: 0;
}
.mobile .view-grid-wrapper .view-grid.roles-grid .panel-title {
  padding-left: 20px;
}
.mobile .view-grid-wrapper .view-grid.roles-grid .mat-expansion-panel-header-title,
.mobile .view-grid-wrapper .view-grid.roles-grid .mat-expansion-panel-header-description {
  font-size: 15px;
  line-height: 25px;
}
.mobile .mat-expansion-panel-header,
.mobile .mat-expansion-panel-body {
  padding: 0 10px;
}
.mobile .mat-expansion-panel .mobile-roles-list {
  grid-template-columns: 1fr 55px;
  text-transform: none;
}
.info-card-wrapper.qualifications-wrapper .add-position-number-form {
  display: flex;
  align-items: center;
}
.info-card-wrapper.qualifications-wrapper .add-position-number-button {
  margin: 10px 0;
}
.mobile .info-card-wrapper.qualifications-wrapper .qualifications {
  width: 100%;
}
.mobile .info-card-wrapper.qualifications-wrapper .qualifications > div {
  flex: 1;
}
.mobile .info-card-wrapper.qualifications-wrapper .add-position-number-form,
.mobile .info-card-wrapper.qualifications-wrapper .add-position-number-buttonmultiple-delete-confirm {
  width: 100%;
  margin-bottom: 0;
}
.patient-documents {
  display: unset !important;
}
.patient-documents .content-container {
  background: white;
  padding: 12px 20px;
  overflow-y: visible;
}
.patient-documents.component-inner-container {
  display: inline;
}
.desktop .insurance-page-content {
  background: white;
  padding: 20px;
}
.desktop .insurance-page-content .content-grid-cell {
  background: #eef5f6;
}
.insurance-page-content {
  padding-top: 10px;
}
.mobile .new-price-position .content-grid-cell.view-mode {
  font-weight: 400;
}
.doc-buttons {
  width: 100%;
}
.doc-buttons .mat-list-item {
  background: white;
  border-radius: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.doc-buttons .mat-list-item .mat-list-item-content {
  justify-content: space-between;
  padding-right: 5px;
}
.doc-buttons .mat-list-item + .mat-list-item {
  margin-top: 5px;
}
.not-define {
  opacity: 0.6;
}
.webcam-wrapper video {
  max-width: 100%;
  height: auto;
}
.snapshot {
  max-width: 500px;
}
.mobile .webcam-actions button {
  width: 100%;
}
.mobile .webcam-actions button + button {
  margin-top: 10px;
}
.mobile .presence-tab .fc-axis,
.tablet .presence-tab .fc-axis {
  min-width: 45px;
  width: 45px !important;
}
.backup-info-container {
  display: flex;
  align-items: center;
  background-color: #eef5f6;
  padding: 20px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.22px;
}
.backup-info-container .mat-icon {
  width: 63px;
  height: 63px;
  margin: 0 10px 0 0;
  flex-shrink: 1;
  opacity: 0.4;
}
.backup-table {
  text-transform: uppercase;
  display: grid;
  grid-template-columns: repeat(7, minmax(auto, auto));
  grid-template-rows: 35px 40px;
  grid-gap: 4px 5px;
}
.backup-table > div {
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #d7e1e3;
  border-radius: 2px;
}
.backup-table .mat-checkbox {
  margin-right: 5px;
}
.backup-table .backup-cell-content {
  background-color: #eef5f6;
}
.backup-table .backup-cell-content .clock-icon {
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  flex-shrink: 1;
  margin-right: 8px;
}
.backup-table .backup-cell-content .mat-form-field {
  width: 100px;
  margin-bottom: 20px;
}
.MAIN-COLOR,
.main-color {
  color: var(--mainColor);
}
.patient-maindata-content {
  height: 100%;
}
.patient-maindata-content .view-grid-wrapper .view-grid .show-map-link,
.patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link,
.patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link {
  color: var(--mainColorAccent);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.patient-maindata-content .view-grid-wrapper .view-grid .show-map-link .mat-icon,
.patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link .mat-icon,
.patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link .mat-icon {
  font-size: 29px;
  height: 29px;
  width: 29px;
  line-height: 29px;
  margin-right: 5px;
}
.patient-maindata-content .view-grid-wrapper .view-grid .show-map-link .mat-icon svg rect,
.patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link .mat-icon svg rect,
.patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link .mat-icon svg rect {
  stroke: var(--mainColorAccent) !important;
}
.patient-maindata-content .view-grid-wrapper .view-grid .show-map-address-error {
  display: flex;
  grid-column: 2/span 2;
  grid-row: 11;
}
.patient-maindata-content .view-grid-wrapper .view-grid .map-responsive {
  background: white;
  position: relative;
}
.patient-maindata-content .view-grid-wrapper .view-grid .map-responsive iframe {
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-map-address-error {
  grid-row: 10;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-map-address-error,
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper,
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-address-error,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper {
  grid-column: 2/span 4;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper,
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .map-responsive, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .map-responsive {
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  height: 0;
  background: white;
  grid-column: 1/span 2;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .map-responsive iframe, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .map-responsive iframe {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-map-link,
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link,
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-link,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link {
  width: 100%;
  grid-row: 1;
  border: 1px solid #2b4154;
  color: #2b4154;
  border-radius: 2px;
  line-height: 40px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-map-link .mat-icon,
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link .mat-icon,
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link .mat-icon, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-link .mat-icon,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link .mat-icon,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link .mat-icon {
  width: 20px;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link {
  grid-column: 1;
}
.tablet .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link .mat-icon svg rect, .mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-route-map-link .mat-icon svg rect {
  stroke: #2b4154 !important;
}
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-address-error,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper {
  grid-column: 1/span 2;
}
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .map-responsive {
  padding-bottom: 62.5%;
}
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .show-map-link,
.mobile .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-link {
  grid-column: 2;
}
.desktop .patient-maindata-content .view-grid-wrapper .view-grid .map-responsive {
  height: 100%;
  width: 100%;
}
.desktop .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper {
  grid-row: span 2;
  justify-self: flex-end;
}
.desktop .patient-maindata-content .view-grid-wrapper .view-grid .show-map-wrapper.map-opened {
  grid-row: span 17;
  justify-self: stretch;
}
.desktop .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper {
  grid-column: 2/span 2;
  grid-row: span 14;
  align-self: flex-end;
  justify-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.desktop .patient-maindata-content .view-grid-wrapper .view-grid .hide-map-wrapper .show-route-map-link {
  margin-right: 10px;
}
.desktop .patient-maindata-content .view-grid-wrapper .view-grid .show-map-address-error {
  grid-column: 2/span 2;
}
.show-map-address-error {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #C20000;
}
.show-map-address-error mat-icon {
  margin-right: 10px;
}
.item-sliding-active-slide .item {
  pointer-events: auto !important;
}
.no-treatment-result {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  background: white;
}
.mobile .no-treatment-result {
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
}
.tablet .no-treatment-result {
  font-size: 18px;
  line-height: 24px;
  padding: 15px;
}
.locked-icon {
  width: 20px !important;
  height: 20px !important;
  font-size: 20px !important;
  color: #95a0aa;
}
commission-extended-top-bar,
prescription-extended-top-bar {
  width: 100%;
  text-align: center;
}
prescription-extended-top-bar .title {
  font-weight: 600;
}
.tablet prescription-extended-top-bar .title, .mobile prescription-extended-top-bar .title {
  font-size: 16px;
}
.doctor-select-option-outfit {
  color: rgba(0, 0, 0, 0.87);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.custom-select-option {
  position: sticky !important;
  bottom: 0;
  background: white;
}
.custom-select-option button {
  text-transform: uppercase;
  color: var(--mainColorAccent);
  width: 100%;
  font-size: 16px;
  text-align: left;
  height: 40px;
  border-top: 1px solid #2b4154;
  background: transparent;
  font-weight: 500;
  padding: 0;
}
.custom-select-option button[disabled] {
  color: grey;
}
.custom-select-option button .mat-icon {
  margin-right: 4px;
}
.multi-workflows-dropdown .mat-option.custom-select-option:hover {
  background: white;
}
.multi-workflows-dropdown .mat-option.custom-select-option:hover:not(.mat-option-disabled),
.multi-workflows-dropdown .mat-option.custom-select-option:focus:not(.mat-option-disabled) {
  background: #f5f5f5;
}
.no-items-found-option {
  color: #2b4154 !important;
  white-space: initial !important;
  line-height: initial !important;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.one-bottom-sheet-dialog mat-bottom-sheet-container {
  padding: 0 !important;
  background: var(--backgroundColor);
}
.one-bottom-sheet-dialog mat-bottom-sheet-container .save-later-button {
  display: none;
}
.input-search.mat-focused .mat-form-field-label {
  color: var(--mainColor);
}
.mat-autocomplete-panel.new-autocomplete {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 3px;
  box-shadow: 0px 10px 20px rgba(43, 65, 84, 0.5);
}
.mat-autocomplete-panel.new-autocomplete .mat-option {
  font-size: 14px;
  line-height: 35px;
  font-weight: 600;
  padding: 0 20px;
}
.mat-autocomplete-panel.new-autocomplete .mat-option .mat-option-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
  gap: 0.5em;
}
.search-highlight-color {
  color: var(--mainColorAccent);
}
.statistics-filter-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.tablet .statistics-table .statistics-row-card {
  padding: 0;
}
.tablet .statistics-table .statistics-card-header {
  background-color: #eef5f6;
  line-height: 39px;
  font-size: 15px;
  padding: 0 15px;
}
.tablet .statistics-table .statistics-card-header .title {
  font-weight: 500;
}
.tablet .statistics-table .statistics-card-header .last-prescription {
  font-size: 12px;
  text-transform: uppercase;
}
.tablet .statistics-table .statistics-card-footer {
  padding: 0 15px;
}
.tablet .statistics-footer {
  padding: 0 30px;
  background-color: #eef5f6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 500;
  box-shadow: 0 0 20px rgba(43, 65, 84, 0.3);
  font-size: 12px;
}
.tablet .statistics-footer td:first-child {
  font-weight: normal;
}
.tablet .statistics-content th {
  text-align: right;
  text-transform: uppercase;
}
.tablet .statistics-content,
.tablet .statistics-footer-content {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0 5px;
  border-collapse: separate;
  font-size: 12px;
  line-height: 15px;
}
.tablet .statistics-content td,
.tablet .statistics-footer-content td {
  text-align: right;
}
.tablet .statistics-content .count,
.tablet .statistics-footer-content .count {
  text-align: left;
  font-weight: 500;
}
.tablet .statistics-footer-content td:not(.count) {
  font-weight: 700;
}
.tablet .commision-footer-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) 40px;
  grid-gap: 3px 15px;
  height: 60px;
  align-items: center;
  font-weight: 600;
}
.tablet .commision-statistics-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) 40px;
  grid-gap: 3px 15px;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  border: none !important;
  padding: 10px 15px !important;
}
.tablet .commision-statistics-content .name-and-prof {
  grid-column: span 5;
  display: flex;
  align-items: center;
}
.tablet .commision-statistics-content .name-and-prof .name {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  margin-right: 10px;
}
.tablet .commision-statistics-content .value {
  display: flex;
  align-items: center;
}
.tablet .commision-statistics-content .value .mat-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  flex: none;
}
.tablet .extended-topbar-wrapper .staff-name {
  font-size: 16px;
  line-height: 20px;
}
.tablet .extended-topbar-wrapper .staff-name .full-name {
  text-transform: uppercase;
}
.tablet .extended-topbar-wrapper .commision-percentages-header {
  font-size: 12px;
  line-height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tablet .extended-topbar-wrapper .commision-percentages-header .mat-icon {
  margin-right: 9px;
}
.tablet .extended-topbar-wrapper .commision-percentages-header .mat-icon:last-of-type {
  margin-left: 30px;
}
.tablet .extended-topbar-wrapper .status-badge {
  font-size: 14px;
}
prescription-one-workflow-bar {
  flex: none;
}
prescription-one-workflow-bar .icon_white polygon {
  fill: white !important;
}
app-local-app-device-selection {
  display: block;
}
span.summary-label:not(.default) {
  display: none;
}
span.summary-label.with-value {
  margin-right: 25px;
}
.show-summary span.summary-label {
  display: inline;
}
.hide-summary .mat-footer-row {
  display: none;
}
.hidden {
  display: none;
}
.payment-dialog-content {
  text-align: left;
  flex-direction: column;
  width: 540px;
  font-size: 14px;
}
.payment-dialog-content .mat-radio-group,
.payment-dialog-content .mat-slide-toggle {
  margin-top: 0;
}
.payment-dialog-content .payment-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  text-align: left;
  grid-gap: 5px 35px;
  align-items: baseline;
}
.payment-dialog-content .payment-grid .payment-label {
  text-transform: uppercase;
  font-weight: 600;
}
.payment-dialog-content .payment-grid .mat-form-field {
  width: 80px;
}
.payment-dialog-content .payment-grid .mat-form-field .mat-form-field-infix {
  border-top-width: 0;
}
.payment-dialog-content .ec-cash-wrapper {
  display: flex;
  align-items: center;
  min-height: 30px;
}
.payment-dialog-content .ec-cash-wrapper .field-wrapper {
  margin-left: 10px;
}
.mobile .pay-prescription-content, .tablet .pay-prescription-content {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile .pay-prescription-content .payment-dialog-content, .tablet .pay-prescription-content .payment-dialog-content {
  background: white;
  padding: 15px;
  height: auto;
  width: auto;
}
.mobile .pay-prescription-content .mat-dialog-title, .tablet .pay-prescription-content .mat-dialog-title {
  font-weight: 600;
  letter-spacing: -0.64px;
}
.mobile .payment-details, .tablet .payment-details {
  background: #EEF5F6;
}
.tablet .pay-prescription-content {
  padding: 12px 15px;
}
.tablet .pay-prescription-content .mat-dialog-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 9px;
}
.tablet .pay-prescription-content .payment-grid {
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.tablet .payment-details {
  padding: 12px 15px;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
}
.tablet .payment-details .tablet-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tablet .payment-details .netto {
  align-self: center;
}
.tablet .payment-details .netto .label {
  display: block;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
}
.tablet .payment-details .netto .value {
  font-weight: 300;
  font-size: 30px;
  line-height: 39px;
}
.tablet .payment-details .values {
  display: grid;
  grid-template-columns: max-content max-content;
  grid-gap: 4px 6px;
  font-size: 14px;
  line-height: 18px;
}
.tablet .payment-details .values .label {
  text-transform: uppercase;
  font-weight: 500;
}
.tablet .payment-details .values .value {
  justify-self: flex-end;
}
.mobile .pay-prescription-content {
  padding: 9px 11px;
}
.mobile .pay-prescription-content .payment-dialog-content {
  padding: 9px;
  height: auto;
  width: auto;
}
.mobile .pay-prescription-content .mat-dialog-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 7px;
}
.mobile .pay-prescription-content .mat-slide-toggle {
  display: block;
  margin-top: 20px;
}
.mobile .pay-prescription-content .mat-radio-group {
  margin-top: 20px;
}
.mobile .pay-prescription-content .payment-grid {
  width: 100%;
  grid-template-columns: max-content repeat(3, 1fr);
  grid-gap: 5px 15px;
  margin-top: 20px;
}
.mobile .pay-prescription-content .payment-grid .mat-form-field {
  width: 60px;
}
.mobile .payment-details {
  padding: 8px 10px;
  margin-top: 10px;
}
.mobile .payment-details .mobile-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile .payment-details .mobile-content .netto {
  width: 100%;
  margin-bottom: 5px;
}
.mobile .payment-details .mobile-content .label {
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  display: block;
}
.mobile .payment-details .mobile-content .value {
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  display: block;
}
.mobile .ec-cash-wrapper {
  align-self: stretch;
}
.mobile .ec-cash-wrapper .field-wrapper {
  flex: 1;
}
.appointment-search-section-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.appointment-search-section-title .appointment-search-section-title-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  color: #2b4154;
}
.appointment-search-section-title .mat-slide-toggle {
  margin-top: 0;
}
.appointment-search-section-subtitle {
  display: block;
  margin: 8px 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  color: #2b4154;
}
.result-separator-handle {
  width: 100%;
  height: 10px;
  background-color: #d7e1e3;
  cursor: ns-resize;
}
.all-positions-show {
  padding: 10px 16px 5px;
}
.all-positions-show.mat-option-disabled {
  color: rgba(0, 0, 0, 0.87);
}
.all-positions-show .mat-radio-button:first-of-type {
  margin-right: 20px;
}
.all-positions-show .all-positions-show-info {
  font-weight: 600;
}
.mobile .all-positions-show,
.tablet .all-positions-show,
.prescription-wrapper.both-pages-shown .all-positions-show {
  height: auto;
}
.mobile .all-positions-show .mat-radio-group,
.tablet .all-positions-show .mat-radio-group,
.prescription-wrapper.both-pages-shown .all-positions-show .mat-radio-group {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.mobile .all-positions-show .mat-radio-group .mat-radio-button,
.tablet .all-positions-show .mat-radio-group .mat-radio-button,
.prescription-wrapper.both-pages-shown .all-positions-show .mat-radio-group .mat-radio-button {
  margin: 0 10px 0 0 !important;
  line-height: 30px;
}
.mobile .all-positions-show .mat-radio-group .mat-radio-button + .mat-radio-button,
.tablet .all-positions-show .mat-radio-group .mat-radio-button + .mat-radio-button,
.prescription-wrapper.both-pages-shown .all-positions-show .mat-radio-group .mat-radio-button + .mat-radio-button {
  margin-top: 5px;
}
.desktop .mat-autocomplete-panel:not(.positions-autocomplete) .all-positions-show {
  height: auto;
  line-height: 36px;
  white-space: normal;
}
.positions-autocomplete.mat-autocomplete-panel {
  max-height: 345px;
}
.positions-autocomplete.mat-autocomplete-panel .all-positions-show .mat-option-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.positions-autocomplete.mat-autocomplete-panel .all-positions-show .mat-option-text .mat-radio-group {
  margin-top: 0;
}
.positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item {
  line-height: 1.2;
  height: auto;
  min-height: 48px;
  padding: 10px 16px;
}
.positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .price-position-number {
  align-self: flex-start;
}
.positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .price-position-description {
  white-space: normal;
}
.positions-autocomplete.mat-autocomplete-panel .mat-option.positions-autocomplete-item:not(:last-of-type) {
  border-bottom: 1px solid #2b4154;
}
.positions-autocomplete.mat-autocomplete-panel .isolated-icon {
  text-align: center;
}
.positions-autocomplete.mat-autocomplete-panel .isolated-icon .mat-icon {
  border-radius: 50%;
  background: #14892c;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.positions-autocomplete.mat-autocomplete-panel .mat-option.positions-autocomplete-item.mobile > span {
  display: grid;
  grid-template-rows: auto 1fr;
  line-height: 1rem;
  font-size: 13px;
}
.desktop .positions-autocomplete.mat-autocomplete-panel {
  display: grid;
  grid-template-columns: auto min-content 1fr repeat(2, min-content);
  margin-left: -1px;
  margin-right: -1px;
}
.desktop .positions-autocomplete.mat-autocomplete-panel.is-hmrl {
  grid-template-columns: auto min-content 1fr repeat(5, min-content);
}
.desktop .positions-autocomplete.mat-autocomplete-panel.is-hmrl .all-positions-show {
  grid-column: 1/span 8;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .all-positions-show {
  grid-column: 1/span 5;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .mat-option:not(.all-positions-show),
.desktop .positions-autocomplete.mat-autocomplete-panel .mat-option:not(.all-positions-show) .mat-option-text,
.desktop .positions-autocomplete.mat-autocomplete-panel .mat-option:not(.all-positions-show) .mat-option-text > div {
  display: contents;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .mat-option:hover:not(.mat-option-disabled) > .mat-option-text > span {
  background-color: rgba(0, 0, 0, 0.04);
}
.desktop .positions-autocomplete.mat-autocomplete-panel .mat-option:not(:last-of-type):not(.mat-option-disabled) > .mat-option-text > span {
  border-bottom: 1px solid #2b4154;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .price-position-number,
.desktop .positions-autocomplete.mat-autocomplete-panel .custom-select-option .price-position-number {
  align-self: flex-start;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .price-position-description,
.desktop .positions-autocomplete.mat-autocomplete-panel .custom-select-option .price-position-description {
  white-space: normal;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .mat-option-text > span,
.desktop .positions-autocomplete.mat-autocomplete-panel .custom-select-option .mat-option-text > span {
  line-height: 1.2;
  height: auto;
  align-self: stretch;
  padding: 14px 5px;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .mat-option-text > span:no-space,
.desktop .positions-autocomplete.mat-autocomplete-panel .custom-select-option .mat-option-text > span:no-space {
  padding: 10px 0;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .mat-option-text > span:first-child,
.desktop .positions-autocomplete.mat-autocomplete-panel .custom-select-option .mat-option-text > span:first-child {
  padding-left: 16px;
}
.desktop .positions-autocomplete.mat-autocomplete-panel .positions-autocomplete-item .mat-option-text > span:last-child,
.desktop .positions-autocomplete.mat-autocomplete-panel .custom-select-option .mat-option-text > span:last-child {
  padding-right: 16px;
}
.disabled-element {
  pointer-events: none;
}
.searchable-select-wrapper {
  display: flex;
  align-items: flex-end;
}
.uniform-text-select {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.uniform-text-select-options.mat-select-panel {
  min-width: 100% !important;
  transform: translateX(40px) !important;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  max-height: 400px !important;
}
.uniform-text-select-options.mat-select-panel .select-title {
  font-size: 18px;
  line-height: 52px;
  background: var(--mainColor);
  text-transform: uppercase;
  color: white;
  padding: 0 16px;
}
.uniform-text-select-options.mat-select-panel .search-input {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #2b4154;
}
.uniform-text-select-options.mat-select-panel .search-input:focus::placeholder {
  color: var(--mainColor);
}
.uniform-text-select-options.mat-select-panel .options-wrapper {
  flex: 1;
  overflow-y: auto;
  border-top: 1px solid rgba(43, 65, 84, 0.5);
  border-bottom: 1px solid rgba(43, 65, 84, 0.5);
}
.uniform-text-select-options.mat-select-panel .workflow-actions {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.uniform-text-select-options.mat-select-panel .no-results {
  font-weight: 600;
  color: #2b4154;
  min-height: 38px;
  line-height: 1.5;
  padding-top: 5px;
}
.uniform-text-select-options.mat-select-panel .mat-option {
  white-space: normal;
  min-height: 38px;
  height: auto;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.uniform-text-select-options.mat-select-panel .mat-option .mat-option-pseudo-checkbox {
  border: 1px solid #2b4154;
  border-radius: 0;
}
.uniform-text-select-options.mat-select-panel .mat-option .mat-option-pseudo-checkbox.mat-pseudo-checkbox-checked::after {
  display: none;
}
.uniform-text-select-options.mat-select-panel .mat-option .mat-option-text {
  color: #2b4154;
}
.uniform-text-select-options.mat-select-panel .mat-option .mat-pseudo-checkbox-checked {
  background: var(--mainColor);
}
.tablet .uniform-text-select-options.mat-select-panel {
  transform: translateX(21px) !important;
}
.mobile .uniform-text-select-options.mat-select-panel {
  transform: translateX(15px) !important;
}
.app-therapy-report-template-dialog .mat-dialog-container {
  padding: 0;
}
.app-therapy-report-template-dialog .mat-dialog-container .mat-dialog-content {
  text-align: left;
  padding: 0;
  margin: 0;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.app-therapy-report-template-dialog .mat-dialog-container .mat-dialog-title {
  text-align: left;
  padding: 0 16px;
  margin: 0;
  font-size: 18px;
  line-height: 52px;
  background: var(--mainColor);
  text-transform: uppercase;
  color: white;
}
.app-therapy-report-template-dialog .mat-dialog-container .search-input {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(43, 65, 84, 0.5);
}
.app-therapy-report-template-dialog .mat-dialog-container .options-wrapper {
  flex: 1;
  overflow-y: auto;
  border-top: 1px solid rgba(43, 65, 84, 0.5);
  border-bottom: 1px solid rgba(43, 65, 84, 0.5);
}
.app-therapy-report-template-dialog .mat-dialog-container .workflow-actions {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
}
.app-therapy-report-template-dialog .mat-dialog-container .template-option {
  cursor: pointer;
  white-space: normal;
  min-height: 41px;
  height: auto;
  line-height: 1.5;
  padding: 10px 16px;
  font-size: 14px;
}
.app-therapy-report-template-dialog .mat-dialog-container .template-option:hover, .app-therapy-report-template-dialog .mat-dialog-container .template-option.selected {
  background: rgba(0, 0, 0, 0.04);
}
.update-status-dialog .mat-dialog-content span {
  color: var(--mainColorAccent);
}
multi-factor-auth-dialog {
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  height: auto;
  width: auto;
  display: block;
  font-size: 16px;
}
multi-factor-auth-dialog h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(43, 65, 84, 0.4);
}
multi-factor-auth-dialog .multi-factor-auth-content .line-separator {
  background: rgba(43, 65, 84, 0.4);
  width: 100%;
  height: 1px;
  margin: 20px 0;
}
multi-factor-auth-dialog .multi-factor-auth-content .step-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px 10px;
  padding: 30px 0 0;
  text-align: center;
  justify-items: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 auto;
}
multi-factor-auth-dialog .multi-factor-auth-content .step-icons img {
  width: 130px;
}
multi-factor-auth-dialog .multi-factor-auth-content .mobile-info-wrapper {
  display: grid;
  grid-template-columns: 220px auto;
  grid-gap: 0 19px;
  margin-bottom: 20px;
  align-items: flex-end;
}
.mobile multi-factor-auth-dialog .mobile-info-wrapper, .tablet multi-factor-auth-dialog .mobile-info-wrapper {
  grid-template-columns: auto;
  grid-gap: 19px 0;
}
.nhcone multi-factor-auth-dialog .multi-factor-auth-content.mat-dialog-content {
  text-align: left;
  line-height: 1.2;
}
.mobile multi-factor-auth-dialog {
  font-size: 12px;
}
.mobile multi-factor-auth-dialog h1 {
  font-size: 14px;
  line-height: 1.2;
}
.mobile multi-factor-auth-dialog .mobile-info-wrapper {
  grid-template-columns: auto;
  grid-gap: 19px 0;
}
.mobile multi-factor-auth-dialog .step-icons {
  text-align: left;
  grid-template-columns: max-content 1fr;
}
.mobile multi-factor-auth-dialog .step-icons .image-one, .mobile multi-factor-auth-dialog .step-icons .text-one {
  order: 1;
}
.mobile multi-factor-auth-dialog .step-icons .image-two, .mobile multi-factor-auth-dialog .step-icons .text-two {
  order: 2;
}
.mobile multi-factor-auth-dialog .step-icons .image-three, .mobile multi-factor-auth-dialog .step-icons .text-three {
  order: 3;
}
.mobile multi-factor-auth-dialog .step-icons img {
  width: 55px;
  margin: 0 !important;
}
.mobile multi-factor-auth-dialog .line-separator {
  margin: 8px 0;
}
.mobile multi-factor-auth-dialog .multi-factor-auth-info {
  font-size: 11px;
}
.mobile multi-factor-auth-dialog .multi-factor-auth-info .mat-icon {
  flex: none;
}
.mobile multi-factor-auth-dialog .mat-dialog-actions {
  max-width: 100%;
  white-space: initial;
  line-height: 1.2;
}
.mobile multi-factor-auth-dialog .mat-dialog-actions button {
  white-space: normal;
}
.multi-factor-auth-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  background-color: #EEF5F6;
  padding: 13px 11px;
}
.multi-factor-auth-info .mat-icon {
  margin-right: 11px;
}
.auth-help {
  text-align: center;
  padding: 23px 0 0 0;
  color: white;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.auth-help a {
  color: var(--mainColorAccent);
}
.login-form.mfa-form {
  background: transparent;
  padding: 0;
}
.mobile .login-form.mfa-form {
  width: 100%;
}
.tablet .login-form.mfa-form .avatar-wrapper,
.tablet .login-form.mfa-form .verification-code-content, .desktop .login-form.mfa-form .avatar-wrapper,
.desktop .login-form.mfa-form .verification-code-content {
  background: #EEF5F6;
}
.tablet .login-form.mfa-form .avatar-wrapper .buttons-container,
.tablet .login-form.mfa-form .verification-code-content .buttons-container, .desktop .login-form.mfa-form .avatar-wrapper .buttons-container,
.desktop .login-form.mfa-form .verification-code-content .buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}
.tablet .login-form.mfa-form .avatar-wrapper input[disabled],
.tablet .login-form.mfa-form .verification-code-content input[disabled], .desktop .login-form.mfa-form .avatar-wrapper input[disabled],
.desktop .login-form.mfa-form .verification-code-content input[disabled] {
  opacity: 0.5;
}
.tablet .login-form.mfa-form .avatar-wrapper, .desktop .login-form.mfa-form .avatar-wrapper {
  padding: 25px 32px 18px;
}
.tablet .login-form.mfa-form .verification-code-content, .desktop .login-form.mfa-form .verification-code-content {
  padding: 0 32px 25px;
}
.verification-code-description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.verification-code-resend {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 5px 0 8px;
}
.confirm-password-content,
.verification-code-content {
  text-align: center;
}
.confirm-password-content img,
.verification-code-content img {
  width: 100px;
  height: 100px;
}
.confirm-password-content a,
.verification-code-content a {
  color: var(--mainColorAccent);
  font-weight: 500;
}
.confirm-password-content .mat-slide-toggle-content,
.verification-code-content .mat-slide-toggle-content {
  white-space: normal;
  text-align: left;
}
.confirm-password-content .bottom,
.verification-code-content .bottom {
  margin: 0 auto;
}
.confirm-password-content .buttons-container,
.verification-code-content .buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 15px;
}
.confirm-password-content input[disabled],
.verification-code-content input[disabled] {
  opacity: 0.5;
}
.verification-code-content .input-wrapper {
  width: 300px;
  background-size: 300px 60px;
  height: 60px;
  overflow: visible;
  background-position: -1px 0;
  position: relative;
  z-index: 0;
  margin: 20px auto 15px;
}
.verification-code-content .input-wrapper:after {
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 9px;
  background: repeating-linear-gradient(to right, transparent, transparent 10px, #2B4154 10px, #2B4154 40px, transparent 40px, transparent 50px);
}
.verification-code-content .input-wrapper::before {
  content: "";
  position: absolute;
  left: calc(100% + 12px);
  width: 5px;
  height: 100%;
  background: white;
  z-index: 1;
}
.verification-code-content .input-wrapper input {
  width: 318px;
  max-width: unset;
  height: 70px;
  font-family: "Courier New", Courier, monospace;
  font-size: 30px;
  letter-spacing: 31.5px;
  background: none;
  border: none;
  position: absolute;
  left: 0;
  text-indent: 15px;
  color: #2B4154;
  font-weight: 400;
  text-align: left;
}
.login-form.mfa-form .input-wrapper::before {
  background: #EEF5F6;
}
.mobile .login-form.mfa-form {
  color: white;
}
.mobile .login-form.mfa-form .input-wrapper input {
  color: white;
}
.mobile .login-form.mfa-form .input-wrapper:after {
  background: repeating-linear-gradient(to right, transparent, transparent 10px, white 10px, white 40px, transparent 40px, transparent 50px);
}
.mobile .login-form.mfa-form .input-wrapper::before {
  display: none;
}
.multi-factor-auth {
  display: grid;
  grid-gap: 10px;
  align-items: center;
  grid-template-columns: 1fr min-content;
}
.multi-factor-auth .mat-slide-toggle {
  margin-top: 0;
}
.mobile .multi-factor-auth {
  grid-template-columns: auto;
}
.mobile .multi-factor-auth button {
  order: 1;
}
.mobile .multi-factor-auth .mat-slide-toggle {
  height: auto;
}
.mobile .multi-factor-auth .mat-slide-toggle-content {
  white-space: normal;
}
.disable-actionsheet-button {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.no-padding {
  padding: 0 !important;
}
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-side-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mobile .hidden-sm,
.tablet .hidden-md,
.desktop .hidden-lg {
  display: none;
}
multi-factor-auth-settings {
  width: 100%;
}
one-edit-settings .multi-factor-auth-content {
  font-size: 16px;
  display: grid;
  margin: 15px 0 15px 0;
  grid-gap: 15px 10px;
  align-items: center;
  grid-template-columns: minmax(80px, max-content) minmax(1px, max-content) max-content;
}
one-edit-settings .multi-factor-auth-content .mat-slide-toggle {
  margin-top: 0;
}
one-edit-settings .tasks-interval-editor-content {
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0.5em;
  align-items: center;
}
one-edit-settings .tasks-interval-editor-content .interval {
  display: grid;
  grid-template-columns: max-content 50px;
}
one-edit-settings .tasks-interval-editor-content mat-form-field {
  margin: 0;
}
one-view-settings .tasks-interval-content {
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  display: grid;
  grid-template-columns: max-content auto;
  gap: 0.5em;
  align-items: center;
  padding: 0 20px;
}
one-view-settings .tasks-interval-content .interval {
  display: grid;
  grid-template-columns: max-content 80px;
  align-items: center;
  column-gap: 10px;
}
one-view-settings .tasks-interval-content .mat-slide-toggle {
  margin: 0;
  padding: 5px;
}
.mobile one-view-settings .tasks-interval-content {
  padding: 0 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
}
.mobile one-edit-settings .multi-factor-auth-content {
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto;
}
.mobile one-edit-settings .tasks-interval-editor-content {
  padding: 0 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
}
.text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
multi-factor-auth-wizard h1 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(43, 65, 84, 0.4);
}
multi-factor-auth-wizard .line-separator {
  background: rgba(43, 65, 84, 0.4);
  width: 100%;
  height: 1px;
  margin: 20px 0;
}
multi-factor-auth-wizard .verification-code-content .bottom {
  width: auto;
}
multi-factor-auth-wizard .verification-code-content .bottom .separator {
  margin: 0 10px;
}
multi-factor-auth-wizard .verification-code-content .bottom .buttons-wrapper {
  margin-top: 20px;
}
multi-factor-auth-wizard .verification-code-content .bottom .buttons-wrapper button {
  margin-right: 10px;
}
multi-factor-auth-wizard .confirm-password-content mat-icon {
  width: 83px;
  height: 116px;
}
multi-factor-auth-wizard .confirm-password-content .confirm-password-description {
  font-size: 16px;
}
multi-factor-auth-wizard .confirm-password-content .bottom {
  margin-top: 20px;
}
multi-factor-auth-wizard .confirm-password-content .bottom button {
  margin-right: 10px;
}
multi-factor-auth-wizard .multi-factor-auth-content.mat-dialog-content {
  text-align: left !important;
}
multi-factor-auth-wizard .multi-factor-auth-content.mat-dialog-content .mat-dialog-actions {
  justify-content: center;
}
multi-factor-auth-wizard .auth-help .description {
  color: #2b4154;
}
app-staff-password {
  flex: 1;
}
.new-email-template-dialog mat-bottom-sheet-container {
  width: 100vw;
  max-width: 100vw !important;
  padding: 0 !important;
  background: #D5DADD;
}
.cursor-pointer {
  cursor: pointer;
}
.underline {
  text-decoration: underline;
}
html.cdk-global-scrollblock {
  position: static !important;
  width: initial !important;
  overflow-y: inherit !important;
}
.mobile multi-factor-auth-settings-edit .multi-factor-auth-content {
  grid-template-columns: 1fr;
}
.mat-slide-toggle.wrap-text .mat-slide-toggle-content {
  white-space: normal;
}
.help-field-content {
  align-self: flex-end;
  cursor: help;
}
.mat-badge-content {
  color: #FFF;
}
.mat-calendar-table .mat-calendar-body-cell.mat-calendar-body-selected .mat-calendar-body-cell-content,
.mat-calendar-table .mat-calendar-body-cell:hover .mat-calendar-body-cell-content {
  color: #fff;
}
.azhCheckButton {
  margin-top: 15px;
}
.azhCheckButton .checkButton {
  border: 5px solid gray;
  border-radius: 0;
}
.reset-patient-vaccination {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.disabled-input {
  opacity: 0.6;
}
.disabled-input .mat-input-element {
  pointer-events: none;
}
.disabled-datepicker-option .mat-calendar-body-cell-content {
  background: #808080;
  color: black;
}
.kim-email-container {
  display: flex;
}
.kim-email-container > div {
  min-width: 1px;
}
.kim-email-container .locked-icon {
  width: 15px !important;
  height: 15px !important;
  font-size: 15px !important;
  margin-left: 5px;
  color: unset;
  flex: none;
}
.email-button.mat-badge .mat-badge-content {
  top: -5px;
  right: -4px !important;
}
.email-button {
  position: relative;
}
.email-button .custom-badge {
  position: absolute;
  top: -5.5px;
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  font-size: 12px;
  border-radius: 50%;
  font-family: "IBM Plex Sans", sans-serif;
}
.email-button .custom-badge.error-badge {
  background-color: #f44336;
  color: white;
}
.email-button .custom-badge.primary-badge {
  background-color: var(--mainColor);
  color: white;
}
.email-button .custom-badge.out-of-office-badge .warning-absence {
  color: #FF9400;
}
.email-button .mini-icon {
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
.tasks-button .mat-badge-content {
  border: 1px solid white;
}
.tasks-count .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -16px;
  right: -13px;
}
.disabled-area {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.show-week-label::before {
  content: "KW";
  font-weight: 700;
  color: var(--mainColor);
  position: absolute;
  margin-left: -40px;
}
.show-week-number::before {
  content: attr(weeknumber) !important;
  color: var(--mainColor);
  margin-left: -40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.show-week-number.date-indent-2::before {
  margin-left: -80px !important;
}
.show-week-number.date-indent-3::before {
  margin-left: -120px !important;
}
.show-week-number.date-indent-4::before {
  margin-left: -160px !important;
}
.show-week-number.date-indent-5::before {
  margin-left: -200px !important;
}
.show-week-number.date-indent-6::before {
  margin-left: -240px !important;
}
.show-week-number.date-indent-0::before {
  margin-left: -280px !important;
}
.mobile one-mobile-view-edit .mat-badge .mat-badge-content {
  top: 6px;
  width: 19px;
  height: 19px;
  line-height: 19px;
}
.tablet one-mobile-view-edit .mat-tab-group.one-tab-group .mat-tab-label {
  padding: 11px;
}
one-autocomplete-chip-dropdown .mat-form-field-suffix {
  align-self: flex-end;
}
.mat-chip-input {
  margin: 0 4px !important;
}
.mat-chip.mat-standard-chip {
  background-color: #e4e9ea;
  height: 24px;
  min-height: 24px;
  display: flex;
  border-radius: 4px;
  pointer-events: all;
  font-size: 13px;
  border: 1px solid black;
}
.mat-chip.mat-standard-chip .mat-icon[matchipremove] {
  width: 10px;
  font-size: 10px;
  line-height: 20px;
  height: 20px;
  vertical-align: top;
  opacity: 1;
}
.regular-menu,
.waiting-menu,
.patient-actions-menu {
  border-radius: 0;
  margin-top: 1px;
  opacity: 1;
  transform: scale(1);
  min-width: 190px;
  box-shadow: 0 10px 20px rgba(43, 65, 84, 0.5);
  position: absolute;
}
.regular-menu .mat-menu-content,
.waiting-menu .mat-menu-content,
.patient-actions-menu .mat-menu-content {
  padding: 0 !important;
}
.regular-menu .mat-menu-content .header-actions,
.waiting-menu .mat-menu-content .header-actions,
.patient-actions-menu .mat-menu-content .header-actions {
  background: #eef2f3;
  height: 38px;
  display: flex;
  align-items: start;
  justify-content: start;
  padding: 0 8px;
}
.regular-menu .mat-menu-content .mat-menu-item,
.waiting-menu .mat-menu-content .mat-menu-item,
.patient-actions-menu .mat-menu-content .mat-menu-item {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 38px;
  height: 38px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info-button {
  position: absolute;
  right: 20px;
  bottom: 15px;
  background: transparent;
}
body.shortcuts-visible mat-tab-header {
  overflow: visible;
  z-index: 2;
}
body.shortcuts-visible mat-tab-header .mat-tab-label-container, body.shortcuts-visible mat-tab-header .mat-tab-label {
  overflow: visible;
}
body.shortcuts-visible .shortcut-host.shortcut-visible::after {
  display: flex;
}
.shortcut-host {
  position: relative;
}
.shortcut-host::after {
  content: attr(shortcutlabel);
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  z-index: 999;
  height: 20px;
  padding: 2px;
  border-radius: 2px;
  border: 1px solid black;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  background: #D7E1E3;
  border-color: #2B4154;
  color: #2B4154;
}
.shortcut-host.shortcut-form-control::after {
  top: calc(50% + 6px);
  transform: translateY(-50%);
  right: 0;
  left: unset;
}
.shortcut-host.type-default::after {
  background: #D7E1E3;
  border-color: #2B4154;
  color: #2B4154;
  font-weight: 700;
}
.shortcut-host.type-alt::after {
  padding: 2px 5px;
  background: #2B4154;
  border-color: #2B4154;
  color: #FFFFFF;
  font-weight: 600;
}
.shortcut-host.type-control::after {
  padding: 2px 5px;
  background: var(--mainColorAccent);
  border-color: var(--mainColorAccent);
  color: #FFFFFF;
  font-weight: 600;
}
.shortcut-host.shortcut-alt-theme.type-alt::after {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #2B4154;
}
.shortcut-host.shortcut-alt-theme.type-control::after {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: var(--mainColorAccent);
}
mat-tab-header .mat-tab-label-content .shortcut-host {
  display: inherit;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
}
.main-menu button::after {
  top: calc(100% - 4px);
}
one-staff-presence-tab .fc-col-header-cell {
  border-color: #D7E1E3 !important;
  font-weight: 600;
}
one-staff-presence-tab .date-header-title-mobile {
  display: none;
}
one-staff-presence-tab .fc-timegrid-cols > table,
one-staff-presence-tab table.fc-col-header {
  border-spacing: 5px 0;
  border-collapse: initial !important;
}
one-staff-presence-tab .fc-direction-ltr .fc-timegrid-col-events {
  margin: 0;
}
one-staff-presence-tab .fc-media-screen .fc-timegrid-event {
  bottom: 0;
}
one-staff-presence-tab .fc-theme-standard .fc-timegrid th {
  height: 36px;
  vertical-align: middle;
}
one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-timegrid-slots > table > colgroup > col,
one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-timegrid-cols > table > colgroup > col,
one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-col-header > colgroup > col {
  width: 75px !important;
}
one-staff-presence-tab .fc-col-header-cell,
one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-slats td,
one-staff-presence-tab .fc-theme-standard .fc-timegrid th.fc-axis {
  border-width: 2px;
}
one-staff-presence-tab .fc-timegrid-slot {
  height: 25px;
}
one-staff-presence-tab .fc-col-header-cell {
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
one-staff-presence-tab .fc .fc-timegrid td.fc-today,
one-staff-presence-tab .fc .fc-timegrid td.fc-day {
  border-style: none;
  background: white;
}
one-staff-presence-tab .fc-day-today {
  background: transparent;
}
one-staff-presence-tab .fc-ltr .fc-axis {
  text-align: center;
}
one-staff-presence-tab .fc-event-main {
  display: none;
}
one-staff-presence-tab .event-wrapper {
  font-weight: 600;
  padding: 0px 5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #2B4154;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 3px;
  background: #EEF5F6;
  height: 100%;
  align-content: flex-start;
  padding-top: 4px;
}
one-staff-presence-tab .event-wrapper .time-span {
  font-weight: 400;
}
one-staff-presence-tab .event-wrapper .time-span > span:first-of-type {
  color: var(--mainColorAccent);
}
one-staff-presence-tab .fc-timegrid-event {
  background: #D7E1E3;
  border-color: #D7E1E3;
  border-radius: 3px;
}
one-staff-presence-tab .event-type-desktop,
one-staff-presence-tab .event-type-mobile {
  font-weight: 700;
}
.desktop one-staff-presence-tab .presence-tab {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-template-rows: 1fr;
  background-color: #FFFFFF;
  padding: 15px;
  overflow: hidden;
  height: 100%;
}
.desktop one-staff-presence-tab .presence-tab .calendar-wrapper {
  background-color: #D7E1E3;
  overflow: hidden;
}
.desktop one-staff-presence-tab .fc-axis.fc-time.fc-widget-content {
  background-color: #D7E1E3;
  border-color: #D7E1E3 !important;
}
.desktop one-staff-presence-tab .shift-panel {
  display: grid;
  grid-template-rows: repeat(auto-fill, 50px);
  overflow-y: auto;
  overflow-x: hidden;
}
.desktop one-staff-presence-tab .shift-panel .shift-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.desktop one-staff-presence-tab .shift-panel .shift-title.active {
  color: var(--mainColorAccent);
}
.desktop one-staff-presence-tab .shift-panel .shift-item:first-child {
  border-top: 1px solid #D7E1E3;
}
.desktop one-staff-presence-tab .shift-panel .shift-item {
  border-right: 1px solid #D7E1E3;
  border-bottom: 1px solid #D7E1E3;
  height: 50px;
  display: grid;
  grid-template-columns: min-content 1fr 30px 30px;
  cursor: pointer;
  align-items: center;
  border-radius: 0 3px 3px 0;
}
.desktop one-staff-presence-tab .shift-panel .shift-item .mat-icon-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.desktop one-staff-presence-tab .shift-panel .shift-item .mat-icon {
  width: 20px;
  height: 20px;
  justify-self: center;
}
.desktop one-staff-presence-tab .shift-panel .shift-item .icon-wrapper,
.desktop one-staff-presence-tab .shift-panel .shift-item .field-wrapper {
  margin-left: 15px;
}
.desktop one-staff-presence-tab .shift-panel .shift-item .icon-wrapper {
  margin-right: 10px;
}
.desktop one-staff-presence-tab .shift-panel .shift-item .icon-wrapper .mat-icon.active {
  color: var(--mainColorAccent);
}
.desktop one-staff-presence-tab .shift-panel .shift-item .field-wrapper {
  min-width: 1px;
}
.desktop one-staff-presence-tab .shift-panel .shift-item.active {
  background: #D7E1E3;
}
.desktop one-staff-presence-tab .shift-panel .shift-item.edit {
  background: var(--mainColor-50);
  grid-template-columns: 1fr 30px 30px;
}
.desktop one-staff-presence-tab .event-type-desktop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desktop one-staff-presence-tab .event-type-mobile {
  display: none;
}
.desktop one-staff-presence-tab .event-wrapper:hover .event-icons {
  display: block;
}
.desktop one-staff-presence-tab .event-icons {
  display: none;
  position: absolute;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  top: 0;
  right: 0;
  white-space: nowrap;
  justify-self: flex-end;
  background: white;
  padding: 2px 10px;
}
.desktop one-staff-presence-tab .event-icons svg {
  cursor: pointer;
}
.desktop one-staff-presence-tab .event-icons svg.disabled {
  opacity: 0.3;
}
.desktop one-staff-presence-tab .shift-edit-input {
  margin-top: -10px;
}
.desktop one-staff-presence-tab .event-icon {
  height: 20px;
  width: 20px;
}
.tablet one-staff-presence-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tablet one-staff-presence-tab .presence-tab,
.tablet one-staff-presence-tab .calendar-wrapper {
  height: 100%;
}
.tablet one-staff-presence-tab .fc-col-header-cell {
  border-color: var(--backgroundColor) !important;
}
.tablet one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-timegrid-slots > table > colgroup > col,
.tablet one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-timegrid-cols > table > colgroup > col,
.tablet one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-col-header > colgroup > col {
  width: 50px !important;
}
.tablet one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-slats td {
  border-width: 5px;
}
.tablet one-staff-presence-tab .fc-timegrid-axis,
.tablet one-staff-presence-tab .fc-col-header-cell {
  font-size: 12px;
}
.tablet one-staff-presence-tab .event-wrapper {
  font-size: 12px;
}
.tablet one-staff-presence-tab .event-type-desktop {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tablet one-staff-presence-tab .event-type-mobile {
  display: none;
}
.tablet one-staff-presence-tab .event-icons {
  display: none;
  grid-row: span 2;
  justify-self: flex-end;
}
.tablet one-staff-presence-tab .event-icons svg {
  cursor: pointer;
}
.tablet one-staff-presence-tab .fc-timegrid-event {
  background: #EEF5F6;
  border-color: #EEF5F6;
}
.tablet one-staff-presence-tab .shift-edit-input {
  grid-column: span 2;
  margin-left: 15px;
  margin-top: -15px;
}
.tablet one-staff-presence-tab .event-icon {
  height: 20px;
  width: 20px;
}
.mobile one-staff-presence-tab {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile one-staff-presence-tab .presence-tab,
.mobile one-staff-presence-tab .calendar-wrapper {
  height: 100%;
}
.mobile one-staff-presence-tab .fc-col-header-cell {
  border-color: #e4e9ea !important;
}
.mobile one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-timegrid-slots > table > colgroup > col,
.mobile one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-timegrid-cols > table > colgroup > col,
.mobile one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-col-header > colgroup > col {
  width: 45px !important;
}
.mobile one-staff-presence-tab .fc-timegrid-event {
  background: #EEF5F6;
  border-color: #EEF5F6;
}
.mobile one-staff-presence-tab .date-header-title-desktop {
  display: none;
}
.mobile one-staff-presence-tab .fc-theme-standard .fc-timegrid .fc-slats td {
  border-width: 5px;
}
.mobile one-staff-presence-tab .fc-timegrid-axis,
.mobile one-staff-presence-tab .fc-col-header-cell {
  font-size: 12px;
}
.mobile one-staff-presence-tab .event-wrapper {
  padding: 5px 5px 5px 5px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.75em;
}
.mobile one-staff-presence-tab .event-wrapper .time-span {
  display: none;
}
.mobile one-staff-presence-tab .event-type-desktop {
  display: none;
}
.mobile one-staff-presence-tab .event-icons {
  display: none;
  grid-row: span 2;
  justify-self: flex-end;
}
.mobile one-staff-presence-tab .event-icons svg {
  cursor: pointer;
}
.mobile one-staff-presence-tab .shift-edit-input {
  grid-column: span 2;
  margin-left: 15px;
  margin-top: -15px;
}
.mobile one-staff-presence-tab .event-icon {
  height: 20px;
  width: 20px;
}
.working-hour-form {
  display: grid;
  grid-template-columns: minmax(0, 135px) minmax(0, 135px);
  grid-gap: 7.5px;
  overflow: hidden;
}
.working-hour-form .days-control {
  grid-column: span 2;
}
.working-hour-form .type-control {
  grid-column: span 2;
}
.dialog-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start !important;
  font-weight: 700;
}
.mobile .staff-working-hour-editor .mat-dialog-title {
  font-size: 16px;
}
one-body-part-editor {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 1px;
  overflow: auto;
}
one-body-part-editor .body-content-wrapper .body-part-image {
  align-self: flex-start !important;
}
one-body-part-editor .patient-filter-control {
  background-color: rgb(238, 245, 246);
  height: 85px;
}
one-body-part-editor .editor-wrapper {
  display: grid;
  grid-template-columns: 505px 1fr;
  grid-gap: 0 30px;
  flex: 1;
}
one-body-part-editor .editor-wrapper .body-editor {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 2px;
}
one-body-part-editor .editor-wrapper .body-editor .body-description {
  background-color: #eef5f6;
  padding: 5px 15px 15px;
}
one-body-part-editor .editor-wrapper .editor .full-width {
  grid-column: span 2;
}
one-body-part-editor .editor-wrapper .attachments {
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 5px;
}
one-body-part-editor .editor-wrapper .attachments .files-list {
  padding: 30px 20px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 140px);
  grid-gap: 30px;
}
one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions {
  grid-column: 1/-1;
}
one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions .photo-control {
  color: #2B4154;
  flex-shrink: 0;
  width: 330px;
}
one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions .photo-control .mat-button-wrapper {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions .photo-control .mat-button-wrapper .mat-icon {
  text-align: center;
}
one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions .photo-control .photo-label {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.1;
  white-space: normal;
}
one-body-part-editor .editor-wrapper .symbols {
  display: flex;
  flex-direction: column;
}
one-body-part-editor .editor-wrapper .photo-control {
  color: #2B4154;
  flex-shrink: 0;
  width: 328px;
}
one-body-part-editor .editor-wrapper .photo-control .mat-button-wrapper {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
one-body-part-editor .editor-wrapper .photo-control .mat-button-wrapper .mat-icon {
  text-align: center;
}
one-body-part-editor .editor-wrapper .photo-control .mat-button-wrapper .photo-label {
  margin-left: 10px;
  font-size: 14px;
  line-height: 1.1;
  white-space: normal;
}
one-body-part-editor .editor-wrapper img {
  touch-action: none;
  -ms-touch-action: none;
}
one-body-part-editor body-draw {
  width: 100%;
  height: 100%;
}
.tablet one-body-part-editor {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.tablet one-body-part-editor .editor-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: calc(100% - 285px) 270px;
  grid-template-rows: max-content auto;
  grid-gap: 15px;
  overflow-y: auto;
  overflow-x: hidden;
}
.tablet one-body-part-editor .editor-wrapper .body-template-editor {
  background: white;
}
.tablet one-body-part-editor .editor-wrapper .editor {
  grid-template-rows: 1fr min-content;
  grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  grid-gap: 0 10px;
}
.tablet one-body-part-editor .editor-wrapper .editor .full-width {
  grid-column: span 2;
}
.tablet one-body-part-editor .editor-wrapper .attachments {
  grid-column-start: 1;
  grid-column-end: 3;
}
.tablet one-body-part-editor .editor-wrapper .attachments .files-list {
  display: grid;
  overflow-y: auto;
  grid-template-columns: repeat(auto-fill, 100px);
  grid-gap: 20px;
  padding: 15px 15px 5px 5px;
  height: 100%;
}
.tablet one-body-part-editor .editor-wrapper .attachments .files-list > * {
  width: 90px;
  height: 90px;
}
.tablet one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions {
  grid-column: 1;
}
.tablet one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions .photo-control {
  width: 100%;
  height: 100%;
}
.tablet one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions .photo-control .mat-button-wrapper {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tablet one-body-part-editor .editor-wrapper .attachments .files-list .symbol-actions .photo-control .mat-button-wrapper .mat-icon {
  width: 32px;
  height: 32px;
}
.tablet one-body-part-editor .editor-wrapper .symbols {
  display: flex;
  flex-direction: column;
  height: 810px;
  overflow-x: hidden;
  overflow-y: auto;
}
.tablet one-body-part-editor body-draw {
  min-height: 700px;
}
one-symbol-control {
  position: relative;
}
one-symbol-control .symbols-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, 80px);
  grid-gap: 4px;
}
one-symbol-control .symbols-wrapper > * {
  width: 80px;
  min-height: 80px;
  height: auto;
  display: grid;
  align-content: baseline;
  padding: 5px;
  background-color: #EEF5F6;
  border-radius: 2px;
}
one-symbol-control .symbols-wrapper > * .symbol, one-symbol-control .symbols-wrapper > * .symbol-label {
  text-align: center;
}
one-symbol-control .symbols-wrapper > * .symbol {
  margin: 0 auto;
  align-self: end;
}
one-symbol-control .symbols-wrapper > * .symbol-label {
  align-self: start;
  font-size: 12px;
  word-break: break-word;
}
one-symbol-control .symbols-wrapper > *.used-symbol {
  box-shadow: inset 0 0 0 3px #C7348B;
}
one-symbol-control .draggable-symbols {
  z-index: 4;
}
one-symbol-control .placeholder-symbols {
  z-index: 3;
}
one-symbol-control .clone {
  position: absolute;
  touch-action: none;
  -ms-touch-action: none;
}
one-symbol-control .delete-zone {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 245, 246, 0.98);
  font-size: 50px;
  color: #b20909;
  display: grid;
  align-content: center;
  justify-content: center;
  z-index: 20;
}
one-symbol-control .overlay-delete-icon {
  width: 94px;
  height: 112px;
  opacity: 0.67;
}
one-symbol-control .message {
  font-size: 14px;
  line-height: 18px;
  color: #2B4154;
  opacity: 0.3;
  font-weight: 700;
  margin-top: 25px;
}
examination-top-bar {
  display: grid;
  grid-template-columns: auto 1fr max-content;
  grid-gap: 20px;
  padding: 26px 0 11px 0;
}
examination-top-bar .prescription-data {
  display: flex;
}
examination-top-bar .prescription-data .prescription {
  margin-right: 100px;
}
examination-top-bar .prescription-data .diagnosis {
  margin-right: 15px;
  max-width: 400px;
}
examination-top-bar .prescription-data .diagnosis .small {
  cursor: help;
}
examination-top-bar .prescription-data .status-badge-light {
  height: fit-content;
  align-self: center;
}
examination-top-bar .mat-form-field .mat-form-field-infix {
  border-top-width: 0;
}
examination-top-bar .mat-form-field .mat-form-field-flex {
  align-items: center;
}
examination-top-bar label.title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}
examination-top-bar .patient {
  min-width: 200px;
  max-width: 460px;
}
examination-top-bar .patient,
examination-top-bar .prescription,
examination-top-bar .diagnosis {
  display: flex;
  flex-direction: column;
}
examination-top-bar .patient label,
examination-top-bar .prescription label,
examination-top-bar .diagnosis label {
  font-weight: bold;
}
examination-top-bar .patient .selected-option,
examination-top-bar .prescription .selected-option,
examination-top-bar .diagnosis .selected-option {
  display: flex;
  flex-direction: row;
  align-items: center;
}
examination-top-bar .patient .selected-option .avatar,
examination-top-bar .prescription .selected-option .avatar,
examination-top-bar .diagnosis .selected-option .avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
examination-top-bar .patient .selected-option div.name,
examination-top-bar .prescription .selected-option div.name,
examination-top-bar .diagnosis .selected-option div.name {
  display: grid;
  grid-template-rows: auto auto;
}
examination-top-bar .patient .selected-option div.name .birth-and-risks,
examination-top-bar .prescription .selected-option div.name .birth-and-risks,
examination-top-bar .diagnosis .selected-option div.name .birth-and-risks {
  display: flex;
  align-items: center;
}
examination-top-bar .patient .selected-option .close-button,
examination-top-bar .prescription .selected-option .close-button,
examination-top-bar .diagnosis .selected-option .close-button {
  cursor: pointer;
  margin-left: 5px;
}
examination-top-bar .add-risk {
  line-height: 40px;
  margin-left: 25px;
  padding: 0 10px;
  border-radius: 2px;
  font-weight: 700;
  min-width: auto;
}
examination-top-bar .add-risk mat-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: red;
}
examination-top-bar .add-risk .button-content {
  display: flex;
  align-items: center;
}
examination-top-bar span.full-name {
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
examination-top-bar span.small {
  font-size: 14px;
  line-height: 20px;
}
examination-top-bar .diagnosis .selected-option div.name span.full-name {
  margin-bottom: 0;
}
examination-top-bar .column {
  line-height: 23px;
  display: flex;
  align-items: center;
}
examination-top-bar .column button.mat-icon-button {
  width: 23px;
  height: 23px;
  line-height: 23px;
}
examination-top-bar .title-action {
  gap: 1em;
  justify-content: space-between;
}
examination-top-bar .workflow-bar {
  justify-content: flex-end;
}
examination-top-bar .upload-trigger {
  height: 40px;
}
examination-top-bar .patient-topbar-icons {
  display: flex;
  max-width: 255px;
  overflow-x: scroll;
}
examination-top-bar .patient-topbar-icons .risks-icons {
  display: flex;
  align-items: center;
}
examination-top-bar .patient-topbar-icons .risks-icons .mat-icon {
  margin-left: 15px;
  width: 36px;
  height: 36px;
}
.tablet examination-top-bar,
.mobile examination-top-bar {
  grid-template-columns: 2fr 1fr calc(28% - 32px) 32px;
  background-color: #EEF5F6;
  padding: 10px 20px;
  margin: 0;
}
.tablet examination-top-bar .patient-topbar-icons,
.mobile examination-top-bar .patient-topbar-icons {
  max-width: 165px;
}
.tablet examination-top-bar .patient-topbar-icons .risks-icons .mat-icon,
.mobile examination-top-bar .patient-topbar-icons .risks-icons .mat-icon {
  width: 30px;
  height: 30px;
}
.tablet examination-top-bar label.title,
.mobile examination-top-bar label.title {
  font-size: 15px;
}
.tablet examination-top-bar span.full-name,
.mobile examination-top-bar span.full-name {
  font-size: 14px;
  line-height: 18px;
}
.tablet examination-top-bar span.small,
.mobile examination-top-bar span.small {
  font-size: 12px;
  line-height: 25px;
}
.tablet examination-top-bar .add-risk,
.mobile examination-top-bar .add-risk {
  line-height: 25px;
  margin-left: 15px;
}
.tablet examination-top-bar .status-badge-light,
.mobile examination-top-bar .status-badge-light {
  border-radius: 16px;
  width: 32px;
  height: 32px;
  align-self: center;
  font-size: 0;
}
.diagnosis-info {
  margin: 0 0 -20px 20px;
}
.diagnosis-info .info-wrapper {
  position: relative;
}
.diagnosis-info .info-wrapper .info-content {
  background: white;
  padding: 15px;
  box-shadow: 0px 10px 20px rgba(43, 65, 84, 0.5);
  font-size: 14px;
  position: absolute;
  top: 100%;
  min-width: 320px;
  z-index: 101;
  transform: translateX(-100%);
  margin-left: 40px;
  margin-top: 12px;
}
.mobile examination-top-bar {
  width: 100vw;
  grid-template-columns: 55% 1fr;
}
.mobile examination-top-bar .info-content {
  margin-left: 120px !important;
}
.mobile examination-top-bar .patient-topbar-icons {
  max-width: 100px;
}
.upload-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
}
.body-content-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  border: solid 1px black;
}
.body-content-wrapper .zoom-image-wrapper {
  position: relative;
  height: auto;
  min-height: 470px;
  display: flex;
  justify-content: center;
  margin: 30px;
}
.body-content-wrapper .zoom-image-position {
  position: relative;
  overflow: visible;
  align-self: center;
  will-change: transform;
}
.body-content-wrapper .zoom-image {
  transition: all ease 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  transition: transform;
  transition-duration: 0s;
  transform-origin: top left;
}
.body-content-wrapper .zoom-image .body-part-image {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.body-content-wrapper.disabled .zoom-image {
  background-size: auto 100% !important;
}
.body-content-wrapper.droppable-zone-border {
  border: 1px solid black;
}
.symbols-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  gap: 5px;
}
.symbols-wrapper .symbol-wrapper {
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  height: 80px;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 2px 0;
  border: solid 2px #EEF5F6;
}
.symbols-wrapper .symbol-wrapper label {
  font-size: 12px;
  word-break: break-word;
  text-align: center;
}
.image-actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0.2em;
  width: 100%;
  align-items: center;
}
.image-actions .body-part-switcher .mat-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 32px;
}
.image-actions .anatomy-button {
  text-transform: none;
  font-size: 12px;
  padding: 0 5px;
  line-height: 2;
}
.image-actions .slider-ticks {
  width: 100%;
  margin: auto;
}
.image-actions .body-part-buttons {
  display: flex;
}
.image-actions .zoom-slider-wrapper {
  padding-left: 4px;
  width: 100%;
}
.image-actions .zoom-slider-wrapper .zoom-slider .mat-slider {
  width: 100%;
}
.body-part-symbol {
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 2;
  border-radius: 25px;
  transition: all ease 0.2s;
  will-change: top, left;
  transition-duration: 0s;
}
.tablet .body-content-wrapper .zoom-image-wrapper {
  height: 560px;
  flex-direction: column;
}
.grey-scale {
  filter: grayscale(100%);
}
one-attachment-element {
  flex: none;
}
one-attachment-element .attachment-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 12px 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
one-attachment-element .attachment-wrapper.body-picture, one-attachment-element .attachment-wrapper.images-dashboard {
  padding: 0;
  border-radius: 3px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
}
one-attachment-element .attachment-wrapper.body-picture img, one-attachment-element .attachment-wrapper.images-dashboard img {
  border-radius: 3px;
  max-height: 100%;
}
one-attachment-element .attachment-wrapper.body-picture.active, one-attachment-element .attachment-wrapper.images-dashboard.active {
  box-shadow: 0 0 0 3px #C7348B;
}
one-attachment-element .attachment-wrapper.images-dashboard {
  height: 50px;
  width: 50px;
}
one-attachment-element .attachment-wrapper .image-wrapper {
  width: 92px;
  height: 92px;
  vertical-align: top;
}
one-attachment-element .attachment-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
one-attachment-element .attachment-wrapper .attachment-actions {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
one-attachment-element .attachment-wrapper .attachment-actions .mat-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 25px;
  background: white;
  border-radius: 50%;
}
one-attachment-element .attachment-wrapper .attachment-image {
  width: 78px;
  height: 78px;
}
one-attachment-element .attachment-wrapper .mat-icon {
  width: 92px;
  height: 92px;
}
one-attachment-element .attachment-wrapper .item-title, one-attachment-element .attachment-wrapper .report-name {
  font-size: 11px;
  line-height: 11px;
  font-weight: 600;
  margin: 5px 0 7px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
one-attachment-element .attachment-wrapper .item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
one-attachment-element .attachment-wrapper .item-date {
  font-size: 14px;
  line-height: 20px;
}
one-attachment-element .attachment-wrapper .image-name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 10px;
}
one-attachment-element .attachment-wrapper .image-date {
  font-size: 14px;
  line-height: 20px;
}
.tablet .attachments-section .attachments-wrapper {
  grid-template-columns: repeat(auto-fill, 90px);
  grid-gap: 30px;
}
.tablet one-attachment-element {
  width: 100%;
  height: 100%;
}
.tablet one-attachment-element .attachment-wrapper {
  position: relative;
  border: none;
  padding: 0;
}
.tablet one-attachment-element .attachment-wrapper .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tablet one-attachment-element .attachment-wrapper .icon-wrapper, .tablet one-attachment-element .attachment-wrapper .image-wrapper {
  background: white;
  padding: 6px;
  text-align: center;
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.tablet one-attachment-element .attachment-wrapper.body-picture {
  padding: 0;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
.tablet one-attachment-element .attachment-wrapper.body-picture img {
  max-width: 100%;
  max-height: 100%;
}
.tablet one-attachment-element .attachment-wrapper.images-dashboard {
  width: 40px;
  height: 40px;
}
.tablet one-attachment-element .attachment-wrapper .mat-icon {
  width: 60px;
  height: 60px;
}
.tablet one-attachment-element .attachment-wrapper .item-title {
  font: 600 13px/15px "IBM Plex Sans";
  padding: 0 6px 5px;
}
.tablet one-attachment-element .attachment-wrapper .item-date {
  font: 500 11px/13px "IBM Plex Sans";
  margin-bottom: 6px;
}
.tablet one-attachment-element .attachment-wrapper .icon-accent-color {
  fill: inherit;
}
.examination-file-menu.mat-fab {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 30px;
  width: 30px;
  background-color: #FFFFFF;
  color: #000000;
}
.examination-file-menu.mat-fab .mat-button-wrapper {
  display: flex;
  margin: auto 7px;
  padding: 0;
  line-height: 0;
}
.examination-file-menu.mat-fab .mat-button-wrapper .mat-icon {
  height: 20px;
  width: 20px;
  transform: rotate(90deg);
}
.text, one-history-table1 .history-table-wrapper .history-filter .table-title {
  color: rgb(43, 65, 84);
}
.examination-one-title {
  font-size: 18px;
  font-weight: 600;
}
.heavy-text, one-history-table1 .history-table-wrapper .history-filter .table-title {
  font-size: 15px;
  font-weight: 600;
}
.main-text {
  font-weight: 500;
  font-size: 14px;
}
.secondary-text {
  font-weight: 400;
  font-size: 12px;
}
.hidden {
  visibility: hidden;
}
.no-max-width {
  max-width: none !important;
}
one-history-table1 .history-table-wrapper {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
one-history-table1 .history-table-wrapper .history-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 10px;
}
one-history-table1 .history-table-wrapper .history-filter .table-title {
  text-transform: uppercase;
  display: grid;
  align-content: center;
  justify-content: center;
}
one-history-table1 .history-table-wrapper .history-filter .filter {
  display: flex;
  align-items: center;
}
one-history-table1 .history-table-wrapper .history-filter .filter .filter-label {
  text-transform: uppercase;
  margin-right: 13px;
  justify-content: center;
  align-content: center;
  font-weight: 600;
  font-size: 12px;
}
one-history-table1 .history-table-wrapper .history-filter .filter .filter-form-field {
  width: 145px;
}
one-history-table1 .history-table-wrapper .history-filter .filter .filter-form-field .mat-form-field-infix {
  border-top-width: 0px;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper {
  overflow: scroll;
  height: 100%;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel {
  border-radius: 0;
  box-shadow: unset;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-header {
  padding: 0 10px;
  height: 35px !important;
  border-bottom: 1px rgba(43, 65, 84, 0.34) solid;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-body {
  padding: 0 10px 0px;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-body:last-child {
  padding-bottom: 6.5px;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .clinical-course {
  border-bottom: 1px rgba(43, 65, 84, 0.34) solid;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 8px 0 12px 0;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-date {
  flex: 0 0 20%;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 0 70%;
  text-transform: uppercase;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .clinical-course .examination-documentation-patient-mood {
  text-align: end;
  flex: 0 0 10%;
}
one-history-table1 .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-detail-item {
  flex: 0 0 100%;
}
one-examination-statistics-chart {
  display: flex;
  flex-direction: column;
}
one-examination-statistics-chart .examination-chart-wrapper {
  display: flex;
  width: 100%;
  flex: 1;
  overflow-y: auto;
  flex-direction: column;
}
one-examination-statistics-chart .examination-chart-wrapper.has-no-data {
  min-height: 275px;
}
one-examination-statistics-chart .examination-chart-wrapper .examination-mixed-chart {
  height: 150px;
}
one-examination-statistics-chart .examination-chart-wrapper .chart-hidden {
  visibility: hidden;
}
one-examination-statistics-chart .examination-chart-wrapper .chart-visible {
  visibility: visible;
}
.tablet one-examination-statistics-chart .examination-chart-wrapper {
  overflow-y: initial;
  position: relative;
}
.tablet one-examination-statistics-chart .examination-chart-wrapper .section-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.tablet one-examination-statistics-chart .examination-chart-wrapper .no-data {
  background-color: #EEF5F6;
  margin: 0;
}
.tablet one-examination-statistics-chart .table-scroll-wrapper {
  background-color: white;
  padding-top: 10px;
}
.tablet .examination-chart-wrapper.has-no-data {
  min-height: 150px;
}
.tablet .examination-chart-wrapper .examination-mixed-chart {
  width: 100%;
}
.examination-page-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.medicine-content-box-header .section-title,
.examination-page-content .section-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.examination-page-content .patient-filter-control {
  grid-column: span 2;
}
.examination-page-content .mat-list {
  max-height: 240px;
  height: 240px;
}
.examination-page-content .mat-list .mat-list-item-content {
  padding: 0 10px;
}
.examination-page-content .mat-list .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.examination-page-content .mat-list .content .mat-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.attachments-section .attachment-section {
  border-bottom: 1px solid #2B4154;
  margin-bottom: 10px;
}
.attachments-section .attachment-section .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.attachments-section .attachment-section:last-of-type {
  border-width: 0;
}
.attachments-section .search-count-total {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.3px;
  margin-right: 30px;
  text-transform: uppercase;
  white-space: nowrap;
}
.attachments-section .attachments-wrapper {
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, 115px);
  grid-gap: 32px;
}
.attachments-section .floating-button-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.attachments-section .floating-button-container .fab-button {
  background: var(--mainColor);
  color: white;
  float: right;
}
.attachments-section .floating-button-container .fab-button.disabled {
  opacity: 0.5;
}
.attachments-section .floating-button-container .expanded-fab-container {
  margin-bottom: 16px;
}
.attachments-section .floating-button-container .expanded-fab-container .mat-fab {
  background: white;
  border-width: 1px;
  border-style: solid;
  border-color: #2B4154;
  border-radius: 25px;
  color: #2B4154;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding: 10px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
}
.attachments-section .floating-button-container .expanded-fab-container .mat-fab.disabled {
  opacity: 0.5;
}
.attachments-section .floating-button-container .expanded-fab-container mat-icon {
  color: #2B4154;
}
.attachments-section .cdk-drag-placeholder,
.attachments-section .cdk-drag-dragging {
  display: none;
}
.edit-pain-wrapper {
  display: grid;
  grid-template-columns: 1fr 250px;
  grid-gap: 20px;
  background: white;
}
.intensity .slider-interval-label-container .slider-interval-label {
  width: calc((100% - 4px) / 10);
}
.intensity .slider-interval-label-container .slider-interval-label:first-child, .intensity .slider-interval-label-container .slider-interval-label:last-child {
  width: calc((100% - 4px) / 20);
}
one-body-part .displayed-interval-slider-container .mat-slider,
.intensity .displayed-interval-slider-container .mat-slider {
  width: 100%;
  height: 33px;
}
one-body-part .displayed-interval-slider-container .mat-slider-disabled,
.intensity .displayed-interval-slider-container .mat-slider-disabled {
  opacity: 0.5;
}
one-body-part .displayed-interval-slider-container .mat-slider-disabled .mat-slider-thumb,
.intensity .displayed-interval-slider-container .mat-slider-disabled .mat-slider-thumb {
  transform: scale(0.7);
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-wrapper,
.intensity .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-wrapper {
  left: 0;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-wrapper:after,
.intensity .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-wrapper:after {
  height: 7px;
  opacity: 1;
  top: -3px;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-ticks-container,
.intensity .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-ticks-container {
  height: 7px;
  top: -3px;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-ticks,
.intensity .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-ticks {
  opacity: 1;
  height: 7px;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-track-fill,
.intensity .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-track-fill {
  background: #2B4154;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-thumb,
.intensity .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-thumb {
  left: 99%;
  border: 1px solid #2B4154;
  background-color: #FFFFFF;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal.green .mat-slider-thumb, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.green .mat-slider-thumb-label, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.green .mat-slider-track-fill,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.green .mat-slider-thumb,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.green .mat-slider-thumb-label,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.green .mat-slider-track-fill {
  background-color: #00827B;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal.yellow .mat-slider-thumb, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.yellow .mat-slider-thumb-label, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.yellow .mat-slider-track-fill,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.yellow .mat-slider-thumb,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.yellow .mat-slider-thumb-label,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.yellow .mat-slider-track-fill {
  background-color: #FFD21F;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal.orange .mat-slider-thumb, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.orange .mat-slider-thumb-label, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.orange .mat-slider-track-fill,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.orange .mat-slider-thumb,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.orange .mat-slider-thumb-label,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.orange .mat-slider-track-fill {
  background-color: #FF9400;
}
one-body-part .displayed-interval-slider-container .mat-slider-horizontal.red .mat-slider-thumb, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.red .mat-slider-thumb-label, one-body-part .displayed-interval-slider-container .mat-slider-horizontal.red .mat-slider-track-fill,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.red .mat-slider-thumb,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.red .mat-slider-thumb-label,
.intensity .displayed-interval-slider-container .mat-slider-horizontal.red .mat-slider-track-fill {
  background-color: #C20000;
}
one-body-part .displayed-interval-slider-container .mat-slider-track-background,
.intensity .displayed-interval-slider-container .mat-slider-track-background {
  background-color: #2B4154;
}
one-body-part .displayed-interval-slider-container .mat-slider-disabled .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb,
.intensity .displayed-interval-slider-container .mat-slider-disabled .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
one-body-part,
.intensity {
  padding-left: 0;
}
one-body-part .slider-interval-label-container,
.intensity .slider-interval-label-container {
  width: 100%;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  display: flex;
}
one-body-part .slider-interval-label-container.disabled,
.intensity .slider-interval-label-container.disabled {
  opacity: 0.5;
}
one-body-part .slider-interval-label-container .slider-interval-label,
.intensity .slider-interval-label-container .slider-interval-label {
  width: 10%;
  display: flex;
  justify-content: center;
  position: relative;
}
one-body-part .slider-interval-label-container .slider-interval-label:first-child,
.intensity .slider-interval-label-container .slider-interval-label:first-child {
  width: 5%;
  padding-left: 0;
  justify-content: start;
  color: #00827B;
}
one-body-part .slider-interval-label-container .slider-interval-label:last-child,
.intensity .slider-interval-label-container .slider-interval-label:last-child {
  width: 5.5%;
  padding-right: 0;
  justify-content: end;
  color: #C20000;
}
one-body-part .slider-interval-label-container .slider-interval-label .first,
one-body-part .slider-interval-label-container .slider-interval-label .last,
.intensity .slider-interval-label-container .slider-interval-label .first,
.intensity .slider-interval-label-container .slider-interval-label .last {
  cursor: pointer;
}
one-body-part .slider-interval-label-container.body-scale .slider-interval-label,
.intensity .slider-interval-label-container.body-scale .slider-interval-label {
  width: 20%;
}
one-body-part .slider-interval-label-container.body-scale .slider-interval-label:first-child,
.intensity .slider-interval-label-container.body-scale .slider-interval-label:first-child {
  width: 15%;
}
one-body-part .slider-interval-label-container.body-scale .slider-interval-label:last-child,
.intensity .slider-interval-label-container.body-scale .slider-interval-label:last-child {
  width: 10%;
}
one-body-part .displayed-interval-slider-container .mat-slider-ticks {
  background-size: 20.15% 2px !important;
}
.intensity .displayed-interval-slider-container .mat-slider-ticks {
  background-size: 10% 2px !important;
}
.value.intensity .displayed-interval-slider-container .mat-slider-disabled,
.value.intensity .slider-interval-label-container.disabled {
  opacity: 1;
}
.intensity .dummy-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.intensity .dummy-label.disabled {
  opacity: 0.5;
}
one-history-table {
  display: block;
  flex: 1;
  min-height: 1px;
}
one-history-table .history-table-wrapper {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
}
one-history-table .history-table-wrapper .history-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  flex: none;
}
one-history-table .history-table-wrapper .filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
one-history-table .history-table-wrapper .filter .mat-checkbox + .mat-checkbox {
  margin-left: 15px;
}
one-history-table .history-table-wrapper .filter-form-field {
  width: 145px;
  margin-left: 20px;
}
one-history-table .history-table-wrapper .filter-form-field .mat-form-field-infix {
  border-top-width: 0px;
}
one-history-table .history-table-wrapper .table-scroll-wrapper {
  overflow-y: auto;
  flex: 1;
  padding: 2px;
  border: 2px solid #EEF5F6;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel {
  border-radius: 0;
  box-shadow: unset;
  color: #2B4154;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel:first-of-type .mat-expansion-panel-header {
  border-top-width: 0;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-header-title {
  font-size: 16px;
  font-weight: 600;
  color: #2B4154;
  align-items: center;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-header {
  padding: 0 0 0 10px;
  height: 35px !important;
  border-top: 1px rgba(43, 65, 84, 0.34) solid;
  background: #F6FAFA;
  color: #2B4154;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-header.mat-expanded {
  background: white;
  border-bottom: 1px rgba(43, 65, 84, 0.34) solid;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-header .mat-content {
  align-self: stretch;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-header .mat-expansion-indicator {
  width: 40px;
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-body {
  padding: 0 10px 0px;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .mat-expansion-panel-body:last-child {
  padding-bottom: 6.5px;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course {
  border-bottom: 1px rgba(43, 65, 84, 0.34) solid;
  display: grid;
  grid-template-columns: max-content 1fr auto;
  grid-gap: 10px 20px;
  padding: 8px 0 12px 0;
  font-size: 14px;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course:last-of-type {
  border-bottom-width: 0;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .full {
  grid-column: span 2;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .row-span-2 {
  grid-row: span 2;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-date {
  flex: 0 0 20%;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-date,
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-title,
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-text {
  font-size: 16px;
  font-weight: 500;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-text {
  display: flex;
  flex-wrap: wrap;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .clinical-course-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
one-history-table .history-table-wrapper .table-scroll-wrapper .clinical-course .examination-documentation-patient-mood .mat-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
}
one-history-table .history-table-wrapper .no-history-table-padding {
  padding: 0;
}
one-history-table .history-table-wrapper .no-result-message-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 120px;
  font-weight: 600;
  font-size: 16px;
  color: #8B9AA4;
  background-color: #EEF5F6;
}
one-history-table .history-table-wrapper .no-result-message-wrapper .no-result-message {
  opacity: 0.5;
}
one-history-table .history-table-wrapper .examination-doc-clinical-course {
  grid-template-columns: max-content 1fr auto !important;
}
one-history-table .history-table-wrapper .examination-doc-clinical-course .examination-documentation-date-from {
  font-size: 16px;
  font-weight: 500;
}
.no-data {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: #2B4154;
  background-color: #EEF5F6;
}
.no-data span {
  opacity: 0.5;
}
.history-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  height: 100%;
  overflow: hidden;
}
.history-table app-investigation {
  width: 100%;
  flex: 1;
  min-height: 1px;
}
.anamnesis {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
  width: 100%;
}
.anamnesis .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #2B4154;
}
.anamnesis .title .mat-slide-toggle {
  text-transform: none;
}
.anamnesis .attachments-section {
  position: relative;
  min-height: 90px;
  max-height: 270px;
  display: flex;
  flex-direction: column;
}
.anamnesis .attachments-section.has-items {
  height: 270px;
  overscroll-behavior: auto;
}
.anamnesis .attachments-section .attachment-section {
  border-bottom-width: 0;
  margin: 10px 0;
  padding-left: 10px;
  overflow: auto;
}
.anamnesis .item-add {
  margin-right: 0;
}
.anamnesis .component-outer-container {
  grid-row: 1/-1;
}
.anamnesis-list {
  width: 100%;
  padding-top: 10px;
}
.anamnesis-list.has-editable-item {
  padding-right: 20px;
}
.anamnesis-list .title,
.anamnesis-list .anamnesis-edit-title {
  display: flex;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  padding-bottom: 10px;
  justify-content: space-between;
}
.anamnesis-list .title .mat-slide-toggle,
.anamnesis-list .anamnesis-edit-title .mat-slide-toggle {
  margin-top: 0;
  margin-left: auto;
}
.anamnesis-list .title.documentation {
  text-transform: uppercase;
  padding-bottom: 10px;
}
.anamnesis-list .anamnesis-edit-title .mat-form-field-infix {
  border-top-width: 0;
}
.anamnesis-list .anamnesis-edit-title .action-buttons .mat-icon-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.anamnesis-list .speech-button {
  margin-left: auto;
}
.anamnesis-list .pain-text,
.anamnesis-list .anamnesis-text,
.anamnesis-list .therapyPlan-text,
.anamnesis-list .documentation-readonly-item {
  position: relative;
  font-size: 16px;
  white-space: pre-line;
}
.anamnesis-list .pain-text textarea,
.anamnesis-list .anamnesis-text textarea,
.anamnesis-list .therapyPlan-text textarea,
.anamnesis-list .documentation-readonly-item textarea {
  font-size: 16px;
}
.anamnesis-list .content-box.documentation {
  margin-bottom: 20px;
}
.anamnesis-list .documentation-readonly-item {
  display: grid;
  grid-template-columns: max-content auto;
  grid-gap: 5px;
}
.anamnesis-list .action-buttons {
  white-space: nowrap;
}
.anamnesis-list .anamnesis-item + .anamnesis-item {
  margin-top: 10px;
}
.anamnesis-list .pain-readonly {
  margin-bottom: 10px;
}
.anamnesis-list .pain-readonly .view-pain-wrapper {
  display: grid;
  grid-template-columns: 285px auto;
  grid-gap: 15px 22px;
  align-items: center;
  font-size: 16px;
}
.anamnesis-list .pain-readonly .view-pain-wrapper .label {
  text-transform: uppercase;
}
.anamnesis-list .pain-readonly .view-pain-wrapper .intensity .displayed-interval-slider-container .mat-slider-horizontal .mat-slider-thumb-container {
  left: 5px;
}
.label {
  font-weight: 600;
}
.item-add {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  margin-right: 20px;
}
.item-add .mat-mini-fab {
  color: white;
}
.content-box {
  padding: 20px;
  background: #EEF5F6 !important;
  position: relative;
  font-size: 16px;
}
.content-box + .content-box {
  margin-top: 20px;
}
.content-box.no-padding {
  padding: 0;
}
.tablet .content-box {
  background: white;
}
.content-box .delete-button {
  position: absolute;
  right: -20px;
  top: -20px;
}
.content-box .delete-button[disabled] {
  opacity: 0.5;
}
.content-box.view-mode {
  background: var(--backgroundColorLight) !important;
}
.content-box.readonly {
  display: flex;
  justify-content: space-between;
}
.content-box.anamnesis-readonly {
  align-items: center;
}
.medicine-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.medicine-container .current-items {
  height: 58%;
  overflow-y: auto;
}
.medicine-container .current-items.full-height {
  height: 100%;
}
.medicine-container .current-items.has-editable-item {
  padding-right: 20px;
}
.medicine-container .last-items {
  max-height: 42%;
  overflow: hidden;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.medicine-container .last-items .list-title {
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid #eef5f6;
  padding-top: 10px;
}
.medicine-container .last-items .scroll {
  overflow-y: scroll;
}
.medicine-content-box-header,
.content-box.medicine {
  display: grid;
  grid-template-columns: 0px auto repeat(4, 75px) 110px 30px;
  grid-gap: 0 20px;
  padding-bottom: 10px;
  line-height: 23px;
}
.medicine-content-box-header .description,
.content-box.medicine .description {
  grid-column: 2;
}
.medicine-content-box-header .description .activateInput,
.content-box.medicine .description .activateInput {
  width: 40%;
}
.medicine-content-box-header .description .freetext,
.content-box.medicine .description .freetext {
  width: 52%;
  margin-left: 20px;
}
.medicine-content-box-header .date-wrapper,
.content-box.medicine .date-wrapper {
  display: flex;
  align-items: center;
  margin-left: -5px;
}
.medicine-content-box-header .date-wrapper .date,
.content-box.medicine .date-wrapper .date {
  font-weight: 600;
}
.medicine-content-box-header .date-wrapper .action-buttons,
.content-box.medicine .date-wrapper .action-buttons {
  margin-right: 10px;
}
.medicine-content-box-header .viewmode,
.content-box.medicine .viewmode {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 0 15px;
}
.medicine-content-box-header .label,
.content-box.medicine .label {
  font-weight: 600;
  white-space: nowrap;
}
.tablet .medicine-content-box-header,
.tablet .content-box.medicine {
  grid-gap: 0 10px;
}
.content-box.medicine {
  padding: 20px 0;
  font-size: 16px;
}
.localization .mat-radio-group {
  margin-left: 20px;
}
.localization .mat-radio-group .mat-ragio-button + .mat-radio-button {
  margin-left: 15px;
}
.span-2-cols {
  grid-column: span 2;
}
.goals-page .goal-label,
.investigation-view .goal-label {
  color: #2B4154;
  font-weight: 500;
  padding-top: 6px;
  font-size: 16px;
  line-height: 18px;
}
.goals-page .selected-button,
.investigation-view .selected-button {
  opacity: 1;
}
.goals-page .affected-side,
.investigation-view .affected-side {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 20px;
  gap: 10px;
}
.goals-page .examination-goals-button-outer-container,
.investigation-view .examination-goals-button-outer-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0 10px;
}
.goals-page .examination-goals-button-container,
.investigation-view .examination-goals-button-container {
  text-align: center;
}
.goals-page .examination-goals-button-container .goal,
.goals-page .examination-goals-button-container button,
.investigation-view .examination-goals-button-container .goal,
.investigation-view .examination-goals-button-container button {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: white;
  border: none;
  padding: 2px 20px;
  border-radius: 18px;
  text-transform: none;
  height: 100%;
}
.goals-page .examination-goals-button-container:nth-child(4) button, .goals-page .examination-goals-button-container:nth-child(5) button, .goals-page .examination-goals-button-container:nth-child(6) button,
.investigation-view .examination-goals-button-container:nth-child(4) button,
.investigation-view .examination-goals-button-container:nth-child(5) button,
.investigation-view .examination-goals-button-container:nth-child(6) button {
  color: #2b4154;
}
.goals-page .examination-goals-button-container .goal,
.investigation-view .examination-goals-button-container .goal {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.goals-page .examination-goals-button-container .goal.little_improvement, .goals-page .examination-goals-button-container .goal.significant_improvement, .goals-page .examination-goals-button-container .goal.no_problems,
.investigation-view .examination-goals-button-container .goal.little_improvement,
.investigation-view .examination-goals-button-container .goal.significant_improvement,
.investigation-view .examination-goals-button-container .goal.no_problems {
  color: #2b4154;
}
.goals-page .not-selected-button,
.investigation-view .not-selected-button {
  opacity: 0.6;
}
.goals-page .goal-label {
  font-size: 13px;
  line-height: 18px;
}
.appointment-item,
.empty-appointment-item {
  font-size: 13px;
  height: 35px;
  font-weight: 500;
  border-radius: 3px;
  border: 1px #2B4154 solid;
}
.empty-appointment-item {
  background: rgba(255, 255, 255, 0.5);
  border-width: 0;
}
.past-appointment-item {
  background: #EEF5F6;
  border: 1px #00827b solid;
}
.past-appointment-item mat-icon {
  color: #00827b;
  width: 16px;
  height: 16px;
  margin-left: auto;
}
.past-appointment-item.with-report {
  border: 1px #c20000 solid;
}
.past-appointment-item.with-report mat-icon {
  color: #c20000;
}
.show-pointer {
  cursor: pointer;
}
.future-appointment-item {
  background: #EEF5F6;
  border: 1px #2B4154 solid;
  cursor: pointer;
}
.appointments-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.navigation-wheel {
  justify-self: center;
  align-self: flex-end;
}
.past-appointments,
.future-appointments {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.past-appointments .mat-list-base,
.future-appointments .mat-list-base {
  flex: 1;
  overflow-y: auto;
}
.no-data {
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  color: #8B9AA4;
  height: 100%;
  justify-content: center;
  display: flex;
}
.edit-pain-card {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.edit-pain-card .button-delete-pain {
  position: absolute;
  right: -20px;
  top: -25px;
}
.pain-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.tablet .no-data {
  margin-top: 5px;
  background-color: white;
}
.tablet .box-title .mat-icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.tablet .content-box.medicine,
.tablet .medicine-content-box-header {
  grid-template-columns: 0px auto 55px 70px 70px 95px 110px 30px;
  margin-right: 0;
}
.tablet .content-box.medicine .section-title,
.tablet .medicine-content-box-header .section-title {
  font-size: 16px;
}
.tablet .medicine-container .last-items {
  max-height: 280px;
}
.tablet .medicine-container .last-items .list-title {
  border-color: #2b4154;
}
.tablet one-goals .examination-goals-button-outer-container {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}
.tablet one-goals .examination-goals-button-container .goal,
.tablet one-goals .examination-goals-button-container button {
  width: 100%;
}
.tablet one-history-table .history-table-wrapper .filter .mat-checkbox {
  margin-left: 0;
  margin-right: 15px;
}
.tablet one-body-part .slider-interval-label-container,
.tablet .intensity .slider-interval-label-container {
  font-size: 9px;
}
.tablet one-body-part .displayed-interval-slider-container .mat-slider-thumb,
.tablet .intensity .displayed-interval-slider-container .mat-slider-thumb {
  left: 98%;
}
.tablet .intensity .slider-interval-label-container .slider-interval-label {
  width: calc((100% - 4px) / 10);
}
.tablet .intensity .slider-interval-label-container .slider-interval-label:first-child, .tablet .intensity .slider-interval-label-container .slider-interval-label:last-child {
  width: calc((100% - 4px) / 20);
}
.tablet .anamnesis {
  overflow: auto;
  height: 100%;
  background: white;
}
.tablet .anamnesis .anamnesis-list {
  overflow: unset;
}
.tablet .anamnesis .anamnesis-list.has-editable-item {
  padding-right: 0;
}
.tablet .anamnesis .anamnesis-list .title {
  font-size: 16px;
}
.tablet .pain-title {
  background: white;
  font-size: 18px;
}
.tablet .edit-pain-card {
  margin-top: 0;
  background: #eef5f6;
  padding: 20px;
  margin-bottom: 10px;
}
.tablet .edit-pain-card .button-delete-pain {
  position: absolute;
  right: -20px;
  top: -25px;
}
.tablet .edit-pain-card .provocation {
  padding-left: 0;
}
.tablet .edit-pain-card .quality {
  padding-right: 0;
}
.tablet .attachments-section.has-items {
  height: 250px;
}
.tablet .attachments-section .floating-button-container {
  position: absolute;
  bottom: 8%;
  right: 2%;
}
.tablet .attachments-section .title {
  font-size: 16px;
}
.tablet .medicine-container {
  background: white;
  height: 100%;
}
.tablet .medicine-container .last-items {
  padding: 20px 0;
  margin: 0;
}
one-examination-workflowbar {
  flex: 0 0 auto;
}
.zygote-scroll {
  height: 100%;
  width: 100%;
}
.zygote-scroll .zygote-wrapper {
  height: 100%;
  position: relative;
}
.zygote-scroll iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.item-add-pain {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  padding: 10px 0 60px;
}
.item-add-pain .mat-mini-fab {
  color: white;
}
.groups-risks .title {
  display: flex;
  align-items: center;
  border-top: none !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
one-therapy-plan {
  width: 100%;
}
one-therapy-plan .panel-title {
  padding: 0;
}
one-therapy-plan .content-box {
  margin: 10px 0 20px;
}
.mobile one-goals {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.mobile .goals-page .affected-side {
  grid-gap: 0 8px;
}
.mobile .item-add {
  margin-right: 0;
}
.mobile .edit-pain-card .button-delete-pain {
  right: 0;
}
.nhcone one-journal {
  width: 100%;
  height: 100%;
}
.nhcone one-journal .journal-table .mat-column-transactionText {
  white-space: normal;
}
.nhcone one-journal .table-searchbar {
  background: white;
  padding: 0 20px;
}
.nhcone one-journal .journal-container {
  display: grid !important;
  grid-template-rows: 60px minmax(100px, 1fr) 95px;
  padding: 0 !important;
}
.nhcone one-journal .journal-container .invoice-status {
  border-radius: 14px;
  width: 130px;
  text-transform: uppercase;
  height: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.nhcone one-journal .journal-container .table-wrapper {
  position: relative;
  overflow: auto;
  background: white;
}
.nhcone one-journal .journal-container .table-wrapper .mat-cell:first-child {
  border-left-width: 1px;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table {
  background-color: white;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-gap: 20px;
  margin: 0 20px;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row {
  border-radius: 2px;
  margin: 0;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell {
  color: rgb(43, 65, 84);
  white-space: normal;
  height: auto;
  cursor: pointer;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .content {
  flex: 1 1 auto;
  border-bottom: 1px rgb(43, 65, 84) solid;
  border-top: 1px rgb(43, 65, 84) solid;
  padding: 12px 0;
  margin: 12px 0;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .content .title {
  font-size: 16px;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .header,
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer {
  flex: none;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .header > div,
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer > div {
  display: flex;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer .title {
  font-size: 14px;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .justify-left {
  justify-content: flex-start;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .justify-around {
  justify-content: space-around;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .justify-between {
  justify-content: space-between;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .title {
  font-weight: 600;
  font-size: 18px;
  align-self: center;
  text-transform: uppercase;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .heavy-text, .nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell one-history-table1 .history-table-wrapper .history-filter .table-title, one-history-table1 .history-table-wrapper .history-filter .nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .table-title {
  font-weight: 600;
  font-size: 14px;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .medium-text {
  font-size: 14px;
  font-weight: 500;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .light-text {
  font-size: 14px;
  font-weight: 400;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .date-item {
  width: 50%;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .extra-padding {
  padding-bottom: 12px;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .transaction-text {
  line-height: 22px;
}
.nhcone one-journal .journal-container .table-wrapper.grid-table .mat-table .grid-row.active .mat-cell {
  background-color: var(--mainColor-50) !important;
  border-color: var(--mainColor);
}
.nhcone one-journal .journal-container .table-wrapper .mat-table {
  position: absolute;
  background-color: #EEF5F6;
}
.nhcone one-journal .journal-container .table-wrapper .mat-table .mat-header-cell {
  padding-left: 10px;
}
.nhcone one-journal .journal-container .table-wrapper .mat-table thead tr {
  background-color: #EEF5F6;
  height: 30px;
}
.nhcone one-journal .journal-container .table-wrapper .mat-table .mat-cell {
  min-height: 50px;
  height: 50px;
  padding-left: 10px;
  vertical-align: top;
}
.nhcone one-journal .journal-container .table-wrapper .mat-table .mat-cell:not(.mat-column-status) {
  padding-top: 15px;
}
.nhcone one-journal .journal-container .footer-strip {
  display: flex;
  justify-content: flex-end;
  background: #EEF5F6;
  padding: 10px 20px;
  color: #2B4154;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 0 20px 0 rgba(43, 65, 84, 0.15);
  z-index: 1;
}
.nhcone one-journal .journal-container .footer-strip.hidden {
  display: none;
}
.nhcone one-journal .journal-container .footer-strip .label {
  text-transform: uppercase;
}
.nhcone one-journal .journal-container .footer-strip .amount-total-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  border-right: 2px #D7E1E3 solid;
  height: 100%;
  padding-right: 50px;
  grid-gap: 6px 30px;
  font-weight: 600;
}
.nhcone one-journal .journal-container .footer-strip .amount-specific-wrapper {
  padding-left: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 6px 30px;
}
.nhcone one-journal .journal-container .footer-strip .amount-specific-wrapper span {
  justify-self: flex-end;
}
.nhcone one-journal .journal-container .footer-strip .amount-specific-wrapper .paid-amount {
  color: var(--mainColor);
}
.nhcone one-journal .journal-container .footer-strip .amount-specific-wrapper .open-amount {
  color: #FF9400;
}
.nhcone .desktop one-journal .journal-container .table-wrapper.grid-table .mat-cell {
  background: rgb(238, 245, 246);
  display: flex;
  flex-direction: column;
  padding: 17px 15px;
  border-left-width: 1px;
  border-color: rgb(238, 245, 246);
}
.nhcone .tablet one-journal .journal-container,
.nhcone .mobile one-journal .journal-container {
  grid-template-rows: auto minmax(100px, 1fr) auto;
}
.nhcone .tablet one-journal .journal-container .table-searchbar,
.nhcone .tablet one-journal .journal-container .table-wrapper,
.nhcone .mobile one-journal .journal-container .table-searchbar,
.nhcone .mobile one-journal .journal-container .table-wrapper {
  background: transparent;
  padding: 0;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table {
  background-color: transparent;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody {
  display: flex;
  margin: 0;
  flex-direction: column;
  grid-gap: 0;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row {
  margin-bottom: 10px;
  background: transparent;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .mat-cell,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .mat-cell {
  padding: 0;
  border-width: 0px;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .item-sliding-active-slide ion-item,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .item-sliding-active-slide ion-item {
  --background: #EEF5F6;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 9px 5px;
  font-size: 13px;
  padding: 9px 15px 10px;
  width: 100%;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .label,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .label {
  font-weight: 500;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title {
  grid-column: span 2;
  font-size: 16px;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .invoice-status,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .invoice-status {
  justify-self: flex-end;
  font-weight: 500;
  height: 25px;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .date-item,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .date-item {
  width: auto;
  align-self: flex-end;
  justify-self: center;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 2px 15px;
  justify-content: end;
  text-transform: uppercase;
  align-self: flex-end;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment div:not(.label),
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment div:not(.label) {
  text-align: right;
}
.nhcone .tablet one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .transaction-text,
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .transaction-text {
  line-height: 18px;
}
.nhcone .tablet one-journal .journal-container .footer-strip,
.nhcone .mobile one-journal .journal-container .footer-strip {
  margin: 0 -15px;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--backgroundColor);
}
.nhcone .tablet one-journal .journal-container .footer-strip .amount-total-wrapper,
.nhcone .mobile one-journal .journal-container .footer-strip .amount-total-wrapper {
  border-right-width: 0;
  padding-right: 0;
}
.nhcone .tablet one-journal .journal-container .footer-strip .amount-specific-wrapper,
.nhcone .mobile one-journal .journal-container .footer-strip .amount-specific-wrapper {
  padding-left: 0;
}
.nhcone .tablet one-journal .journal-container .footer-strip .amount-total-wrapper,
.nhcone .tablet one-journal .journal-container .footer-strip .amount-specific-wrapper,
.nhcone .mobile one-journal .journal-container .footer-strip .amount-total-wrapper,
.nhcone .mobile one-journal .journal-container .footer-strip .amount-specific-wrapper {
  grid-gap: 6px 40px;
}
.nhcone .mobile one-journal .journal-container {
  grid-template-rows: auto auto minmax(100px, 1fr);
}
.nhcone .mobile one-journal .journal-container .footer-strip {
  order: 1;
  margin: -11px -11px 0;
  padding: 8px 10px 6px;
  box-shadow: none;
  background: #EEF5F6;
}
.nhcone .mobile one-journal .journal-container .footer-strip .amount-total-wrapper,
.nhcone .mobile one-journal .journal-container .footer-strip .amount-specific-wrapper {
  grid-gap: 4px 12px;
}
.nhcone .mobile one-journal .journal-container .table-searchbar {
  order: 2;
}
.nhcone .mobile one-journal .journal-container .empty-results {
  order: 3;
}
.nhcone .mobile one-journal .journal-container .table-wrapper {
  order: 4;
}
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row {
  margin-bottom: 5px;
}
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card {
  padding: 5px 10px;
  grid-gap: 5px;
}
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title {
  font-size: 15px;
}
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment {
  grid-column: span 3;
  grid-template-columns: min-content 1fr min-content 1fr;
  grid-gap: 2px 20px;
}
.nhcone .mobile one-journal .journal-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment div:not(.label) {
  text-align: left;
}
app-edit-journal .edit-content {
  display: flex;
  width: 100%;
  overflow: hidden;
}
app-edit-journal .edit-content .badge {
  border-radius: 14px;
  width: 130px;
  text-transform: uppercase;
  height: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
  font-size: 14px;
}
app-edit-journal .edit-content .badge.active {
  background-color: #FF9400;
}
app-edit-journal .edit-content .end {
  justify-self: flex-end;
}
app-edit-journal .edit-content .full {
  grid-column: span 2;
}
app-edit-journal .edit-content .left-card {
  width: 450px;
  height: fit-content;
  margin-right: 30px;
}
app-edit-journal .edit-content .left-card .badge {
  color: #fff;
}
app-edit-journal .edit-content .left-card .content .title {
  margin-bottom: 8px;
}
app-edit-journal .edit-content .left-card .view-mode {
  display: grid;
  grid-template-columns: min-content 1fr min-content auto;
  grid-gap: 10px;
  font-weight: 500;
  white-space: nowrap;
}
app-edit-journal .edit-content .left-card .view-mode .label {
  font-weight: 600;
}
app-edit-journal .edit-content .left-card .card-header {
  margin-bottom: 12px;
}
app-edit-journal .edit-content .left-card .separator {
  margin: 15px 0;
  border-top-width: 2px;
  border-color: #d5d9dd;
}
app-edit-journal .edit-content .right-side {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
app-edit-journal .edit-content .right-side .protocol-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
app-edit-journal .edit-content .right-side .protocol-list-table {
  flex: 1;
  overflow: auto;
}
app-edit-journal .edit-content .right-side .payment-form {
  flex: 1;
}
app-edit-journal .justify-content-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
app-edit-journal .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  white-space: nowrap;
}
app-edit-journal .card {
  padding: 16px;
  background-color: #FFFFFF;
  color: #2B4154;
  font-weight: 500;
  line-height: 20px;
}
app-edit-journal .card .payment-header-area {
  display: flex;
  justify-content: space-between;
}
app-edit-journal .card .payment-header-area .mat-slide-toggle {
  margin: 0;
}
app-edit-journal .with-shadow {
  box-shadow: 0px 0px 20px 0px rgba(43, 65, 84, 0.15);
}
app-edit-journal .payment {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 8px 60px;
}
app-edit-journal .payment-types {
  min-height: 30px;
}
.desktop app-edit-journal .edit-content {
  padding-top: 29px;
}
.desktop app-edit-journal .edit-content .badge {
  height: 25px;
}
.desktop app-edit-journal .content {
  border-color: rgba(43, 65, 84, 0.4);
  border-style: solid;
  border-width: 1px 0 1px 0;
  padding: 19px 0 24px;
  margin: 24px 0;
}
.desktop app-edit-journal .right-side .header {
  margin-bottom: 16px;
  flex: none;
}
.desktop app-edit-journal .right-side .payment-form,
.desktop app-edit-journal .right-side .storno-form {
  width: 730px;
  margin-top: 20px;
}
.desktop app-edit-journal .right-side .field-wrapper {
  margin-right: 20px;
}
.tablet app-edit-journal .badge,
.mobile app-edit-journal .badge {
  height: 25px;
}
.tablet app-edit-journal .edit-content,
.mobile app-edit-journal .edit-content {
  overflow: initial;
  flex-direction: column;
}
.tablet app-edit-journal .edit-content .left-card,
.mobile app-edit-journal .edit-content .left-card {
  width: auto;
  margin: -5px -15px 0;
  background: #EEF5F6;
}
.tablet app-edit-journal .edit-content .left-card .view-mode,
.mobile app-edit-journal .edit-content .left-card .view-mode {
  grid-gap: 4px 12px;
}
.tablet app-edit-journal .card,
.mobile app-edit-journal .card {
  padding: 15px 15px 10px;
}
.tablet app-edit-journal .right-side .protocol-list,
.mobile app-edit-journal .right-side .protocol-list {
  height: 100%;
}
.tablet app-edit-journal .right-side .storno-form, .tablet app-edit-journal .right-side .payment-form,
.mobile app-edit-journal .right-side .storno-form,
.mobile app-edit-journal .right-side .payment-form {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tablet app-edit-journal .right-side .mat-table .mat-row,
.mobile app-edit-journal .right-side .mat-table .mat-row {
  margin-bottom: 10px;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell {
  display: grid;
  grid-template-columns: 2fr 3fr;
  font-weight: 400;
  padding: 10px 15px;
  border-width: 0px;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell .title,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column: span 2;
  margin-bottom: 8px;
  font-size: 16px;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell .accounting-data,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .accounting-data {
  display: grid;
  grid-template-columns: auto 2fr auto 1fr;
  grid-gap: 1px 12px;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell .label,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .label {
  text-transform: uppercase;
  font-weight: 500;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell .storno-reason,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .storno-reason {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
  white-space: normal;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell .storno-reason .label,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .storno-reason .label {
  margin-right: 12px;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell .printed,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .printed {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.tablet app-edit-journal .right-side .mat-table .mat-row .mat-cell .printed .mat-icon,
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .printed .mat-icon {
  width: 24px;
  height: 24px;
}
.tablet app-edit-journal .right-side .header,
.mobile app-edit-journal .right-side .header {
  margin: 20px 0 10px;
}
.tablet app-edit-journal .right-side .header title,
.mobile app-edit-journal .right-side .header title {
  margin: 0;
}
.tablet app-edit-journal .tablet-footer,
.mobile app-edit-journal .tablet-footer {
  border-top: 1px solid rgba(43, 65, 84, 0.4);
  display: flex;
  align-items: flex-start;
  margin-top: 11px;
  padding-top: 12px;
}
.tablet app-edit-journal .tablet-footer .content,
.mobile app-edit-journal .tablet-footer .content {
  flex: 1;
  margin-right: 15px;
}
.tablet app-edit-journal .tablet-footer .content .title,
.mobile app-edit-journal .tablet-footer .content .title {
  font-size: 15px;
  line-height: 19px;
}
.tablet app-edit-journal .payment,
.mobile app-edit-journal .payment {
  grid-gap: 4px 60px;
}
.tablet app-edit-journal .field-wrapper,
.mobile app-edit-journal .field-wrapper {
  margin-right: 10px;
}
.mobile app-edit-journal .title {
  font-size: 15px;
}
.mobile app-edit-journal .edit-content {
  overflow: initial;
  flex-direction: column;
}
.mobile app-edit-journal .edit-content .left-card {
  margin: -10px -11px 0;
  padding: 8px 10px 15px;
}
.mobile app-edit-journal .edit-content .left-card.edit {
  background-color: white;
}
.mobile app-edit-journal .edit-content .view-mode {
  grid-template-columns: min-content 1fr;
}
.mobile app-edit-journal .tablet-footer {
  flex-direction: column;
}
.mobile app-edit-journal .tablet-footer .payment {
  grid-gap: 5px 20px;
  line-height: 17px;
  margin-top: 10px;
}
.mobile app-edit-journal .right-side .header {
  margin: 15px 0 9px;
}
.mobile app-edit-journal .right-side .mat-table {
  margin-top: 0px;
}
.mobile app-edit-journal .right-side .mat-table .mat-row {
  margin-bottom: 5px;
}
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell {
  padding: 5px 10px;
  font-size: 12px;
}
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .title {
  font-size: 15px;
}
.mobile app-edit-journal .right-side .mat-table .mat-row .mat-cell .accounting-data {
  grid-column: span 2;
  grid-gap: 1px 8px;
}
.mobile app-edit-journal .mobile-eccash-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 30px;
}
.mobile app-edit-journal .mobile-eccash-wrapper .field-wrapper {
  flex: 1;
  margin-right: 0;
  margin-left: 10px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.nhcone one-cash-book {
  width: 100%;
  height: 100%;
}
.nhcone one-cash-book .table-searchbar {
  background: white;
  padding: 0 20px;
}
.nhcone one-cash-book .table-searchbar .sort {
  display: flex;
  align-items: center;
}
.nhcone one-cash-book .cash-book-container {
  display: grid !important;
  grid-template-rows: auto minmax(100px, 1fr) 95px;
  padding: 0 !important;
}
.nhcone one-cash-book .cash-book-container.hide-footer {
  grid-template-rows: auto minmax(100px, 1fr) 0;
}
.nhcone one-cash-book .cash-book-container .invoice-status {
  border-radius: 14px;
  width: 130px;
  text-transform: uppercase;
  height: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.nhcone one-cash-book .cash-book-container .table-wrapper {
  position: relative;
  overflow: auto;
  background: white;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table {
  background-color: white;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-gap: 20px;
  margin: 0 20px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row {
  border-radius: 2px;
  margin: 0;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell {
  background: rgb(238, 245, 246);
  display: flex;
  flex-direction: column;
  color: rgb(43, 65, 84);
  padding: 17px 15px;
  white-space: normal;
  font-weight: 500;
  height: auto;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  border-bottom: 1px rgb(43, 65, 84) solid;
  padding: 9px 0 12px;
  margin-bottom: 16px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .header,
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer {
  flex: none;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .header > div,
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer > div {
  display: flex;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer {
  display: grid;
  grid-template-columns: min-content 1fr min-content auto;
  grid-gap: 7px 11px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer .end {
  justify-self: flex-end;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .justify-between {
  justify-content: space-between;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .heavy-text, .nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell one-history-table1 .history-table-wrapper .history-filter .table-title, one-history-table1 .history-table-wrapper .history-filter .nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .table-title {
  font-weight: 600;
  font-size: 14px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .medium-text {
  font-size: 14px;
  font-weight: 500;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .light-text {
  font-size: 14px;
  font-weight: 400;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .separator {
  border-bottom: 1px rgb(43, 65, 84) solid;
  padding-bottom: 12.5px;
  margin-bottom: 12.5px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .date-item {
  width: 50%;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .extra-padding {
  padding-bottom: 12px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .transaction-text {
  line-height: 18px;
  margin-bottom: 9px;
  flex: 1;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row.active .mat-cell {
  background-color: var(--mainColor-50) !important;
  border-color: var(--mainColor);
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row.edit .mat-cell {
  background: #ffefd9;
}
.nhcone one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table .grid-row.edit .mat-cell .content {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.nhcone one-cash-book .cash-book-container .table-wrapper .mat-table {
  position: absolute;
  background-color: #EEF5F6;
}
.nhcone one-cash-book .cash-book-container .table-wrapper .mat-table .mat-header-cell {
  padding-left: 10px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper .mat-table thead tr {
  background-color: #EEF5F6;
  height: 30px;
}
.nhcone one-cash-book .cash-book-container .table-wrapper .mat-table .mat-cell {
  min-height: 50px;
  height: 50px;
  padding-left: 10px;
}
.nhcone one-cash-book .cash-book-container .footer-strip {
  display: flex;
  justify-content: flex-end;
  background: #EEF5F6;
  padding: 10px 20px;
  color: #2B4154;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 0 20px 0 rgba(43, 65, 84, 0.15);
  z-index: 1;
}
.nhcone one-cash-book .cash-book-container .footer-strip label {
  margin-right: 20px;
  text-transform: uppercase;
}
.nhcone one-cash-book .cash-book-container .footer-strip .amount-total-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  border-right: 2px #D7E1E3 solid;
  height: 100%;
  padding-right: 50px;
}
.nhcone one-cash-book .cash-book-container .footer-strip .amount-specific-wrapper {
  padding-left: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
}
.nhcone one-cash-book .cash-book-container .footer-strip .amount-specific-wrapper span {
  justify-self: flex-end;
}
.nhcone one-cash-book .cash-book-container .footer-strip .amount-specific-wrapper .paid-amount {
  color: var(--mainColor);
}
.nhcone one-cash-book .cash-book-container .footer-strip .amount-specific-wrapper .open-amount {
  color: #FF9400;
}
.nhcone one-cash-book .no-results {
  grid-row: span 2;
}
.nhcone .mobile one-cash-book .cash-book-container,
.nhcone .tablet one-cash-book .cash-book-container {
  grid-template-rows: auto minmax(100px, 1fr) auto;
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip,
.nhcone .tablet one-cash-book .cash-book-container .footer-strip {
  margin: 0 -15px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-searchbar,
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper,
.nhcone .tablet one-cash-book .cash-book-container .table-searchbar,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper {
  background: transparent;
  padding: 0;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table {
  background-color: transparent;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody {
  display: flex;
  margin: 0;
  flex-direction: column;
  grid-gap: 0;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row {
  margin-bottom: 10px;
  background: transparent;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .mat-cell,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .mat-cell {
  padding: 0;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .item-sliding-active-slide ion-item,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .item-sliding-active-slide ion-item {
  --background: #EEF5F6;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 1px 10px;
  font-size: 13px;
  padding: 9px 15px 10px;
  width: 100%;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .label,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .label {
  font-weight: 500;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .header,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .header {
  display: flex;
  align-items: center;
  grid-column: span 2;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title {
  grid-column: span 2;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title .typ,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title .typ {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .account,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .account {
  font-weight: 400;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 2px 15px;
  justify-content: end;
  text-transform: uppercase;
  align-self: flex-end;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment div:not(.label),
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment div:not(.label) {
  text-align: right;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .content,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .content {
  margin: 0;
  padding: 0;
  border-width: 0px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .transaction-text,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .transaction-text {
  line-height: 18px;
  margin-bottom: 0;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .footer,
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .footer {
  align-self: flex-start;
  grid-gap: 1px 25px;
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip,
.nhcone .tablet one-cash-book .cash-book-container .footer-strip {
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--backgroundColor);
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip .amount-total-wrapper,
.nhcone .tablet one-cash-book .cash-book-container .footer-strip .amount-total-wrapper {
  border-right-width: 0;
  padding-right: 0;
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip .amount-specific-wrapper,
.nhcone .tablet one-cash-book .cash-book-container .footer-strip .amount-specific-wrapper {
  padding-left: 0;
}
.nhcone .mobile one-cash-book .cash-book-container {
  grid-template-rows: auto auto minmax(100px, 1fr);
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip {
  order: 1;
  margin: -11px -11px 0;
  padding: 8px 10px 6px;
  box-shadow: none;
  background: #EEF5F6;
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip .amount-total-wrapper {
  display: block;
  font-weight: 600;
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip .amount-total-wrapper label {
  display: block;
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip .amount-specific-wrapper {
  white-space: nowrap;
  grid-gap: 4px 12px;
}
.nhcone .mobile one-cash-book .cash-book-container .footer-strip label {
  margin-right: 0;
  line-height: 20px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-searchbar {
  order: 2;
}
.nhcone .mobile one-cash-book .cash-book-container .empty-results {
  order: 3;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper {
  order: 4;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row {
  margin-bottom: 5px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card {
  padding: 5px 6px;
  display: block;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .header {
  margin-bottom: 5px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title {
  font-size: 15px;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .span-3 {
  grid-column: span 3;
}
.nhcone .mobile one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .span-4 {
  grid-column: span 4;
}
.nhcone .mobile one-cash-book .cash-book-container .spinner {
  order: 3;
}
.nhcone .tablet one-cash-book .cash-book-container .edit-tablet-account-wrapper {
  display: flex;
}
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title {
  grid-column: 1;
}
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .account {
  align-self: center;
  text-align: right;
}
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row.edit .tablet-card {
  grid-template-columns: 3fr 2fr 1fr;
}
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row.edit .tablet-card .edit-actions {
  grid-row: span 2;
  align-self: center;
}
.nhcone .tablet one-cash-book .cash-book-container .table-wrapper.grid-table .mat-table > tbody .grid-row.edit .tablet-card .transaction-text {
  margin-bottom: 0;
}
.nhcone one-ec-cash {
  width: 100%;
  height: 100%;
}
.nhcone one-ec-cash .table-searchbar {
  background: white;
  padding: 0 20px;
}
.nhcone one-ec-cash .table-searchbar .sort {
  display: flex;
  align-items: center;
}
.nhcone one-ec-cash .ec-cash-container {
  display: grid !important;
  grid-template-rows: auto minmax(100px, 1fr) 95px;
  padding: 0 !important;
}
.nhcone one-ec-cash .ec-cash-container.hide-footer {
  grid-template-rows: auto minmax(100px, 1fr) 0;
}
.nhcone one-ec-cash .ec-cash-container .invoice-status {
  border-radius: 14px;
  width: 130px;
  text-transform: uppercase;
  height: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper {
  position: relative;
  overflow: auto;
  background: white;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper .mat-cell:first-child {
  border-left-width: 1px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table {
  background-color: white;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-gap: 20px;
  margin: 0 20px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row {
  border-radius: 2px;
  margin: 0;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell {
  background: rgb(238, 245, 246);
  display: flex;
  flex-direction: column;
  color: rgb(43, 65, 84);
  padding: 17px 15px;
  white-space: normal;
  border-left-width: 1px;
  font-weight: 500;
  height: auto;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  border-bottom: 1px rgb(43, 65, 84) solid;
  padding: 9px 0 12px;
  margin-bottom: 16px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .header,
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer {
  flex: none;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .header > div,
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer > div {
  display: flex;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer {
  display: grid;
  grid-template-columns: min-content 1fr min-content auto;
  grid-gap: 7px 11px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .footer .end {
  justify-self: flex-end;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .justify-between {
  justify-content: space-between;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 5px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .heavy-text, .nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell one-history-table1 .history-table-wrapper .history-filter .table-title, one-history-table1 .history-table-wrapper .history-filter .nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .table-title {
  font-weight: 600;
  font-size: 14px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .medium-text {
  font-size: 14px;
  font-weight: 500;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .light-text {
  font-size: 14px;
  font-weight: 400;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .separator {
  border-bottom: 1px rgb(43, 65, 84) solid;
  padding-bottom: 12.5px;
  margin-bottom: 12.5px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .date-item {
  width: 50%;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .extra-padding {
  padding-bottom: 12px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .transaction-text {
  line-height: 18px;
  margin-bottom: 9px;
  flex: 1;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row.active .mat-cell {
  background-color: var(--mainColor-50) !important;
  border-color: var(--mainColor);
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row.edit .mat-cell {
  background: #ffefd9;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table .grid-row.edit .mat-cell .content {
  padding-bottom: 0;
  border-bottom-width: 0;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper .mat-table {
  position: absolute;
  background-color: #EEF5F6;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper .mat-table .mat-header-cell {
  padding-left: 10px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper .mat-table thead tr {
  background-color: #EEF5F6;
  height: 30px;
}
.nhcone one-ec-cash .ec-cash-container .table-wrapper .mat-table .mat-cell {
  min-height: 50px;
  height: 50px;
  padding-left: 10px;
}
.nhcone one-ec-cash .ec-cash-container .footer-strip {
  display: flex;
  justify-content: flex-end;
  background: #EEF5F6;
  padding: 10px 20px;
  color: #2B4154;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 0 20px 0 rgba(43, 65, 84, 0.15);
  z-index: 1;
}
.nhcone one-ec-cash .ec-cash-container .footer-strip label {
  margin-right: 20px;
  text-transform: uppercase;
}
.nhcone one-ec-cash .ec-cash-container .footer-strip .amount-total-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: flex-start;
  border-right: 2px #D7E1E3 solid;
  height: 100%;
  padding-right: 50px;
}
.nhcone one-ec-cash .ec-cash-container .footer-strip .amount-specific-wrapper {
  padding-left: 50px;
  display: grid;
  grid-template-columns: auto 1fr;
}
.nhcone one-ec-cash .ec-cash-container .footer-strip .amount-specific-wrapper span {
  justify-self: flex-end;
}
.nhcone one-ec-cash .ec-cash-container .footer-strip .amount-specific-wrapper .paid-amount {
  color: var(--mainColor);
}
.nhcone one-ec-cash .ec-cash-container .footer-strip .amount-specific-wrapper .open-amount {
  color: #FF9400;
}
.nhcone one-ec-cash .no-results {
  grid-row: span 2;
}
.nhcone .mobile one-ec-cash .ec-cash-container,
.nhcone .tablet one-ec-cash .ec-cash-container {
  grid-template-rows: auto minmax(100px, 1fr) auto;
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip,
.nhcone .tablet one-ec-cash .ec-cash-container .footer-strip {
  margin: 0 -15px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-searchbar,
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper,
.nhcone .tablet one-ec-cash .ec-cash-container .table-searchbar,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper {
  background: transparent;
  padding: 0;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table {
  background-color: transparent;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody {
  display: flex;
  margin: 0;
  flex-direction: column;
  grid-gap: 0;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row {
  margin-bottom: 10px;
  background: transparent;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .mat-cell,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .mat-cell {
  padding: 0;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .item-sliding-active-slide ion-item,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .item-sliding-active-slide ion-item {
  --background: #EEF5F6;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 1px 10px;
  font-size: 13px;
  padding: 9px 15px 10px;
  width: 100%;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .label,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .label {
  font-weight: 500;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .header,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .header {
  display: flex;
  align-items: center;
  grid-column: span 2;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title {
  grid-column: span 2;
  display: block;
  margin-bottom: 0;
  font-size: 16px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title .typ,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title .typ {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .account,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .account {
  font-weight: 400;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment {
  display: grid;
  grid-template-columns: min-content auto;
  grid-gap: 2px 15px;
  justify-content: end;
  text-transform: uppercase;
  align-self: flex-end;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment div:not(.label),
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .payment div:not(.label) {
  text-align: right;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .content,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .content {
  margin: 0;
  padding: 0;
  border-width: 0px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .transaction-text,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .transaction-text {
  line-height: 18px;
  margin-bottom: 0;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .footer,
.nhcone .tablet one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .footer {
  align-self: flex-start;
  grid-gap: 1px 25px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip,
.nhcone .tablet one-ec-cash .ec-cash-container .footer-strip {
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--backgroundColor);
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip .amount-total-wrapper,
.nhcone .tablet one-ec-cash .ec-cash-container .footer-strip .amount-total-wrapper {
  border-right-width: 0;
  padding-right: 0;
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip .amount-specific-wrapper,
.nhcone .tablet one-ec-cash .ec-cash-container .footer-strip .amount-specific-wrapper {
  padding-left: 0;
}
.nhcone .mobile one-ec-cash .ec-cash-container {
  grid-template-rows: auto auto minmax(100px, 1fr);
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip {
  order: 1;
  margin: -11px -11px 0;
  padding: 8px 10px 6px;
  box-shadow: none;
  background: #EEF5F6;
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip .amount-total-wrapper {
  display: block;
  font-weight: 600;
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip .amount-total-wrapper label {
  display: block;
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip .amount-specific-wrapper {
  white-space: nowrap;
  grid-gap: 4px 12px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .footer-strip label {
  margin-right: 0;
  line-height: 20px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-searchbar {
  order: 2;
}
.nhcone .mobile one-ec-cash .ec-cash-container .empty-results {
  order: 3;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper {
  order: 4;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row {
  margin-bottom: 5px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card {
  padding: 5px 6px;
  display: block;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .header {
  margin-bottom: 5px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .title {
  font-size: 15px;
}
.nhcone .mobile one-ec-cash .ec-cash-container .table-wrapper.grid-table .mat-table > tbody .grid-row .tablet-card .span-3 {
  grid-column: span 3;
}
.nhcone one-protocol-list {
  width: 100%;
  height: 100%;
}
.nhcone one-protocol-list .table-searchbar {
  background: white;
  padding: 0 20px;
}
.nhcone one-protocol-list .table-searchbar .sort {
  display: flex;
  align-items: center;
}
.nhcone one-protocol-list .cash-drawer-log-container {
  display: grid !important;
  grid-template-rows: 60px minmax(100px, 1fr);
  padding: 0 !important;
}
.nhcone one-protocol-list .cash-drawer-log-container.noresults {
  grid-template-rows: 60px minmax(100px, 1fr);
}
.nhcone one-protocol-list .cash-drawer-log-container .invoice-status {
  border-radius: 14px;
  width: 130px;
  text-transform: uppercase;
  height: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 10px 20px;
  background: white;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip .justify-left {
  display: flex;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip .justify-left .filter-date-selection {
  display: flex;
  justify-content: space-between;
  width: 300px;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip .justify-left .filter-date-selection mat-form-field {
  width: 135px;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip .justify-left .item-count {
  align-self: center;
  padding-right: 29px;
  font-weight: 600;
  font-size: 18px;
  color: #2B4154;
  text-transform: uppercase;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip .justify-left .mat-form-field {
  width: 440px;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip .justify-left .filter-button {
  margin-left: 29px;
  border: 1px #2B4154 solid;
  border-radius: 2px;
  width: 40px;
  height: 40px;
}
.nhcone one-protocol-list .cash-drawer-log-container .filter-strip .justify-right {
  display: flex;
  align-items: center;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper {
  position: relative;
  overflow: auto;
  background: white;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper .mat-cell:first-child {
  border-left-width: 1px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table {
  background-color: white;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
  grid-gap: 20px;
  margin: 0 20px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row {
  border-radius: 2px;
  margin: 0;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell {
  background: white;
  display: flex;
  flex-direction: column;
  white-space: normal;
  height: auto;
  border-color: #2B4154;
  font-weight: 400;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell > div {
  display: flex;
  padding-bottom: 7px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .card-header {
  background-color: #eef5f6;
  padding: 12px 10px 6px 14px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .mat-cell .card-footer {
  padding: 10px 16px 14px 14px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .justify-between {
  justify-content: space-between;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .title {
  font-weight: 600;
  font-size: 18px;
  align-self: center;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .heavy-text, .nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row one-history-table1 .history-table-wrapper .history-filter .table-title, one-history-table1 .history-table-wrapper .history-filter .nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .table-title {
  font-weight: 600;
  font-size: 14px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .medium-text {
  font-size: 14px;
  font-weight: 500;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .light-text {
  font-size: 14px;
  font-weight: 400;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .separator {
  border-bottom: 1px rgb(43, 65, 84) solid;
  padding-bottom: 12.5px;
  margin-bottom: 12.5px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .date-item {
  width: 50%;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .extra-padding {
  padding-bottom: 12px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row .transaction-text {
  line-height: 22px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table .grid-row.active .mat-cell {
  background-color: var(--mainColor-50) !important;
  border-color: var(--mainColor);
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper .mat-table {
  position: absolute;
  background-color: #EEF5F6;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper .mat-table .mat-header-cell {
  padding-left: 10px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper .mat-table thead tr {
  background-color: #EEF5F6;
  height: 30px;
}
.nhcone one-protocol-list .cash-drawer-log-container .table-wrapper .mat-table thead .mat-cell {
  min-height: 50px;
  height: 50px;
  padding-left: 10px;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container {
  grid-template-rows: auto minmax(100px, 1fr) auto;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-searchbar,
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper {
  background: transparent;
  padding: 0;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table {
  background-color: transparent;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody {
  display: flex;
  margin: 0;
  flex-direction: column;
  grid-gap: 0;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody .mat-row {
  margin-bottom: 10px;
  border-radius: 0;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody .mat-row .mat-cell {
  border-width: 0px;
  padding: 6px 15px 10px;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody .mat-row .mat-cell .card-header,
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody .mat-row .mat-cell .card-footer {
  background: transparent;
  padding: 0;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody .mat-row .mat-cell .card-header {
  margin-bottom: 8px;
}
.nhcone .tablet one-protocol-list .cash-drawer-log-container .table-wrapper.grid-table .mat-table > tbody .mat-row .mat-cell .title {
  font-size: 16px;
}
bookkeeping-main-view .dummy-tabs-wrapper {
  position: relative;
  flex: 1 1 100%;
}
bookkeeping-main-view .dummy-tabs-wrapper > .mat-tab-body-wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
}
bookkeeping-main-view .mat-tab-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2B4154;
  opacity: 1;
}
bookkeeping-main-view .mat-tab-link.mat-tab-label-active {
  background: white;
  color: var(--mainColorAccent);
}
bookkeeping-main-view .mat-tab-nav-bar {
  border-bottom: 0;
}
bookkeeping-main-view .mat-tab-nav-bar .mat-ink-bar {
  display: none;
}
bookkeeping-main-view .filter-wrapper {
  padding: 17px 20px;
  width: 100%;
  height: 100%;
}
bookkeeping-main-view .filter-wrapper .filter-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #2B4154;
}
bookkeeping-main-view .filter-wrapper .filter-date-title {
  margin-top: 10px;
}
bookkeeping-main-view .filter-wrapper .filter-dropdown {
  margin-top: 25px;
  width: 100%;
}
bookkeeping-main-view .filter-wrapper .filter-dropdown mat-form-field {
  width: 100%;
}
bookkeeping-main-view .filter-wrapper .filter-date-selection {
  display: flex;
  justify-content: space-between;
}
bookkeeping-main-view .filter-wrapper .filter-date-selection mat-form-field {
  width: 135px;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .invoice-status {
  border-radius: 14px;
  width: 130px;
  text-transform: uppercase;
  height: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-title {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.7px;
  color: white;
  padding-bottom: 14px;
  text-transform: uppercase;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-title-with-button {
  display: flex;
  justify-content: flex-start;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-title-with-button div {
  align-self: center;
  margin-left: 15px;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .status {
  text-align: center;
  color: white;
  align-content: center;
  justify-content: center;
  display: grid;
  padding-left: 30px;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .user-administrator {
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
  color: rgb(206, 206, 206);
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .separator {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px rgb(27, 41, 54) solid;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .payments-info {
  color: rgb(206, 206, 206);
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-item label {
  font-weight: 600;
  color: rgb(146, 161, 169);
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-item span {
  color: rgb(206, 206, 206);
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-item.payment {
  border-color: rgb(206, 206, 206);
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .details-item.payment label {
  color: rgb(206, 206, 206);
}
bookkeeping-main-view .inner-drawer .mat-drawer-inner-container .top-separator {
  padding-top: 17px;
  margin-top: 17px;
  border-top: 1px rgb(27, 41, 54) solid;
}
.mat-tab-group.one-tab-group .mat-tab-label, .mat-tab-group.one-tab-group .mat-tab-link {
  height: 45px;
}
.filter-opened .sidenav-content-wrapper.inner,
.details-opened .sidenav-content-wrapper.outer {
  margin-right: 0 !important;
}
.left-sidenav.filter-opened .sidenav-content-wrapper.inner, .left-sidenav.details-opened .sidenav-content-wrapper.outer {
  margin-left: 0 !important;
}
bookkeeping-main-view .left-sidenav .inner-drawer .mat-drawer-inner-container .status {
  padding-left: 0px;
  padding-right: 30px;
}
one-risks-dialog .mat-form-field {
  padding-bottom: 8px;
  margin-top: 10px;
}
one-risks-dialog .mat-form-field .mat-form-field-infix {
  border-top-width: 0;
}
one-risks-dialog .title {
  text-align: left;
}
one-risks-dialog .mat-chip-list-wrapper {
  max-width: calc(100% - 40px);
}
one-risks-dialog .mat-chip-list-wrapper .mat-standard-chip {
  margin: 4px;
}
one-risks-dialog .mat-chip-list-wrapper .mat-chip {
  border-radius: 2px;
  border: 1.7px solid #2B4154;
  background: #EEF5F6;
  margin-left: 2px;
  padding-right: 10px;
}
one-risks-dialog .mat-chip-list-wrapper .mat-chip-remove.mat-icon {
  opacity: 1;
  color: #2B4154;
}
one-risks-dialog .mat-risk-input-and-add-risk-item-container {
  display: flex;
}
one-risks-dialog .mat-risk-input-and-add-risk-item-container .picker {
  background: white;
  display: block;
  margin-left: auto;
}
one-risks-dialog .mat-risk-input-and-add-risk-item-container .mat-risk-input {
  max-width: 80%;
  min-height: 32px;
}
one-risks-dialog .mat-risk-input-and-add-risk-item-container .add-risk-item {
  max-width: 20%;
}
.treatment-regulations-wrapper {
  display: grid;
  grid-template-columns: 435px 1fr;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.treatment-regulations-wrapper .column-title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.64px;
  margin: 20px 0 11px;
  font-weight: 600;
}
.treatment-regulations-wrapper .groups-container,
.treatment-regulations-wrapper .symptomatics-container {
  overflow: auto;
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
}
.treatment-regulations-wrapper .symptomatics-container .symptomatics-table-wrapper {
  background: white;
  padding: 15px;
  height: 100%;
}
.treatment-regulations-wrapper .groups-container .groups-table-wrapper {
  background: #eef5f6;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table {
  border-spacing: 0 !important;
  table-layout: fixed;
  max-height: none;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-header-row {
  display: none;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row {
  margin: 0;
  background: transparent;
  position: relative;
  display: block;
  background: #eef5f6;
  padding: 11px 15px;
  cursor: pointer;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row td.treatment-regulations-card {
  white-space: normal;
  border-width: 0;
  display: grid;
  padding-left: 15px;
  min-height: auto;
  padding: 0;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row td.treatment-regulations-card .group {
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.64px;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row td.treatment-regulations-card .name {
  margin-top: 2px;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row td.treatment-regulations-card .actions {
  padding-left: 10px;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row .symptomatics-card {
  white-space: normal;
  border-width: 0;
  display: grid;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row.active {
  background: white;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row.active > td {
  background: transparent !important;
}
.treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row.active > td ion-item-sliding ion-item {
  --background: transparent;
}
.tablet .treatment-regulations-wrapper .column-title,
.mobile .treatment-regulations-wrapper .column-title {
  margin-top: 0;
}
.tablet .treatment-regulations-wrapper {
  grid-template-columns: minmax(314px, 1fr) minmax(0px, max-content);
}
.mobile .treatment-regulations-wrapper {
  grid-template-columns: 1fr;
}
.treatment-regulations-content .label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.treatment-regulations-content .value {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.treatment-regulations-content .treatment-regulations-content-symptomatic {
  display: flex;
}
.treatment-regulations-content .treatment-regulations-content-symptomatic .content-grid-cell {
  flex: 0 0 50%;
}
.treatment-regulations-content .treatment-regulations-content-treatment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content;
  grid-gap: 0 20px;
  height: 100%;
  overflow: hidden;
}
.treatment-regulations-content .treatment-regulations-content-treatment .details {
  grid-column: span 2;
}
.treatment-regulations-content .treatment-regulations-content-treatment .details .details-columns {
  display: flex;
}
.treatment-regulations-content .treatment-regulations-content-treatment .details .details-columns > .content-grid-cell {
  flex: 1;
}
.treatment-regulations-content .treatment-regulations-content-treatment .positions {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.treatment-regulations-content .treatment-regulations-content-treatment .frequency-fields {
  display: flex;
  align-items: center;
  position: relative;
}
.treatment-regulations-content .treatment-regulations-content-treatment .frequency-fields .dummy-label {
  position: absolute;
  top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.treatment-regulations-content .treatment-regulations-content-treatment .frequency-fields .mat-form-field {
  flex: 1;
  min-width: 1px;
}
.treatment-regulations-content .treatment-regulations-content-treatment .frequency-fields .separator {
  flex: 0 0 auto;
  width: 2em;
  text-align: center;
  margin-top: 12px;
}
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table th {
  background: #ebf0f1;
  line-height: 30px;
}
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table th,
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table td {
  padding: 5px 15px;
}
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table .mat-column-positionNumber,
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table .mat-column-type {
  min-width: 120px;
}
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table .mat-row.ks-editable-line td {
  background-color: var(--mainColor-50);
  border-top-color: var(--mainColor);
  border-bottom-color: var(--mainColor);
  padding-top: 6px;
  padding-bottom: 6px;
  border-width: 1px;
  border-radius: 4px;
}
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table .mat-row.ks-editable-line td:first-child {
  border-left-color: var(--mainColor) !important;
}
.treatment-regulations-content .treatment-regulations-content-treatment .positions-table .mat-row.ks-editable-line td:last-child {
  border-right-color: var(--mainColor);
}
.desktop .positions-table {
  margin-top: -5px;
}
.tablet .treatment-regulations-content .panel-title.no-top-padding,
.mobile .treatment-regulations-content .panel-title.no-top-padding {
  padding-top: 0;
}
.tablet .treatment-regulations-content .content-grid-cell .panel-title,
.mobile .treatment-regulations-content .content-grid-cell .panel-title {
  padding-left: 0;
}
.tablet .treatment-regulations-content .treatment-regulations-content-symptomatic,
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .details .details-columns,
.mobile .treatment-regulations-content .treatment-regulations-content-symptomatic,
.mobile .treatment-regulations-content .treatment-regulations-content-treatment .details .details-columns {
  flex-direction: column;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment,
.mobile .treatment-regulations-content .treatment-regulations-content-treatment {
  overflow: visible;
  grid-template-columns: 1fr;
  height: auto;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions,
.mobile .treatment-regulations-content .treatment-regulations-content-treatment .positions {
  overflow: visible;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .details,
.mobile .treatment-regulations-content .treatment-regulations-content-treatment .details {
  grid-column: 1;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions-table td,
.mobile .treatment-regulations-content .treatment-regulations-content-treatment .positions-table td {
  padding: 13px 20px 17px;
  border-width: 0;
}
.tablet .treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row,
.mobile .treatment-regulations-wrapper .treatment-regulations-table.mat-table .mat-row {
  padding: 0;
}
.tablet .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card,
.mobile .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card {
  display: block;
  background: transparent;
}
.tablet .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .content,
.mobile .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .content {
  width: 100%;
  display: grid;
  grid-template-columns: 4em 1fr;
  padding: 8px 15px 11px;
  align-items: center;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
}
.tablet .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .content .name,
.mobile .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .content .name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.tablet .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .content:after,
.mobile .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .content:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #8c9aa3;
  width: calc(100% - 30px);
  left: 15px;
  z-index: 2;
}
.tablet .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card ion-item-sliding ion-item,
.mobile .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card ion-item-sliding ion-item {
  --background: #eef5f6;
  --min-height: auto;
}
.tablet .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .item-sliding-active-slide .content:after,
.mobile .treatment-regulations-wrapper .treatment-regulations-table.mat-table .treatment-regulations-card .item-sliding-active-slide .content:after {
  width: 100%;
  left: 0;
}
.position-cell {
  font-weight: 400;
  line-height: 18px;
  display: grid;
  grid-template-columns: 1fr min-content 2em auto;
  grid-gap: 7px;
  padding: 0 15px;
}
.position-cell .description {
  grid-column: span 3;
  white-space: normal;
}
.position-cell button {
  grid-row: span 2;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions-table .add-position-table {
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions-table .add-position-table td {
  border-right: 1px solid #e4e9ea;
  padding: 0 10px;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions-table .add-position-table td.type, .tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions-table .add-position-table td.position {
  width: 100px;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions-table .add-position-table td.buttons {
  width: 80px;
}
.tablet .treatment-regulations-content .treatment-regulations-content-treatment .positions-table .add-position-table td:last-child {
  border-right-width: 0px;
}
.mobile .add-position-cell {
  padding: 0 15px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto min-content;
  align-items: flex-end;
}
.mobile .add-position-cell .buttons {
  grid-row: span 3;
  align-self: center;
}
.mobile .treatment-regulations-wrapper .symptomatics-container .symptomatics-table-wrapper {
  background: transparent;
  padding: 0;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row .symptomatics-card {
  border-bottom-width: 0;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .element-row.active .symptomatics-card ion-item-sliding .content {
  margin-bottom: 0;
}
.mobile .symptomatics-table-wrapper .symptomatics-card-details .treatments-table {
  margin: 0;
}
.mobile .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .code,
.tablet .symptomatics-table-wrapper .symptomatics-table .mat-row.active .symptomatics-card .code {
  border-color: #bfc6cc;
}
one-prescription-select-dialog {
  display: block;
  padding-bottom: 15px;
}
one-prescription-select-dialog .title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
one-prescription-select-dialog .filter-row {
  display: flex;
  align-items: flex-end;
}
one-prescription-select-dialog .filter-row .filter-button {
  flex: none;
  margin-left: 14px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
}
one-prescription-select-dialog .filter-row .filter-button.mat-button-toggle-checked {
  color: inherit;
  background-color: #e0e0e0 !important;
}
one-prescription-select-dialog .filter-row .mat-button-toggle-label-content {
  line-height: 38px;
  padding: 0;
}
one-prescription-select-dialog .filter-row .mat-form-field {
  flex: 1;
  opacity: 1;
}
one-prescription-select-dialog .mat-radio-group .mat-radio-button + .mat-radio-button {
  margin-left: 20px;
}
one-prescription-select-dialog .actions {
  display: flex;
  justify-content: flex-end;
}
one-prescription-select-dialog .actions button + button {
  margin-left: 15px;
}
one-prescription-select-dialog .mat-table {
  margin: 15px 0;
}
one-prescription-select-dialog .mat-table .mat-cell, one-prescription-select-dialog .mat-table .mat-header-cell {
  font-size: 10px;
  padding: 4px 8px !important;
  border-left-width: 1px !important;
}
one-prescription-select-dialog .mat-table .mat-cell {
  white-space: normal;
}
.tablet one-prescription-select-dialog {
  background: white;
  padding: 13px;
  margin: 15px;
}
.tablet one-prescription-select-dialog .content {
  background: #EEF5F6;
  padding: 15px;
}
.tablet one-prescription-select-dialog .mat-table.keep-table-layout .mat-cell, .tablet one-prescription-select-dialog .mat-table.keep-table-layout .mat-header-cell {
  font-size: 12px;
}
.tablet one-prescription-select-dialog .mat-table.keep-table-layout tbody tr > .mat-cell {
  border-color: #EEF5F6;
}
.tablet one-prescription-select-dialog .mat-table.keep-table-layout tbody tr.selected .mat-cell:first-child, .tablet one-prescription-select-dialog .mat-table.keep-table-layout tbody tr.active .mat-cell:first-child {
  border-left-color: var(--mainColor);
}
.tablet one-prescription-select-dialog .mat-table.keep-table-layout .mat-header-row {
  background: transparent;
}
.tablet one-prescription-select-dialog .mat-table.keep-table-layout .mat-header-row .mat-header-cell {
  border-color: transparent;
}
.mobile one-prescription-select-dialog {
  background: white;
  margin: 20px 11px;
  padding: 13px;
}
.mobile one-prescription-select-dialog .position-mobile-cell-wrapper,
.mobile one-prescription-select-dialog .prescription-mobile-cell-wrapper {
  margin: 5px 0;
}
.mobile one-prescription-select-dialog .position-mobile-cell,
.mobile one-prescription-select-dialog .prescription-mobile-cell {
  display: grid !important;
  grid-gap: 7px 13px;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #EEF5F6;
  padding: 8px 10px;
}
.mobile one-prescription-select-dialog .position-mobile-cell .label,
.mobile one-prescription-select-dialog .prescription-mobile-cell .label {
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
}
.mobile one-prescription-select-dialog .span2cols {
  grid-column: span 2;
}
.mobile one-prescription-select-dialog .span4cols {
  grid-column: span 4;
}
.mobile one-prescription-select-dialog .prescription-mobile-cell {
  grid-template-columns: repeat(4, 1fr);
}
.mobile one-prescription-select-dialog .position-mobile-cell {
  grid-template-columns: max-content 1fr;
}
prescription-appointments-quick-editor {
  background: #EEF5F6;
  padding: 7px 10px;
  grid-column: 2;
  grid-row: 3;
  overflow: auto;
  position: relative;
  display: block;
}
prescription-appointments-quick-editor .loading-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
prescription-appointments-quick-editor.listview .mat-table {
  margin-top: 10px;
}
prescription-appointments-quick-editor .mat-table tr.green-color td {
  color: green;
}
prescription-appointments-quick-editor .title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
prescription-appointments-quick-editor .mat-checkbox {
  flex: none;
}
prescription-appointments-quick-editor .mat-checkbox .mat-checkbox-inner-container {
  width: 21px;
  height: 21px;
  margin: 0;
}
prescription-appointments-quick-editor .mat-checkbox .mat-checkbox-checkmark {
  display: block;
  top: 15%;
  left: 15%;
  width: 70%;
}
prescription-appointments-quick-editor .mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-image: none !important;
  background-color: white !important;
}
prescription-appointments-quick-editor .mat-checkbox .mat-checkbox-checkmark-path {
  stroke: #2B4154 !important;
}
prescription-appointments-quick-editor .mat-table {
  background: transparent !important;
}
prescription-appointments-quick-editor .mat-table .mat-header-cell:first-child {
  border-left-color: #eef5f6;
}
prescription-appointments-quick-editor .mat-table .mat-header-cell:after {
  display: none !important;
}
prescription-appointments-quick-editor .mat-table .mat-cell, prescription-appointments-quick-editor .mat-table .mat-header-cell {
  padding: 9px;
}
prescription-appointments-quick-editor .mat-table .mat-column-description {
  width: 100%;
}
prescription-appointments-quick-editor .mat-table .mat-form-field-infix {
  border-top-width: 0;
}
prescription-appointments-quick-editor .mat-table .mat-column-staff .mat-form-field-infix {
  min-width: 120px;
}
prescription-appointments-quick-editor .mat-table .mat-column-handlingtype .mat-form-field-infix {
  min-width: 110px;
}
prescription-appointments-quick-editor .calendar-wrapper {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  grid-gap: 0 61px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
prescription-appointments-quick-editor .calendar-wrapper .centered-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
prescription-appointments-quick-editor .calendar-wrapper .selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
  margin: 10px 0;
}
prescription-appointments-quick-editor .calendar-wrapper .selector .mat-icon {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
prescription-appointments-quick-editor .calendar-wrapper .selector .current-year {
  color: var(--mainColorAccent);
  text-transform: uppercase;
}
prescription-appointments-quick-editor .calendar-wrapper .months {
  display: grid;
  grid-template-columns: repeat(4, 50px);
  grid-template-rows: repeat(3, 40px);
  grid-gap: 5px;
  cursor: pointer;
}
prescription-appointments-quick-editor .calendar-wrapper .months .month {
  border: 1px solid #2B4154;
  background: white;
  font-size: 14px;
}
prescription-appointments-quick-editor .calendar-wrapper .months .month.current {
  background-color: var(--mainColor);
  color: white;
}
prescription-appointments-quick-editor .calendar-wrapper .current-month {
  display: grid;
  grid-template-columns: auto 1fr;
}
prescription-appointments-quick-editor .calendar-wrapper .current-month .week-numbers {
  display: grid;
  grid-template-rows: repeat(6, 23px);
  float: left;
  grid-template-columns: 2em;
  grid-gap: 4px;
  grid-row: span 2;
  align-self: flex-end;
  align-items: center;
  text-align: center;
}
prescription-appointments-quick-editor .calendar-wrapper .current-month .days {
  display: grid;
  grid-template-columns: repeat(7, 42px);
  grid-gap: 4px;
  justify-items: center;
  line-height: 20px;
  margin: 15px 0;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar-title {
  margin-top: 20px;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar {
  display: grid;
  grid-template-columns: repeat(7, 42px);
  grid-template-rows: repeat(6, 23px);
  grid-gap: 4px;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .day {
  border: 1px solid #2B4154;
  background: white;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  cursor: pointer;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .day.current-date {
  border: 2px solid #c20000;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .day.billed {
  background-color: #0089FF;
  color: white;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .day.marked {
  background-color: var(--mainColor);
  color: white;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .day.holiday {
  background-color: #D7E1E3;
  background-color-color: #2b4154;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .day.approved {
  background-color: #FF9400;
  color: white;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .day.planned {
  background-color: #AF77D3;
  color: white;
}
prescription-appointments-quick-editor .calendar-wrapper .calendar .empty {
  background: #D7E1E3;
}
prescription-appointments-quick-editor .calendar-wrapper .legend {
  align-self: flex-start;
  margin-top: 50px;
  line-height: 23px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 4px 17px;
  font-weight: 500;
}
prescription-appointments-quick-editor .calendar-wrapper .legend .color {
  width: 42px;
  height: 23px;
}
prescription-appointments-quick-editor .calendar-wrapper .legend .color.approved {
  background-color: #FF9400;
}
prescription-appointments-quick-editor .calendar-wrapper .legend .color.billed {
  background-color: #0089FF;
}
prescription-appointments-quick-editor .calendar-wrapper .legend .color.marked {
  background-color: var(--mainColor);
}
prescription-appointments-quick-editor .calendar-wrapper .legend .color.holiday {
  background-color: #D7E1E3;
}
prescription-appointments-quick-editor .calendar-wrapper .legend .color.planned {
  background-color: #AF77D3;
}
prescription-appointments-quick-editor .calendar-wrapper .legend .color.current-date {
  border: 2px solid #c20000;
}
prescription-appointments-quick-editor .calendar-wrapper .radio-buttons-wrapper {
  margin-top: 15px;
  line-height: 20px;
}
.tablet prescription-appointments-quick-editor {
  padding: 0;
  background: transparent;
  grid-column: 1;
  grid-row: 1;
}
.tablet prescription-appointments-quick-editor .mat-table .mat-header-row {
  background-color: white;
}
.tablet prescription-appointments-quick-editor .mat-table tbody tr {
  background: #EEF5F6;
}
.tablet prescription-appointments-quick-editor .mat-table .mat-cell.mat-column-select.mat-table-sticky::before {
  background: white !important;
}
.tablet prescription-appointments-quick-editor .mat-table .mat-cell.mat-column-description {
  white-space: normal;
}
.tablet prescription-appointments-quick-editor .mat-table thead th:after {
  display: none !important;
}
.tablet prescription-appointments-quick-editor .mat-table thead .mat-header-cell.select-cell {
  border-left-color: white;
  padding: 0 15px 0 10px;
}
.tablet prescription-appointments-quick-editor .box {
  background: white;
  padding: 20px;
}
.tablet prescription-appointments-quick-editor .box + .box {
  margin-top: 17px;
}
.tablet prescription-appointments-quick-editor .calendar-wrapper {
  grid-template-columns: auto 1fr;
}
.tablet prescription-appointments-quick-editor .calendar-wrapper .current-month {
  justify-self: flex-end;
}
.tablet prescription-appointments-quick-editor .calendar-wrapper .legend {
  grid-column: span 2;
  grid-template-columns: auto 1fr auto 1fr auto 2fr;
  margin-top: 20px;
}
.tablet prescription-appointments-quick-editor .calendar-wrapper .legend .marked {
  grid-row: 2;
}
.tablet prescription-appointments-quick-editor .calendar-wrapper .legend .planned {
  grid-row: 1;
}
.tablet prescription-appointments-quick-editor .calendar-wrapper .legend .planned.text, .tablet prescription-appointments-quick-editor .calendar-wrapper .legend one-history-table1 .history-table-wrapper .history-filter .planned.table-title, one-history-table1 .history-table-wrapper .history-filter .tablet prescription-appointments-quick-editor .calendar-wrapper .legend .planned.table-title {
  grid-column: 6;
}
.tablet prescription-appointments-quick-editor .calendar-wrapper .legend .planned.color {
  grid-column: 5;
}
.mobile prescription-appointments-quick-editor {
  padding: 11px 0 0;
  background: transparent;
  grid-column: 1;
  grid-row: 1;
}
.mobile prescription-appointments-quick-editor .calendar-wrapper {
  grid-template-columns: 1fr;
}
.mobile prescription-appointments-quick-editor .calendar-wrapper .months {
  grid-template-columns: repeat(4, 1fr);
}
.mobile prescription-appointments-quick-editor .calendar-wrapper .calendar,
.mobile prescription-appointments-quick-editor .calendar-wrapper .current-month .days {
  grid-template-columns: repeat(7, 1fr);
}
.mobile prescription-appointments-quick-editor .box {
  background: white;
  padding: 23px 13px;
}
.mobile prescription-appointments-quick-editor .box + .box {
  margin-top: 12px;
}
.mobile prescription-appointments-quick-editor .mat-table {
  margin-top: 0;
}
.mobile prescription-appointments-quick-editor .mat-table thead {
  display: none;
}
.mobile prescription-appointments-quick-editor .mat-table .mobile-cell {
  display: grid;
  grid-template-columns: min-content max-content max-content 1fr 1fr;
  grid-gap: 10px 20px;
  padding: 20px 0 !important;
  border: 0;
}
.mobile prescription-appointments-quick-editor .mat-table .mobile-cell .mat-checkbox {
  grid-row: span 2;
}
.mobile prescription-appointments-quick-editor .mat-table .mobile-cell .description-cell {
  grid-row: 2;
  grid-column: 2/span 4;
}
.mobile prescription-appointments-quick-editor .mat-table .mobile-cell .label {
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
}
.mobile prescription-appointments-quick-editor .mat-table .mobile-cell .value {
  font-size: 15px;
  font-weight: 600;
}
.mobile prescription-appointments-quick-editor .mat-table .mobile-cell div.value {
  line-height: 30px;
}
.mobile prescription-appointments-quick-editor .mat-table tr {
  margin: 0;
}
.mobile prescription-appointments-quick-editor .mat-table tr + tr .mobile-cell {
  border-top: 1px solid #2b4154;
}
.mobile prescription-appointments-quick-editor .mat-table tr:last-child .mobile-cell {
  padding-bottom: 0 !important;
}
one-calendar-event-tooltip {
  position: absolute;
  z-index: 10;
  display: flex;
  max-width: 320px;
  transform: translateY(-100%) translateX(-100%);
  color: #2b4154;
  background: white;
  border: 1px solid #2b4154;
}
one-calendar-event-tooltip mat-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
}
one-calendar-event-tooltip .tooltip-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  padding: 5px;
  margin: 1px;
  font-size: 14px;
  font-weight: 600;
  background-color: #eef5f6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
one-calendar-event-tooltip .tooltip-header .tooltip-header-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
one-calendar-event-tooltip .tooltip-content {
  font-size: 14px;
}
one-calendar-event-tooltip .tooltip-content > .appointment-comment {
  padding: 10px;
}
one-calendar-event-tooltip .tooltip-content .appointment-comment {
  display: flex;
  align-items: center;
  font-weight: 400;
  word-break: break-all;
}
one-calendar-event-tooltip .appointment-practice {
  font-weight: normal;
  font-size: 12px;
  padding: 0 0 10px 10px;
}
one-calendar-event-tooltip.staff_working_hour {
  display: flex;
  flex-direction: column;
  border-radius: 5px 5px 0 5px;
}
one-calendar-event-tooltip.staff_working_hour .tooltip-content {
  padding: 5px 10px 10px 10px;
  text-align: center;
  font-weight: 600;
}
one-calendar-event-tooltip.termin {
  display: flex;
  flex-direction: column;
  border-radius: 5px 5px 0 5px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  padding: 5px 10px 10px 10px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .patient-details-main {
  display: flex;
  align-items: flex-start;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details one-avatar {
  margin-right: 5px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .patient-name {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 24px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .patient-name .gender-icon {
  width: 14px;
  height: 14px;
  margin: 4px 0 0 4px;
  overflow: unset;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .appointment-icons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 10px;
  margin-top: 8px;
  pointer-events: none;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .appointment-icons mat-icon {
  width: 14px;
  height: 14px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .room-device {
  display: flex;
  margin: 5px;
  font-size: 12px;
  font-weight: 600;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .room-device div + div {
  margin-left: 5px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .phone-number {
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .phone-number span:first-of-type {
  font-weight: 600;
  margin-right: 5px;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .tasks-datails {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .tasks-datails .mat-divider {
  margin-top: 0.3em;
}
one-calendar-event-tooltip.termin .tooltip-content .patient-details .tasks-datails span:first-of-type {
  font-weight: 600;
}
one-calendar-event-tooltip.group_therapy {
  display: flex;
  flex-direction: column;
  border-radius: 5px 5px 0 5px;
}
one-calendar-event-tooltip.group_therapy .tooltip-content {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  padding: 5px 10px 10px 10px;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .appointment-details {
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .appointment-details .group-therapy-details, one-calendar-event-tooltip.group_therapy .tooltip-content .appointment-details .other-details {
  display: flex;
  gap: 0.3em;
  align-items: center;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .appointment-details .other-details {
  font-size: 12px;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .appointment-details .other-details .appointment-comment {
  display: flex;
  gap: 5px;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .patients-details {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .patients-details .mat-divider {
  margin-top: 0.3em;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .patients-details .patient-data {
  font-weight: 600;
  display: flex;
  gap: 0.3em;
  align-items: center;
}
one-calendar-event-tooltip.group_therapy .tooltip-content .patients-details .patient-comment {
  display: flex;
  gap: 5px;
}
one-calendar-event-tooltip.group_therapy .tooltip-content mat-icon {
  width: 14px;
  height: 14px;
  margin: 0;
}
one-calendar-event-tooltip.free_time {
  font-size: 12px;
  padding: 5px;
  font-weight: 600;
}
one-calendar-event-tooltip.staff {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px 5px 0 5px;
  min-width: 120px;
  text-transform: uppercase;
}
one-calendar-event-tooltip.staff .staff-details {
  padding: 5px;
}
one-calendar-event-tooltip.staff .staff-name,
one-calendar-event-tooltip.staff .staff-role,
one-calendar-event-tooltip.staff .staff-role-details,
one-calendar-event-tooltip.staff .staff-contact,
one-calendar-event-tooltip.staff .staff-actions,
one-calendar-event-tooltip.staff .staff-icons {
  display: flex;
  justify-content: center;
}
one-calendar-event-tooltip.staff .staff-name {
  font-weight: 700;
  font-size: 18px;
}
one-calendar-event-tooltip.staff .staff-role,
one-calendar-event-tooltip.staff .staff-role-details,
one-calendar-event-tooltip.staff .staff-contact {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 5px;
}
one-calendar-event-tooltip.staff .staff-icons {
  margin-bottom: 10px;
  align-items: center;
}
one-calendar-event-tooltip.staff .staff-icons .birthday-icon {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-right: -26px;
}
one-calendar-event-tooltip.room,
one-calendar-event-tooltip.device {
  font-size: 12px;
  padding: 5px;
  font-weight: 600;
}
one-calendar-event-tooltip.urlaub,
one-calendar-event-tooltip.illness,
one-calendar-event-tooltip.training,
one-calendar-event-tooltip.internal_termin {
  display: flex;
  flex-direction: column;
  border-radius: 5px 5px 0 5px;
}
.mobile one-calendar-event-tooltip,
.tablet one-calendar-event-tooltip {
  transform: translateY(-100%) translateX(-50%);
}
.mobile one-calendar-event-tooltip.termin, .mobile one-calendar-event-tooltip.staff_working_hour, .mobile one-calendar-event-tooltip.free_time, .mobile one-calendar-event-tooltip.staff, .mobile one-calendar-event-tooltip.room, .mobile one-calendar-event-tooltip.device, .mobile one-calendar-event-tooltip.urlaub, .mobile one-calendar-event-tooltip.illness, .mobile one-calendar-event-tooltip.training, .mobile one-calendar-event-tooltip.internal_termin,
.tablet one-calendar-event-tooltip.termin,
.tablet one-calendar-event-tooltip.staff_working_hour,
.tablet one-calendar-event-tooltip.free_time,
.tablet one-calendar-event-tooltip.staff,
.tablet one-calendar-event-tooltip.room,
.tablet one-calendar-event-tooltip.device,
.tablet one-calendar-event-tooltip.urlaub,
.tablet one-calendar-event-tooltip.illness,
.tablet one-calendar-event-tooltip.training,
.tablet one-calendar-event-tooltip.internal_termin {
  border-radius: 5px;
}
.mobile one-calendar-event-tooltip::after, .mobile one-calendar-event-tooltip::before,
.tablet one-calendar-event-tooltip::after,
.tablet one-calendar-event-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  pointer-events: none;
}
.mobile one-calendar-event-tooltip::after,
.tablet one-calendar-event-tooltip::after {
  border-top: 5px solid white;
  margin-top: -0.5px;
}
.mobile one-calendar-event-tooltip::before,
.tablet one-calendar-event-tooltip::before {
  border-top: 5px solid #2b4154;
  margin-top: 0.5px;
}
.mobile one-calendar-event-tooltip .staff .staff-details,
.tablet one-calendar-event-tooltip .staff .staff-details {
  max-height: 155px;
  overflow-y: auto;
}
.blurry-blur ks-app-root,
.blurry-blur .appointment-editor {
  display: block;
  filter: blur(5px);
  height: 100%;
  pointer-events: none;
}
.one-bottom-sheet-dialog mat-bottom-sheet-container {
  width: 100vw;
  max-width: 100vw !important;
}
.one-bottom-sheet-dialog .price-list-back-button,
.one-bottom-sheet-dialog .prescription-back-button {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 2;
}
.one-bottom-sheet-dialog .prescription-header-info {
  margin-left: 40px;
}
.one-bottom-sheet-dialog one-new-edit-prescription {
  min-height: 650px;
}
.one-bottom-sheet-dialog one-muster18-prescription,
.one-bottom-sheet-dialog one-prescription-wrapper {
  display: flex;
  flex-direction: row !important;
}
.one-bottom-sheet-dialog one-muster18-prescription .prescription-wrapper,
.one-bottom-sheet-dialog one-prescription-wrapper .prescription-wrapper {
  background: none;
}
.one-bottom-sheet-dialog one-muster18-prescription .prescription-wrapper.readonly-prescription,
.one-bottom-sheet-dialog one-muster18-prescription .prescription-wrapper.quick-edit,
.one-bottom-sheet-dialog one-prescription-wrapper .prescription-wrapper.readonly-prescription,
.one-bottom-sheet-dialog one-prescription-wrapper .prescription-wrapper.quick-edit {
  padding: 0 !important;
}
.one-bottom-sheet-dialog one-doctor-new .mat-slide-toggle,
.one-bottom-sheet-dialog one-new-staff .mat-slide-toggle,
.one-bottom-sheet-dialog one-new-patient .mat-slide-toggle {
  margin-top: 0;
}
.one-bottom-sheet-dialog .one-muster18-component .prescription-content.page-two {
  padding: 10px;
}
.one-bottom-sheet-dialog .one-general-prescription {
  padding: 10px;
  background: white;
}
.one-bottom-sheet-dialog one-doctor-new,
.one-bottom-sheet-dialog one-new-staff {
  min-height: 80vh;
}
.tablet .one-bottom-sheet-dialog .prescription-back-button {
  top: 15px;
}
.tablet .one-bottom-sheet-dialog .prescription-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.tablet .one-bottom-sheet-dialog .prescription-wrapper .one-general-prescription {
  overflow-y: auto;
}
.tablet .one-bottom-sheet-dialog .prescription-status-buttons {
  margin-left: unset;
}
.tablet .one-bottom-sheet-dialog one-prescription-wrapper .prescription-wrapper {
  overflow: initial;
}
.mobile .one-bottom-sheet-dialog one-doctor-new one-workflow-tab-action-list,
.mobile .one-bottom-sheet-dialog one-new-staff one-workflow-tab-action-list {
  margin-top: 10px;
}
.mobile .one-bottom-sheet-dialog one-doctor-new .content-title,
.mobile .one-bottom-sheet-dialog one-new-staff .content-title {
  font-size: 16px;
}
.mobile .one-bottom-sheet-dialog one-doctor-new .mat-slide-toggle,
.mobile .one-bottom-sheet-dialog one-new-staff .mat-slide-toggle {
  font-size: 14px;
}
.mobile .prescription-status-buttons {
  margin-left: unset;
}
.mobile .prescription-back-button {
  top: 15px;
}
.mobile one-prescription-wrapper .prescription-wrapper {
  overflow: initial;
}
app-update {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
app-update .update-progress-wrapper {
  width: 511px;
  height: 493px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 90px;
  background: white;
}
app-update .update-progress-wrapper .mat-icon {
  width: 245px;
  height: 305px;
  margin: 25px 0 35px;
}
app-update .update-progress-wrapper .mat-progress-bar {
  height: 15px !important;
  border-radius: 11px;
}
app-update .update-progress-wrapper .percent {
  font-weight: 500;
  margin-top: 17px;
}
.mobile app-update .update-progress-wrapper {
  max-width: 80%;
  padding: 0 10px;
  max-height: 70%;
}
.mobile app-update .update-progress-wrapper .mat-icon {
  margin: 10px 0 20px;
}
/* You can add global styles to this file, and also import other style files */
ion-action-sheet .action-sheet-group.action-sheet-group {
  overflow-y: scroll;
}
ion-action-sheet .action-sheet-group.action-sheet-group button.action-sheet-button.disabled {
  color: grey;
  pointer-events: none;
}
ion-action-sheet .action-sheet-group.action-sheet-group button.action-sheet-button.border-top {
  border: solid 1px grey;
  border-width: 1px 0px 0px 0px;
}

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