.c2-dropdown-host {
  display: inline-block;
  line-height: 2.5;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0px;
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  height: calc(1.5em + 0.75rem + 2px);
}
.c2-dropdown {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid #c7c7c7;
  border-radius: 0.5em;
  align-items: center;
  background-color: transparent;
  padding: 0;
  font-size: 1em;
  width: 100%;
  text-align: start;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c2-dropdown:not(.c2-dropdown--disabled):focus-visible,
.c2-dropdown:not(.c2-dropdown--disabled):focus {
  border-color: #77b7ff;
  outline: none;
}
.c2-dropdown + .c2-popup {
  width: calc(100% + 2px);
  margin-left: -1px;
}
.c2-dropdown--disabled {
  cursor: auto;
  background-color: #F6F6F6;
}
.c2-dropdown--disabled .c2-dropdown__title {
  color: #7E7E7E;
}
.c2-dropdown--disabled .c2-dropdown__arrow {
  opacity: 0.5;
}
.c2-dropdown--invalid {
  border-color: #d63c00;
}
.c2-dropdown__title {
  padding-inline: 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-right: 5px;
  overflow: hidden;
  flex: 1;
  display: flex;
  align-items: center;
  color: #444444;
}
.c2-dropdown__title > span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c2-dropdown__arrow {
  display: flex;
  justify-content: center;
  height: 100%;
}
.c2-dropdown__arrow__icon {
  min-width: 23px;
  content: '';
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.5px;
  height: 100%;
  background-image: url(../Images/c2-dropdown_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.c2-dropdown-popup-host {
  z-index: 10000;
  width: 0;
  height: 0;
}
.c2-popup {
  border: 1px solid #c7c7c7;
  border-radius: 0.5em;
  position: absolute;
  margin-block: 3px;
  overflow: hidden;
  background-color: #ffffff;
  opacity: 0;
  max-height: calc(100vh - 6px);
  -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);
}
.c2-dropdown-popup {
  height: 100%;
  overflow-x: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c2-options-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c2-options-list__item {
  text-indent: 0.75em;
  font-size: clamp(0.75em, 2.4vw, 1em);
  line-height: 26px;
  color: #444444;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}
.c2-options-list__item.c2-options-list__item--active {
  background-color: #f4f8fd;
}
.c2-options-list__item.c2-options-list__item--disabled {
  opacity: 0.5;
}
.c2-options-list__item:not(.c2-options-list__item--disabled) {
  cursor: pointer;
}
.c2-options-list__item:hover:not(.c2-options-list__item--disabled) {
  background-color: #e6f2ff;
}
.c2-dropdown-option > p {
  margin-block: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c2-dropdown-option__icon {
  margin-right: 1em;
  vertical-align: middle;
}
.c2-table-wrapper {
  overflow-x: auto;
  display: flex;
  max-width: 100%;
}
.c2-table-wrapper--hidden-scroll {
  scrollbar-width: none;
}
.c2-table-wrapper--hidden-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
}
.c2-table-wrapper--hidden-scroll::-webkit-scrollbar:horizontal {
  display: none;
}
.c2-table-wrapper--hidden-scroll::-webkit-scrollbar-thumb {
  display: none;
}
.c2-table-wrapper--hidden-scroll::-webkit-scrollbar-track {
  display: none;
}
.c2-table-wrapper--dummy-header {
  overflow: clip;
}
.c2-table-wrapper--dummy-header table {
  overflow-x: auto;
  scrollbar-width: none;
}
.c2-table-wrapper--dummy-header table::-webkit-scrollbar {
  -webkit-appearance: none;
}
.c2-table-wrapper--dummy-header table::-webkit-scrollbar:horizontal {
  display: none;
}
.c2-table-wrapper--dummy-header table::-webkit-scrollbar-thumb {
  display: none;
}
.c2-table-wrapper--dummy-header table::-webkit-scrollbar-track {
  display: none;
}
.c2-table-wrapper--white-bg {
  background: #ffffff;
}
.c2-sticky {
  position: sticky;
}
.c2-vertical-scroll {
  width: 100%;
  height: 20px;
  background: #ffffff;
}
.c2-dummy-scroll {
  width: 100%;
  height: 12px;
  overflow-y: visible;
  overflow-x: auto;
}
.c2-dummy-scroll__overflow {
  height: 12px;
}
.c2-rich-list__header--hidden {
  height: 1px;
  overflow-y: hidden;
  padding: 0;
  opacity: 0;
}
.c2-rich-list__header--hidden > tr {
  height: 1px;
  overflow-y: hidden;
  padding: 0;
  opacity: 0;
}
.c2-rich-list__header--hidden > tr > th {
  height: 1px;
  overflow-y: hidden;
  padding: 0;
  opacity: 0;
}
.c2-context-menu-popup {
  margin-block: 3px;
  position: fixed;
  z-index: 99999;
  border-radius: 0.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c2-context-menu {
  background-color: #ffffff;
  border: none;
  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);
  max-width: 100%;
  overflow: hidden;
}
.c2-context-menu:not(.c2-context-menu--show) {
  display: none;
}
.c2-context-menu--submenu {
  margin: 0;
  position: fixed;
  left: 100%;
  z-index: 1;
  white-space: nowrap;
}
.c2-menu-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  max-height: inherit;
}
.c2-menu-items__item {
  display: block;
}
.c2-menu-item {
  display: flex;
  flex-flow: row nowrap;
  color: #444444;
  background-color: #ffffff;
  padding-inline: 1.25em;
  column-gap: 1.25em;
  text-decoration: none;
  line-height: 2.1;
  white-space: nowrap;
}
.c2-menu-item__icon {
  display: inline-block;
}
.c2-menu-item__icon > img {
  vertical-align: middle;
}
.c2-menu-item__name {
  color: #444444;
}
.c2-menu-item__arrow {
  display: inline-block;
  position: absolute;
  right: calc(1.25em / 2);
  transform: translateX(50%);
}
.c2-menu-items__item:not(.c2-menu-items__item--disabled) .c2-menu-item:hover {
  background-color: #e6f2ff;
  cursor: pointer;
}
.c2-menu-items__item:not(.c2-menu-items__item--disabled) .c2-menu-item:hover .c2-menu-item__icon {
  cursor: pointer;
}
.c2-menu-items__item--disabled {
  opacity: 0.5;
}
.c2-menu-items__item--separator {
  border-bottom: 1px solid #f5f5f5;
}
.c2-menu-item__arrow__icon {
  content: url("../Images/c2-context_menu_arrow.svg");
}
.c2-context-menu--overflown .c2-menu-item {
  white-space: normal;
}
.c2-tooltip-host {
  position: relative;
}
.c2-tooltip-host .c2-tooltip-wrap {
  width: auto;
  background-color: black;
  text-align: left;
  margin-top: 7px;
  z-index: 10001;
  pointer-events: none;
  background-color: #ffffff;
  border: 1px solid #c6cfd7;
  border-radius: 2px;
  position: absolute;
  -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);
}
.c2-tooltip-host .c2-tooltip-wrap.top {
  top: 100%;
}
.c2-tooltip-host .c2-tooltip-wrap.bottom {
  bottom: 100%;
}
.c2-tooltip-host .c2-tooltip-wrap.left {
  left: 0;
}
.c2-tooltip-host .c2-tooltip-wrap.right {
  right: 0;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tooltip-text {
  color: #444444;
  font-size: 12px;
  font-weight: normal;
  padding: 0.8em;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tooltip-text p {
  margin: 0px;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow {
  height: 8px;
  width: 16px;
  position: absolute;
  z-index: 1000;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow.c2-tip-top {
  top: -8px;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow.c2-tip-bottom {
  bottom: -8px;
  transform: rotateX(180deg);
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow.c2-tip-top.left {
  left: 10px;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow.c2-tip-top.right {
  right: 10px;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow.c2-tip-bottom.right {
  right: 10px;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow.c2-tip-bottom.left {
  left: 10px;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow-outer.c2-tip-top {
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  border-bottom: 8px solid #c6cfd7;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow-inner {
  height: 0;
  position: absolute;
  width: 0;
  z-index: 10;
}
.c2-tooltip-host .c2-tooltip-wrap .c2-tip-arrow-inner.c2-tip-top {
  height: 0;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 0;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.c2-tooltip-host .c2-tooltip-wrap.c2-tooltip-wrap--events {
  pointer-events: all;
}
.c2-search {
  flex-shrink: 0;
  display: flex;
  gap: 7px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  border-radius: 0.5em;
  height: calc(1.5em + 0.75rem + 2px);
  width: 100%;
  max-width: 350px;
}
.c2-search:focus-within,
.c2-search:focus-visible {
  border-color: #77b7ff;
}
.c2-search .c2-search__button:focus-visible,
.c2-search .c2-search__button:hover {
  outline: none;
  filter: invert(69%) sepia(57%) saturate(7143%) hue-rotate(196deg) brightness(105%) contrast(101%);
}
.c2-search__input {
  width: calc(100% - 37px);
  line-height: 25px;
  border: none;
}
.c2-search__input:active,
.c2-search__input:focus {
  outline: none;
}
.c2-search__icon {
  height: 16px;
  margin-block: auto;
}
.c2-search__button {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 1px;
  padding-inline: 6px;
  cursor: pointer;
}
.c2-search__button--hidden {
  display: none;
}
.c2-search__button--invisible {
  visibility: hidden;
  cursor: auto;
}
.c2-search__form--disabled {
  background-color: rgba(239, 239, 239, 0.3);
}
.c2-search__input--disabled {
  background-color: transparent;
}
.c2-search__button--disabled {
  pointer-events: none;
  filter: invert(69%) brightness(105%) contrast(101%);
}
