/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-builders/custom-webpack/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-builders/custom-webpack/node_modules/@angular-devkit/build-angular/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/@angular-builders/custom-webpack/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/appc-frontend/src/styles.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --themeFontColor: #009ba5;
  --themeSpecialFontColor: #9d9b98;
  --themeBtnBackground: #009ba5;
  --themeBtnBackgroundDark: rgb(0, 107.0909090909, 114);
  --themeSpecialBtnBackground: #f59b00;
  --themeSpecialBtnBackgroundDark: rgb(194, 122.7346938776, 0);
  --themeAttachmentBtnBackground: #f59b00;
  --themeSpecialBackground: #009ba5;
  --themeSpecialBackgroundDark: rgb(0, 107.0909090909, 114);
  --themeDatePickerBackground: #009ba5;
  --themeCheckboxBackground: #f59b00;
  --tooltipTitleBackground: #009ba5;
  --themePanelBackground: #005f69;
}

.theme-font-color {
  color: var(--themeFontColor);
}

.theme-special-font-color {
  color: var(--themeSpecialFontColor);
}

.theme-btn {
  background-color: var(--themeBtnBackground);
  color: #ffffff;
}
.theme-btn:hover {
  background-color: var(--themeBtnBackgroundDark);
  color: #ffffff;
}

.theme-special-btn {
  background-color: var(--themeSpecialBtnBackground);
  color: #ffffff;
}
.theme-special-btn:hover {
  background-color: var(--themeSpecialBtnBackgroundDark);
  color: #ffffff;
}

.theme-panel {
  background-color: var(--themePanelBackground);
  color: #ffffff;
}

.theme-special-background {
  background-color: var(--themeSpecialBackground);
}

.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}

.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333;
}

.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}

.ng-select .ng-has-value .ng-placeholder {
  display: none;
}

.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}

.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}

[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}

.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}

[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}

.ng-select .ng-clear-wrapper {
  color: #999;
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #D0021B;
}

.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #D0021B;
}

.ng-select .ng-clear-wrapper:focus {
  outline: none;
}

.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}

[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}

.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}

[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}

.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}

.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}

.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}

.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}

.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
          user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ebf5ff;
  font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label, .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}

[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

.ng-select.ng-select-single .ng-select-container {
  cursor: pointer;
  height: 2.5rem;
  border-radius: 1.25rem;
  padding-left: 20px;
}
@media (max-width: 799px) {
  .ng-select.ng-select-single .ng-select-container {
    height: 3rem;
    border-radius: 1.5rem;
  }
}
.ng-select.ng-select-multiple .ng-select-container {
  padding-left: 1.5rem;
  border-radius: 1.25rem;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 10px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #ddd;
  font-size: 14px;
  border-radius: 1.25rem;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left:hover {
  background-color: transparent;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #cecdcc;
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container {
  border-radius: 20px;
  border-color: #009ba5;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container, .ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-radius: 1.25rem;
}
.ng-select.ng-select-opened .ng-arrow-wrapper {
  transform: scaleY(-1);
}
.ng-select .ng-arrow-wrapper {
  padding-right: 52px;
  color: #009ba5;
  transition: transform 0.4s ease-in-out;
  color: var(--themeFontColor);
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border: 0;
  display: flex;
}
.ng-select .ng-arrow-wrapper .ng-arrow:before {
  content: '\EA14';
  font-family: iconfont;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.error .ng-select .ng-select-container {
  border-color: #eb4b0a;
  border-width: 2px;
}
.error .ng-select.ng-select-opened .ng-select-container {
  border-color: #eb4b0a;
  border-width: 2px;
}
.error .ng-select.ng-select-focused:not(.ng-select-opened) .ng-select-container {
  border-color: #eb4b0a;
  border-width: 2px;
}

.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% + 16px);
  border-radius: 5px;
}
.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% + 16px);
  top: auto;
  border-radius: 5px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items.scroll-host:before {
  bottom: -4px;
  top: auto;
  transform: rotate(135deg);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  position: relative;
  padding-left: 20px;
}
.ng-dropdown-panel .ng-dropdown-panel-items.scroll-host {
  transition: visibility 0.2s step-start, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  position: static;
  border-radius: 5px;
}
.ng-dropdown-panel .ng-dropdown-panel-items.scroll-host:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: auto;
  right: 2rem;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-top: 1px solid #cecdcc;
  border-right: 1px solid #cecdcc;
  transform: rotate(-45deg);
}

