/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/styles.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
//https://sergiocarracedo.es/2020/07/17/sharing-variables-between-scss-and-typescript/

$colors: (
  acb-color-white: #f9f9f8,
  acb-color-super-super-white: #fff,
  acb-color-black: #484844,
  acb-color-super-super-black: #000,
);
@function c($name) { @return map.get($colors, $name); }

$colors: map.set($colors, acb-color-super-white, mix(c(acb-color-white), c(acb-color-super-super-white), 50%));
$colors: map.set($colors, acb-color-super-black, mix(c(acb-color-black), c(acb-color-super-super-black), 50%));
$colors: map.set($colors, acb-color-gray-5,  mix(c(acb-color-black), c(acb-color-white), 5%));
$colors: map.set($colors, acb-color-gray-10, mix(c(acb-color-black), c(acb-color-white), 10%));
$colors: map.set($colors, acb-color-gray-15, mix(c(acb-color-black), c(acb-color-white), 15%));
$colors: map.set($colors, acb-color-gray-20, mix(c(acb-color-black), c(acb-color-white), 20%));
$colors: map.set($colors, acb-color-gray-25, mix(c(acb-color-black), c(acb-color-white), 25%));
$colors: map.set($colors, acb-color-gray-30, mix(c(acb-color-black), c(acb-color-white), 30%));
$colors: map.set($colors, acb-color-gray-35, mix(c(acb-color-black), c(acb-color-white), 35%));
$colors: map.set($colors, acb-color-gray-40, mix(c(acb-color-black), c(acb-color-white), 40%));
$colors: map.set($colors, acb-color-gray-45, mix(c(acb-color-black), c(acb-color-white), 45%));
$colors: map.set($colors, acb-color-gray-50, mix(c(acb-color-black), c(acb-color-white), 50%));
$colors: map.set($colors, acb-color-gray-55, mix(c(acb-color-black), c(acb-color-white), 55%));
$colors: map.set($colors, acb-color-gray-60, mix(c(acb-color-black), c(acb-color-white), 60%));
$colors: map.set($colors, acb-color-gray-65, mix(c(acb-color-black), c(acb-color-white), 65%));
$colors: map.set($colors, acb-color-gray-70, mix(c(acb-color-black), c(acb-color-white), 70%));
$colors: map.set($colors, acb-color-gray-75, mix(c(acb-color-black), c(acb-color-white), 75%));
$colors: map.set($colors, acb-color-gray-80, mix(c(acb-color-black), c(acb-color-white), 80%));
$colors: map.set($colors, acb-color-gray-85, mix(c(acb-color-black), c(acb-color-white), 85%));
$colors: map.set($colors, acb-color-gray-90, mix(c(acb-color-black), c(acb-color-white), 90%));
$colors: map.set($colors, acb-color-gray-95, mix(c(acb-color-black), c(acb-color-white), 95%));
$colors: map.set($colors, acb-color-gray, c(acb-color-gray-50));
$colors: map.set($colors, acb-color-gray-light, c(acb-color-gray-15));
$colors: map.set($colors, acb-color-gray-dark, c(acb-color-gray-85));

*/
:root {
  --acb-dialog-margin: 4em;
  --acb-intra-form-margin: 1em;
}
@media all and (max-width: 599px) {
  :root {
    --acb-dialog-margin: 0em;
  }
}
/**
 *  Select any range in {h1, h2, h3, h4, h5, h6}.
 *
 *  e.g. usage
 *    headings("", 1, 6, ".--attr") { ... }
 */
