*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  font-family: inherit;
}
* {
  scrollbar-color: rgba(0, 0, 0, 0.5) #ffffff;
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  -webkit-appearance: none;
}
*::-webkit-scrollbar:vertical {
  width: 12px;
}
*::-webkit-scrollbar:horizontal {
  height: 12px;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  background-color: #ffffff;
  margin: 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
div:focus-visible,
div:focus {
  outline: none;
}
label {
  margin: 0;
  padding: 0;
}
.c2-resizable {
  resize: both;
  overflow: auto;
}
.c2-button {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  cursor: pointer;
  border-radius: 0.5em;
  padding: 0.55em 1.33em;
  font-size: 1em;
  max-width: max-content;
}
.c2-button:disabled {
  cursor: auto;
}
.c2-button--solid {
  border: 1px solid #3695ff;
  background-color: #3695ff;
  color: #ffffff;
  text-decoration: none;
}
.c2-button--solid:hover {
  opacity: 0.9;
}
.c2-button--solid:focus-visible {
  outline: 2px dashed #444444;
  outline-offset: -2px;
}
.c2-button--solid:disabled {
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  color: #bfbfbf;
}
.c2-button--ghost {
  background-color: transparent;
  border-style: solid;
  border-color: #c7c7c7;
  border-width: 1px;
  color: #000000;
}
.c2-button--ghost:hover,
.c2-button--ghost:active,
.c2-button--ghost:focus-visible {
  border-color: #77b7ff;
}
.c2-button--ghost:active,
.c2-button--ghost:focus-visible {
  outline: none;
}
.c2-button--ghost:disabled {
  pointer-events: none;
  color: #b6b6b6;
}
.c2-button--ghost:visited {
  outline: 0;
}
.c2-button--dashed {
  border-style: dashed;
}
.c2-button--blue {
  color: #3695ff;
  border-color: #3695ff;
}
.c2-button--blue:hover,
.c2-button--blue:active,
.c2-button--blue:focus-visible {
  color: #77b7ff;
  border-color: #77b7ff;
}
.c2-button--blue:disabled {
  border-color: #c7c7c7;
}
.c2-button--grey {
  color: #7e7e7e;
}
.c2-button--grey:hover,
.c2-button--grey:active,
.c2-button--grey:focus-visible {
  color: #3695ff;
}
.c2-button--action-link {
  color: #3695ff;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
}
.c2-button--action-link:not(:disabled) {
  cursor: pointer;
}
.c2-button--action-link:not(:disabled):active,
.c2-button--action-link:not(:disabled):hover {
  border: none;
  outline: none;
  background: none;
  text-decoration: underline;
}
.c2-button--action-link:not(:disabled):focus-visible {
  outline: 1px dashed #3695ff;
  outline-offset: 3px;
}
.c2-button--action-link:disabled {
  cursor: auto;
  color: #444444;
  opacity: 0.5;
}
.c2-button--inline {
  display: inline;
  text-align: inherit;
  line-height: inherit;
  padding: 0;
}
.c2-button__icon {
  width: 1em;
  height: 1em;
}
.c2-button--only-icon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.c2-button--more {
  align-content: center;
  justify-content: center;
  background-image: url('../images/c2-ellipsis.svg');
  background-color: transparent;
  background-repeat: no-repeat;
  width: 21px;
  max-width: 21px;
  height: 16px;
  border: none;
}
.c2-button--more:active {
  outline: none;
}
.c2-button--more:focus-visible {
  outline: 1px dashed #3695ff;
  outline-offset: 3px;
}
.c2-button--caps {
  text-transform: uppercase;
}
.c2-button--xl {
  padding: 0.75em 1.5em;
  font-size: clamp(12px, 1.5vw, 16px);
}
.c2-button--bold {
  font-weight: bold;
}
.c2-navbar {
  height: 60px;
  padding-inline: clamp(15px, 3vw, 35px);
  border-bottom: solid 3px #3695ff;
  color: #ffffff;
  background-color: #444444;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 24px;
  flex-shrink: 0;
}
.c2-navbar__apps-menu {
  overflow: visible;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c2-navbar__logo {
  text-decoration: none;
  background-color: transparent;
  border: none;
  display: flex;
  height: 36px;
}
.c2-navbar__logo__icon {
  height: 100%;
}
.c2-navbar__app-name {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  text-wrap: nowrap;
}
.c2-navbar__tools {
  margin-left: auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 24px;
  height: 100%;
}
.c2-navbar__tools__item {
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}
.c2-avatar-photo {
  border-radius: 50%;
  display: block;
}
.c2-avatar-photo--small {
  width: 32px;
  height: 32px;
}
.c2-avatar-photo--big {
  width: 5.75rem;
  height: 5.75rem;
}
.c2-navbar__popup {
  display: none;
  position: fixed;
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #dfdfdf;
  border-radius: 0.5em;
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  padding: 1.5em;
}
.c2-navbar__popup--show {
  display: block;
}
.c2-user-pane {
  width: 385px;
  max-width: 100%;
}
.c2-user-pane__logout {
  float: right;
}
.c2-user-pane__body {
  width: 100%;
  overflow: hidden;
}
.c2-user-info {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 5.75rem auto;
  column-gap: 1.5em;
  row-gap: 0;
}
.c2-user-info__image {
  display: none;
}
.c2-user-info__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.c2-user-info__details__text {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c2-user-info__details__text--bold {
  font-size: 18px;
  font-weight: bold;
}
.c2-user-info__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.c2-user-info__links__link {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (min-width: 385px) {
  .c2-user-info {
    grid-template-columns: 5.75rem auto;
    grid-template-rows: 5.75rem auto;
  }
  .c2-user-info__image {
    display: block;
  }
  .c2-user-info__links {
    grid-column: 2/3;
  }
}
.c2-link {
  color: #3695ff;
  text-decoration: none;
  background-color: transparent;
}
.c2-link:hover {
  cursor: pointer;
  color: #3695ff;
  text-decoration: underline;
}
.c2-link:visited {
  color: #3695ff;
  text-decoration: none;
}
.c2-link:focus-visible {
  outline: 1px dashed #3695ff;
  outline-offset: 3px;
}
.c2-link--white {
  color: #ffffff;
}
.c2-link--white:hover,
.c2-link--white:visited {
  color: #ffffff;
}
.c2-link--white:focus-visible {
  outline: 1px dashed #ffffff;
}
.c2-link--light-grey {
  color: #8f8f8f;
  text-decoration: none;
}
.c2-link--light-grey:hover {
  color: #8f8f8f;
  text-decoration: underline;
}
.c2-link--light-grey:visited {
  color: #8f8f8f;
}
.c2-side-nav__wrapper {
  position: relative;
  height: 100%;
}
.c2-side-nav {
  background-color: #f7f7f7;
  border-right: 1px solid #dfdfdf;
  height: 100%;
  width: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(15px, 3vw, 35px);
  font-size: 16px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  scrollbar-color: rgba(0, 0, 0, 0.5) #f7f7f7;
}
.c2-side-nav::-webkit-scrollbar-track {
  background-color: #f7f7f7;
}
.c2-side-nav::-webkit-scrollbar-thumb {
  border: 2px solid #f7f7f7;
}
.c2-side-nav.c2-side-nav--collapse {
  width: calc(clamp(15px, 3vw, 35px) * 2 + 20px);
}
.c2-side-nav.c2-side-nav--collapse:not(.c2-side-nav--collapsing) .c2-nav-items__item__title {
  display: none;
}
.c2-side-nav.c2-side-nav--collapse:not(.c2-side-nav--collapsing) .c2-side-nav__toggler {
  background-image: url(../Images/c2-side-menu_toggler-expand.svg);
}
.c2-side-nav.c2-side-nav--collapse:not(.c2-side-nav--collapsing) .c2-side-nav__footer {
  display: none;
}
.c2-side-nav.c2-side-nav--collapsing {
  overflow: hidden;
  width: 300px;
}
.c2-side-nav.c2-side-nav--collapsing .c2-nav-items__item__title {
  display: none;
}
.c2-side-nav.c2-side-nav--collapsing .c2-side-nav__footer {
  display: none;
}
@media (max-width: 800px) {
  .c2-side-nav {
    width: calc(clamp(15px, 3vw, 35px) * 2 + 20px);
  }
  .c2-side-nav .c2-nav-items__item__title,
  .c2-side-nav .c2-side-nav__toggler,
  .c2-side-nav .c2-side-nav__footer {
    display: none;
  }
}
.c2-side-nav__footer {
  margin-top: auto;
  margin-bottom: clamp(15px, 3vw, 35px);
  padding-inline: clamp(15px, 3vw, 35px);
  font-size: 12px;
  color: #727272;
  text-wrap: nowrap;
  max-width: 100%;
  overflow-x: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
.c2-side-nav__footer__logos {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.c2-side-nav__footer__copy-rights {
  margin: 0;
}
.c2-side-nav__items {
  flex-shrink: 0;
}
.c2-nav-items {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  overflow-x: hidden;
}
.c2-nav-items__item {
  padding-inline: clamp(15px, 3vw, 35px);
  padding-block: 18px;
  height: 60px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  column-gap: 24px;
  cursor: pointer;
  text-decoration: none;
}
.c2-nav-items__item:hover,
.c2-nav-items__item.c2-nav-items__item--active {
  border-left: 5px solid #3695ff;
  padding-left: calc(clamp(15px, 3vw, 35px) - 5px);
  background-color: #e6f2ff;
}
.c2-nav-items__item:hover .c2-nav-items__item__icon,
.c2-nav-items__item.c2-nav-items__item--active .c2-nav-items__item__icon {
  filter: invert(60%) sepia(34%) saturate(6517%) hue-rotate(191deg) brightness(99%) contrast(106%);
}
.c2-nav-items__item:hover .c2-nav-items__item__title,
.c2-nav-items__item.c2-nav-items__item--active .c2-nav-items__item__title {
  color: #3695ff;
  font-weight: 600;
}
.c2-nav-items__item:focus-visible {
  outline: 1px dashed #3695ff;
  outline-offset: -4px;
  text-decoration: none;
}
.c2-nav-items__item:focus-visible .c2-nav-items__item__icon {
  font-weight: normal;
  color: #ffffff;
}
.c2-nav-items__item__title {
  white-space: nowrap;
  color: #444444;
}
.c2-nav-items__item__icon {
  height: 20px;
  width: 20px;
}
.c2-side-nav__toggler {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-1px, -50%);
  z-index: 1;
  height: 40px;
  width: 20px;
  border-radius: 0 150px 150px 0;
  border: 1px solid #dfdfdf;
  border-left: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  background-image: url(../Images/c2-side-menu_toggler-collapse.svg);
  background-repeat: no-repeat;
  background-position: 25% center;
  cursor: pointer;
  transition: transform 0.35s;
}
.c2-side-nav__toggler:focus-visible {
  outline: 1px dashed #3695ff;
}
.c2-layout {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c2-layout__navbar {
  flex-shrink: 0;
}
.c2-layout__main {
  flex-grow: 1;
  overflow: hidden;
}
.c2_layout__main--with-nav {
  display: flex;
  flex-flow: row nowrap;
}
.c2_layout__main--with-nav .c2-main {
  flex-grow: 1;
}
.c2-main {
  padding-inline: clamp(15px, 3vw, 35px);
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-width: 100%;
  max-height: 100%;
}
.c2-main--padding-block {
  padding-block: clamp(15px, 3vh, 35px);
}
.c2-background-blue {
  background: #186d93;
  background: linear-gradient(125deg, #128db8 0%, #1a2e4f 60%, #0d2233 100%);
  background-repeat: no-repeat;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(1, 1, 1, 0.2);
}
.c2-background-blue::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
}
.c2-background-blue::-webkit-scrollbar-track {
  background-color: rgba(1, 1, 1, 0.2);
}
.c2-row-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.c2-row-footer--space-between {
  justify-content: space-between;
}
.c2-layout__footer {
  margin-inline: clamp(15px, 3vw, 35px);
  padding-block: 1em;
}
.c2-footer {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-size: clamp(8px, 2.4vw, 14px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 1em;
}
.c2-footer__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  column-gap: 1em;
  text-align: center;
}
.c2-footer__column p {
  margin: 0;
}
@media (min-width: 630px) {
  .c2-footer {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media (min-width: 1070px) {
  .c2-layout__footer {
    justify-content: space-between;
    flex-direction: row;
  }
  .c2-footer__column {
    flex-direction: row;
    gap: 1em;
  }
}
.c2-footer__column--left {
  row-gap: 1em;
}
.c2-blue-screen {
  color: #ffffff;
  text-align: center;
  align-items: center;
  padding-block: clamp(20px, 5vh, 42px);
}
.c2-blue-screen__header {
  font-size: 46px;
  line-height: 1.2;
  font-weight: lighter;
  margin: 0;
}
.c2-blue-screen__body {
  display: block;
  max-width: 790px;
}
.c2-blue-screen__body__paragraph {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.c2-blue-screen__body__action-button {
  margin-inline: auto;
}
.c2-bullet-list {
  padding: 0;
  margin: 0;
}
.c2-bullet-list--inline {
  list-style-position: inside;
}
input[type="checkbox"].c2-checkbox {
  appearance: none;
  border-radius: 0;
  border: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  flex-shrink: 0;
  margin: 0;
  box-shadow: none;
  background-color: #ffffff;
  background-image: url("../Images/c2-checkbox_empty.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
input[type="checkbox"].c2-checkbox + label {
  display: inline-block;
  cursor: pointer;
}
input[type="checkbox"].c2-checkbox:checked {
  background-image: url("../Images/c2-checkbox_tick.svg");
}
input[type="checkbox"].c2-checkbox:disabled {
  cursor: auto;
  background-image: url("../Images/c2-checkbox_empty_disabled.svg");
}
input[type="checkbox"].c2-checkbox:disabled:checked {
  background-image: url("../Images/c2-checkbox_tick_disabled.svg");
}
input[type="checkbox"].c2-checkbox:disabled + label {
  color: #b6b6b6;
  cursor: auto;
}
input[type="radio"].c2-radio-button {
  appearance: none;
  border-radius: 0;
  border: none;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  flex-shrink: 0;
  margin: 0;
  box-shadow: none;
  background-color: #ffffff;
  background-image: url("../Images/c2-radio_button_empty.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
input[type="radio"].c2-radio-button + label {
  display: inline-block;
  cursor: pointer;
}
input[type="radio"].c2-radio-button:checked {
  background-image: url("../Images/c2-radio_button_selected.svg");
}
input[type="radio"].c2-radio-button:disabled {
  cursor: auto;
  background-image: url("../Images/c2-radio_button_empty_disabled.svg");
}
input[type="radio"].c2-radio-button:disabled:checked {
  background-image: url("../Images/c2-radio_button_selected_disabled.svg");
}
input[type="radio"].c2-radio-button:disabled + label {
  color: #b6b6b6;
  cursor: auto;
}
input[type="checkbox"].c2-switch {
  appearance: none;
  width: 3.15em;
  min-width: 3.15em;
  height: 1.65em;
  min-height: 1.65em;
  flex-shrink: 0;
  border: none;
  border-radius: 1em;
  background-color: #a8a8a8;
  cursor: pointer;
  position: relative;
}
input[type="checkbox"].c2-switch::after {
  content: '';
  position: absolute;
  left: 0.25em;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 1em;
  width: 1.15em;
  height: 1.15em;
  transition: transform ease-in-out 0.3s, background-color ease-in-out 0.3s;
}
input[type="checkbox"].c2-switch:checked {
  background-color: #5cb85c;
}
input[type="checkbox"].c2-switch:checked::after {
  transform: translateY(-50%) translateX(1.4em);
}
input[type="checkbox"].c2-switch:disabled {
  cursor: auto;
  background-color: #d0cece;
}
input[type="checkbox"].c2-switch:disabled + label {
  color: #b6b6b6;
  cursor: auto;
}
input[type="checkbox"].c2-switch:disabled::after {
  background-color: #f0f0f0;
}
input[type="checkbox"].c2-switch + label {
  cursor: pointer;
}
.c2-spinner {
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #0092cd;
  width: 92px;
  height: 92px;
  animation: spinner-key-frames 2s linear infinite;
  position: relative;
  flex-shrink: 0;
}
.c2-spinner:before {
  content: "";
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #3d3d3f;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  animation: spinner-key-frames 3s linear infinite;
}
.c2-spinner:after {
  content: "";
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: #c5c6c8;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  animation: spinner-key-frames 1.5s linear infinite;
}
.c2-spinner--light:before {
  border-top-color: #ffffff;
}
.c2-spinner--small {
  border-width: 1.5px;
  width: 30px;
  height: 30px;
}
.c2-spinner--small:before {
  border-width: 1.5px;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.c2-spinner--small:after {
  border-width: 1.5px;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
}
.c2-single-spinner {
  border: 9px solid #dfdfdf;
  border-top: 9px solid #3695ff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spinner-key-frames 1s linear infinite;
  flex-shrink: 0;
}
@keyframes spinner-key-frames {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
input,
textarea {
  color: #444444;
  font-size: 1em;
}
input.c2-form-control:disabled,
textarea.c2-form-control:disabled,
input.c2-form-control:read-only,
textarea.c2-form-control:read-only {
  background-color: #F6F6F6;
  pointer-events: none;
  color: #7E7E7E;
}
:not(button).c2-form-control:disabled,
:not(button).c2-form-control:read-only {
  cursor: auto;
}
.c2-form-label {
  font-weight: 700;
}
.c2-form-control {
  border-radius: 0px;
  border: 1px solid #c7c7c7;
  border-radius: 0.5em;
  font-size: 1em;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.357em 0.75em;
}
.c2-form-control:focus,
.c2-form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #77b7ff;
}
.c2-form-control:visited {
  outline: 0;
}
.c2-form-control--invalid {
  border: 1px solid #d63c00;
}
.c2-error {
  color: #d63c00;
}
.c2-input-group {
  display: flex;
  flex-flow: row nowrap;
}
.c2-input-group * + * {
  margin-left: -1px;
}
.c2-input-group > *:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.c2-input-group > *:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c2-input-group > *:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.c2-input-group .c2-form-control:focus,
.c2-input-group .c2-form-control:hover {
  z-index: 1;
}
.c2-input-group input.c2-form-control {
  flex-grow: 1;
}
.c2-input-group input.c2-form-control:read-only {
  background-color: transparent;
  color: #3695ff;
  font-weight: bold;
}
textarea.c2-form-control {
  height: auto;
}
.c2-form-row {
  display: flex;
  flex-flow: row wrap;
  gap: 1.3em;
}
.c2-form-row--align-center {
  align-items: center;
}
.c2-form-row--nowrap {
  flex-flow: row nowrap;
}
table.c2-rich-list {
  border-collapse: collapse;
  font-size: inherit;
}
.c2-rich-list--grid {
  display: grid;
}
.c2-rich-list--grid > thead,
.c2-rich-list--grid > tbody {
  display: contents;
}
.c2-rich-list--grid > thead > tr,
.c2-rich-list--grid > tbody > tr {
  display: contents;
}
.c2-rich-list--grid .c2-rich-list__header,
.c2-rich-list--grid .c2-rich-list__rows,
.c2-rich-list--grid .c2-rich-list__row {
  display: contents;
}
.c2-rich-list--grid .c2-rich-list__rows .c2-rich-list__cell {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dfdfdf;
}
.c2-rich-list--grid .c2-rich-list__rows:not(.c2-rich-list__rows--dragmode) .c2-rich-list__row[data-selectable="true"]:hover .c2-rich-list__cell {
  background-color: #e6f2ff;
}
.c2-rich-list--grid .c2-rich-list__rows:not(.c2-rich-list__rows--dragmode) .c2-rich-list__row[data-selectable="true"].c2-rich-list__row--selected:hover .c2-rich-list__cell {
  background-color: #eef5fd;
}
:not(.c2-rich-list--grid) .c2-rich-list__rows:not(.c2-rich-list__rows--dragmode) .c2-rich-list__row[data-selectable="true"]:hover {
  background-color: #e6f2ff;
}
:not(.c2-rich-list--grid) .c2-rich-list__rows:not(.c2-rich-list__rows--dragmode) .c2-rich-list__row[data-selectable="true"].c2-rich-list__row--selected:hover {
  background-color: #eef5fd;
}
.c2-rich-list__rows .c2-rich-list__row {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #dfdfdf;
}
.c2-rich-list__rows .c2-rich-list__row[data-selectable="true"] {
  cursor: pointer;
}
.c2-rich-list__rows .c2-rich-list__row[data-selectable="false"] .c2-rich-list__cell {
  opacity: 0.5;
}
.c2-rich-list__rows .c2-rich-list__row--loader {
  height: 120px;
  overflow: hidden;
  border-bottom: none;
}
.c2-rich-list__rows .c2-rich-list__row--loader .c2-rich-list__cell {
  border-bottom: none;
}
.c2-rich-list__rows .c2-rich-list__row--loader .c2-spinner {
  margin: auto;
}
.c2-rich-list__rows .c2-rich-list__row--loader--small {
  height: 60px;
}
ul.c2-rich-list__rows {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c2-rich-list__header {
  color: #7e7e7e;
  font-weight: bold;
  text-align: left;
}
.c2-rich-list__header,
.c2-rich-list__row {
  column-gap: clamp(10px, 3vw, 25px);
}
.c2-rich-list__row,
.c2-rich-list__cell {
  transition: background-color 0.15s, opacity 1.25s ease-in;
}
.c2-rich-list__cell {
  padding-block: 1em;
  padding-inline: calc(clamp(10px, 3vw, 25px) / 2);
}
.c2-rich-list__cell--bold {
  font-weight: bold;
}
.c2-rich-list__cell--center {
  text-align: center;
}
.c2-rich-list__cell--overflow-hidden {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c2-rich-list__row--selected {
  background-color: #eef5fd;
}
.c2-rich-list__row--selected .c2-rich-list__cell {
  background-color: #eef5fd;
}
.c2-rich-list__cell--more {
  width: 58px;
}
.c2-column-sort:focus-within {
  outline: 1px dashed #3695ff;
  outline-offset: -0.5em;
}
.c2-column-sort__label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  column-gap: 0.25em;
}
.c2-column-sort__label:hover {
  text-decoration: underline;
}
.c2-column-sort__label:focus-visible {
  outline: none;
}
.c2-column-sort__label:after {
  width: 5px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.c2-column-sort--asc .c2-column-sort__label:after {
  background-image: url('../Images/c2-sort-arrow-asc.svg');
}
.c2-column-sort--desc .c2-column-sort__label:after {
  background-image: url('../Images/c2-sort-arrow-desc.svg');
}
.c2-dialog__overlay {
  display: flex;
  position: absolute;
  inset: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.c2-dialog {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  max-height: 95%;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: clamp(0.75em, 2.4vw, 1em);
  opacity: 0;
  transition: opacity 0.5s ease-out;
  padding-inline: 21px;
}
.c2-dialog--show {
  opacity: 1;
}
.c2-dialog--show + .c2-dialog__overlay {
  opacity: 1;
}
.c2-dialog--resizable {
  resize: both;
  overflow: auto;
}
.c2-dialog__header {
  line-height: 1.4;
  padding-block: 21px;
  font-size: calc(18em / 14);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c2-dialog__header * {
  font-size: 1em;
  font-weight: bold;
}
.c2-dialog__header__close-icon {
  display: block;
  padding: 0;
  margin-left: 1em;
  float: right;
  border: none;
  background: none;
}
.c2-dialog__header__close-icon span:before {
  content: url('../images/c2-dlg-close.svg');
  position: relative;
}
.c2-dialog__header__close-icon:hover {
  cursor: pointer;
}
.c2-dialog__header__close-icon:hover span {
  opacity: 0.75;
}
.c2-dialog__header__close-icon:active,
.c2-dialog__header__close-icon:hover {
  outline: none;
  box-shadow: none;
}
.c2-dialog__content {
  font-size: 1em;
  display: block;
  flex: 1 1 auto;
  font-weight: 400;
  line-height: 1.5;
  overflow: auto;
  overflow-x: hidden;
}
.c2-dialog__content--flex {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.c2-dialog__footer {
  padding-block: 21px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.c2-dialog__header,
.c2-dialog__footer {
  flex-shrink: 0;
}
.c2-dlg-button {
  text-align: center;
  display: inline-block;
  transition: all 0.15s;
  text-transform: uppercase;
  cursor: pointer;
}
.c2-dlg-button:not(.c2-button) {
  color: #3695ff;
  border: none;
  border-radius: 0;
  background-color: transparent;
  padding: 0 1.25em;
}
.c2-dlg-button:not(.c2-button):hover:not(:disabled) {
  opacity: 0.9;
}
.c2-dlg-button:not(.c2-button):active {
  outline: none;
  box-shadow: none;
}
.c2-dlg-button:not(.c2-button):focus,
.c2-dlg-button:not(.c2-button):focus-visible {
  outline: 0;
  box-shadow: none;
  border-color: #77b7ff;
}
.c2-dlg-button:not(.c2-button):disabled {
  background-color: transparent;
  border: none;
  color: #bfbfbf;
  cursor: auto;
}
.c2-dlg-button:last-child {
  margin-right: -21px;
}
.c2-dlg-button:first-child {
  margin-left: -21px;
}
.c2-button.c2-dlg-button,
.c2-dlg-button {
  font-size: calc(16em / 14);
  font-weight: normal;
  text-decoration: none;
}
.c2-dlg-button--loading {
  display: inline-flex;
  align-items: center;
  gap: 1em;
}
.c2-dlg-button--loading:before {
  content: "";
  border: 3px solid #dfdfdf;
  border-top: 3px solid #3695ff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spinner-key-frames 1s linear infinite;
  flex-shrink: 0;
}
@keyframes spinner-key-frames {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c2-messagebox {
  min-width: min(95%, 570px);
  width: 570px;
  max-width: 80%;
  max-height: 80%;
}
.c2-messagebox__content {
  word-break: break-word;
  user-select: text;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.c2-messagebox__content ul,
.c2-messagebox__content ol {
  overflow-y: auto;
  flex: 1;
  padding-inline-start: 40px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.c2-message-text {
  white-space: pre-wrap;
  margin: 0;
}
.c2-demo-env-mark {
  background: #e69292;
  color: #ffffff;
  display: flex;
  gap: 0.75em;
  font-size: 26px;
  font-weight: 700;
  padding-inline: clamp(15px, 3vw, 35px);
}
.c2-demo-env-mark__label {
  margin-inline: auto;
  margin-block: 0.25em;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.75em;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}
.c2-demo-env-mark__label::before {
  content: url("../Images/c2-demo-icon.svg");
}
.c2-demo-env-mark__label::after {
  content: "Demo environment";
  overflow: hidden;
  text-overflow: ellipsis;
}
.c2-demo-env-mark__button {
  font-weight: inherit;
  color: inherit;
  opacity: 0.5;
  text-shadow: 0 1px 0 #ffffff;
}