/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */
}
.bs-datepicker:after {
  clear: both;
  content: "";
  display: block;
}
.bs-datepicker bs-day-picker {
  float: left;
}
.bs-datepicker button:hover,
.bs-datepicker button:focus,
.bs-datepicker button:active,
.bs-datepicker input:hover,
.bs-datepicker input:focus,
.bs-datepicker input:active, .bs-datepicker-btns button:hover, .bs-datepicker-btns button:focus, .bs-datepicker-btns button:active, .bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:focus {
  outline: none;
}
.bs-datepicker-head {
  min-width: 270px;
  height: 50px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  text-align: justify;
  /* .bs-datepicker-head button */
}
.bs-datepicker-head:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.bs-datepicker-head button {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
}
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
  background: rgba(221, 221, 221, 0.3);
  color: #f5f5f5;
  cursor: not-allowed;
}
.bs-datepicker-head button.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
  font-size: 28px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.bs-datepicker-head button.current {
  border-radius: 15px;
  max-width: 155px;
  padding: 0 13px;
}
.bs-datepicker-head button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.bs-datepicker-head button:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.bs-datepicker-body {
  padding: 10px;
  border-radius: 0 0 3px 3px;
  min-height: 232px;
  min-width: 278px;
  border: 1px solid #e9edf0;
  /* .bs-datepicker-body table */
}
.bs-datepicker-body .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  /* .bs-datepicker-body table.days */
  /* .bs-datepicker-body table.weeks */
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
  /* todo: check first :not(.disabled) usage */
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  /*z-index: 1;*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
  cursor: pointer;
}
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
}
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
.bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
  background-color: #e9edf0;
  transition: 0s;
  cursor: pointer;
}
.bs-datepicker-body table td span.disabled, .bs-datepicker-body table td.disabled span {
  color: #9aaec1;
}
.bs-datepicker-body table td span.selected, .bs-datepicker-body table td.selected span {
  color: #fff;
}
.bs-datepicker-body table td span.is-other-month, .bs-datepicker-body table td.is-other-month span {
  color: rgba(0, 0, 0, 0.25);
}
.bs-datepicker-body table td.active {
  position: relative;
}
.bs-datepicker-body table td.active.select-start:before {
  left: 35%;
}
.bs-datepicker-body table td.active.select-end:before {
  left: -85%;
}
.bs-datepicker-body table td span.active.select-start:after,
.bs-datepicker-body table td span.active.select-end:after, .bs-datepicker-body table td.active.select-start span:after, .bs-datepicker-body table td.active.select-end span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  top: 0;
  border-radius: 50%;
}
.bs-datepicker-body table td:before,
.bs-datepicker-body table td span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 6px;
  bottom: 6px;
  left: -3px;
  right: -2px;
  box-sizing: content-box;
  background: transparent;
}
.bs-datepicker-body table td.active.select-start + td.active:before {
  left: -20%;
}
.bs-datepicker-body table td:last-child.active:before {
  border-radius: 0 3px 3px 0;
  width: 125%;
  left: -25%;
}
.bs-datepicker-body table td span[class*=select-], .bs-datepicker-body table td[class*=select-] span {
  border-radius: 50%;
  color: #fff;
}
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
.bs-datepicker-body table.days span.active:not(.select-start):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):before {
  background: #e9edf0;
}
.bs-datepicker-body table.days span {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.bs-datepicker-body table.days span.select-start {
  z-index: 2;
}
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
  right: 3px;
  left: 0;
}
.bs-datepicker-body table.days span.in-range.select-end:before {
  right: 4px;
  left: 0;
}
.bs-datepicker-body table.days td.select-start + td.select-end:before, .bs-datepicker-body table.days td.select-start + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.is-highlighted:before, .bs-datepicker-body table.days td.active + td.select-end:before, .bs-datepicker-body table.days td.in-range + td.is-highlighted:before, .bs-datepicker-body table.days td.in-range + td.select-end:before {
  background: #e9edf0;
  width: 100%;
}
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
  border-radius: 3px 0 0 3px;
  left: 0;
  width: 100%;
}
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
  border-radius: 3px 0 0 3px;
}
.bs-datepicker-body table.years td span {
  width: 46px;
  height: 46px;
  line-height: 45px;
  margin: 0 auto;
}
.bs-datepicker-body table.years tr:not(:last-child) td span {
  margin-bottom: 8px;
}
.bs-datepicker-body table.months td {
  height: 52px;
}
.bs-datepicker-body table.months td span {
  padding: 6px;
  border-radius: 15px;
}
.bs-datepicker .current-timedate {
  color: #54708b;
  font-size: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  margin-bottom: 10px;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.bs-datepicker .current-timedate span:not(:empty):before {
  content: "";
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: text-bottom;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC);
}
.bs-datepicker-multiple {
  border-radius: 4px 0 0 4px;
}
.bs-datepicker-multiple + .bs-datepicker-multiple {
  margin-left: 10px;
}
.bs-datepicker-multiple .bs-datepicker {
  box-shadow: none;
  position: relative;
}
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
  padding-right: 10px;
}
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
  position: absolute;
  top: 25px;
  left: -8px;
}
.bs-datepicker-multiple .bs-datepicker .left {
  float: left;
}
.bs-datepicker-multiple .bs-datepicker .right {
  float: right;
}
.bs-datepicker-container {
  padding: 15px;
}
.bs-datepicker .bs-media-container {
  display: flex;
}
@media (max-width: 768px) {
  .bs-datepicker .bs-media-container {
    flex-direction: column;
  }
}
.bs-datepicker .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.bs-datepicker-custom-range {
  padding: 15px;
  background: #eee;
}
.bs-datepicker-predefined-btns button {
  width: 100%;
  display: block;
  height: 30px;
  background-color: #9aaec1;
  border-radius: 4px;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  padding: 0 18px;
  text-align: left;
  transition: 0.3s;
}
.bs-datepicker-predefined-btns button:hover {
  background-color: #54708b;
}
.bs-datepicker-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  padding-top: 10px;
  border-top: 1px solid #e9edf0;
}
.bs-datepicker-buttons .btn-default {
  margin-left: 10px;
}
.bs-datepicker-buttons .btn-today-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.bs-datepicker-buttons .clear-right,
.bs-datepicker-buttons .today-right {
  flex-grow: 0;
}
.bs-datepicker-buttons .clear-left,
.bs-datepicker-buttons .today-left {
  flex-grow: 1;
}
.bs-datepicker-buttons .clear-center,
.bs-datepicker-buttons .today-center {
  flex-grow: 0.5;
}

/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0;
}
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px;
}
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.bs-timepicker-controls button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 0;
  background-color: #e9edf0;
  color: #54708b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 0;
  padding: 0;
  transition: 0.3s;
}
.bs-timepicker-controls button:hover {
  background-color: #d5dadd;
}
.bs-timepicker-controls input {
  width: 35px;
  height: 25px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #e9edf0;
}
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px;
}
.bs-timepicker .switch-time-format img {
  vertical-align: initial;
  margin-left: 4px;
}

bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080;
}

/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker {
    width: min-content;
    justify-content: center;
  }
  .bs-datepicker-multiple {
    display: flex;
  }
  .bs-datepicker-multiple + .bs-datepicker-multiple {
    margin-top: 10px;
    margin-left: 0;
  }
}
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777;
}
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161;
}
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E;
}
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td span.selected, .theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*=select-]:after, .theme-default .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #777;
}
.theme-default .bs-datepicker-body table td.week span {
  color: #777;
}
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-green .bs-datepicker-head {
  background-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838;
}
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td span.selected, .theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*=select-]:after, .theme-green .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c;
}
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-blue .bs-datepicker-head {
  background-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD;
}
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7;
}
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td span.selected, .theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de;
}
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498;
}
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9;
}
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td span.selected, .theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*=select-]:after, .theme-dark-blue .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7;
}
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-red .bs-datepicker-head {
  background-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531;
}
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732;
}
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td span.selected, .theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*=select-]:after, .theme-red .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #d9534f;
}
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f;
}
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none;
}
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29;
}
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35;
}
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td span.selected, .theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*=select-]:after, .theme-orange .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e;
}
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s;
}

.theme-default .bs-datepicker-container {
  padding: 0;
}
.theme-default .bs-datepicker-container .bs-datepicker-head {
  background-color: var(--themeDatePickerBackground);
}
.theme-default .bs-datepicker-container .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-container .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-container .bs-datepicker-body table td span[class*=select-]:after,
.theme-default .bs-datepicker-container .bs-datepicker-body table td[class*=select-] span:after {
  background-color: var(--themeDatePickerBackground);
}
.theme-default .bs-datepicker-container .bs-datepicker-body table td.week span {
  color: var(--themeFontColor);
}
.theme-default .bs-datepicker-container .bs-datepicker-body table td span {
  border-radius: 0;
  font-size: 1rem;
}
.theme-default .bs-datepicker-container .bs-datepicker-body table th {
  padding: 0;
}

.popover {
  border-radius: 8px;
  font-family: amplesoft-light;
  width: 300px;
  z-index: 12;
}
.popover .popover-content {
  padding: 0;
}
.popover.bottom {
  padding: 0;
}
.popover.bottom > .arrow::after {
  border-bottom-color: var(--tooltipTitleBackground);
}
.popover .content {
  font-size: 0.8rem;
  text-align: left;
  margin: 10px;
  z-index: 12;
}
.popover .title {
  height: auto;
  width: auto;
  min-height: 1.6rem;
  padding-top: 5px;
  padding-bottom: 3px;
  margin: 0;
  margin-bottom: 0.25em;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  background-color: var(--tooltipTitleBackground);
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
}
.popover .title i {
  position: absolute;
  right: 6px;
  top: 6px;
  bottom: auto;
  left: auto;
  cursor: pointer;
}

typeahead-container ul.dropdown-menu {
  font-size: 22px;
  border-radius: 5px;
}
typeahead-container ul.dropdown-menu li {
  position: relative;
  padding-left: 0;
}
typeahead-container ul.dropdown-menu li:not(:last-child):before {
  content: "";
  height: 1px;
  width: calc(100% - 16px);
  background: #cecdcc;
  position: absolute;
  bottom: 0;
  left: 8px;
}
typeahead-container ul.dropdown-menu li > a {
  color: inherit;
  padding: 8px 25px;
}
typeahead-container ul.dropdown-menu li.active a,
typeahead-container ul.dropdown-menu li.active a:hover,
typeahead-container ul.dropdown-menu li.active a:focus {
  color: #009ba5;
  background-color: inherit;
}

/* ======================= Theming Angular Material Snackbar === */
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #3f51b5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #ff4081;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
}
.mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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-app-elevation-shadow-level-2: 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-app-elevation-shadow-level-3: 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-app-elevation-shadow-level-4: 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-app-elevation-shadow-level-5: 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-app-elevation-shadow-level-6: 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-app-elevation-shadow-level-7: 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-app-elevation-shadow-level-8: 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-app-elevation-shadow-level-9: 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-app-elevation-shadow-level-10: 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-app-elevation-shadow-level-11: 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-app-elevation-shadow-level-12: 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-app-elevation-shadow-level-13: 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-app-elevation-shadow-level-14: 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-app-elevation-shadow-level-15: 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-app-elevation-shadow-level-16: 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-app-elevation-shadow-level-17: 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-app-elevation-shadow-level-18: 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-app-elevation-shadow-level-19: 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-app-elevation-shadow-level-20: 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-app-elevation-shadow-level-21: 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-app-elevation-shadow-level-22: 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-app-elevation-shadow-level-23: 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-app-elevation-shadow-level-24: 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);
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #c5cae9;
}