.k-stepper .k-step[data-kendo-stepper-index="2"] .k-step-indicator,
.k-stepper .k-step[data-kendo-stepper-index="2"] .k-step-label {
  color: #926dab;
}
.k-stepper .k-step[data-kendo-stepper-index="2"] .k-step-indicator {
  border-color: #926dab;
  background-color: #f0edf2;
}
.k-stepper .k-step[data-kendo-stepper-index="2"].k-step-current .k-step-indicator, .k-stepper .k-step[data-kendo-stepper-index="2"].k-step-current .k-step-label, .k-stepper .k-step[data-kendo-stepper-index="2"]:hover .k-step-label {
  color: #4E0F78;
}
.k-stepper .k-step[data-kendo-stepper-index="2"].k-step-current .k-step-indicator, .k-stepper .k-step[data-kendo-stepper-index="2"]:hover .k-step-indicator {
  background-color: #4E0F78;
}
.k-stepper .k-step[data-kendo-stepper-index="2"].k-step-current .k-step-indicator {
  border-color: #4E0F78;
}
.acb-call-out-asterisk {
  font-size: smaller;
  font-style: italic;
  opacity: 0.75;
}
@media (max-width: 760px) {
  .acb-main-menu {
    display: none;
  }
  .acb-page {
    height: calc(100% - 52px);
  }
  .acb-hamburger-menu-button {
    z-index: 1000;
    display: block !important;
  }
  .page-title {
    top: 7px;
    left: 50px;
    font-size: 18px;
    font-weight: 600;
  }
  .acb-header-main-header {
    height: 52px !important;
  }
  .acb-environment {
    top: 5px !important;
    right: 128px !important;
    font-size: 10px !important;
  }
}
body .k-grid .k-grid-header-locked, body .k-grid .k-grid-content-locked, body .k-grid .k-grid-header-locked .k-header, body .k-grid .k-grid-content-locked td {
  border-color: rgba(0, 0, 0, 0.15);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  font-size: 14px;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.acb-alcon-page-loading-indicator,
.acb-local-loading-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200000;
}
.acb-alcon-page-loading-indicator {
  position: fixed;
}
.acb-local-loading-indicator .k-i-loading,
.acb-alcon-page-loading-indicator .k-i-loading {
  position: absolute;
  font-size: 5em;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html, body {
  height: 100%;
}
html body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica", "Arial", "Sans Serif";
  font-weight: normal;
  color: #484844;
  background-color: #f9f9f8;
  overflow: hidden;
}
body.acb-login {
  min-width: 0;
  overflow: auto;
}
html body .acb-half-form {
  width: 50%;
}
.acb-page {
  position: relative;
  height: calc(100% - 92px);
  overflow: auto;
}
.acb-main-content {
  padding: 2.5em 2em 3em 2em;
  min-height: calc(100% - 80px);
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  box-sizing: border-box;
}
.acb-main-content.acb-page-expanded {
  max-width: none;
  margin-top: -1em;
  padding: 0 1em 1em 1em;
}
@media (max-width: 599px) {
  .acb-main-content {
    padding: 1em 0 2em 0;
  }
}
acb-alcon-menu-main div {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
  display: block;
}
.acb-header-shadow {
  position: sticky;
  content: "";
  left: 0px;
  top: 0px;
  height: 12px;
  width: 100%;
  background: linear-gradient(rgba(72, 72, 68, 0.25), rgba(72, 72, 68, 0.05), rgba(249, 249, 248, 0)), linear-gradient(#f9f9f8, rgba(249, 249, 248, 0.5), rgba(249, 249, 248, 0.1));
  display: block;
  z-index: 1;
}
.page-title {
  position: fixed;
  z-index: 100;
  top: 5px;
  left: max((100vw - 1920px + 26px) / 2, 16px);
  text-transform: uppercase;
  font-weight: 800;
  font-size: x-large;
  margin: 1em 0;
}
.acb-expandable-fields {
  margin-right: -2em;
  overflow: hidden;
  min-width: 8em;
}
.acb-expandable-fields .k-form-field {
  overflow: hidden;
}
.acb-expandable-fields > * {
  margin-right: 2em;
}
html body .k-form-hint {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
html body .acb-multiselect-small .k-button {
  font-size: smaller;
}
html body .k-form-legend {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
html body .k-form-field kendo-label {
  margin-bottom: 0.125em !important;
}
html body .k-form-hint, .k-form-error {
  margin-top: 0.125em !important;
}
html body .k-textarea:focus,
html body .k-textbox:focus,
html body .k-numerictextbox .k-numeric-wrap .k-input:focus,
html body .k-combobox .k-dropdown-wrap .k-input:focus,
html body .k-combobox .k-input:focus,
html body .k-multiselect.k-state-focused .k-multiselect-wrap html body .k-multiselect.k-state-focused {
  background-color: #fff;
}
html body .k-form-field-disabled .k-textbox {
  background: transparent;
  color: #5a5a56;
  border: 1px dashed rgba(214, 214, 212, 0.25);
  opacity: 1;
}
html body .k-form-field-disabled .k-label, html body .k-form-field-disabled .k-form-label, html body .k-form-field-disabled kendo-formhint.k-form-hint {
  color: #5a5a56;
  filter: none;
  opacity: 0.5;
}
html body .k-multiselect kendo-taglist {
  padding: 0.5em !important;
}
html body .k-multiselect kendo-taglist .k-chip {
  margin: 0.35em 0 0.35em 0.35em;
}
html body .k-multiselect kendo-taglist .k-chip .k-chip-action {
  margin-right: 0.35em;
}
html body .k-multiselect kendo-taglist .k-chip-label {
  padding: 0.25em 0.125em 0.25em 0.5em;
}
.acb-flex-break {
  flex-basis: 100%;
  height: 0;
}
strong {
  font-weight: bold;
}
html body table .acb-grid-column-currency,
html body table .acb-grid-column-date,
html body table .acb-grid-column-integer {
  text-align: right !important;
}
.acb-scale-smaller {
  transform: scale(0.65, 0.65);
}
.acb-alcon-display-item-label {
  font-weight: 200 !important;
  margin: 0 0 0.35em 0;
  display: block;
  font-size: 11.667px !important;
  opacity: 0.75;
}
.acb-zoomed-out {
  transform: scale(0.75);
}
html body .k-window-content.k-dialog-content {
  padding: 0;
}
kendo-dialog-actions button[disabled] {
  background: #d6d6d4 !important;
  color: #868683 !important;
}
.acb-review-button-wrapper button.k-primary:not([disabled]),
.acb-review-button-wrapper button.k-button-solid-primary:not([disabled]),
.acb-review-button-wrapper button.k-button-clear-primary:not([disabled]),
kendo-dialog-actions button.k-primary:not([disabled]),
kendo-dialog-actions button.k-button-solid-primary:not([disabled]),
kendo-dialog-actions button.k-button-clear-primary:not([disabled]) {
  background: #003595 !important;
  color: #f9f9f8 !important;
}
.acb-review-button-wrapper button.acb-cancel:hover,
kendo-dialog-actions button.acb-cancel:hover {
  background: #FF6B12 !important;
  color: #f9f9f8 !important;
}
.acb-review-button-wrapper button.acb-cancel .k-icon,
.acb-review-button-wrapper button.k-button-solid-primary .k-icon,
.acb-review-button-wrapper button.k-button-clear-primary .k-icon,
kendo-dialog-actions button.acb-cancel .k-icon,
kendo-dialog-actions button.k-button-solid-primary .k-icon,
kendo-dialog-actions button.k-button-clear-primary .k-icon {
  margin: 0 0.35em 0 0 !important;
}
.acb-review-button-wrapper button.acb-cancel .k-icon,
kendo-dialog-actions button.acb-cancel .k-icon {
  margin-top: -0.2em;
  font-size: 95%;
  vertical-align: middle;
}
.k-window {
  line-height: inherit !important;
  border-radius: 6px 6px 3px 3px !important;
  overflow: hidden;
}
.acb-popup-hidden {
  display: none !important;
}
.k-grid {
  border-width: 3px 1px;
  border-radius: 3px;
}
.k-grid kendo-grid-toolbar {
  border-top: 1px solid rgba(249, 249, 248, 0.5);
}
.k-grid kendo-grid-toolbar > div {
  width: 100%;
}
.acb-grid-cell-with-single-command.k-command-cell {
  padding: 0 2px !important;
}
.acb-grid-cell-with-single-command.k-command-cell button {
  width: 100%;
}
.acb-grid-cell-with-single-command.k-command-cell button fa-icon {
  height: 1.15em;
  overflow: hidden;
}
.acb-grid-cell-with-single-command.k-command-cell button fa-icon svg {
  vertical-align: 0;
}
.acb-grid-cell-with-view {
  padding: 0 !important;
  position: relative;
  line-height: normal;
}
.acb-grid-cell-with-view button {
  position: static;
  width: 100%;
  padding: 8px 0.5em 8px 1em !important;
  background: none;
  border: none;
  margin: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
  text-align: left;
  cursor: pointer;
}
.acb-grid-cell-with-view button::before {
  content: "\f06e";
  font-family: "FontAwesome";
  font-size: 13px;
  padding: 0;
  margin: -2px 2px 0 -2px;
  color: rgba(0, 114, 194, 0.75);
  vertical-align: middle;
  display: inline-block;
  width: 13px;
  overflow: hidden;
}
.acb-grid-cell-with-view button:hover {
  color: #484844;
  background-color: #fff;
  border-radius: 3px;
}
.acb-grid-cell-with-view button:hover::before {
  color: #484844 !important;
}
.acb-grid-cell-with-view button.acb-view-button-with-exception::before {
  content: "\f071";
  color: #9B1A2F;
}
html body .acb-results-grid .k-grid-toolbar.k-toolbar {
  padding: 0;
  margin: 0;
  min-height: 3.25em;
}
html body .acb-results-grid.acb-display-grid td,
html body .acb-results-grid.acb-display-grid th {
  font-size: smaller;
}
.acb-grid-default-toolbar-message {
  text-align: center;
  opacity: 0.5;
  font-size: 75%;
  font-style: italic;
}
html body .k-grid button:focus {
  outline: unset;
}
html body .k-grid .acb-grid-command-column {
  padding: 0;
  text-align: center;
}
html body .k-grid .k-command-cell button {
  margin: 1px;
  box-sizing: border-box;
  width: 100%;
}
html body .k-grid .k-command-cell button:hover {
  background: #fff !important;
}
html body .k-grid .k-command-cell button::after,
html body .k-grid .k-command-cell button::before {
  display: none;
  content: unset;
}
html body .k-grid th.k-header.acb-grid-command-column-header {
  padding: 0;
  text-align: center;
  text-overflow: unset;
  color: #d6d6d4;
  vertical-align: middle;
}
html body .k-grid th.k-header.acb-grid-command-column-header span {
  margin-top: -2px;
}
.acb-inserted-html {
  background: #f9f9f8;
  color: #484844;
  padding: 0.5em;
  margin-top: 0.25em;
  display: block;
  box-sizing: border-box;
  overflow: auto;
  resize: vertical;
  border: 1px solid #bbbbb9;
  border-radius: 3px;
}
.acb-inserted-html *, .acb-inserted-html * *, .acb-inserted-html * * * {
  width: auto !important;
  min-width: auto !important;
}
.acb-inserted-html ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0.25em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 2.25em;
}
.acb-inserted-html li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.acb-inserted-html td {
  display: table-cell;
  vertical-align: inherit;
}
.acb-inserted-html tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.acb-inserted-html tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.acb-inserted-html table {
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: grey;
  width: auto !important;
}
button.k-button.acb-error {
  background-color: red;
}
button.k-button.acb-error:hover {
  background-color: red;
}
.acb-top-value-label {
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.acb-card-wrapper {
  line-height: 1 !important;
}
.acb-flex-with-gap-container {
  margin-right: -2em;
}
.red {
  color: red;
}
.acb-form-label-and-checkbox {
  flex-direction: row-reverse !important;
  vertical-align: middle;
}
.acb-form-label-and-checkbox * {
  align-self: center;
}
.acb-form-label-and-checkbox input {
  margin-right: 0.75em;
}
kendo-toolbar-separator {
  margin: 0 1em;
  color: #d6d6d4;
  vertical-align: middle;
  border-left: 1px solid #d6d6d4;
}
html body .acb-results-grid .k-grid-header-wrap table,
html body .acb-results-grid .k-grid-content table,
html body .acb-display-grid .k-grid-header-wrap table,
html body .acb-display-grid .k-grid-content table {
  width: 100% !important;
}
html body .acb-results-grid .k-grid-header-wrap table colgroup col:last-child,
html body .acb-results-grid .k-grid-content table colgroup col:last-child,
html body .acb-display-grid .k-grid-header-wrap table colgroup col:last-child,
html body .acb-display-grid .k-grid-content table colgroup col:last-child {
  min-width: 100% !important;
}
html body .acb-results-grid .k-grid-header-locked, html body .acb-results-grid .k-grid-header-locked th.k-header, html body .acb-results-grid .k-grid-header-locked span.k-column-title {
  border-color: #d6d6d4;
}
html body .acb-results-grid .k-grid-header-locked span.k-column-title {
  color: #c4c4c2;
}
html body .acb-results-grid .k-grid-content-locked {
  border-color: #d6d6d4 !important;
}
html body .acb-results-grid .k-grid-content-locked tr td {
  border-color: #dededd !important;
}
html body .acb-results-grid .k-grid-content-locked tr[kendogridlogicalrow] {
  background: #f9f9f8;
}
html body .acb-results-grid .k-grid-content-locked tr[kendogridlogicalrow].k-alt {
  background: #f0f0ef;
}
html body .acb-results-grid .k-grid-toolbar {
  padding: 0;
}
html body .acb-results-grid .k-grid-toolbar .acb-toolbar-adjacent {
  padding: 8px 4px;
}
html body .acb-results-grid .k-grid-toolbar .k-toolbar {
  border: none;
  margin-left: 2.5em;
}
html body .acb-results-grid .k-grid-toolbar .acb-toolbar-button-clear {
  margin-right: 1em;
  opacity: 0.75;
}
html body .acb-results-grid tbody tr td {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: smaller !important;
}
kendo-grid td {
  white-space: nowrap;
  text-overflow: ellipsis;
}
kendo-grid-column-chooser {
  color: #747471;
}
kendo-pager-info,
kendo-pager-page-sizes {
  font-size: smaller;
}
html body kendo-pager-page-sizes.k-pager-sizes {
  margin: 0 0 0 40px;
}
html body kendo-pager-page-sizes.k-pager-sizes.acb-small-pager-page-sizes {
  margin: 0 0 0 2em;
}
kendo-pager-page-sizes.acb-small-pager-page-sizes kendo-label {
  display: none;
}
kendo-pager-info,
kendo-pager-prev-buttons,
kendo-pager-next-buttons {
  white-space: nowrap;
}
kendo-pager-page-sizes select {
  border: 1px solid #a1a19e;
  border-radius: 3px;
  color: #747471;
  background: #f9f9f8;
}
.k-command-cell {
  padding: 0 !important;
  vertical-align: middle !important;
  text-overflow: clip !important;
  text-align: center !important;
}
.k-command-cell button {
  background: none;
  border: none;
  height: auto;
  width: auto;
  padding: 0.45em 0.45em !important;
  margin: 0 !important;
}
.k-command-cell button.acb-in-grid-edit-button:not(:hover),
.k-command-cell button.acb-in-grid-impersonate-button:not(:hover) {
  background: none;
}
html body .k-grid kendo-grid-toolbar button {
  color: #747471;
  background: transparent;
  border: none;
  box-shadow: none;
}
html body .k-grid kendo-grid-toolbar button.acb-danger {
  color: red;
}
html body .k-grid kendo-grid-toolbar button.acb-warning {
  color: orange;
}
html body .k-grid kendo-grid-toolbar button:hover,
html body .k-grid kendo-grid-toolbar button:focus {
  background: #f9f9f8;
  box-shadow: none;
}
.acb-info {
  padding: 2em;
  border: 1px solid #d6d6d4;
  border-top-width: 6px;
  border-bottom-width: 6px;
  margin: 0 0 0 0;
  background: linear-gradient(#f5f5f4, #f9f9f8);
  vertical-align: middle;
  border-radius: 3px;
  line-height: 20px;
}
.acb-info strong {
  color: #8f8f8c;
  font-size: larger;
}
.acb-info::before {
  line-height: initial;
  margin-left: -0.125em;
  content: "\e401";
  font-size: 3em;
  font-family: "WebComponentsIcons";
  float: left;
  margin-right: 0.25em;
  color: #8f8f8c;
}
.acb-strikethrough {
  text-decoration: line-through;
  text-decoration-color: #ae4757;
}
.acb-fund-dropdown-popup {
  min-width: 380px;
}
html body kendo-window {
  max-height: 100vh;
  max-width: 100vw;
}
html body kendo-window.k-window-minimized {
  width: 320px !important;
}
.acb-toolbar-dropdown-review-button-popup li {
  color: #003595;
}
.acb-toolbar-dropdown-review-button-popup li:nth-child(1) {
  color: #009d3d;
}
.acb-toolbar-dropdown-review-button-popup li:nth-child(2) {
  color: #9B1A2F;
}
.acb-radio-button-formfield {
  cursor: pointer;
}
.acb-radio-button-formfield *, .acb-radio-button-formfield .acb-radio-button-formfield * * {
  vertical-align: middle;
  cursor: pointer;
}
.acb-radio-button-formfield label {
  margin-left: 0.5em;
  cursor: pointer;
}
.acb-radio-button-formfield input {
  margin: 0;
  cursor: pointer;
}
.acb-review-window .k-window-content, .acb-select-window .k-window-content {
  padding: 0;
}
.acb-alcon-display-item-value {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acb-modal-overlay {
  animation-duration: 0.25s;
  animation-name: showOverlay;
  position: absolute;
  top: 1;
  left: 1;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background: linear-gradient(145deg, rgba(0, 116, 131, 0.1) 0%, rgba(0, 53, 149, 0.2) 100%);
  -webkit-backdrop-filter: blur(6px) grayscale(0) brightness(1) contrast(0.3);
  backdrop-filter: blur(6px) grayscale(0) brightness(1) contrast(0.3);
}
.acb-controls .k-pager .k-pager-first,
.acb-controls .k-pager .k-pager-last {
  display: none;
}
.acb-controls .k-pager .k-pager-nav {
  width: 3em;
}
.acb-controls .k-pager .k-pager-nav .k-icon {
  font-size: 150%;
}
.acb-impersonation-label {
  display: block;
  position: absolute;
  top: 0.7em;
  left: 1em;
  font-weight: bold;
  z-index: 10;
  color: #926dab;
}
.acb-impersonation-label a {
  text-decoration: none;
  color: inherit;
}
.acb-impersonation-label a:hover {
  color: #81569e;
}
.acb-impersonation-label a:hover:after {
  content: "";
  display: block;
  position: absolute;
  background: #926dab;
  border-top: 1px solid #4E0F78;
  border-bottom: 1px solid #4E0F78;
  height: 2px;
  width: calc(100% + 0.5em);
  top: calc(50% - 1px);
  left: -0.25em;
}
acb-alcon-header-main .acb-header-main-header {
  background: #003595;
}
acb-alcon-header-main.acb-impersonating .acb-header-main-header {
  background: #4E0F78;
}
.acb-impersonating .page-title {
  color: #d7cade;
}
html body button.k-button[ng-reflect-look=clear]:not(:hover) {
  border: none;
  background: none;
}
html body button.k-button[ng-reflect-look=clear]:hover {
  border: none;
}
html body button.k-button[ng-reflect-look=clear]:focus {
  box-shadow: none;
}
html body .k-multiselect kendo-taglist {
  padding: 0.5em !important;
}
html body .k-multiselect kendo-taglist .k-chip {
  margin: 0.35em 0 0.35em 0.35em;
}
html body .k-multiselect kendo-taglist .k-chip .k-chip-action {
  margin-right: 0.35em;
}
html body .k-multiselect kendo-taglist .k-chip-label {
  padding: 0.25em 0.125em 0.25em 0.5em;
}
gridster .gridster-column,
gridster .gridster-row,
gridster-item,
gridster-item.gridster-item-resizing,
gridster-item.gridster-item-moving {
  transition: unset !important;
}
.acb-action-button-legend {
  margin-top: 0.5em;
  margin-left: 0;
}
.acb-action-button-legend div {
  white-space: nowrap;
  font-size: smaller;
  margin-top: 0.5em;
}
html body kendo-pager.k-grid-pager {
  border-color: #dededd !important;
}
.far {
  font-family: "FontAwesome";
  margin-right: 0.35em;
}
.acb-intra-form-margin-correction {
  margin-right: calc(-1 * var(--acb-intra-form-margin));
}
.acb-fx-intra-form-margin-controlled-container {
  margin-right: var(--acb-intra-form-margin);
  margin-bottom: var(--acb-intra-form-margin);
  display: block;
}
@media all and (max-width: 599px) {
  :root {
    --acb-intra-form-margin: 0em;
  }
}
html body .k-chart-tooltip-wrapper.k-animation-container-shown {
  transition: unset;
}
html body li.k-state-selected .acb-dropdown-popup-column-value, html body li.k-state-selected .acb-dropdown-popup-column-value .acd-red {
  color: white !important;
}
html body kendo-window.acb-window-select-duplicate-claims {
  z-index: 110000 !important;
}
html body kendo-window.acb-window-select-duplicate-claims .k-window-content {
  padding: 0;
}
.k-dropdownlist .k-input-button {
  border-width: 0;
}
.k-checkbox {
  width: 15px;
  height: 15px;
}
.k-header.acb-grid-command-column-header .k-cell-inner {
  text-align: center;
  justify-content: center !important;
}
.k-actions-stretched {
  padding: 0 !important;
  align-items: stretch !important;
  gap: 0 !important;
}
.k-actions-stretched .k-button {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 12px 16px !important;
  text-overflow: ellipsis !important;
  display: inline-block !important;
  overflow: hidden !important;
}
.k-window-title, .k-dialog-title {
  color: #f9f9f8 !important;
}
.k-window[role=dialog] .k-window-titlebar {
  color: #f9f9f8 !important;
}
.k-stepper .k-step-indicator .k-step-indicator-text {
  font-size: 16px;
}

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