.cdk-overlay-container {
  z-index: 10000;
}

.mat-snack-bar-container {
  color: #ffffff;
  background: var(--themeBtnBackground);
}

.mat-simple-snackbar-action {
  color: #9d9b98;
}

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

.margin-top-ultra {
  margin-top: 3rem;
}

.margin-top-large {
  margin-top: 1.5rem;
}

.margin-top-medium, .gisa-message-wrapper {
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .margin-top-medium-onMobile {
    margin-top: 1rem;
  }
}

.margin-top-small {
  margin-top: 0.3rem;
}

.margin-bottom-medium {
  margin-bottom: 1rem;
}

.margin-bottom-ultra {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .margin-bottom-medium-onMobile {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .margin-right-medium-onmobile {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 768pxpx) {
  .padding-top-small-onTabletAndLarger {
    padding-top: 0.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .padding-left-small-onMobile {
    padding-left: 0.7em;
  }
}

.icon-plus {
  font-family: iconfont, sans-serif;
}
.icon-plus:after {
  content: "\EAD9";
  font-style: normal;
}
.icon-minus {
  font-family: iconfont, sans-serif;
}
.icon-minus:after {
  content: "\EAD7";
  font-style: normal;
}
.icon-minus:after {
  position: absolute;
  top: 0;
  transform: translateY(25%);
  font-size: 14px;
}
.icon--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.evm-icon-chain {
  font-family: iconfont, sans-serif;
}
.evm-icon-chain:after {
  content: "\EABC";
  font-style: normal;
}

.evm-icon-chain-broken {
  font-family: iconfont, sans-serif;
}
.evm-icon-chain-broken:after {
  content: "\EABD";
  font-style: normal;
}

.evm-icon-chart-line {
  font-family: iconfont, sans-serif;
}
.evm-icon-chart-line:after {
  content: "\EAC4";
  font-style: normal;
}

.evm-icon-chart-line-broken {
  font-family: iconfont, sans-serif;
}
.evm-icon-chart-line-broken:after {
  content: "\EABE";
  font-style: normal;
}

.evm-icon-chart-pie {
  font-family: iconfont, sans-serif;
}
.evm-icon-chart-pie:after {
  content: "\EABF";
  font-style: normal;
}

.evm-icon-download {
  font-family: iconfont, sans-serif;
}
.evm-icon-download:after {
  content: "\EAC0";
  font-style: normal;
}

.evm-icon-e-receipt {
  font-family: iconfont, sans-serif;
}
.evm-icon-e-receipt:after {
  content: "\EAC2";
  font-style: normal;
}

.evm-icon-envelope {
  font-family: iconfont, sans-serif;
}
.evm-icon-envelope:after {
  content: "\EAC1";
  font-style: normal;
}

.evm-icon-esales-strom {
  font-family: iconfont, sans-serif;
}
.evm-icon-esales-strom:after {
  content: "\EADF";
  font-style: normal;
}

.evm-icon-esales-gas {
  font-family: iconfont, sans-serif;
}
.evm-icon-esales-gas:after {
  content: "\EAC5";
  font-style: normal;
}

.evm-icon-esales-fahrplan {
  font-family: iconfont, sans-serif;
}
.evm-icon-esales-fahrplan:after {
  content: "\EAC3";
  font-style: normal;
}

.evm-icon-filter {
  font-family: iconfont, sans-serif;
}
.evm-icon-filter:after {
  content: "\EAC7";
  font-style: normal;
}

.evm-icon-gauge {
  font-family: iconfont, sans-serif;
}
.evm-icon-gauge:after {
  content: "\EAC9";
  font-style: normal;
}

.evm-icon-handshake {
  font-family: iconfont, sans-serif;
}
.evm-icon-handshake:after {
  content: "\EACA";
  font-style: normal;
}

.evm-icon-info {
  font-family: iconfont, sans-serif;
}
.evm-icon-info:after {
  content: "\EA81";
  font-style: normal;
}

.evm-icon-magnifying-glass {
  font-family: iconfont, sans-serif;
}
.evm-icon-magnifying-glass:after {
  content: "\EAD6";
  font-style: normal;
}

.evm-icon-pdf {
  font-family: iconfont, sans-serif;
}
.evm-icon-pdf:after {
  content: "\EAD8";
  font-style: normal;
}

.evm-icon-plus {
  font-family: iconfont, sans-serif;
}
.evm-icon-plus:after {
  content: "\EAD9";
  font-style: normal;
}

.evm-icon-upload {
  font-family: iconfont, sans-serif;
}
.evm-icon-upload:after {
  content: "\EADB";
  font-style: normal;
}

.evm-icon-wrench {
  font-family: iconfont, sans-serif;
}
.evm-icon-wrench:after {
  content: "\EADC";
  font-style: normal;
}

.evm-icon-file-care {
  font-family: iconfont, sans-serif;
}
.evm-icon-file-care:after {
  content: "\EAC6";
  font-style: normal;
}

.evm-icon-24h {
  font-family: iconfont, sans-serif;
}
.evm-icon-24h:after {
  content: "\EACB";
  font-style: normal;
}

.evm-icon-analysis {
  font-family: iconfont, sans-serif;
}
.evm-icon-analysis:after {
  content: "\EACC";
  font-style: normal;
}

.evm-icon-clock {
  font-family: iconfont, sans-serif;
}
.evm-icon-clock:after {
  content: "\EACD";
  font-style: normal;
}

.evm-icon-contact_form {
  font-family: iconfont, sans-serif;
}
.evm-icon-contact_form:after {
  content: "\EACE";
  font-style: normal;
}

.evm-icon-csr {
  font-family: iconfont, sans-serif;
}
.evm-icon-csr:after {
  content: "\EACF";
  font-style: normal;
}

.evm-icon-energy_option {
  font-family: iconfont, sans-serif;
}
.evm-icon-energy_option:after {
  content: "\EAD0";
  font-style: normal;
}

.evm-icon-lower_costs {
  font-family: iconfont, sans-serif;
}
.evm-icon-lower_costs:after {
  content: "\EAD1";
  font-style: normal;
}

.evm-icon-meeting {
  font-family: iconfont, sans-serif;
}
.evm-icon-meeting:after {
  content: "\EAD2";
  font-style: normal;
}

.evm-icon-person_info {
  font-family: iconfont, sans-serif;
}
.evm-icon-person_info:after {
  content: "\EAD3";
  font-style: normal;
}

.evm-icon-support {
  font-family: iconfont, sans-serif;
}
.evm-icon-support:after {
  content: "\EAD4";
  font-style: normal;
}

.evm-icon-docs_euro {
  font-family: iconfont, sans-serif;
}
.evm-icon-docs_euro:after {
  content: "\EADD";
  font-style: normal;
}

.evm-icon-transactions {
  font-family: iconfont, sans-serif;
}
.evm-icon-transactions:after {
  content: "\EADE";
  font-style: normal;
}

.evm-icon-customer_dashboard {
  font-family: iconfont, sans-serif;
}
.evm-icon-customer_dashboard:after {
  content: "\EAAE";
  font-style: normal;
}

.evm-icon-customer_dashboard {
  font-family: iconfont, sans-serif;
}
.evm-icon-customer_dashboard:after {
  content: "\EAAE";
  font-style: normal;
}

.evm-icon-circled {
  display: flex;
  align-items: center;
  margin-left: 2px;
  cursor: pointer;
  border-radius: 50%;
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
  width: 2.6rem;
  height: 2.6rem;
}
.evm-icon-circled--small {
  width: 1.8rem;
  height: 1.8rem;
}

.spacing-top-small {
  margin-top: 0.7rem;
}

.spacing-top-medium {
  margin-top: 1rem;
}

.spacing-top-large {
  margin-top: 1.5rem;
}

.spacing-bottom-small {
  margin-bottom: 0.7rem;
}

.spacing-bottom-medium {
  margin-bottom: 1rem;
}

.spacing-bottom-large {
  margin-bottom: 1.5rem;
}

.spacing-bottom-ultra {
  margin-bottom: 5.5rem;
}

.appc-list-item {
  padding: 0;
  cursor: pointer;
}
.appc-list-item.assigned {
  color: #000000;
  font-weight: bold;
}
.appc-list-item.assigned.no-assigned-permissions {
  background-color: rgb(255, 216, 227.8181818182);
}
.appc-list-item.assigned.no-assigned-permissions:hover {
  background-color: rgb(255, 190.5, 210.0454545455);
}
.appc-list-item.selected {
  background-color: #009ba5;
  color: #ffffff;
}
.appc-list-item.selected:hover {
  background-color: #009ba5;
}
.appc-list-item:hover {
  background-color: rgb(241.5, 254.1818181818, 255);
}
.appc-list-item .evm-divider {
  margin: 5px 0 0 0;
}
.appc-list-item:last-child .evm-divider {
  display: none;
}
.appc-list-item .row {
  padding: 0.5rem 5px 0 5px;
}

.evm-panel {
  background-color: #f5f5f5;
  padding: 1em;
}

.page-title {
  padding: 1em 0;
}

.evm-divider {
  height: 1px;
  display: block;
  background: 0 0 !important;
  border: none;
  border-bottom: 1px solid #cecdcc;
}

.appc-app {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0;
  background: #009ba5;
  color: white;
  text-align: left;
  padding: 1em;
  height: 13em;
}
.appc-app.app-active:hover {
  background: #005f69;
  cursor: pointer;
  color: #fff;
}
.appc-app.app-inactive {
  background: #e8e8e8;
  color: #fff;
}
.appc-app.app-public {
  background: #A9F5BC;
  color: #fff;
}
.appc-app.app-inactive.app-acquirable {
  background: #A9F5BC;
  color: #fff;
}
.appc-app.app-inactive.app-acquirable:hover {
  background: #09F5BC;
  cursor: pointer;
  color: #fff;
}
.appc-app .app-title {
  height: 3em;
  font-weight: 600;
  font-size: 1.2em;
}
.appc-app .app-icon-container {
  height: 4em;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.95;
}
.appc-app .app-icon {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
}
.appc-app .app-icon:after {
  font-size: 3em;
}
.appc-app .appc-sticky-bottom {
  height: 56px;
  width: 100%;
  font-size: 1em;
  display: flex;
  align-items: flex-end;
}
.appc-app .appc-sticky-bottom .app-infos table {
  text-align: left;
  background-color: transparent;
  width: 100%;
}
.appc-app .appc-sticky-bottom .app-infos table td.prominent {
  font-weight: bold;
}
.appc-app .appc-sticky-bottom .app-commercial-text {
  font-weight: 600;
}

.modal.fade {
  opacity: unset !important;
}
.modal .modal-dialog {
  transform: translateY(0) !important;
}
.modal-close {
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer;
}

.appc-selection-headline {
  margin-bottom: 1rem;
}

.ng-select .ng-clear-wrapper {
  width: 27px;
  margin-right: 27px;
}
.ng-select .ng-clear-wrapper .ng-clear {
  font-size: 45px !important;
  color: red;
}

.appc-admin {
  margin-bottom: 100px;
}

.evm-color-grey {
  color: #9d9b98;
}

.ng-invalid-required.ng-touched,
.ng-invalid.ng-dirty,
.ng-submitted.ng-invalid {
  border-color: #eb4b0a;
  border-width: 2px;
}

.evm-divider {
  height: 1px;
  display: block;
  background: transparent !important;
  border: none;
  border-bottom: 1px solid #cecdcc;
}
.evm-divider.color-cta-5 {
  border-color: #005f69;
}

.evm-label {
  margin: 0 0 5px 25px;
  display: flex;
  align-items: center;
}

/*
<span class="evm-circled-icon icon icon-whatever color-cta-5"></span>
 */
.evm-icon-circled {
  cursor: pointer;
  width: 2.6rem;
  height: 2.5rem;
  border-radius: 50%;
  background-position: center;
  background-size: 45%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease-in-out;
}
.evm-icon-circled--small {
  width: 1.8rem;
  height: 1.8rem;
}

/*
<div class="evm-input-with-icon">
    <input class="form-control"/>
    <i class="icon icon-whatever"></i>
</div>
 */
.evm-input-with-icon {
  position: relative;
}
.evm-input-with-icon .icon {
  color: #009ba5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 20px;
  width: 30px;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.evm-panel {
  background-color: #f5f5f5;
  padding: 1em;
}

/*
<a class="evm-text-with-icon icon icon-pen">Button</a>
 */
.evm-text-with-icon {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  background-position: left center;
  background-size: 1em;
  background-repeat: no-repeat;
}
.evm-text-with-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

/*
<a class="btn color-cta-5 evm-button-with-icon icon icon-pen">Button</a>
 */
.evm-button-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 50px !important;
  background-position: 20px center;
  background-size: 1em;
  background-repeat: no-repeat;
}
.evm-button-with-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.modal .modal-close {
  position: absolute;
  top: 21px;
  right: 21px;
  cursor: pointer;
  z-index: 10;
}

.link {
  color: var(--themeFontColor) !important;
}
.link--contents {
  display: contents !important;
}
.link--feedback-alert {
  color: inherit !important;
  text-decoration: underline;
  padding-left: 0 !important;
  text-decoration-thickness: 1px;
}

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