/* Minification failed. Returning unminified contents.
(1757,40): run-time error CSS1030: Expected identifier, found 'p'
(1757,41): run-time error CSS1031: Expected selector, found ')'
(1757,41): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@keyframes menuNotificationGrowUp {
  0% {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 1px;
    opacity: 1;
  }
  100% {
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-width: 14px;
    opacity: 0;
  }
}
.badge-new {
  padding: 2px 6px;
  min-width: 20px;
  max-height: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9000;
  border-radius: 50px;
  font-size: 14px;
  line-height: 18px;
  color: white;
  position: relative;
}
.badge-new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ff9000;
  border-radius: 50px;
  animation: menuNotificationGrowUp 2s;
  animation-iteration-count: 3;
}
.indicator-new {
  width: 24px;
  height: 24px;
  background: url('/Content/images/indicator-new.svg') no-repeat;
}
.dx-swatch-dark .note.note-important .note-header {
  color: white !important;
}
.dx-swatch-dark .light {
  margin-right: -24px;
}
body {
  overflow-x: hidden;
  background-color: white;
}
body a {
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body a:focus {
  outline: auto;
}
body .btn.btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  justify-content: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  min-width: 220px;
  max-width: fit-content;
  border: 2px solid;
}
body .btn.btn-shadow {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
body .btn.btn-icon {
  gap: 8px;
}
body .btn.btn-docs {
  display: inline-flex;
  margin: 0 6px;
  vertical-align: middle;
  min-width: auto;
  height: 36px;
  padding: 0 16px 0 8px;
  font-size: 16px;
  line-height: 18px;
}
body .btn.btn svg {
  width: 24px;
  height: 24px;
}
body .btn-list {
  display: flex;
  gap: 0 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
body .tbs {
  width: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
body .tbs-item {
  position: relative;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  cursor: pointer;
  padding: 24px 24px 16px;
  border-bottom: none;
  text-decoration: none;
}
body .tbs-item:focus {
  outline: none;
}
body .tbs-item:focus-visible {
  outline: auto;
}
body .duo-card {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  padding: 4px;
  width: fit-content;
  border-radius: 40px;
}
body .duo-card .wrapper-card {
  cursor: pointer;
  display: flex;
  border-radius: 40px;
  padding: 10px 12px 10px 16px;
  gap: 8px;
}
body .duo-card .wrapper-card.active {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  background-color: white;
}
body .duo-card .wrapper-card svg {
  width: 24px;
  height: 24px;
}
body .duo-card .wrapper-card input {
  background-color: transparent;
  padding: 0 4px 0 0;
  border: none;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
body .duo-card .wrapper-card input:hover {
  cursor: pointer;
}
body .duo-card .wrapper-card input.active {
  box-shadow: none;
  background-color: transparent;
}
body .content-width {
  max-width: 1600px;
  margin: 0 auto;
  padding: 64px 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1920px) {
  body .content-width {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 1400px) {
  body .content-width {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  body .content-width {
    padding-left: 24px;
    padding-right: 24px;
  }
  body .btn.btn {
    min-width: 180px;
  }
  body .tbs {
    overflow-x: scroll;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body .tbs-item {
    padding: 14px 32px;
    width: auto;
    white-space: nowrap;
  }
  body .tbs::-webkit-scrollbar {
    display: none;
  }
}
body .header-approach-selected {
  min-width: auto;
  padding: 0 8px 2px 8px;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 100%;
  font-weight: 700;
  font-stretch: 75%;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 0;
  border-radius: 40px;
  cursor: pointer;
}
body .header-approach-selected::after {
  content: ' ';
  margin-top: 6px;
  transition: transform 0.4s;
}
body .header-approach-selected:focus {
  outline-color: initial;
  outline-style: solid;
  outline-width: 2px;
}
body .header-approach-list {
  z-index: 100001;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  flex-direction: column;
  position: fixed;
  padding: 4px;
  gap: 2px;
}
body .header-approach-list.active {
  display: flex;
}
body .header-approach-list-item {
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  padding: 8px 8px 8px 12px;
  text-align: left;
  text-decoration: none !important;
}
body .header-approach-list-item-content {
  flex: 1;
}
body .header-approach-list-item .indicator-new {
  margin-left: 8px;
}
body .header-approach-list {
  width: 170px;
}
body .header-drawer {
  display: none;
}
body .header-drawer-toggle.btn {
  display: none;
  min-width: 40px;
  height: 40px;
  padding: 8px;
  margin-right: 6px;
}
body .header-drawer-toggle.btn .dx-icon {
  font-size: 18px;
}
body .drawer-menu-divider {
  display: none;
}
@media only screen and (max-width: 1500px) {
  body .header-drawer {
    position: fixed;
    top: 70px;
    width: 378px;
    height: 100vh;
    z-index: 100000;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
    flex-direction: column;
  }
  body .header-drawer.active {
    display: flex;
  }
  body .header-drawer-toggle.btn {
    display: flex;
  }
  body .header-drawer .header-menu-items {
    flex-direction: column;
  }
  body .header-drawer-link-left {
    display: none;
  }
  body .header-drawer .header-link {
    padding: 8px 18px;
    border-top: 0;
    border-bottom: 0;
    border-left: 4px solid transparent;
  }
}
@media only screen and (max-width: 1160px) {
  body .header-drawer-link-left {
    display: block;
  }
  body .header-drawer .drawer-menu-divider {
    display: block;
    height: 1px;
    margin: 4px 12px;
  }
}
@media only screen and (max-width: 768px) {
  body .header-drawer {
    width: 100vw;
  }
  body .header-drawer .header-link {
    width: 100vw;
  }
}
body .header.releases-has-news .badge-new {
  display: flex;
}
body .header.releases-has-news .blog-link .badge-new {
  display: none;
}
body .header .badge-new,
body .header-drawer .badge-new,
body .header .indicator-new,
body .header-drawer .indicator-new {
  display: none;
}
body .header.whats-new-has-news .whats-new-menu-item .badge-new,
body .header-drawer.whats-new-has-news .whats-new-menu-item .badge-new,
body .header.whats-new-has-news .whats-new-menu-item .indicator-new,
body .header-drawer.whats-new-has-news .whats-new-menu-item .indicator-new {
  display: flex;
}
body .header.roadmap-has-news .roadmap-menu-item .badge-new,
body .header-drawer.roadmap-has-news .roadmap-menu-item .badge-new,
body .header.roadmap-has-news .roadmap-menu-item .indicator-new,
body .header-drawer.roadmap-has-news .roadmap-menu-item .indicator-new {
  display: flex;
}
body header .header {
  position: fixed;
  z-index: 100001;
  width: 100%;
  height: 70px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
body .header--logo {
  position: relative;
  text-decoration: none !important;
  display: flex;
  gap: 12px;
  align-items: center;
}
body .header-container {
  max-width: 1900px;
  height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}
body .header-group {
  display: flex;
  align-items: center;
  gap: 40px;
}
body .header-group-logo {
  display: flex;
  align-items: center;
  gap: 4px;
}
body .header-menu-items {
  padding: 0;
  display: flex;
  gap: 0 12px;
}
body .header-menu-item {
  list-style: none;
}
body .header-menu-item .header-menu-list {
  z-index: 100001;
  box-sizing: border-box;
  display: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  flex-direction: column;
  position: fixed;
  padding: 4px;
  gap: 2px;
}
body .header-menu-item .header-menu-list.active {
  display: flex;
}
body .header-menu-item .header-menu-list-item {
  border-radius: 4px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 40px;
  padding: 8px 8px 8px 12px;
  text-align: left;
  text-decoration: none !important;
}
body .header-menu-item .header-menu-list-item-content {
  flex: 1;
}
body .header-menu-item .header-menu-list-item .indicator-new {
  margin-left: 8px;
}
body .header-menu-item .header-menu-list {
  width: 144px;
}
body .header-link {
  cursor: pointer;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 70px;
  padding: 0 12px;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}
body .header-link .badge-new {
  margin-left: 4px;
}
body .header-link.header-menu-button {
  border: none;
  position: relative;
}
body .header-buttons {
  display: inline-flex;
  gap: 10px;
}
body .header-button.btn {
  min-width: 150px;
  height: 44px;
  margin-bottom: 6px;
}
body .header-button.btn svg {
  height: 18px;
  width: 18px;
}
@media only screen and (max-width: 2000px) {
  body .header-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1500px) {
  body .header-container {
    padding-right: 18px;
    padding-left: 18px;
  }
  body .header-container-right .header-menu-items {
    display: none;
  }
}
@media only screen and (max-width: 1160px) {
  body .header-container-left .header-menu-items {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body .header-button.btn {
    min-width: 50px;
    height: 50px;
    padding: 14px;
  }
  body .header-button.btn span {
    display: none;
  }
  body .header-button.btn[title='Download'] {
    display: none;
  }
  body .header-logo-template {
    display: none;
  }
}
body.dx-swatch-dark header svg#devextreme-logo path {
  fill: white;
}
body .select-versions {
  position: relative;
  height: inherit;
  display: flex;
  gap: 8px;
  align-items: center;
}
body .select-versions .menu-container {
  position: relative;
}
body .select-versions-active .select-versions__list {
  visibility: visible;
}
body .select-versions__indicator {
  position: relative;
  height: 28px;
}
body .select-versions__indicator__toltip {
  visibility: hidden;
  display: block;
  height: 0;
  width: 0;
  padding: 12px;
  position: absolute;
  top: 47px;
  left: -98px;
  border-radius: 6px;
  z-index: 1;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
body .select-versions__indicator__toltip::before {
  position: absolute;
  top: -12px;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.75);
  transform: rotate(0);
}
body .select-versions__indicator:hover .select-versions__indicator__toltip {
  visibility: visible;
  width: 200px;
  height: auto;
  margin: 0;
}
body .select-versions__list {
  box-sizing: border-box;
  visibility: hidden;
  position: absolute;
  width: 87px;
  top: 34px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  border-radius: 8px;
  padding: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}
body .select-versions__item {
  padding: 4px 4px 4px 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 7px;
  box-sizing: border-box;
  height: 32px;
  border-radius: 4px;
}
body .select-versions__item-disabled span {
  opacity: 0.5;
}
body .select-versions__item:hover {
  text-decoration: none;
}
body .select-versions__item:hover .select-versions__item__tooltip {
  visibility: visible;
}
body .select-versions__item:focus {
  z-index: 1;
}
body .select-versions__item svg {
  width: 18px;
  height: 18px;
  overflow: visible;
}
body .select-versions__item__tooltip {
  visibility: hidden;
  box-sizing: border-box;
  position: absolute;
  left: -300px;
  width: 290px;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
body .select-versions__item__tooltip::after {
  position: absolute;
  top: calc(50% - 9px);
  right: -18px;
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 12px solid rgba(0, 0, 0, 0.75);
  transform: rotate(90deg);
}
body .select-versions__selected {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 79px;
  height: 32px;
  padding: 4px 8px;
  gap: 8px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
}
body .select-versions__selected::after {
  transition: transform 0.4s;
}
body .search-item-conteiner {
  position: relative;
  display: flex;
  height: 28px;
  padding-right: 24px;
}
body .search-item-conteiner .search {
  height: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
}
body .search-item-conteiner .search::before {
  content: '';
  height: 24px;
  border: 1px solid;
  margin-right: 8px;
}
body .search-item-conteiner .found-content,
body .search-item-conteiner .search-content,
body .search-item-conteiner .clear-content {
  border: none;
}
body .search-item-conteiner .found-content {
  width: 18px;
  height: 18px;
  padding: 0;
  opacity: 0.5;
}
body .search-item-conteiner .search-content {
  width: 160px;
}
body .search-item-conteiner .search-content::placeholder {
  opacity: 0.5;
}
body .search-item-conteiner .search-content:focus {
  outline: none;
}
body .search-item-conteiner .clear-content {
  visibility: hidden;
  position: absolute;
  right: 0;
  width: 18px;
  height: 18px;
  padding: 0;
  cursor: pointer;
  opacity: 0.8;
}
body .search-item-conteiner .clear-content:hover {
  opacity: 1;
}
body .search-item-conteiner.active .found-content {
  opacity: 0.8;
  cursor: pointer;
}
body .search-item-conteiner.active .found-content:hover {
  opacity: 1;
}
body .search-item-conteiner.active .clear-content {
  visibility: visible;
}
@media only screen and (max-width: 700px) {
  body .search-item-conteiner {
    height: inherit;
  }
  body .search-item-conteiner .found-content {
    opacity: 0.8;
    width: 24px;
    height: 24px;
  }
  body .search-item-conteiner .found-content svg {
    width: 24px;
    height: 24px;
  }
  body .search-item-conteiner .search-content {
    display: none;
  }
  body .search-item-conteiner.expand,
  body .search-item-conteiner.active {
    position: absolute;
    left: 0;
    width: 100%;
  }
  body .search-item-conteiner.expand .search,
  body .search-item-conteiner.active .search {
    width: 100%;
    padding: 0 16px;
    flex: 3;
  }
  body .search-item-conteiner.expand .search::before,
  body .search-item-conteiner.active .search::before {
    content: none;
  }
  body .search-item-conteiner.expand .found-content,
  body .search-item-conteiner.active .found-content {
    opacity: 1;
  }
  body .search-item-conteiner.expand .search-content,
  body .search-item-conteiner.active .search-content {
    display: block;
    width: 100%;
    font-size: 22px;
  }
}
body #menu {
  top: 70px;
  height: 40px;
  width: 100%;
  position: fixed;
  z-index: 3;
  left: 0;
}
body #menu .menu-wrapper {
  height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  gap: 15px;
}
body #menu .menu-state-button {
  flex: 0 0 40px;
  margin-left: 360px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
body #menu .breadcrumbs-svg {
  min-width: 20px;
  max-width: 20px;
  height: inherit;
  padding-right: 6px;
}
body #menu .tools-panel {
  height: inherit;
  padding-right: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
body #menu .tools-panel .menu-dropdown-toogle {
  display: none;
}
body #menu .tools-panel .breadcrumbs {
  min-width: 230px;
  height: 40px;
  min-width: 260px;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper {
  height: inherit;
  padding: 0;
  display: inline-flex;
  align-items: center;
  list-style: none;
  position: absolute;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li {
  display: inline-block;
  padding-left: 2px;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.crumb {
  visibility: hidden;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.crumb.no-hide {
  visibility: visible;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li a,
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li span {
  padding: 0 1px;
  display: inline-block;
  font-weight: 400;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li span {
  opacity: 0.5;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li a {
  text-decoration: underline;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li:not(:first-child)::before {
  content: "\2192";
  padding-left: 2px;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hidden {
  display: none;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint {
  cursor: pointer;
  text-align: center;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint span {
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: -3px;
  padding: 11px 0;
  margin-left: 4px;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint.active span {
  opacity: 1;
}
body #menu .tools-panel .breadcrumbs-dropdown {
  display: none;
}
body #menu .tools-panel .breadcrumbs-dropdown.active {
  display: block;
  top: 40px;
  left: 0;
  width: 100%;
  position: absolute;
  list-style: none;
}
body #menu .tools-panel .breadcrumbs-dropdown.active ul {
  display: block;
  padding-left: 420px;
}
body #menu .tools-panel .breadcrumbs-dropdown.active ul li {
  display: inline-block;
  padding: 2px 0;
}
body #menu .tools-panel .breadcrumbs-dropdown.active ul li a {
  text-decoration: underline;
  font-weight: normal;
}
body #menu .tools-panel .breadcrumbs-dropdown.active ul li:not(:last-child):after {
  content: "\2192";
}
body #menu .tools-panel .tools-items {
  height: 40px;
  display: flex;
  gap: 0 16px;
  align-items: center;
}
body #menu .tools-panel .tools-items.toggle-button {
  display: none;
}
body #menu .tools-panel .tools-items .filter-item.toggle-button.search {
  display: none;
}
@media only screen and (max-width: 1500px) {
  body #menu .menu-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 1040px) {
  body #menu .tools-panel .tools-items {
    justify-content: end;
    width: auto;
  }
  body #menu .tools-panel .tools-items .filter-item.toggle-button.search {
    display: block;
    width: 18px;
    cursor: pointer;
    padding: 0 10px;
  }
  body #menu .tools-panel .tools-items .filter-item.toggle-button.search.close {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z' fill='%2322587E'/%3E%3C/svg%3E");
  }
  body #menu .search-text .space {
    display: block;
  }
}
@media only screen and (max-width: 810px) {
  body #menu .breadcrumbs-svg {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  body #menu {
    height: 60px;
  }
  body #menu .menu-wrapper {
    padding: 0;
  }
  body #menu .menu-state-button {
    display: none;
  }
  body #menu .tools-panel {
    gap: 0;
  }
  body #menu .tools-panel .menu-dropdown-toogle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 22px;
    white-space: nowrap;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
  }
  body #menu .tools-panel .menu-dropdown-toogle::after {
    margin-top: 3px;
    margin-left: 20px;
    transition: transform 0.25s;
  }
  body #menu .tools-panel .breadcrumbs,
  body #menu .tools-panel breadcrumbs-dropdown {
    display: none;
  }
  body #menu .tools-panel .tools-items {
    height: inherit;
    width: auto;
  }
  body #menu .tools-panel .tools-items .theme-switch {
    display: none;
  }
  body #menu .tools-panel .tools-items::before {
    content: ' ';
    border-left: 2px solid;
    height: 100%;
  }
}
body .left-menu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  z-index: 4;
  top: 110px;
  bottom: 0;
  width: 360px;
}
body .left-menu::after {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  width: 15px;
  height: 100vh;
  background: linear-gradient(270deg, black 0%, transparent 100%);
  z-index: -1;
}
body .left-menu > div:not(.left-menu-filter-wrapper) {
  box-sizing: border-box;
}
body .left-menu a {
  font-weight: 400;
  text-decoration: none;
  width: -moz-available;
  width: -webkit-fill-available;
}
body .left-menu .left-menu-filter-wrapper {
  position: absolute;
  height: 40px;
  top: -40px;
  width: 360px;
  z-index: 1;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter {
  width: 360px;
  height: 40px;
  padding-left: 25px;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-searchbox .dx-placeholder {
  font-size: 16px;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-searchbox .dx-placeholder:before {
  padding: 0;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-searchbox .dx-icon-search {
  display: none;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor.dx-editor-outlined {
  border: none;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor .dx-texteditor-input {
  margin-right: 25px;
  padding: 12px 30px 12px 0;
  border-radius: 0;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor .dx-texteditor-buttons-container {
  position: absolute;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor .dx-texteditor-buttons-container .dx-icon-clear {
  top: 20px;
  left: 280px;
}
body .left-menu .articles-menu {
  height: 100%;
}
body .left-menu .articles-menu .site-search-suggestion {
  margin: 20px 20px 40px 25px;
  font-size: 15px;
}
body .left-menu .articles-menu ul {
  list-style: none;
  display: none;
  padding: 0;
  padding-left: 20px;
}
body .left-menu .articles-menu ul.first-level {
  display: block;
  padding-left: 0;
}
body .left-menu .articles-menu ul li {
  list-style: none;
}
body .left-menu .articles-menu ul li a {
  padding: 12px;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body .left-menu .articles-menu ul li a[small] {
  font-size: 14px;
}
body .left-menu .articles-menu ul li a:before {
  transition: transform 0.2s;
  position: absolute;
  left: 10px;
}
body .left-menu .articles-menu ul li a .opener {
  position: absolute;
  height: 100%;
  width: 25px;
  left: 0;
  top: 0;
}
body .left-menu .articles-menu ul li a .deprecated {
  width: 14px;
  height: 14px;
}
body .left-menu .articles-menu ul li a .badge {
  color: white;
  font-size: 11px;
  padding: 0 4px;
  border-radius: 6px;
  line-height: 17px;
}
body .left-menu .articles-menu ul li a svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
body .left-menu .articles-menu ul li a.opened + ul {
  display: block;
}
body .left-menu .articles-menu ul li a.loading:before {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/gif;base64,R0lGODlhEAAQAKIGALe3t5CQkMPDw8nJyaqqqtzc3P///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAGACwAAAAAEAAQAAADM2i63P4wyklrK4QUSkIgnAdOmGYVALAxxboAmcC2riHExTDQLQsIOd2mBxkIBANKa+dIAAAh+QQFCgAGACwAAAIADgAOAAADLWhWRKUwGhICkZJaHJnjCgCAENAIpCE0YwqgKTQM8TyngyDQxcMVvF6sJxxKEgAh+QQFCgAGACwAAAAACgAQAAADLWi6RVRrkRDIEsDMqoATgwMZgpNFnYAaw7CyrYsOAvgW8msUI8rzq1/PpyvqEgAh+QQFCgAGACwAAAAADgAOAAADLmi6JsBQAUJENGM0CgotSpYVgEUEAREKgrac6VK48mcU4CXjuc73ultwSCwaiwkAIfkEBQoABgAsAAAAABAACgAAAytoujVTK0rnZCxwCPEEgAwmdgQhXGIElICEuR5oWUUpzwoRBAQe6Twfw5YAACH5BAUKAAYALAIAAAAOAA4AAAMtaKpV+681CKUbgy5XBNbL4GWg8pWPAKCGQBACCrwrqpbF65REEBCo3g+VI+wSACH5BAUKAAYALAYAAAAKABAAAAMraLrczqW8GB2VFs8x9CoC5wxCmHUQIHgKQBCAUrzgKyhEEBCFiuU7C82RAAAh+QQFCgAGACwCAAIADgAOAAADLWi63P4wymlKofbGrOUtBNEpw7AQQUAw5aChqgEIxiAIZhUWQAjUuYbAN5k9EgA7');
}
@media only screen and (max-width: 1920px) {
  body .left-menu {
    padding-left: 48px;
  }
}
@media only screen and (max-width: 1500px) {
  body .left-menu {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 700px) {
  body .left-menu {
    display: none;
  }
  body .left-menu::after {
    content: none;
  }
  body .left-menu.active {
    display: block;
    position: fixed;
    width: 100%;
    top: 130px;
    padding: 0;
    z-index: 3;
  }
  body .left-menu.active .left-menu-filter-wrapper {
    display: none;
  }
  body .left-menu.active ul.first-level li {
    border-bottom: 1px solid;
  }
  body .left-menu.active ul.first-level li ul li {
    border: none;
  }
  body .left-menu.active ul.first-level li a {
    font-size: 18px;
    justify-content: space-between;
    padding-right: 32px;
    height: 30px;
  }
  body .left-menu.active ul.first-level li a::before {
    display: none;
  }
  body .left-menu.active ul.first-level li a::after {
    transition: transform 0.25s;
  }
  body .left-menu.active ul.first-level li a.opened::after {
    top: 15px;
  }
  body .left-menu.active ul.first-level li a .opener {
    width: 100px;
    right: 0;
    left: initial;
    z-index: 1;
  }
  body .left-menu.active ul li a.grouped-document + ul .grouped-document {
    font-size: 16px;
  }
}
body .whats-new-placeholder {
  padding: 20px 0;
}
body .whats-new-container .left-menu ~ #menu {
  left: 0;
}
body .whats-new-container #menu .tools-panel {
  margin-left: 400px;
}
body .whats-new-container #menu .tools-panel::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  z-index: 10;
}
body .whats-new-container #menu .tools-panel .breadcrumbs {
  left: 15px;
}
body .whats-new-container #menu .menu-state-button {
  display: none;
}
body .whats-new-container .left-menu ul,
body .whats-new-container .left-menu li {
  list-style: none;
  display: block;
  padding: 0;
}
body .whats-new-container .left-menu .left-menu-container {
  overflow-y: auto;
  position: relative;
  height: 100%;
  width: 100%;
  scrollbar-width: auto;
}
body .whats-new-container .left-menu .left-menu-container .first-item {
  font-weight: normal;
  font-size: 16px;
  padding: 12px;
  padding-left: 30px;
  text-decoration: none;
  display: block;
}
body .whats-new-container .left-menu .left-menu-container .bullet-item .first-item {
  font-size: 14px;
  padding-left: 50px;
}
body .whats-new-container .left-menu .left-menu-container .bullet-item .first-item:before {
  content: "\2022";
  left: 28px;
  padding: 0 10px 0 5px;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar {
  width: 6px;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  border-radius: 16px;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar {
  width: 6px;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  border-radius: 16px;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar {
  width: 6px;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  border-radius: 16px;
}
body .whats-new-container .content {
  padding: 40px 0 0 40px;
  width: auto;
  max-width: 760px;
  margin-left: 360px;
  margin-right: auto;
}
body .whats-new-container .content div.code {
  padding: 20px 0;
  font-size: 12px;
}
body .whats-new-container .content.new-17-2 img {
  border: 5px solid #e7e7e6;
}
body .whats-new-container .content.new-17-2 ul.list {
  margin: 10px 0;
}
body .whats-new-container .content.new-18-1 ul.list,
body .whats-new-container .content.new-18-2 ul.list,
body .whats-new-container .content.new-19-1 ul.list,
body .whats-new-container .content.new-19-2 ul.list {
  margin-bottom: 10px;
}
body .whats-new-container .content.new-18-1 ul.list li,
body .whats-new-container .content.new-18-2 ul.list li,
body .whats-new-container .content.new-19-1 ul.list li,
body .whats-new-container .content.new-19-2 ul.list li {
  padding-top: 10px;
}
body .whats-new-container .content.new-18-1 ul.list .whats-new-container,
body .whats-new-container .content.new-18-2 ul.list .whats-new-container,
body .whats-new-container .content.new-19-1 ul.list .whats-new-container,
body .whats-new-container .content.new-19-2 ul.list .whats-new-container {
  padding-top: 5px;
}
body .whats-new-container .content.new-18-1 .sub-image,
body .whats-new-container .content.new-18-2 .sub-image,
body .whats-new-container .content.new-19-1 .sub-image,
body .whats-new-container .content.new-19-2 .sub-image {
  margin-bottom: 10px;
}
body .whats-new-container .content.new-18-1 .sub-image .sub,
body .whats-new-container .content.new-18-2 .sub-image .sub,
body .whats-new-container .content.new-19-1 .sub-image .sub,
body .whats-new-container .content.new-19-2 .sub-image .sub {
  font-size: 11px;
}
body .whats-new-container .content.new-19-1,
body .whats-new-container .content.new-19-2 {
  max-width: 1000px;
}
body .whats-new-container .content.new-20-1,
body .whats-new-container .content.new-20-2,
body .whats-new-container .content.new-21-1 {
  max-width: 1100px;
}
body .whats-new-container .content.new-20-1 .whatsnew-image-container,
body .whats-new-container .content.new-20-2 .whatsnew-image-container,
body .whats-new-container .content.new-21-1 .whatsnew-image-container {
  max-width: 1000px;
}
body .whats-new-container .content.new-20-1 .whatsnew-image-container.min,
body .whats-new-container .content.new-20-2 .whatsnew-image-container.min,
body .whats-new-container .content.new-21-1 .whatsnew-image-container.min {
  max-width: 780px;
}
body .whats-new-container .content.new-22-2 img,
body .whats-new-container .content.new-23-1 img {
  margin: 8px 0;
  max-width: 970px;
}
body .whats-new-container .content.new-22-2 .images,
body .whats-new-container .content.new-23-1 .images {
  padding-top: 15px;
}
body .whats-new-container .content.new-22-2 .images img,
body .whats-new-container .content.new-23-1 .images img {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}
body .whats-new-container .content.roadmap .gallery#paletteModes {
  height: 410px;
}
body .whats-new-container .content.roadmap .gallery#barWidth {
  width: 640px;
  height: 440px;
}
body .whats-new-container .content.roadmap .gallery#materialTheme {
  width: 800px;
  height: 540px;
}
body .whats-new-container .content h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  padding: 30px 0 20px 0;
}
body .whats-new-container .content h2 {
  font-size: 30px;
  margin: 0;
  padding: 24px 0 12px 0;
  margin-top: -4px;
  padding-top: 24px;
}
body .whats-new-container .content h3 {
  font-size: 24px;
  padding: 20px 0 10px 0;
  margin-top: 4px;
  padding-top: 12px;
}
body .whats-new-container .content h4 {
  font-size: 20px;
  margin: 0;
  padding: 16px 0 8px 0;
}
body .whats-new-container .content ul {
  margin: 5px 0;
}
body .whats-new-container .content p,
body .whats-new-container .content ul li {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
body .whats-new-container .content .whatsnew-feature-image {
  float: left;
}
body .whats-new-container .content .whatsnew-feature-image img {
  width: 64px;
  height: 64px;
}
body .whats-new-container .content .whatsnew-feature {
  padding-bottom: 20px;
}
body .whats-new-container .content .whatsnew-feature .whatsnew-feature-header {
  padding-top: 4px;
}
body .whats-new-container .content .whatsnew-feature .whatsnew-feature-header.grid {
  padding-top: 0;
}
body .whats-new-container .content .whatsnew-feature .image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: #f1f1f1;
  border-radius: 6px;
}
body .whats-new-container .content .whatsnew-feature .separator {
  height: 32px;
}
body .whats-new-container .content .whatsnew-blogpost {
  display: inline-block;
  margin-top: 5px;
  font-size: 13px;
  margin-right: 20px;
  margin-bottom: 10px;
}
body .whats-new-container .content .links {
  margin-top: 10px;
  font-size: 0;
}
body .whats-new-container .content .links a,
body .whats-new-container .content .links p {
  font-size: 16px;
}
body .whats-new-container .content .links p {
  display: inline;
}
body .whats-new-container .content .links a:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding: 0 5px;
}
body .whats-new-container .content .image-align-center {
  text-align: center;
}
body .whats-new-container .content .whatsnew-image-container {
  padding-top: 15px;
}
body .whats-new-container .content .whatsnew-image-container img {
  max-width: 100%;
}
body .whats-new-container .content ul.list {
  margin: 0;
}
body .whats-new-container .content ul.list li {
  font-size: 16px;
  padding: 10px 0 5px 0;
}
body .whats-new-container .content ul.list li .links {
  margin-top: 0;
}
body .whats-new-container .content ul.list li .whatsnew-image-container {
  padding-bottom: 0;
  padding-top: 5px;
}
body .whats-new-container .content .list + p {
  margin-top: 15px;
}
body .whats-new-container .content .gallery {
  padding-top: 40px;
  margin: 0 auto 100px;
  position: relative;
  width: 600px;
  height: 375px;
}
body .whats-new-container .content .gallery .galery-border {
  position: absolute;
  z-index: 2;
  border: solid 1px #d0d0d0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 100%;
}
body .whats-new-container .content .gallery .galery-border .arrow {
  width: 34px;
  height: 45px;
  position: absolute;
  top: 45%;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #d0d0d0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  background-color: white;
}
body .whats-new-container .content .gallery .galery-border .left-arrow {
  left: -17px;
  background-image: url('/Content/Images/Documentation/arrow-prev.svg');
}
body .whats-new-container .content .gallery .galery-border .right-arrow {
  right: -17px;
  background-image: url('/Content/Images/Documentation/arrow-next.svg');
}
body .whats-new-container .content .gallery .dx-gallery-wrapper {
  padding-top: 20px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body .whats-new-container .content .gallery .dx-gallery-wrapper .gallery-content {
  padding-bottom: 30px;
}
body .whats-new-container .content .gallery .dx-gallery-wrapper .gallery-content h4 {
  font-size: 24px;
  color: #596c7d;
  font-weight: lighter;
  margin: 7px 0;
}
body .whats-new-container .content .gallery .dx-gallery-wrapper .dx-gallery-indicator-item:not(.dx-gallery-indicator-item-active):not(.dx-gallery-indicator-item-selected) {
  border-color: #596c7d;
}
body .whats-new-container .content .gallery .dx-gallery-wrapper .dx-gallery-indicator-item.dx-gallery-indicator-item-active,
body .whats-new-container .content .gallery .dx-gallery-wrapper .dx-gallery-indicator-item.dx-gallery-indicator-item-selected {
  background-color: #596c7d;
}
body .whats-new-container .content p.foot-note {
  display: inline-block;
  font-size: 11px;
  color: gray;
  line-height: 100%;
}
body .whats-new-container.roadmap .content {
  max-width: 780px;
}
body .whats-new-container.roadmap .content .whatsnew-image-container {
  padding-bottom: 10px;
}
body .whats-new-container.roadmap .content .tags {
  padding: 10px 0 5px 0;
}
body .whats-new-container.roadmap .content .tags > * {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Verdana, "san-serif";
  font-size: 13px;
  padding: 2px 8px 4px;
  border: 1px solid;
  border-radius: 14px;
  line-height: 150%;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}
body .whats-new-container.roadmap .content .tags > .research,
body .whats-new-container.roadmap .content .tags .development {
  color: #2190f7;
  border-color: #2190f7;
}
body .whats-new-container.roadmap .content .tags > .preview {
  color: #fb8c00;
  border-color: #fb8c00;
}
body .whats-new-container.roadmap .content .tags > .completed {
  color: #42b883;
  border-color: #42b883;
}
body .whats-new-container.roadmap .content .tags > .platform {
  color: #fb8c00;
  border-color: #fb8c00;
}
body .whats-new-container.roadmap .content .tags > a {
  text-decoration: none;
}
@media only screen and (max-width: 1920px) {
  body .whats-new-container .content {
    margin-left: calc(408px);
  }
}
@media only screen and (max-width: 1500px) {
  body .whats-new-container .content {
    margin-left: calc(378px);
  }
}
@media only screen and (max-width: 700px) {
  body .whats-new-container #menu .tools-panel {
    margin-left: 0;
  }
  body .whats-new-container .content {
    margin-left: 0;
    padding: 24px;
  }
}
body .code-wrapper {
  position: relative;
  user-select: none;
  border-spacing: 3px 0;
  border: 1px solid;
  border-radius: 6px;
  margin: 16px 0;
}
body .code-wrapper .linenums-front-layer {
  display: none;
}
body .code-wrapper .code-type {
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 16px;
  margin-bottom: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  opacity: 0.54;
}
body .code-wrapper .code-type:first-child {
  border-radius: 6px 0 0 0;
}
body .code-wrapper .code-type.active {
  opacity: 1;
}
body .code-wrapper .code-type.active .code-type-text {
  width: inherit;
  position: relative;
}
body .code-wrapper .code-type.active .code-type-text::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: -12px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
body .code-wrapper pre.prettyprint {
  position: relative;
  display: none;
  margin: 0px;
  padding: 0;
  flex-direction: row;
  border: 0;
  border-radius: 0 0 6px 6px;
}
body .code-wrapper pre.prettyprint.active {
  display: flex;
}
body .code-wrapper ol.numbers {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 20px 10px 20px 40px;
  position: relative;
  display: block;
  border-right: 1px solid;
  border-radius: 0 0 0 6px;
}
body .code-wrapper ul.linenums {
  padding: 20px 0;
  scrollbar-width: thin;
}
body .code-wrapper ul.linenums::-webkit-scrollbar {
  height: 8px;
}
body .code-wrapper ul.linenums::-webkit-scrollbar-track {
  border-radius: 20px;
}
body .code-wrapper ul.linenums::-webkit-scrollbar-thumb {
  border-radius: 20px;
}
body .code-wrapper ul.linenums li {
  padding-left: 1em;
  font-size: 16px;
  line-height: 175%;
  text-shadow: none;
}
body h1,
body h5 {
  margin: 0;
}
body h2,
body h3,
body h4 {
  margin: 0;
}
body h1 {
  font-weight: 700;
  font-size: 32px;
  padding: 30px 0 20px 0;
}
body h2 {
  font-size: 24px;
  padding: 24px 0 12px 0;
}
body h3 {
  font-size: 20px;
  padding: 20px 0 10px 0;
}
body h4 {
  font-size: 20px;
  padding: 16px 0 8px 0;
}
body h5 {
  padding: 16px 0 8px 0;
}
body p,
body li {
  font-size: 16px;
  line-height: 175%;
  font-weight: normal;
}
body .dx-loadpanel-content {
  padding: 10px;
  border: 1px solid;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  border-radius: 5px;
}
body .whats-new-subpanel-container .space {
  display: none;
}
body .content a {
  text-decoration: underline;
}
body .content a code {
  text-decoration: underline;
}
body .content .doc-content {
  padding: 40px 0 0 40px;
  width: auto;
  max-width: 1200px;
  margin-left: 360px;
  margin-right: auto;
  position: relative;
}
body .content .doc-content .git-edit-paragraph {
  display: block;
  position: absolute;
  margin: 0;
  width: 30px;
  right: -30px;
  top: 0;
  bottom: 0;
}
body .content .doc-content .git-edit-link {
  width: 20px;
  height: 20px;
  right: 0;
  margin-right: 5px;
  position: absolute;
  background-image: url(/Content/Images/Documentation/icon-edit.svg);
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
}
body .content .doc-content .apiReferenceSection,
body .content .doc-content .documentationSection {
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
body .content .doc-content .apiReferenceSection h2.api-header,
body .content .doc-content .documentationSection h2.api-header {
  font-size: 24px;
  padding-top: 24px;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
body .content .doc-content .apiReferenceSection .short-description:hover .git-edit-link,
body .content .doc-content .documentationSection .short-description:hover .git-edit-link,
body .content .doc-content .apiReferenceSection .full-description-offset:hover .git-edit-link,
body .content .doc-content .documentationSection .full-description-offset:hover .git-edit-link,
body .content .doc-content .apiReferenceSection .parameter-description:hover .git-edit-link,
body .content .doc-content .documentationSection .parameter-description:hover .git-edit-link,
body .content .doc-content .apiReferenceSection .git-edit-paragraph:hover .git-edit-link,
body .content .doc-content .documentationSection .git-edit-paragraph:hover .git-edit-link {
  visibility: visible;
}
body .content .doc-content p:not(table p) {
  margin: 0 0 16px 0;
}
body .content .doc-content li p {
  margin: 0 0 4px 0;
}
body .content .doc-content .short-description {
  position: relative;
}
body .content .doc-content .api-example {
  padding-bottom: 15px;
}
body .content .doc-content .anchor {
  height: 26px;
  margin-top: -26px;
  visibility: hidden;
  display: block;
  position: absolute;
}
body .content .doc-content .note {
  padding: 16px;
  margin: 24px 0;
  border-radius: 6px;
}
body .content .doc-content .note .note-header {
  font-weight: bold;
  padding-bottom: 4px;
}
body .content .doc-content .note .note-text ul {
  padding-bottom: 0;
}
body .content .doc-content .note .note-text ul li:last-child p {
  margin-bottom: 0;
}
body .content .doc-content ul:not(.linenums) {
  margin-top: 10px;
  margin-bottom: 20px;
}
body .content .doc-content ul:not(.linenums) > li {
  margin: 0 0 10px;
}
body .content .doc-content ul:not(.linenums) > li > ul {
  margin: 0 0 10px;
}
body .content .doc-content img {
  max-width: 100%;
}
body .content .doc-content video {
  max-width: 100%;
}
body .content .doc-content .libs {
  font-size: 16px;
  line-height: 24px;
}
body .content .doc-content .libs:last-child {
  padding-bottom: 20px;
}
body .content .doc-content .accordion-hidden-content {
  display: none;
}
body .content .doc-content .dx-accordion-item-selected,
body .content .doc-content .dx-accordion-item-opened {
  border-radius: 8px;
  margin-bottom: 7px;
}
body .content .doc-content .accordion-content .dx-accordion-item-closed {
  padding-bottom: 50px;
}
body .content .doc-content .accordion-content .dx-accordion-item {
  border: 1px solid transparent;
}
body .content .doc-content .accordion-content .dx-accordion-item-title,
body .content .doc-content .accordion-content .dx-accordion-item-body {
  padding: 8px 58px 8px 16px;
}
body .content .doc-content .accordion-content .dx-accordion-item-title {
  font-size: 20px;
  padding-right: 22px;
  border-radius: 8px;
}
body .content .doc-content .accordion-content .dx-accordion-item-title:hover {
  height: 43px;
}
body .content .doc-content .accordion-content .dx-accordion-item-title:before {
  line-height: 28px;
}
body .content .doc-content .accordion-content .dx-accordion-item-title svg {
  height: 24px;
  width: 24px;
  vertical-align: bottom;
  margin-right: 8px;
}
body .content .doc-content .accordion-content .dx-accordion-item-body {
  padding-top: 0;
  border: none;
}
body .content .doc-content .accordion-content .dx-accordion-item-body .accordion-item-content > p:first-child {
  margin-bottom: 7px;
}
body .content .doc-content .accordion-content .dx-accordion-item-body .vote-text {
  line-height: 38px;
}
body .content .doc-content .accordion-content .dx-accordion-item-body .code-type,
body .content .doc-content .accordion-content .dx-accordion-item-body .numbers,
body .content .doc-content .accordion-content .dx-accordion-item-body pre {
  z-index: unset;
}
body .content .doc-content h5.see-also {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  border-top: 1px solid;
  padding: 16px 0 8px 0;
  margin: 30px 0 0 40px;
  font-weight: bold;
}
body .content .doc-content h5.see-also ~ div {
  padding-left: 40px;
}
body .content .doc-content h5.see-also ~ div ul {
  padding: 0;
}
body .content .doc-content h5.see-also ~ div ul li {
  list-style-type: none;
  position: relative;
  padding: 8px 0 0 0;
}
body .content .doc-content h5.see-also ~ div:last-child ul {
  padding-bottom: 30px;
}
body .content .doc-content h5.see-also ~ ul,
body .content .doc-content h5.see-also ~ p {
  padding: 0;
  padding-left: 40px;
}
body .content .doc-content h5.see-also ~ ul:last-child,
body .content .doc-content h5.see-also ~ p:last-child {
  padding-bottom: 30px;
}
body .content .doc-content h5.see-also ~ ul li {
  list-style-type: none;
  position: relative;
  padding: 8px 0 0 0;
}
body .content .doc-content div.download-code-button {
  padding-bottom: 20px;
}
body .content .doc-content .api-header {
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
}
body .content .doc-content .api-header a {
  font-size: 30px;
  line-height: 35px;
}
body .content .doc-content .api-header .deprecated {
  width: 24px;
  height: 24px;
}
body .content .doc-content .api-property-block .api-property {
  border-left: 3px solid;
  padding-left: 10px;
  margin-bottom: 16px;
}
body .content .doc-content .api-property-block .api-property:not(:last-child) {
  padding-bottom: 8px;
}
body .content .doc-content .api-property-block .api-property p {
  display: inline;
}
body .content .doc-content .api-property-block .api-property.no-margin {
  margin-bottom: 0;
}
body .content .doc-content .api-property-block .api-property span.api-property-name {
  font-weight: normal;
}
body .content .doc-content .api-property-block .api-property .type-fields-offset {
  padding-left: 20px;
}
body .content .doc-content .api-property-block .api-property .type-offset {
  padding-left: 0px;
  padding-top: 8px;
}
body .content .doc-content .api-property-block .api-property .parameter-name:not(:first-child) {
  padding-top: 10px;
}
body .content .doc-content .api-property-block .api-property .parameter-name .deprecated {
  background: url(/Content/Images/Documentation/icon-attention-small.png) no-repeat center right;
  height: 12px;
  width: 16px;
  display: inline-block;
}
body .content .doc-content .api-property-block .api-property .parameter-description {
  padding-top: 8px;
  position: relative;
}
body .content .doc-content .api-property-block .api-property .parameter-description p {
  font-size: 16px;
  margin: 0;
}
body .content .doc-content .api-property-block .api-property .parameter-description li {
  font-size: 16px;
}
body .content .doc-content .api-property-block .api-property .parameter-description ul {
  padding-bottom: 0;
}
body .content .doc-content .api-property-block .api-property .parameter-description ul li {
  font-size: 12px;
  text-shadow: none;
}
body .content .doc-content .api-property-block .components-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 70px 40px;
  margin-top: 40px;
  padding-bottom: 100px;
}
body .content .doc-content .api-property-block .components-container .component-container {
  display: block;
  padding-top: 10px;
  border-radius: 4px;
  width: 128px;
  height: 108px;
  text-decoration: none;
}
body .content .doc-content .api-property-block .components-container .component-container .component-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
body .content .doc-content .api-property-block .components-container .component-container .component-link {
  margin-top: 4px;
  font-weight: normal;
  text-align: center;
}
body .content .doc-content .full-description-offset {
  position: relative;
  margin-top: 15px;
}
body .content .doc-content .simple-table {
  font-size: 14px;
  margin-bottom: 20px;
}
body .content .doc-content .simple-table table {
  border-collapse: collapse;
}
body .content .doc-content .simple-table table td:first-child {
  text-align: center;
}
body .content .doc-content .simple-table:not(.normal-font-style) table td:first-child {
  font-style: italic;
}
body .content .doc-content .simple-table td,
body .content .doc-content .simple-table th {
  padding: 5px 20px;
  border: 2px solid;
}
body .content .doc-content .multicolumn-list tr > td {
  width: 33.3%;
  padding: 10px;
  vertical-align: text-top;
}
body .content .doc-content .multicolumn-list tr > td ul {
  list-style-position: outside;
}
body .content .doc-content .multicolumn-list tr > td ul li {
  padding: 4px;
}
body .content .doc-content .footnotes {
  width: 300px;
  margin-bottom: 30px;
  border-top: 1px solid;
}
body .content .doc-content .footnotes ol,
body .content .doc-content .footnotes ul {
  margin-top: 10px;
  padding: 0;
  list-style: none;
}
body .content .doc-content .footnotes ol li,
body .content .doc-content .footnotes ul li {
  font-size: 12px;
  counter-increment: custom;
}
body .content .doc-content .footnotes ol > li::before {
  font-size: 0.8em;
  vertical-align: text-top;
  content: counter(custom) " - ";
}
body .content .doc-content .footnotes ul > li::before {
  content: "* - ";
}
body .content .doc-content .three-col {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
}
body .content .doc-content .documentation-gallery {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
}
body .content .doc-content .documentation-gallery .gallery-border {
  position: absolute;
  z-index: 2;
  border: solid 1px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
body .content .doc-content .documentation-gallery .gallery-border .arrow {
  width: 34px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px;
  background-color: white;
}
body .content .doc-content .documentation-gallery .gallery-border .left-arrow {
  left: -17px;
  background-image: url('/Content/Images/Documentation/arrow-prev.svg');
}
body .content .doc-content .documentation-gallery .gallery-border .right-arrow {
  right: -17px;
  background-image: url('/Content/Images/Documentation/arrow-next.svg');
}
body .content .doc-content .documentation-gallery .dx-gallery-wrapper {
  position: absolute;
  bottom: -30px;
  top: 0;
  height: auto;
}
body .content .doc-content .documentation-gallery .dx-gallery-wrapper .gallery-content {
  padding-bottom: 30px;
}
body .content .doc-content .documentation-gallery .dx-gallery-wrapper .gallery-content h4 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 8px;
}
body .content .doc-content .documentation-gallery .gallery-item .image {
  position: absolute;
  bottom: 100px;
  top: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  border-left: 15px solid;
  border-right: 15px solid;
}
body .content .doc-content .documentation-gallery .gallery-item .text {
  position: absolute;
  height: 90px;
  bottom: 30px;
  width: 100%;
  display: table;
}
body .content .doc-content .documentation-gallery .gallery-item .text div {
  vertical-align: middle;
  display: table-cell;
  height: 90px;
}
body .content .doc-content .api-example .show-text {
  color: #7f7f7f;
  padding-bottom: 3px;
  font-size: 16px;
}
body .content .doc-content .api-example .approach-tab-container:after {
  content: "";
  display: table;
  clear: both;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher {
  min-width: 90px;
  margin-right: -2px;
  display: block;
  float: left;
  white-space: normal;
  background-color: white;
  color: red;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher:after {
  border: 4px solid transparent;
  border-top: 4px solid;
  content: "";
  margin-top: 9px;
  float: right;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher.current:after {
  border-top: none;
  border-bottom: 4px solid;
}
body .content .doc-content .api-example .approach-tab {
  display: none;
}
body .content .doc-content .api-example .approach-tab.visible {
  display: block;
}
body .content .doc-content.search-page .header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}
body .content .doc-content.search-page .header ul.search-counts {
  padding: 0 0 16px 0;
  list-style: none;
  border-bottom: 1px solid;
  white-space: nowrap;
}
body .content .doc-content.search-page .header ul.search-counts li {
  display: inline;
  padding: 0;
  margin-right: 30px;
}
body .content .doc-content.search-page .header ul.search-counts li .count {
  font-weight: bold;
}
body .content .doc-content.search-page .header ul.search-counts li.search-new-window a {
  background-image: url(/Content/Images/Documentation/icon-new-win.svg);
  background-repeat: no-repeat;
  background-position: 100% 75%;
  padding-right: 18px;
}
body .content .doc-content.search-page .header ul.search-counts li:first-child:not(.active) {
  padding-left: 0px;
}
body .content .doc-content.search-page .header ul.search-counts li.active {
  border-bottom: 2px solid;
  padding-bottom: 15px;
}
body .content .doc-content.search-page .header:after {
  content: '';
  display: block;
  clear: both;
}
body .content .doc-content.search-page h4 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
  margin: 0;
}
body .content .doc-content.search-page h4 a {
  font-size: 24px;
}
body .content .doc-content.search-page .article-type p {
  margin: 10px 0;
}
body .content .doc-content.search-page .article-type:nth-last-of-type(1) {
  padding-bottom: 10px;
}
body .content .doc-content.search-page .pagination {
  padding-bottom: 48px;
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
body .content .doc-content.search-page .pagination .pagination-title {
  display: none;
}
body .content .doc-content.search-page .pagination .activeItem-item,
body .content .doc-content.search-page .pagination a {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .content .doc-content.search-page .pagination .activeItem-item.ellipsis,
body .content .doc-content.search-page .pagination a.ellipsis {
  text-decoration: none;
  cursor: default;
}
body .content .doc-content.search-page .pagination .activeItem-item.arrow-item,
body .content .doc-content.search-page .pagination a.arrow-item {
  background: no-repeat center;
}
body .content .doc-content.search-page .pagination .activeItem-item.arrow-item.left,
body .content .doc-content.search-page .pagination a.arrow-item.left {
  -webkit-mask-image: url('/Content/Images/Documentation/arrow-prev.svg');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #596c7d;
}
body .content .doc-content.search-page .pagination .activeItem-item.arrow-item.right,
body .content .doc-content.search-page .pagination a.arrow-item.right {
  -webkit-mask-image: url('/Content/Images/Documentation/arrow-next.svg');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #596c7d;
}
body .content .doc-content .api-header,
body .content .doc-content .article-section-header,
body .content .doc-content .article-header {
  position: relative;
  margin-left: -34px;
  padding-left: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .content .doc-content .api-header .visible-anchor,
body .content .doc-content .article-section-header .visible-anchor,
body .content .doc-content .article-header .visible-anchor {
  height: 28px;
  position: absolute;
  left: 0;
  visibility: hidden;
}
body .content .doc-content .api-header .visible-anchor svg,
body .content .doc-content .article-section-header .visible-anchor svg,
body .content .doc-content .article-header .visible-anchor svg {
  position: absolute;
}
body .content .doc-content .api-header:hover .visible-anchor,
body .content .doc-content .article-section-header:hover .visible-anchor,
body .content .doc-content .article-header:hover .visible-anchor {
  visibility: visible;
}
body .content .doc-content .article-header,
body .content .doc-content .api-header {
  position: relative;
  font-weight: 600;
}
body .content .doc-content .article-header .badge,
body .content .doc-content .api-header .badge {
  color: white;
  font-size: 11px;
  padding: 0 4px;
  border-radius: 6px;
  line-height: 15px;
}
body .dx-table {
  margin: 24px 0;
  border-spacing: 0;
  font-size: 14px;
}
body .dx-table tr {
  border-spacing: 0;
}
body .dx-table tr .parameter-name {
  width: 16%;
}
body .dx-table tr .parameter-type {
  width: 20%;
}
body .dx-table tr .parameter-description {
  position: relative;
}
body .dx-table tr th {
  text-align: start;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
body .dx-table tr th,
body .dx-table tr td {
  padding: 12px;
}
body .dx-table tr th.dx-table-row__center,
body .dx-table tr td.dx-table-row__center {
  text-align: center;
}
body .dx-table tr th.dx-table-row__width-80,
body .dx-table tr td.dx-table-row__width-80 {
  width: 80%;
}
body .dx-table tr td:first-child {
  border-left: 1px solid;
}
body .dx-table tr td:last-child {
  border-right: 1px solid;
}
body .dx-table tr:first-child th:first-child {
  border-left: 1px solid;
  border-radius: 6px 0 0 0;
}
body .dx-table tr:first-child th:last-child {
  border-right: 1px solid;
  border-radius: 0 6px 0 0;
}
body .dx-table tr:last-child td {
  border-bottom: 1px solid;
}
body .dx-table tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
body .dx-table tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
body .dx-table.full-width {
  width: 100%;
}
body .dx-table.full-width tr > td:first-child {
  width: 20%;
}
body .dx-table p {
  margin: 0;
}
body .advanced-table-container {
  clip-path: border-box;
}
body .advanced-table-container .header-table-container {
  position: sticky;
  border-radius: 8px 8px 0 0;
  overflow-x: hidden;
  z-index: 2;
}
body .advanced-table-container .content-table-container {
  border-radius: 8px 8px 0 0;
  overflow-x: auto;
  scrollbar-width: thin;
}
body .advanced-table-container .content-table-container .dx-table thead {
  visibility: hidden;
}
body .advanced-table-container .dx-table {
  margin: 0;
  width: 100%;
}
body .advanced-table-container .dx-table tr:last-child td:first-child,
body .advanced-table-container .dx-table tr:last-child td:last-child {
  border-radius: 0;
}
body .advanced-table-container .dx-table tr th,
body .advanced-table-container .dx-table tr:first-child th,
body .advanced-table-container .dx-table tr td,
body .advanced-table-container .dx-table tr:first-child td {
  border: none;
  box-sizing: border-box;
}
body .advanced-table-container .dx-table tr th:first-child,
body .advanced-table-container .dx-table tr:first-child th:first-child,
body .advanced-table-container .dx-table tr td:first-child,
body .advanced-table-container .dx-table tr:first-child td:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  max-width: 170px;
  min-width: 170px;
}
body .advanced-table-container .dx-table tr th.dx-table-row__center,
body .advanced-table-container .dx-table tr:first-child th.dx-table-row__center,
body .advanced-table-container .dx-table tr td.dx-table-row__center,
body .advanced-table-container .dx-table tr:first-child td.dx-table-row__center {
  height: 48px;
}
body .icon-success {
  background: center no-repeat url("/Content/dxdocs/icons/circle-success.svg");
}
body .icon-warning {
  background: center no-repeat url("/Content/dxdocs/icons/circle-warning.svg");
}
body .icon-error {
  background: center no-repeat url("/Content/dxdocs/icons/circle-error.svg");
}
body .doc-content ul.table-legend:not(.linenums) {
  list-style-type: none;
  margin-top: 32px;
  padding: 0;
}
body .doc-content ul.table-legend:not(.linenums) li {
  display: flex;
  align-items: center;
  line-height: 18px;
  height: 24px;
  margin-bottom: 8px;
}
body .doc-content ul.table-legend:not(.linenums) li .icon {
  width: 24px;
  height: 24px;
  padding-right: 8px;
}
body .content:not(.document__body) .doc-content h5.see-also ~ ul li:before,
body .content:not(.document__body) .doc-content h5.see-also ~ div ul li:before {
  content: "";
  border-radius: 3px;
  border: 3px solid;
  display: inline-block;
  margin-right: 15px;
}
body .debug-invalid-model-popup {
  position: fixed;
  bottom: 80px;
  right: 0;
  padding: 10px;
  width: 300px;
  z-index: 9999;
}
body a {
  text-decoration: none;
  font-weight: 500;
}
body .doc-content .button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 15px;
  height: 24px;
  line-height: 22px;
  vertical-align: middle;
  box-sizing: initial;
  border: 1px solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
body .doc-content .button.large {
  width: 400px;
  font-size: 24px;
}
body .doc-content .button.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
body .doc-content .button.btn-show-demo {
  margin-bottom: 15px;
}
body .doc-content .button.demo,
body .doc-content .button.tutorial {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
}
body .doc-content .button.demo:before {
  content: '';
}
body .doc-content nav,
body .doc-content section {
  display: block;
}
body .doc-content .nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
body .doc-content .nav-tabs:after {
  clear: both;
}
body .doc-content .hide {
  display: none;
}
body .doc-content .tab-content {
  overflow: auto;
}
body .doc-content .tab-content > .tab-pane,
body .doc-content .pill-content > .pill-pane {
  display: none;
}
body .doc-content .tab-content > .active,
body .doc-content .pill-content > .active {
  display: block;
}
body .doc-content code,
body .doc-content pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body .doc-content code code,
body .doc-content pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
body .doc-content code {
  white-space: nowrap;
  display: inline;
  padding: 2px 12px;
  border: 1px solid;
  border-radius: 50px;
}
body .doc-content .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
body .doc-content .nav-tabs > .active > a,
body .doc-content .nav-tabs > .active > a:focus {
  cursor: default;
  border: 1px solid;
  border-bottom-color: transparent;
}
body .doc-content .codeTabs.nav.nav-tabs {
  padding: 20px 0 0 0;
  border-bottom: 2px solid;
}
body .doc-content .codeTabs.nav.nav-tabs li {
  float: none;
  display: inline-block;
}
body .doc-content .codeTabs.nav.nav-tabs li a {
  border: none;
  padding: 8px 12px;
  line-height: 36px;
  margin: 0;
}
body .doc-content .codeTabs.nav.nav-tabs li.active {
  border-top: 2px solid;
  border-left: 2px solid;
  border-right: 2px solid;
}
body .doc-content .codeTabs.nav.nav-tabs li.active a {
  padding-bottom: 12px;
}
@media only screen and (max-width: 1920px) {
  body .content .doc-content {
    margin-left: calc(408px);
  }
}
@media only screen and (max-width: 1500px) {
  body .content .doc-content {
    margin-left: calc(378px);
  }
}
@media only screen and (max-width: 1080px) {
  body .content .doc-content #widgetAccordion {
    display: none;
  }
  body .content .doc-content #widgetAccordion .widget-tree-main .widget-tree {
    display: none;
  }
  body .content .doc-content #widgetAccordion .widget-tree-main .widget-view {
    position: initial;
    height: 500px;
  }
}
@media only screen and (max-width: 700px) {
  body .content .doc-content {
    margin: 0 auto;
    padding: 60px 18px 0 40px;
  }
  body .content .doc-content .dx-table {
    display: block;
    overflow-x: scroll;
  }
  body .content .doc-content .advanced-table-container .dx-table {
    display: table;
    overflow-x: visible;
  }
  body .content .doc-content .parametr-description p {
    white-space: pre-wrap;
  }
}
body .error {
  position: static;
  height: auto;
  margin: 100px auto;
}
body .error .header {
  font-weight: 700;
  font-size: 50px;
  line-height: 67px;
}
body .error .message {
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
}
body .error.e404 {
  width: 500px;
}
body .error.e404 .icon {
  float: left;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='86' height='100' viewBox='0 0 86 100' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 94V6H47V29H70V94H6ZM69.4846 23L53 6.73231V23H69.4846ZM55.8882 1.1529C55.1397 0.414188 54.1303 0 53.0786 0H4C1.79086 0 0 1.79086 0 4V96C0 98.2091 1.79086 100 4 100H72C74.2091 100 76 98.2091 76 96V22.6724C76 21.6024 75.5713 20.5769 74.8096 19.8253L55.8882 1.1529Z' fill='%238B949C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.4046 37.9C58.8147 35.3667 55.1853 35.3667 53.5954 37.9L28.6442 77.6561C26.9222 80.3997 28.8544 84 32.0488 84H81.9512C85.1456 84 87.0778 80.3997 85.3558 77.6561L60.4046 37.9ZM54.9114 68.2808H59.1456L59.962 51H54.038L54.9114 68.2808ZM54.7595 71.87C54.2532 72.3719 54 73.1015 54 74.0586C54 75.004 54.2658 75.7336 54.7975 76.2471C55.3418 76.749 56.0886 77 57.038 77C57.9367 77 58.6519 76.749 59.1835 76.2471C59.7278 75.7336 60 75.004 60 74.0586C60 73.0898 59.7405 72.3603 59.2215 71.87C58.7025 71.3681 57.9747 71.1172 57.038 71.1172C56.038 71.1172 55.2785 71.3681 54.7595 71.87Z' fill='%23F05B41'/%3E%3C/svg%3E");
}
body .error.e404 form.search {
  margin-top: 50px;
  padding: 24px;
}
body .error.e404 form.search .message {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
  padding: 0;
}
body .error.e404 .header,
body .error.e404 .message {
  padding-left: 110px;
}
body .error.e500 {
  width: 600px;
  background: url(/Content/Images/error-500.png) no-repeat left top;
}
body .error.e500 .header,
body .error.e500 .message {
  padding-left: 170px;
}
@media only screen and (max-width: 700px) {
  body .error {
    width: auto;
    margin: 20px;
  }
  body .error.e404 .icon {
    float: none;
    margin: 0 auto;
  }
  body .error .header {
    font-size: 50px;
    padding-left: 0;
    text-align: center;
  }
  body .error .message {
    padding-left: 0;
    text-align: center;
  }
}
body .theme-switch {
  display: flex;
  flex: 0 0 56px;
  width: 56px;
  height: 28px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 1px;
  overflow: hidden;
  cursor: pointer;
}
body .theme-switch-wrapper {
  display: inline-flex;
  align-items: center;
  width: 52px;
  height: 24px;
}
body .theme-toogle {
  flex: 0 0 20px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
}
body .theme-toogle svg {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
body .theme-toogle.light {
  transition: 0.4s;
}
body .theme-toogle.dark {
  width: 0;
}
body .theme-input {
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
body .approach-list {
  height: inherit;
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
body .approach-list-stretch {
  align-items: stretch;
}
body .approach-badge {
  flex: 1 1 100%;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
}
body .approach-badge.overview .approach-card-link {
  background-color: inherit;
}
body .approach-badge .approach-card {
  padding: 32px;
  height: 170px;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: height 0.7s;
}
body .approach-badge .approach-card-link {
  display: none;
  border-radius: 12px;
  text-decoration: none;
  height: 100%;
  padding: 32px;
  box-sizing: border-box;
  border-bottom: 4px solid transparent;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .approach-badge .approach-title {
  padding: 0;
  margin: 12px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}
body .approach-badge .approach-text {
  margin: 0 0 12px 0;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
}
body .approach-badge .approach-link.btn.btn,
body .approach-badge .approach-text {
  opacity: 0;
  transition: opacity 0.4s;
}
body .approach-badge:hover.has-text .approach-card,
body .approach-badge.active.has-text .approach-card {
  height: 320px;
}
body .approach-badge:hover .approach-card,
body .approach-badge.active .approach-card {
  height: 240px;
}
body .approach-badge:hover .approach-text,
body .approach-badge.active .approach-text,
body .approach-badge:hover .approach-link.btn.btn,
body .approach-badge.active .approach-link.btn.btn {
  opacity: 1;
}
body .approach-badge.without-button .approach-title {
  margin: 0;
}
body .approach-badge.without-button .approach-card-link {
  display: flex;
}
@media only screen and (max-width: 1520px) {
  body .approach-badge:hover.has-text .approach-card,
  body .approach-badge.active.has-text .approach-card {
    height: 320px;
  }
}
@media only screen and (max-width: 1400px) {
  body .approach-list {
    gap: 12px;
  }
  body .approach-badge .approach-title {
    display: flex;
    flex-direction: column;
  }
  body .approach-badge .approach-svg {
    width: auto;
    height: 48px;
  }
  body .approach-badge .approach-svg svg {
    width: 100%;
    height: 100%;
  }
  body .approach-badge .approach-link.btn.btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  body .approach-badge {
    flex-basis: 40%;
  }
  body .approach-badge .approach-card {
    display: none;
  }
  body .approach-badge .approach-card-link {
    display: flex;
  }
  body .approach-badge .approach-title {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  body .approach-badge .approach-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body .approach-list {
    flex-wrap: wrap;
  }
}
body .footer {
  position: absolute;
  width: 100%;
  padding: 24px 0;
  box-sizing: border-box;
  font-size: 12px;
  color: white;
  z-index: 5;
}
body .footer svg#devextreme-logo path {
  fill: white;
}
body .footer .content-width {
  max-width: 1900px;
  padding-top: 0;
  padding-bottom: 0;
}
body .footer-container {
  display: flex;
  justify-content: space-between;
  gap: 32px 16px;
}
body .footer-about {
  display: flex;
  gap: 40px;
}
body .footer-logo {
  height: min-content;
  display: flex;
  gap: 12px;
  align-items: center;
}
body .footer-text {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 14px;
}
body .footer a {
  text-decoration: underline;
}
body .footer-socials {
  display: flex;
  align-items: center;
}
body .footer-socials-links {
  display: flex;
  gap: 8px;
}
body .footer-socials-link svg {
  width: 32px;
  height: 32px;
}
body .footer-socials-link:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 1400px) {
  body .footer {
    padding: 32px 0;
    height: auto;
    font-size: 12px;
  }
  body .footer-container {
    flex-direction: column;
  }
  body .footer-about {
    flex-direction: column;
    align-items: center;
  }
  body .footer-text,
  body .footer-links {
    text-align: center;
  }
  body .footer-text {
    margin-bottom: 16px;
  }
  body .footer-socials {
    justify-content: center;
  }
  body .footer-socials-title {
    display: none;
  }
  body .footer-socials-links {
    justify-content: center;
  }
}
body .hidden-menu .left-menu,
body .hidden-menu .space {
  display: none;
}
body .hidden-menu .left-menu.active {
  display: block;
}
body .hidden-menu #menu .menu-state-button {
  margin: 0;
}
body .hidden-menu .content .doc-content {
  max-width: none;
  margin: 0 auto;
}
body .hidden-menu #menu .breadcrumbs-dropdown.active ul {
  padding-left: 95px;
}
@media only screen and (max-width: 1920px) {
  body .hidden-menu .content .doc-content {
    padding-left: 88px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 1500px) {
  body .hidden-menu .content .doc-content {
    padding-left: 58px;
    padding-right: 18px;
  }
}
@media only screen and (max-width: 700px) {
  body .hidden-menu .content .doc-content {
    padding-left: 40px;
    padding-right: 18px;
  }
}
body .feedback {
  padding: 16px;
  margin: 24px 0 48px;
  text-align: center;
  transition: all 0.7s;
}
body .feedback-rating {
  height: 40px;
  transition: all 0.7s;
}
body .feedback-label {
  font-size: 18px;
  font-weight: 600;
}
body .feedback-votes {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .feedback-votes.active .feedback-vote-label {
  visibility: visible;
}
body .feedback-votes.active .feedback-vote-item {
  width: 140px;
}
body .feedback-votes.approve .feedback-vote-item {
  background-color: #32c785;
}
body .feedback-votes.approve [data-value='disagree'] {
  display: none;
}
body .feedback-votes.disagree .feedback-vote-item {
  background-color: #dd1144;
}
body .feedback-votes.disagree [data-value='approve'] {
  display: none;
}
body .feedback-vote {
  cursor: pointer;
}
body .feedback-vote-label {
  width: 0;
  visibility: hidden;
  color: white;
  white-space: nowrap;
}
body .feedback-vote-item {
  width: 40px;
  display: flex;
  align-items: center;
  border-radius: 24px;
  transition: all 0.2s;
}
body .feedback-vote-item:hover svg rect,
body .feedback-vote-item.active svg rect {
  fill-opacity: 1;
}
body .feedback-vote-item:hover svg path,
body .feedback-vote-item.active svg path {
  fill: white;
}
body .feedback-content,
body .feedback-thanks {
  opacity: 0;
  pointer-events: none;
}
body .feedback-close {
  display: none;
}
body .feedback-content {
  height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  transition: all 0.4s;
}
body .feedback-content .btn {
  height: 44px;
  min-width: max-content;
}
body .feedback-text {
  max-width: 460px;
}
body .feedback-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 24px;
}
body .feedback-message {
  box-sizing: border-box;
  height: 200px;
  width: 500px;
  resize: none;
  padding: 8px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
body .feedback-message::placeholder {
  opacity: 0.5;
}
body .feedback-message:focus-visible {
  outline: none;
}
body .feedback-thanks {
  box-sizing: border-box;
  height: 0;
  padding: 8px 16px;
  border-radius: 24px;
  color: white;
  transition: all 0.7s;
}
body .feedback.message {
  padding: 32px;
}
body .feedback.message .feedback-votes {
  display: none;
}
body .feedback.message .feedback-close {
  display: block;
}
body .feedback.message .feedback-content {
  opacity: 1;
  height: 300px;
  margin-top: 32px;
  pointer-events: auto;
}
body .feedback.thanks {
  padding: 32px 0;
}
body .feedback.thanks .feedback-rating,
body .feedback.thanks .feedback-content {
  opacity: 0;
  height: 0;
  transition: all 0.4s;
  pointer-events: none;
  margin: 0;
}
body .feedback.thanks .feedback-thanks {
  opacity: 1;
  height: 36px;
  pointer-events: auto;
}
body .survey-hidden {
  display: none;
}
body .survey--container {
  height: 42px;
  width: 100%;
  position: fixed;
  z-index: 2000;
}
body .survey--component {
  height: inherit;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .survey--component.content-width {
  max-width: 1900px;
}
body .survey--part {
  display: flex;
  align-items: center;
  gap: 32px;
}
body .survey--part p {
  margin: 0;
  line-height: 125%;
}
body .survey--part a {
  text-decoration: underline;
}
body .survey--button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: white;
}
body .survey--button:hover {
  cursor: pointer;
}
body .survey--indent ~ header .header {
  top: 42px;
}
body .survey--indent ~ .header-drawer {
  top: 112px;
}
body .survey--indent ~ main .doc-content {
  position: relative;
  top: 42px;
}
body .survey--indent ~ main .search-page {
  padding-bottom: 42px;
}
body .survey--indent ~ main .whats-new-container {
  padding-top: 42px;
}
body .survey--indent ~ main .sticky-wrapper .tabs {
  top: 112px;
}
body .survey--indent ~ main #menu {
  top: 112px;
}
body .survey--indent ~ main .left-menu {
  top: 152px;
}
@media only screen and (max-width: 2000px) {
  body .survey--container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1500px) {
  body .survey--container {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (max-width: 1101px) {
  body .survey--part {
    gap: 16px;
  }
}
@media only screen and (max-width: 1069px) {
  body .survey--part {
    gap: 8px;
  }
}
@media only screen and (max-width: 1069px) {
  body .survey--svg {
    display: none;
  }
}
@media only screen and (max-width: 955px) {
  body .survey--part p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 773px) {
  body .survey--container {
    height: 60px;
  }
  body .survey--part {
    flex-direction: column;
    align-items: flex-start;
  }
  body .survey--indent ~ header .header {
    top: 60px;
  }
  body .survey--indent ~ .header-drawer {
    top: 130px;
  }
  body .survey--indent ~ main {
    top: 60px;
  }
  body .survey--indent ~ main .search-page {
    padding-bottom: 60px;
  }
  body .survey--indent ~ main .sticky-wrapper .tabs {
    top: 130px;
  }
  body .survey--indent ~ main #menu {
    top: 130px;
  }
  body .survey--indent ~ main .left-menu {
    top: 190px;
  }
}
@media only screen and (max-width: 540px) {
  body .survey--part {
    gap: 0;
  }
  body .survey--part p {
    font-size: 12px;
  }
}
body #ot-sdk-btn-floating.ot-floating-button {
  display: none;
}
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button {
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  width: 100% !important;
}
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler:hover {
  color: white;
  opacity: 1;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
}
body #ot-sdk-btn.ot-sdk-show-settings,
body #ot-sdk-btn.optanon-show-settings {
  border: none;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
  background-color: transparent !important;
  text-decoration: underline;
  color: white;
}
body #ot-sdk-btn.ot-sdk-show-settings:visited,
body #ot-sdk-btn.optanon-show-settings:visited {
  color: white;
}
body #ot-sdk-btn.ot-sdk-show-settings:hover,
body #ot-sdk-btn.optanon-show-settings:hover,
body #ot-sdk-btn.ot-sdk-show-settings:visited:hover,
body #ot-sdk-btn.optanon-show-settings:visited:hover {
  color: #d9d9d9;
}
body #ot-sdk-btn.ot-sdk-show-settings:active,
body #ot-sdk-btn.optanon-show-settings:active {
  color: #b3b3b3;
}
body #ot-sdk-btn.ot-sdk-show-settings:focus,
body #ot-sdk-btn.optanon-show-settings:focus {
  outline-color: white;
}
body div.wsMsgWnd {
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
}
body div.wsMsgWnd .r-container {
  max-width: 1600px !important;
  padding: 40px 20px;
}
body div.wsMsgWnd.Important {
  border: none;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
body div.wsMsgWnd.Important .r-container .Button {
  padding-bottom: 10px;
  vertical-align: bottom;
}
body div.wsMsgWnd.Important .r-container .Button a {
  background: inherit;
  font-family: 'Roboto', sans-serif;
  transition: all 0.5s;
}
body div.wsMsgWnd.Important .r-container .Content .Title {
  margin-bottom: 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
}
body div.wsMsgWnd.Important .r-container .Content .Text {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}
body div.wsMsgWnd .CloseButton::after {
  font-size: 32px;
}
@media only screen and (max-width: 1200px) {
  body div.wsMsgWnd .r-container .Button {
    display: block;
    padding-top: 20px;
    text-align: left;
  }
  body div.wsMsgWnd .r-container .Content .Text {
    max-width: 100% !important;
  }
  body div.wsMsgWnd .r-container .Content > * {
    max-width: 100%;
  }
}
body a {
  color: #596c7d;
}
body a:hover {
  color: #42b883;
}
body .svg-fill-accent {
  fill: #42b883;
}
body .btn.btn-accent {
  color: white;
  border-color: #42b883;
  outline-color: #42b883;
  background-color: #42b883;
}
body .btn.btn-accent svg {
  fill: white;
}
body .btn.btn-accent svg path,
body .btn.btn-accent svg circle {
  fill: white;
}
body .btn.btn-accent:hover {
  color: white;
  border-color: #389c6f;
  outline-color: #389c6f;
  background-color: #389c6f;
}
body .btn.btn-accent:hover svg {
  fill: white;
}
body .btn.btn-accent:hover svg path,
body .btn.btn-accent:hover svg circle {
  fill: white;
}
body .btn.btn-accent:active,
body .btn.btn-accent:focus {
  color: white;
  border-color: #2e815c;
  outline-color: #2e815c;
  background-color: #2e815c;
}
body .btn.btn-accent:active svg,
body .btn.btn-accent:focus svg {
  fill: white;
}
body .btn.btn-accent:active svg path,
body .btn.btn-accent:focus svg path,
body .btn.btn-accent:active svg circle,
body .btn.btn-accent:focus svg circle {
  fill: white;
}
body .btn.btn-outlined {
  color: #42b883;
  border-color: #42b883;
  outline-color: #42b883;
  background-color: transparent;
}
body .btn.btn-outlined svg {
  fill: #42b883;
}
body .btn.btn-outlined svg path,
body .btn.btn-outlined svg circle {
  fill: #42b883;
}
body .btn.btn-outlined:hover {
  color: white;
  border-color: #389c6f;
  outline-color: #389c6f;
  background-color: #389c6f;
}
body .btn.btn-outlined:hover svg {
  fill: white;
}
body .btn.btn-outlined:hover svg path,
body .btn.btn-outlined:hover svg circle {
  fill: white;
}
body .btn.btn-outlined:active,
body .btn.btn-outlined:focus {
  color: white;
  border-color: #2e815c;
  outline-color: #2e815c;
  background-color: #2e815c;
}
body .btn.btn-outlined:active svg,
body .btn.btn-outlined:focus svg {
  fill: white;
}
body .btn.btn-outlined:active svg path,
body .btn.btn-outlined:focus svg path,
body .btn.btn-outlined:active svg circle,
body .btn.btn-outlined:focus svg circle {
  fill: white;
}
body .btn.btn-text {
  color: #596c7d;
  border-color: white;
  outline-color: white;
  background-color: white;
}
body .btn.btn-text svg {
  fill: #596c7d;
}
body .btn.btn-text svg path,
body .btn.btn-text svg circle {
  fill: #596c7d;
}
body .btn.btn-text:hover {
  color: #596c7d;
  border-color: #f3f5f6;
  outline-color: #f3f5f6;
  background-color: #f3f5f6;
}
body .btn.btn-text:hover svg {
  fill: #596c7d;
}
body .btn.btn-text:hover svg path,
body .btn.btn-text:hover svg circle {
  fill: #596c7d;
}
body .btn.btn-text:active,
body .btn.btn-text:focus {
  color: #596c7d;
  border-color: #edf0f2;
  outline-color: #edf0f2;
  background-color: #edf0f2;
}
body .btn.btn-text:active svg,
body .btn.btn-text:focus svg {
  fill: #596c7d;
}
body .btn.btn-text:active svg path,
body .btn.btn-text:focus svg path,
body .btn.btn-text:active svg circle,
body .btn.btn-text:focus svg circle {
  fill: #596c7d;
}
body .btn.btn-text-accent {
  color: #42b883;
  border-color: white;
  outline-color: white;
  background-color: white;
}
body .btn.btn-text-accent svg {
  fill: #42b883;
}
body .btn.btn-text-accent svg path,
body .btn.btn-text-accent svg circle {
  fill: #42b883;
}
body .btn.btn-text-accent:hover {
  color: #42b883;
  border-color: #f3f5f6;
  outline-color: #f3f5f6;
  background-color: #f3f5f6;
}
body .btn.btn-text-accent:hover svg {
  fill: #42b883;
}
body .btn.btn-text-accent:hover svg path,
body .btn.btn-text-accent:hover svg circle {
  fill: #42b883;
}
body .btn.btn-text-accent:active,
body .btn.btn-text-accent:focus {
  color: #42b883;
  border-color: #edf0f2;
  outline-color: #edf0f2;
  background-color: #edf0f2;
}
body .btn.btn-text-accent:active svg,
body .btn.btn-text-accent:focus svg {
  fill: #42b883;
}
body .btn.btn-text-accent:active svg path,
body .btn.btn-text-accent:focus svg path,
body .btn.btn-text-accent:active svg circle,
body .btn.btn-text-accent:focus svg circle {
  fill: #42b883;
}
body .btn.btn-text-outlined {
  color: white;
  border-color: white;
  outline-color: white;
  background-color: transparent;
}
body .btn.btn-text-outlined svg {
  fill: white;
}
body .btn.btn-text-outlined svg path,
body .btn.btn-text-outlined svg circle {
  fill: white;
}
body .btn.btn-text-outlined:hover {
  color: #42b883;
  border-color: white;
  outline-color: white;
  background-color: white;
}
body .btn.btn-text-outlined:hover svg {
  fill: #42b883;
}
body .btn.btn-text-outlined:hover svg path,
body .btn.btn-text-outlined:hover svg circle {
  fill: #42b883;
}
body .btn.btn-text-outlined:active,
body .btn.btn-text-outlined:focus {
  color: #42b883;
  border-color: #f3f5f6;
  outline-color: #f3f5f6;
  background-color: #f3f5f6;
}
body .btn.btn-text-outlined:active svg,
body .btn.btn-text-outlined:focus svg {
  fill: #42b883;
}
body .btn.btn-text-outlined:active svg path,
body .btn.btn-text-outlined:focus svg path,
body .btn.btn-text-outlined:active svg circle,
body .btn.btn-text-outlined:focus svg circle {
  fill: #42b883;
}
body .tbs {
  border-bottom: 1px solid #e7ebee;
}
body .tbs-item {
  color: #596c7d;
}
body .tbs-item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .tbs-item:visited {
  color: #596c7d;
}
body .tbs-item.active {
  color: #42b883;
  position: relative;
}
body .tbs-item.active::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px;
  background-color: #42b883;
}
body .duo-card {
  background-color: #f3f5f6;
}
body .duo-card .wrapper-card:focus-visible {
  outline-color: #42b883;
}
body .duo-card .wrapper-card:not(.active) svg path {
  fill: #596c7d;
}
body .duo-card .wrapper-card:not(.active) svg path.background {
  opacity: 0.5;
}
body .duo-card .wrapper-card:not(.active) svg path.letter {
  fill: #f3f5f6;
}
body .duo-card .wrapper-card input {
  color: #596c7d;
}
body .dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content,
body .dx-scrollable-scroll-content {
  background-color: #667c8f;
}
body .header-approach-selected {
  color: #42b883;
  background-color: white;
}
body .header-approach-selected:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .header-approach-selected:active {
  background-color: rgba(28, 45, 54, 0.07);
}
body .header-approach-selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(180deg);
}
body .header-approach-selected.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(0);
}
body .header-approach-list {
  background-color: white;
}
body .header-approach-list-item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .header-approach-list-item:active {
  background-color: rgba(28, 45, 54, 0.07);
}
body .header-approach-list-item-content {
  color: #596c7d;
}
body .header-drawer {
  background-color: white;
}
body .header-drawer .header-link.selected {
  border-bottom-color: transparent;
  border-left-color: #42b883;
}
@media only screen and (max-width: 1160px) {
  body .drawer-menu-divider {
    background-color: #e7ebee;
  }
}
body header .header {
  background-color: white;
}
body .header--logo--js {
  fill: #42b883;
}
body .header-drawer .header-link:focus {
  border-left-color: #42b883;
}
body .header-drawer .header-link.selected:focus {
  border-left-color: #389c6f;
}
body .header button {
  background-color: transparent;
}
body .header-link-text {
  color: #596c7d;
}
body .header-link:focus {
  outline: none;
}
body .header-link:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .header-link.active {
  background-color: rgba(28, 45, 54, 0.07);
}
body .header-container-left .header-link:focus,
body .header-container-right .header-link:focus,
body .header-container-left .header-link.active,
body .header-container-right .header-link.active,
body .header-container-left .header-link.selected,
body .header-container-right .header-link.selected {
  position: relative;
}
body .header-container-left .header-link:focus::after,
body .header-container-right .header-link:focus::after,
body .header-container-left .header-link.active::after,
body .header-container-right .header-link.active::after,
body .header-container-left .header-link.selected::after,
body .header-container-right .header-link.selected::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #42b883;
}
body .header-container-left .header-link.selected:focus::after,
body .header-container-right .header-link.selected:focus::after {
  background-color: #389c6f;
}
body .header-menu-item .header-menu-list {
  background-color: white;
}
body .header-menu-item .header-menu-list-item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .header-menu-item .header-menu-list-item:active {
  background-color: rgba(28, 45, 54, 0.07);
}
body .header-menu-item .header-menu-list-item-content {
  color: #596c7d;
}
body .header-menu-item .header-menu-button::before {
  position: absolute;
  bottom: 10px;
  left: calc(44%);
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(180deg);
}
body .select-versions-active .select-versions__selected,
body .select-versions-active .select-versions__selected:hover {
  background-color: rgba(28, 45, 54, 0.07);
}
body .select-versions__list {
  background-color: white;
}
body .select-versions__selected {
  color: #596c7d;
  background-color: transparent;
  border-color: transparent;
}
body .select-versions__selected:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .select-versions__selected:focus-visible {
  outline: 2px solid #42b883;
}
body .select-versions__selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #596c7d;
  transform: rotate(180deg);
}
body .select-versions__item:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .select-versions__item:active,
body .select-versions__item:focus {
  outline: 2px solid #42b883;
}
body .select-versions__item-selected {
  background-color: rgba(28, 45, 54, 0.07);
}
body .search-item-conteiner {
  background-color: #edf0f2;
}
body .search-item-conteiner .found-content,
body .search-item-conteiner .search-content,
body .search-item-conteiner .clear-content {
  color: #596c7d;
  background-color: #edf0f2;
}
body .search-item-conteiner .found-content path,
body .search-item-conteiner .clear-content path,
body .search-item-conteiner .found-content circle,
body .search-item-conteiner .clear-content circle {
  fill: #596c7d;
}
body .search-item-conteiner .search-content::placeholder {
  color: #596c7d;
}
body .search-item-conteiner .search::before {
  border-color: #e7ebee;
}
body #menu {
  background-color: #edf0f2;
}
body #menu a {
  color: #596c7d;
}
body #menu a[href]:hover {
  color: #42b883;
}
body #menu span {
  color: #596c7d;
}
body #menu li::before,
body #menu li::after {
  color: #596c7d;
}
body #menu .breadcrumbs-svg {
  fill: #596c7d;
}
body #menu .tools-panel {
  border-color: #edf0f2;
}
body #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint.active span {
  background-color: #f3f5f6;
}
body #menu .tools-panel .breadcrumbs-dropdown.active {
  background-color: #edf0f2;
}
body .menu-state-button {
  background-color: #f3f5f6;
}
body .menu-state-button svg path {
  fill: #596c7d;
}
body .menu-state-button:hover {
  background-color: #596c7d;
  opacity: 0.8;
}
body .menu-state-button:hover svg path {
  fill: #f3f5f6;
}
@media only screen and (max-width: 700px) {
  body #menu .tools-panel .menu-dropdown-toogle {
    color: #596c7d;
  }
  body #menu .tools-panel .menu-dropdown-toogle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #596c7d;
    transform: rotate(180deg);
  }
  body #menu .tools-panel .menu-dropdown-toogle.active {
    background-color: #f2f2f2;
  }
  body #menu .tools-panel .menu-dropdown-toogle.active::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #596c7d;
    transform: rotate(0);
  }
  body #menu .tools-panel .tools-items .filter-item.toggle-button.search {
    background-color: #d1d7dc;
  }
  body #menu .tools-panel .tools-items::before {
    border-color: #e0e3e7;
  }
}
body .left-menu {
  background-color: white;
}
body .left-menu::after {
  opacity: 5%;
}
body .left-menu .left-menu-filter-wrapper {
  background-color: #edf0f2;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter {
  background-color: transparent;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-searchbox .dx-placeholder {
  color: #596c7d;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-searchbox .dx-icon-clear::before {
  color: #667c8f;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor.dx-editor-outlined {
  background-color: transparent;
}
body .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor .dx-texteditor-input {
  background-color: #edf0f2;
  color: #3f4d5a;
}
body .left-menu .articles-menu .site-search-suggestion {
  color: #596c7d;
}
body .left-menu .articles-menu ul.first-level > li > a {
  color: #596c7d;
}
body .left-menu .articles-menu ul.first-level > li > a > svg {
  fill: #596c7d;
}
body .left-menu .articles-menu ul li.hovered > a {
  color: #42b883;
  background-color: rgba(66, 184, 131, 0.1);
}
body .left-menu .articles-menu ul li.hovered > a > svg {
  fill: #42b883;
}
body .left-menu .articles-menu ul li a {
  color: #596c7d;
}
body .left-menu .articles-menu ul li a:hover,
body .left-menu .articles-menu ul li a:focus {
  color: #42b883;
}
body .left-menu .articles-menu ul li a span .highlight {
  background-color: rgba(66, 184, 131, 0.2);
}
body .left-menu .articles-menu ul li a .badge {
  background-color: #dd1144;
}
body .left-menu .articles-menu ul li a.first::before,
body .left-menu .articles-menu ul li a.folder::before {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #596c7d;
  transform: rotate(90deg);
}
body .left-menu .articles-menu ul li a.first.opened::before,
body .left-menu .articles-menu ul li a.folder.opened::before {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #596c7d;
  transform: rotate(180deg);
}
body .left-menu .articles-menu ul li a.document::before {
  content: none;
}
body .left-menu .articles-menu ul li.hovered:not(.last-selected) > a {
  color: #42b883;
  background-color: rgba(66, 184, 131, 0.1);
}
body .left-menu .articles-menu ul li.hovered:not(.last-selected) > a > svg {
  fill: #42b883;
}
@media only screen and (max-width: 700px) {
  body .left-menu.active .articles-menu ul.first-level li {
    border-color: #e7ebee;
  }
  body .left-menu.active .articles-menu ul.first-level li.last-selected > a {
    background-color: rgba(66, 184, 131, 0.15);
  }
  body .left-menu.active .articles-menu ul.first-level li a.first::after,
  body .left-menu.active .articles-menu ul.first-level li a.folder::after {
    content: '';
    border: solid #596c7d;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
  }
  body .left-menu.active .articles-menu ul.first-level li a.first.opened,
  body .left-menu.active .articles-menu ul.first-level li a.folder.opened {
    background-color: rgba(66, 184, 131, 0.15);
  }
  body .left-menu.active .articles-menu ul.first-level li a.first.opened::after,
  body .left-menu.active .articles-menu ul.first-level li a.folder.opened::after {
    content: '';
    border: solid #596c7d;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
  }
  body .left-menu.active .articles-menu ul.first-level li a.document::after {
    content: none;
  }
}
body .whats-new-container .left-menu .left-menu-container {
  scrollbar-color: #edf0f2 inherit;
}
body .whats-new-container .left-menu .left-menu-container ul li a:hover {
  color: #42b883;
}
body .whats-new-container .left-menu .left-menu-container .first-item {
  color: #596c7d;
}
body .whats-new-container .left-menu .left-menu-container .first-item.active {
  color: #42b883;
  background-color: rgba(66, 184, 131, 0.2);
}
body .whats-new-container .left-menu .left-menu-container .first-item:focus {
  background-color: rgba(66, 184, 131, 0.1);
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  background-color: #edf0f2;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px inherit;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  background-color: #edf0f2;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px inherit;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  background-color: #edf0f2;
}
body .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px inherit;
}
body .whats-new-container .content div.code {
  color: #333333;
}
body .whats-new-container .content.new-18-1 .sub-image .sub,
body .whats-new-container .content.new-18-2 .sub-image .sub,
body .whats-new-container .content.new-19-1 .sub-image .sub,
body .whats-new-container .content.new-19-2 .sub-image .sub {
  color: gray;
}
body .whats-new-container .content h1 {
  color: #333333;
}
body .whats-new-container .content h2 {
  color: #333333;
}
body .whats-new-container .content h3 {
  color: #333333;
}
body .whats-new-container .content h4 {
  color: #333333;
}
body .whats-new-container .content h4.gray-text {
  color: #8d8d8d;
}
body .whats-new-container .content p,
body .whats-new-container .content ul li {
  color: #333333;
}
body .whats-new-container .content .whatsnew-feature {
  color: #333333;
}
body .whats-new-container .content .links {
  color: #596c7d;
}
body .whats-new-container .content .links a:not(:last-child):after {
  color: black;
}
body .whats-new-container .content ul.list li {
  color: #333333;
}
body .code-wrapper {
  background-color: white;
  border-color: #e7ebee;
}
body .code-wrapper .code-type {
  color: #596c7d;
}
body .code-wrapper .code-type.active {
  border-color: #42b883;
  color: #42b883;
}
body .code-wrapper .code-type.active .code-type-text::after {
  background-color: #42b883;
}
body .code-wrapper .code-type:hover {
  background-color: #f3f5f6;
}
body .code-wrapper .code-type:active {
  background-color: #edf0f2;
}
body .code-wrapper pre.prettyprint {
  box-shadow: 0 -1px 0px #e7ebee;
  background-color: #f3f5f6;
}
body .code-wrapper ol.numbers {
  background-color: white;
  border-color: #e7ebee;
}
body .code-wrapper ol.numbers li {
  color: #596c7d;
}
body .code-wrapper ul.linenums {
  scrollbar-color: #e7ebee #f3f5f6;
}
body .code-wrapper ul.linenums::-webkit-scrollbar-track {
  background-color: #f3f5f6;
}
body .code-wrapper ul.linenums::-webkit-scrollbar-thumb {
  background-color: #e7ebee;
}
body .code-wrapper ul.linenums li {
  background-color: #f3f5f6;
}
body .dx-loadpanel-content {
  border-color: #e9e9e9;
  background: white;
  color: #42b883;
}
body .dx-loadindicator-icon .dx-loadindicator-segment {
  background-color: #42b883;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  color: #333333;
}
body .background-block p {
  color: #333333;
}
body a {
  color: #42b883;
}
body a:hover,
body a:visited:hover,
body a:focus {
  color: #389c6f;
}
body a:active {
  color: #2e815c;
}
body a:visited {
  color: #42b883;
}
body textarea {
  color: #333333;
}
body .content {
  background: white;
}
body .content .doc-content {
  color: #596c7d;
}
body .content .doc-content li,
body .content .doc-content p {
  color: #333333;
}
body .content .doc-content .visible-anchor svg circle {
  fill: #42b883;
}
body .content .doc-content .note {
  background-color: #eef0f2;
}
body .content .doc-content .note .note-header {
  color: #3f4d5a;
}
body .content .doc-content .note .note-text {
  color: #596c7d;
}
body .content .doc-content .note.note-important {
  background-color: #ffe3e3;
}
body .content .doc-content .note.note-important a {
  color: #3f4d5a;
}
body .content .doc-content .note.note-important .note-header {
  color: #dd1144;
}
body .content .doc-content .libs {
  color: #7f7f7f;
}
body .content .doc-content .accordion-content {
  border: none;
  background-color: white;
}
body .content .doc-content .accordion-content .dx-accordion-item.dx-accordion-item-closed {
  background-color: white;
  border-color: white;
}
body .content .doc-content .accordion-content .dx-accordion-item-selected,
body .content .doc-content .accordion-content .dx-accordion-item-opened {
  border-color: #596c7d;
  background-color: white;
}
body .content .doc-content .accordion-content .dx-accordion-item-selected .dx-accordion-item-title,
body .content .doc-content .accordion-content .dx-accordion-item-opened .dx-accordion-item-title {
  background-color: white;
}
body .content .doc-content .accordion-content .dx-accordion-item-selected .dx-accordion-item-title:hover,
body .content .doc-content .accordion-content .dx-accordion-item-opened .dx-accordion-item-title:hover {
  background-color: white;
}
body .content .doc-content .accordion-content .dx-accordion-item-title {
  background-color: #f2f2f2;
  color: #22587e;
}
body .content .doc-content .accordion-content .dx-accordion-item-title:hover {
  background-color: #eef0f2;
}
body .content .doc-content .accordion-content .dx-accordion-item-title:before {
  color: #22587e;
}
body .content .doc-content .dx-accordion-item.dx-state-focused {
  border-color: #596c7d;
  border-radius: 8px;
}
body .content .doc-content h5.see-also {
  border-top-color: #e9e9e9;
  color: #333333;
}
body .content .doc-content .api-property-block .api-property {
  border-left-color: #42b883;
  color: #333333;
}
body .content .doc-content .api-property-block .api-property span.api-property-name {
  color: #596c7d;
}
body .content .doc-content .api-property-block .api-property.no-margin {
  color: #596c7d;
}
body .content .doc-content .api-property-block .api-property.no-margin p {
  color: #596c7d;
}
body .content .doc-content .api-property-block .api-property .parameter-name {
  color: #596c7d;
}
body .content .doc-content .api-property-block .components-container .component-container {
  background-color: white;
}
body .content .doc-content .api-property-block .components-container .component-container .component-icon svg path,
body .content .doc-content .api-property-block .components-container .component-container .component-icon svg rect,
body .content .doc-content .api-property-block .components-container .component-container .component-icon svg polygon,
body .content .doc-content .api-property-block .components-container .component-container .component-icon svg circle {
  fill: #115bc0;
}
body .content .doc-content .api-property-block .components-container .component-container .component-icon svg .background {
  fill: white;
}
body .content .doc-content .api-property-block .components-container .component-container .component-link {
  color: #115bc0;
}
body .content .doc-content .api-property-block .components-container .component-container:hover {
  background-color: #115bc0;
}
body .content .doc-content .api-property-block .components-container .component-container:hover svg path,
body .content .doc-content .api-property-block .components-container .component-container:hover svg rect,
body .content .doc-content .api-property-block .components-container .component-container:hover svg polygon,
body .content .doc-content .api-property-block .components-container .component-container:hover svg circle {
  fill: white;
}
body .content .doc-content .api-property-block .components-container .component-container:hover svg .background {
  fill: #115bc0;
}
body .content .doc-content .api-property-block .components-container .component-container:hover .component-link {
  color: white;
}
body .content .doc-content .deprecated-block .deprecated {
  color: red;
}
body .content .doc-content .simple-table table td:first-child {
  color: black;
}
body .content .doc-content .simple-table td,
body .content .doc-content .simple-table th {
  border-color: #e9e9e9;
}
body .content .doc-content .simple-table th {
  background: #ededed;
}
body .content .doc-content .simple-table tr:nth-child(even) {
  background: #f8f8f8;
}
body .content .doc-content .simple-table tr:nth-child(odd) {
  background: white;
}
body .content .doc-content .footnotes {
  border-top-color: #e9e9e9;
}
body .content .doc-content .documentation-gallery .gallery-border {
  border-color: #e9e9e9;
}
body .content .doc-content .documentation-gallery .gallery-border .arrow {
  border-color: #e9e9e9;
  background-color: white;
}
body .content .doc-content .documentation-gallery .gallery-item .image {
  border-left-color: transparent;
  border-right-color: transparent;
}
body .content .doc-content .api-example .show-text {
  color: #7f7f7f;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher {
  background-color: #eef0f2;
  color: #22587e;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher:after {
  border-top-color: #e9e9e9;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher:hover {
  background-color: #f2f2f2;
  border-color: #e9e9e9;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher.current {
  background-color: white;
  color: #1b4461;
}
body .content .doc-content .api-example .approach-tab-container .button.approach-switcher.current:after {
  border-bottom-color: #e9e9e9;
}
body .content .doc-content.search-page .header h1 .keyword {
  color: #42b883;
}
body .content .doc-content.search-page .header ul.search-counts {
  border-bottom-color: #e7ebee;
}
body .content .doc-content.search-page .header ul.search-counts li {
  color: #42b883;
  opacity: 0.8;
}
body .content .doc-content.search-page .header ul.search-counts li a {
  color: #42b883;
}
body .content .doc-content.search-page .header ul.search-counts li a:hover,
body .content .doc-content.search-page .header ul.search-counts li a:active,
body .content .doc-content.search-page .header ul.search-counts li a:visited {
  color: #42b883;
}
body .content .doc-content.search-page .header ul.search-counts li.active {
  opacity: 1;
  border-bottom-color: #42b883;
}
body .content .doc-content.search-page .article-type {
  color: rgba(89, 108, 125, 0.7);
}
body .content .doc-content.search-page .article-type p {
  color: #596c7d;
}
body .content .doc-content.search-page p {
  color: #596c7d;
}
body .content .doc-content.search-page .pagination a {
  color: #42b883;
}
body .content .doc-content.search-page .pagination a:hover {
  background-color: #389c6f;
  color: white;
}
body .content .doc-content.search-page .pagination a:active {
  background-color: #2e815c;
}
body .content .doc-content.search-page .pagination .activeItem-item.ellipsis,
body .content .doc-content.search-page .pagination a.ellipsis {
  color: #3f4d5a !important;
  background-color: transparent !important;
}
body .content .doc-content.search-page .pagination .activeItem-item {
  background-color: rgba(66, 184, 131, 0.5);
  color: white;
}
body .content .doc-content .article-header .badge,
body .content .doc-content .api-header .badge {
  background-color: #dd1144;
}
body .advanced-table-container .header-table-container {
  border: 1px solid #e7ebee;
  border-bottom: none;
  box-shadow: 0 1px 2px 0 #0000000f, 0 2px 8px 0 #0000000a;
}
body .advanced-table-container .content-table-container {
  border-radius: 0;
  border-left: 1px solid #e7ebee;
  border-right: 1px solid #e7ebee;
  border-top: 1px solid transparent;
}
body .advanced-table-container .dx-table tr th {
  color: #2a2a2a;
}
body .advanced-table-container .dx-table tr th a {
  font-weight: 700;
}
body .advanced-table-container .dx-table tr td {
  border-bottom: 1px solid #e7ebee;
}
body .advanced-table-container .dx-table tr th:not(:last-child),
body .advanced-table-container .dx-table tr td:not(:last-child) {
  border-right: 1px solid #e7ebee;
}
body .advanced-table-container .dx-table tr:nth-child(even) td {
  background-color: white;
}
body .advanced-table-container .dx-table tr:nth-child(odd) td {
  background-color: #f3f5f6;
}
body .dx-table td,
body .dx-table th {
  border-color: #e7ebee !important;
}
body .dx-table tr th {
  background-color: white;
}
body .dx-table tr td,
body .dx-table tr td p {
  color: #485865;
}
body .dx-table tr:nth-child(2n+1) {
  background-color: #f3f5f6;
}
body .content:not(.document__body) .doc-content h5.see-also ~ ul li:before,
body .content:not(.document__body) .doc-content h5.see-also ~ div ul li:before {
  border-color: #333333;
  background-color: #333333;
}
body .debug-invalid-model-popup {
  color: white;
  background-color: red;
}
body .highlight {
  background-color: rgba(66, 184, 131, 0.15);
}
body .highlight.current {
  background-color: rgba(66, 184, 131, 0.3);
}
body .diagram-shape {
  stroke: black;
}
body .doc-content .button {
  color: white;
  background: #42b883;
  border-color: #42b883;
}
body .doc-content .button:hover,
body .doc-content .button.hover {
  background-color: #389c6f;
  border-color: #389c6f;
}
body .doc-content .button:visited:hover {
  color: white;
}
body .doc-content .button:active,
body .doc-content .button.active {
  background-color: #2e815c;
  border-color: #2e815c;
}
body .doc-content .button.demo::before {
  content: ' ';
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid white;
  transform: rotate(90deg);
}
body .doc-content .button.tutorial {
  color: #596c7d;
  border-color: #e7ebee;
  background-color: white;
}
body .doc-content .button.tutorial svg path {
  fill: #596c7d;
}
body .doc-content .button.tutorial:hover {
  background-color: #f3f5f6;
}
body .doc-content .button.tutorial:active {
  background-color: #edf0f2;
}
body .doc-content pre {
  color: #333333;
  background-color: #f2f2f2;
}
body .doc-content code {
  color: #dd1144;
  border-color: #e7ebee;
  background-color: #edf0f2;
}
body .doc-content .nav-tabs > .active > a,
body .doc-content .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: white;
  border-color: #dddddd;
}
body .doc-content .codeTabs.nav.nav-tabs {
  border-bottom-color: #e5e5e5;
}
body .doc-content .codeTabs.nav.nav-tabs li a {
  color: #252525;
}
body .doc-content .codeTabs.nav.nav-tabs li a:visited {
  color: #6b58a1;
}
body .doc-content .codeTabs.nav.nav-tabs li.active {
  border-top-color: #e5e5e5;
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
}
body .doc-content .codeTabs.nav.nav-tabs li.active a {
  background: white;
}
body .doc-content .codeTabs.nav.nav-tabs li.active a:visited {
  color: #6b58a1;
}
body .error.e404 form.search {
  background-color: white;
}
body .error.e404 form.search .message {
  color: #333333;
}
body .error.e404 form.search .message .blue {
  color: #22587e;
}
body .error.e404 form.search .dx-texteditor.dx-state-hover,
body .error.e404 form.search .dx-texteditor.dx-state-focused.dx-editor-outlined {
  border-color: #1e70b9;
}
body .error .header {
  color: #333333;
}
body .error .message {
  color: #333333;
}
body .theme-switch {
  background-color: white;
  border-color: #e7ebee;
}
body .theme-input {
  background-color: #42b883;
}
body .approach-badge {
  background-color: white;
}
body .approach-badge .approach-title,
body .approach-badge .approach-text {
  color: #596c7d;
}
body .approach-badge .approach-card-link {
  background-color: white;
}
body .approach-badge .approach-card-link:hover {
  background-color: rgba(28, 45, 54, 0.03);
}
body .approach-badge .approach-card-link:active {
  background-color: rgba(28, 45, 54, 0.07);
}
body .approach-badge .approach-card-link:focus {
  border-color: #42b883;
  outline: none;
}
body .approach-badge.overview {
  background-color: #42b883;
}
body .approach-badge.overview .approach-title,
body .approach-badge.overview .approach-text {
  color: white;
}
body .approach-badge.overview .approach-card-link:hover {
  background-color: #389c6f;
}
body .approach-badge.overview .approach-card-link:active {
  background-color: #2e815c;
}
body .approach-badge.overview .approach-card-link:focus {
  border-color: #215c42;
  outline: none;
}
body .footer {
  background-color: #4c5d6b;
}
body .footer a {
  color: white;
}
body .footer a:visited {
  color: white;
}
body .footer a:hover,
body .footer a:visited:hover {
  color: #d9d9d9;
}
body .footer a:active {
  color: #b3b3b3;
}
body .hidden-menu .menu-state-button {
  background-color: #596c7d;
}
body .hidden-menu .menu-state-button svg path {
  fill: #f3f5f6;
}
body .hidden-menu .menu-state-button:hover {
  background-color: #f3f5f6;
  opacity: 0.8;
}
body .hidden-menu .menu-state-button:hover svg path {
  fill: #596c7d;
}
body .feedback-label,
body .feedback-text {
  color: #3f4d5a;
}
body .feedback-close svg:hover rect {
  fill: #e7ebee;
}
body .feedback-message {
  color: #3f4d5a;
  border-color: #e7ebee;
  background-color: white;
}
body .feedback-message:focus-visible {
  border-color: #42b883;
}
body .feedback-thanks {
  background-color: rgba(63, 77, 90, 0.76);
}
body .survey--part {
  color: white;
}
body .survey--part a,
body .survey--part a:hover,
body .survey--part a:visited,
body .survey--part a:focus,
body .survey--part a:active {
  color: white;
}
body .survey--container {
  background-color: #42b883;
}
body .survey--svg-fill-accent {
  fill: #42b883;
}
body .survey--svg-linear-stop-accent {
  stop-color: #42b883;
}
body .survey--button:hover {
  background-color: #78cfa8;
}
body .survey--button:active {
  background-color: #b0e3cc;
}
body .survey--button:focus-visible {
  outline: white solid 2px;
}
body #onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: white;
}
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent .banner-actions-container button {
  background-color: #42b883;
  border-color: #42b883;
}
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler {
  background-color: white;
  border: 2px solid #3f4d5a;
  color: #3f4d5a;
}
body #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler:hover {
  background-color: #3f4d5a;
  color: white;
}
body #onetrust-consent-sdk #onetrust-pc-sdk {
  background-color: white;
}
body #onetrust-consent-sdk #onetrust-pc-sdk h3,
body #onetrust-consent-sdk #onetrust-pc-sdk h4,
body #onetrust-consent-sdk #onetrust-pc-sdk p,
body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
body #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  color: #3f4d5a;
}
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header,
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer,
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border-color: #edf0f2;
}
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus span {
  background-color: #3f4d5a;
}
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
  background-color: white;
}
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active,
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #42b883;
}
body #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
  color: #42b883 !important;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  background-color: #42b883 !important;
  border-color: #42b883 !important;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover {
  background-color: #389c6f !important;
  border-color: #389c6f !important;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active,
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  background-color: #2e815c !important;
  border-color: #2e815c !important;
}
body #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  outline-width: 0;
}
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  border-color: #42b883;
  background-color: rgba(66, 184, 131, 0.1);
}
body #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #42b883;
}
body #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
body #onetrust-consent-sdk #onetrust-policy-text {
  color: #3f4d5a;
}
body #ot-sdk-btn.ot-sdk-show-settings,
body #ot-sdk-btn.optanon-show-settings {
  color: white;
}
body div.wsMsgWnd.Important {
  background-color: black;
  opacity: 0.8;
}
body div.wsMsgWnd.Important .r-container .Button a:hover {
  background: white;
  color: #222222;
}
body.dx-swatch-dark {
  background-color: #2a2a2a;
}
body.dx-swatch-dark a {
  color: #62707d;
}
body.dx-swatch-dark a:hover {
  color: #42b883;
}
body.dx-swatch-dark .svg-fill-accent {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-accent {
  color: white;
  border-color: #42b883;
  outline-color: #42b883;
  background-color: #42b883;
}
body.dx-swatch-dark .btn.btn-accent svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent svg path,
body.dx-swatch-dark .btn.btn-accent svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:hover {
  color: white;
  border-color: #389c6f;
  outline-color: #389c6f;
  background-color: #389c6f;
}
body.dx-swatch-dark .btn.btn-accent:hover svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:hover svg path,
body.dx-swatch-dark .btn.btn-accent:hover svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:active,
body.dx-swatch-dark .btn.btn-accent:focus {
  color: white;
  border-color: #2e815c;
  outline-color: #2e815c;
  background-color: #2e815c;
}
body.dx-swatch-dark .btn.btn-accent:active svg,
body.dx-swatch-dark .btn.btn-accent:focus svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-accent:active svg path,
body.dx-swatch-dark .btn.btn-accent:focus svg path,
body.dx-swatch-dark .btn.btn-accent:active svg circle,
body.dx-swatch-dark .btn.btn-accent:focus svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined {
  color: #42b883;
  border-color: #42b883;
  outline-color: #42b883;
  background-color: transparent;
}
body.dx-swatch-dark .btn.btn-outlined svg {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-outlined svg path,
body.dx-swatch-dark .btn.btn-outlined svg circle {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-outlined:hover {
  color: white;
  border-color: #389c6f;
  outline-color: #389c6f;
  background-color: #389c6f;
}
body.dx-swatch-dark .btn.btn-outlined:hover svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined:hover svg path,
body.dx-swatch-dark .btn.btn-outlined:hover svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined:active,
body.dx-swatch-dark .btn.btn-outlined:focus {
  color: white;
  border-color: #2e815c;
  outline-color: #2e815c;
  background-color: #2e815c;
}
body.dx-swatch-dark .btn.btn-outlined:active svg,
body.dx-swatch-dark .btn.btn-outlined:focus svg {
  fill: white;
}
body.dx-swatch-dark .btn.btn-outlined:active svg path,
body.dx-swatch-dark .btn.btn-outlined:focus svg path,
body.dx-swatch-dark .btn.btn-outlined:active svg circle,
body.dx-swatch-dark .btn.btn-outlined:focus svg circle {
  fill: white;
}
body.dx-swatch-dark .btn.btn-text {
  color: #ebebeb;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text svg {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text svg path,
body.dx-swatch-dark .btn.btn-text svg circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:hover {
  color: #ebebeb;
  border-color: #383838;
  outline-color: #383838;
  background-color: #383838;
}
body.dx-swatch-dark .btn.btn-text:hover svg {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:hover svg path,
body.dx-swatch-dark .btn.btn-text:hover svg circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:active,
body.dx-swatch-dark .btn.btn-text:focus {
  color: #ebebeb;
  border-color: #434343;
  outline-color: #434343;
  background-color: #434343;
}
body.dx-swatch-dark .btn.btn-text:active svg,
body.dx-swatch-dark .btn.btn-text:focus svg {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text:active svg path,
body.dx-swatch-dark .btn.btn-text:focus svg path,
body.dx-swatch-dark .btn.btn-text:active svg circle,
body.dx-swatch-dark .btn.btn-text:focus svg circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .btn.btn-text-accent {
  color: #42b883;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-accent svg {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-accent svg path,
body.dx-swatch-dark .btn.btn-text-accent svg circle {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-accent:hover {
  color: #42b883;
  border-color: #383838;
  outline-color: #383838;
  background-color: #383838;
}
body.dx-swatch-dark .btn.btn-text-accent:hover svg {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-accent:hover svg path,
body.dx-swatch-dark .btn.btn-text-accent:hover svg circle {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-accent:active,
body.dx-swatch-dark .btn.btn-text-accent:focus {
  color: #42b883;
  border-color: #434343;
  outline-color: #434343;
  background-color: #434343;
}
body.dx-swatch-dark .btn.btn-text-accent:active svg,
body.dx-swatch-dark .btn.btn-text-accent:focus svg {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-accent:active svg path,
body.dx-swatch-dark .btn.btn-text-accent:focus svg path,
body.dx-swatch-dark .btn.btn-text-accent:active svg circle,
body.dx-swatch-dark .btn.btn-text-accent:focus svg circle {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-outlined {
  color: #2a2a2a;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: transparent;
}
body.dx-swatch-dark .btn.btn-text-outlined svg {
  fill: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-outlined svg path,
body.dx-swatch-dark .btn.btn-text-outlined svg circle {
  fill: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-outlined:hover {
  color: #42b883;
  border-color: #2a2a2a;
  outline-color: #2a2a2a;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .btn.btn-text-outlined:hover svg {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-outlined:hover svg path,
body.dx-swatch-dark .btn.btn-text-outlined:hover svg circle {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-outlined:active,
body.dx-swatch-dark .btn.btn-text-outlined:focus {
  color: #42b883;
  border-color: #383838;
  outline-color: #383838;
  background-color: #383838;
}
body.dx-swatch-dark .btn.btn-text-outlined:active svg,
body.dx-swatch-dark .btn.btn-text-outlined:focus svg {
  fill: #42b883;
}
body.dx-swatch-dark .btn.btn-text-outlined:active svg path,
body.dx-swatch-dark .btn.btn-text-outlined:focus svg path,
body.dx-swatch-dark .btn.btn-text-outlined:active svg circle,
body.dx-swatch-dark .btn.btn-text-outlined:focus svg circle {
  fill: #42b883;
}
body.dx-swatch-dark .tbs {
  border-bottom: 1px solid #525252;
}
body.dx-swatch-dark .tbs-item {
  color: #ebebeb;
}
body.dx-swatch-dark .tbs-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .tbs-item:visited {
  color: #ebebeb;
}
body.dx-swatch-dark .tbs-item.active {
  color: #42b883;
  position: relative;
}
body.dx-swatch-dark .tbs-item.active::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px;
  background-color: #42b883;
}
body.dx-swatch-dark .duo-card {
  background-color: #383838;
}
body.dx-swatch-dark .duo-card .wrapper-card:focus-visible {
  outline-color: #42b883;
}
body.dx-swatch-dark .duo-card .wrapper-card:not(.active) svg path {
  fill: #ebebeb;
}
body.dx-swatch-dark .duo-card .wrapper-card:not(.active) svg path.background {
  opacity: 0.5;
}
body.dx-swatch-dark .duo-card .wrapper-card:not(.active) svg path.letter {
  fill: #383838;
}
body.dx-swatch-dark .duo-card .wrapper-card input {
  color: #ebebeb;
}
body.dx-swatch-dark .dx-scrollbar-hoverable.dx-scrollable-scrollbar-active .dx-scrollable-scroll-content,
body.dx-swatch-dark .dx-scrollable-scroll-content {
  background-color: #d1d1d1;
}
body.dx-swatch-dark .header-approach-selected {
  color: #42b883;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .header-approach-selected:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-approach-selected:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-approach-selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(180deg);
}
body.dx-swatch-dark .header-approach-selected.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(0);
}
body.dx-swatch-dark .header-approach-list {
  background-color: #383838;
}
body.dx-swatch-dark .header-approach-list-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-approach-list-item:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-approach-list-item-content {
  color: #ebebeb;
}
body.dx-swatch-dark .header-drawer {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .header-drawer .header-link.selected {
  border-bottom-color: transparent;
  border-left-color: #42b883;
}
@media only screen and (max-width: 1160px) {
  body.dx-swatch-dark .drawer-menu-divider {
    background-color: #525252;
  }
}
body.dx-swatch-dark header .header {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .header--logo--js {
  fill: #42b883;
}
body.dx-swatch-dark .header-drawer .header-link:focus {
  border-left-color: #42b883;
}
body.dx-swatch-dark .header-drawer .header-link.selected:focus {
  border-left-color: #389c6f;
}
body.dx-swatch-dark .header button {
  background-color: transparent;
}
body.dx-swatch-dark .header-link-text {
  color: #ebebeb;
}
body.dx-swatch-dark .header-link:focus {
  outline: none;
}
body.dx-swatch-dark .header-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-link.active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-container-left .header-link:focus,
body.dx-swatch-dark .header-container-right .header-link:focus,
body.dx-swatch-dark .header-container-left .header-link.active,
body.dx-swatch-dark .header-container-right .header-link.active,
body.dx-swatch-dark .header-container-left .header-link.selected,
body.dx-swatch-dark .header-container-right .header-link.selected {
  position: relative;
}
body.dx-swatch-dark .header-container-left .header-link:focus::after,
body.dx-swatch-dark .header-container-right .header-link:focus::after,
body.dx-swatch-dark .header-container-left .header-link.active::after,
body.dx-swatch-dark .header-container-right .header-link.active::after,
body.dx-swatch-dark .header-container-left .header-link.selected::after,
body.dx-swatch-dark .header-container-right .header-link.selected::after {
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  content: ' ';
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #42b883;
}
body.dx-swatch-dark .header-container-left .header-link.selected:focus::after,
body.dx-swatch-dark .header-container-right .header-link.selected:focus::after {
  background-color: #389c6f;
}
body.dx-swatch-dark .header-menu-item .header-menu-list {
  background-color: #383838;
}
body.dx-swatch-dark .header-menu-item .header-menu-list-item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .header-menu-item .header-menu-list-item:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .header-menu-item .header-menu-list-item-content {
  color: #ebebeb;
}
body.dx-swatch-dark .header-menu-item .header-menu-button::before {
  position: absolute;
  bottom: 10px;
  left: calc(44%);
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(180deg);
}
body.dx-swatch-dark .select-versions-active .select-versions__selected,
body.dx-swatch-dark .select-versions-active .select-versions__selected:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .select-versions__list {
  background-color: #383838;
}
body.dx-swatch-dark .select-versions__selected {
  color: #ebebeb;
  background-color: transparent;
  border-color: transparent;
}
body.dx-swatch-dark .select-versions__selected:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .select-versions__selected:focus-visible {
  outline: 2px solid #42b883;
}
body.dx-swatch-dark .select-versions__selected::after {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ebebeb;
  transform: rotate(180deg);
}
body.dx-swatch-dark .select-versions__item:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .select-versions__item:active,
body.dx-swatch-dark .select-versions__item:focus {
  outline: 2px solid #42b883;
}
body.dx-swatch-dark .select-versions__item-selected {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .search-item-conteiner {
  background-color: #434343;
}
body.dx-swatch-dark .search-item-conteiner .found-content,
body.dx-swatch-dark .search-item-conteiner .search-content,
body.dx-swatch-dark .search-item-conteiner .clear-content {
  color: #ebebeb;
  background-color: #434343;
}
body.dx-swatch-dark .search-item-conteiner .found-content path,
body.dx-swatch-dark .search-item-conteiner .clear-content path,
body.dx-swatch-dark .search-item-conteiner .found-content circle,
body.dx-swatch-dark .search-item-conteiner .clear-content circle {
  fill: #ebebeb;
}
body.dx-swatch-dark .search-item-conteiner .search-content::placeholder {
  color: #ebebeb;
}
body.dx-swatch-dark .search-item-conteiner .search::before {
  border-color: #525252;
}
body.dx-swatch-dark #menu {
  background-color: #434343;
}
body.dx-swatch-dark #menu a {
  color: #ebebeb;
}
body.dx-swatch-dark #menu a[href]:hover {
  color: #42b883;
}
body.dx-swatch-dark #menu span {
  color: #ebebeb;
}
body.dx-swatch-dark #menu li::before,
body.dx-swatch-dark #menu li::after {
  color: #ebebeb;
}
body.dx-swatch-dark #menu .breadcrumbs-svg {
  fill: #ebebeb;
}
body.dx-swatch-dark #menu .tools-panel {
  border-color: #434343;
}
body.dx-swatch-dark #menu .tools-panel .breadcrumbs .breadcrumbs-wrapper li.hint.active span {
  background-color: #383838;
}
body.dx-swatch-dark #menu .tools-panel .breadcrumbs-dropdown.active {
  background-color: #434343;
}
body.dx-swatch-dark .menu-state-button {
  background-color: #383838;
}
body.dx-swatch-dark .menu-state-button svg path {
  fill: #ebebeb;
}
body.dx-swatch-dark .menu-state-button:hover {
  background-color: #ebebeb;
  opacity: 0.8;
}
body.dx-swatch-dark .menu-state-button:hover svg path {
  fill: #383838;
}
@media only screen and (max-width: 700px) {
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle {
    color: #62707d;
  }
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #88a0b5;
    transform: rotate(180deg);
  }
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle.active {
    background-color: #2d3033;
  }
  body.dx-swatch-dark #menu .tools-panel .menu-dropdown-toogle.active::after {
    content: '';
    width: 0;
    height: 0;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #88a0b5;
    transform: rotate(0);
  }
  body.dx-swatch-dark #menu .tools-panel .tools-items .filter-item.toggle-button.search {
    background-color: #1d2124;
  }
  body.dx-swatch-dark #menu .tools-panel .tools-items::before {
    border-color: #282d33;
  }
}
body.dx-swatch-dark .left-menu {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .left-menu::after {
  opacity: 10%;
}
body.dx-swatch-dark .left-menu .left-menu-filter-wrapper {
  background-color: #434343;
}
body.dx-swatch-dark .left-menu .left-menu-filter-wrapper .left-menu-filter {
  background-color: transparent;
}
body.dx-swatch-dark .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-searchbox .dx-placeholder {
  color: #ebebeb;
}
body.dx-swatch-dark .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-searchbox .dx-icon-clear::before {
  color: #d1d1d1;
}
body.dx-swatch-dark .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor.dx-editor-outlined {
  background-color: transparent;
}
body.dx-swatch-dark .left-menu .left-menu-filter-wrapper .left-menu-filter.dx-texteditor .dx-texteditor-input {
  background-color: #434343;
  color: #fafafa;
}
body.dx-swatch-dark .left-menu .articles-menu .site-search-suggestion {
  color: #ebebeb;
}
body.dx-swatch-dark .left-menu .articles-menu ul.first-level > li > a {
  color: #ebebeb;
}
body.dx-swatch-dark .left-menu .articles-menu ul.first-level > li > a > svg {
  fill: #ebebeb;
}
body.dx-swatch-dark .left-menu .articles-menu ul li.hovered > a {
  color: #42b883;
  background-color: rgba(66, 184, 131, 0.1);
}
body.dx-swatch-dark .left-menu .articles-menu ul li.hovered > a > svg {
  fill: #42b883;
}
body.dx-swatch-dark .left-menu .articles-menu ul li a {
  color: #ebebeb;
}
body.dx-swatch-dark .left-menu .articles-menu ul li a:hover,
body.dx-swatch-dark .left-menu .articles-menu ul li a:focus {
  color: #42b883;
}
body.dx-swatch-dark .left-menu .articles-menu ul li a span .highlight {
  background-color: rgba(66, 184, 131, 0.2);
}
body.dx-swatch-dark .left-menu .articles-menu ul li a .badge {
  background-color: #dd1144;
}
body.dx-swatch-dark .left-menu .articles-menu ul li a.first::before,
body.dx-swatch-dark .left-menu .articles-menu ul li a.folder::before {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #ebebeb;
  transform: rotate(90deg);
}
body.dx-swatch-dark .left-menu .articles-menu ul li a.first.opened::before,
body.dx-swatch-dark .left-menu .articles-menu ul li a.folder.opened::before {
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #ebebeb;
  transform: rotate(180deg);
}
body.dx-swatch-dark .left-menu .articles-menu ul li a.document::before {
  content: none;
}
body.dx-swatch-dark .left-menu .articles-menu ul li.hovered:not(.last-selected) > a {
  color: #42b883;
  background-color: rgba(66, 184, 131, 0.1);
}
body.dx-swatch-dark .left-menu .articles-menu ul li.hovered:not(.last-selected) > a > svg {
  fill: #42b883;
}
@media only screen and (max-width: 700px) {
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li {
    border-color: #525252;
  }
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li.last-selected > a {
    background-color: rgba(66, 184, 131, 0.15);
  }
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li a.first::after,
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li a.folder::after {
    content: '';
    border: solid #88a0b5;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
  }
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li a.first.opened,
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li a.folder.opened {
    background-color: rgba(66, 184, 131, 0.15);
  }
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li a.first.opened::after,
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li a.folder.opened::after {
    content: '';
    border: solid #88a0b5;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
  }
  body.dx-swatch-dark .left-menu.active .articles-menu ul.first-level li a.document::after {
    content: none;
  }
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container {
  scrollbar-color: #434343 inherit;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container ul li a:hover {
  color: #42b883;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container .first-item {
  color: #62707d;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container .first-item.active {
  color: #42b883;
  background-color: rgba(66, 184, 131, 0.2);
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container .first-item:focus {
  background-color: rgba(66, 184, 131, 0.1);
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  background-color: #434343;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px inherit;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  background-color: #434343;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px inherit;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-thumb {
  background-color: #434343;
}
body.dx-swatch-dark .whats-new-container .left-menu .left-menu-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px inherit;
}
body.dx-swatch-dark .whats-new-container .content div.code {
  color: white;
}
body.dx-swatch-dark .whats-new-container .content.new-18-1 .sub-image .sub,
body.dx-swatch-dark .whats-new-container .content.new-18-2 .sub-image .sub,
body.dx-swatch-dark .whats-new-container .content.new-19-1 .sub-image .sub,
body.dx-swatch-dark .whats-new-container .content.new-19-2 .sub-image .sub {
  color: gray;
}
body.dx-swatch-dark .whats-new-container .content h1 {
  color: white;
}
body.dx-swatch-dark .whats-new-container .content h2 {
  color: white;
}
body.dx-swatch-dark .whats-new-container .content h3 {
  color: white;
}
body.dx-swatch-dark .whats-new-container .content h4 {
  color: white;
}
body.dx-swatch-dark .whats-new-container .content h4.gray-text {
  color: #8d8d8d;
}
body.dx-swatch-dark .whats-new-container .content p,
body.dx-swatch-dark .whats-new-container .content ul li {
  color: white;
}
body.dx-swatch-dark .whats-new-container .content .whatsnew-feature {
  color: white;
}
body.dx-swatch-dark .whats-new-container .content .links {
  color: #62707d;
}
body.dx-swatch-dark .whats-new-container .content .links a:not(:last-child):after {
  color: black;
}
body.dx-swatch-dark .whats-new-container .content ul.list li {
  color: white;
}
body.dx-swatch-dark .code-wrapper {
  background-color: #2a2a2a;
  border-color: #525252;
}
body.dx-swatch-dark .code-wrapper .code-type {
  color: #ebebeb;
}
body.dx-swatch-dark .code-wrapper .code-type.active {
  border-color: #42b883;
  color: #42b883;
}
body.dx-swatch-dark .code-wrapper .code-type.active .code-type-text::after {
  background-color: #42b883;
}
body.dx-swatch-dark .code-wrapper .code-type:hover {
  background-color: #383838;
}
body.dx-swatch-dark .code-wrapper .code-type:active {
  background-color: #434343;
}
body.dx-swatch-dark .code-wrapper pre.prettyprint {
  box-shadow: 0 -1px 0px #525252;
  background-color: #383838;
}
body.dx-swatch-dark .code-wrapper ol.numbers {
  background-color: #2a2a2a;
  border-color: #525252;
}
body.dx-swatch-dark .code-wrapper ol.numbers li {
  color: #ebebeb;
}
body.dx-swatch-dark .code-wrapper ul.linenums {
  scrollbar-color: #525252 #383838;
}
body.dx-swatch-dark .code-wrapper ul.linenums::-webkit-scrollbar-track {
  background-color: #383838;
}
body.dx-swatch-dark .code-wrapper ul.linenums::-webkit-scrollbar-thumb {
  background-color: #525252;
}
body.dx-swatch-dark .code-wrapper ul.linenums li {
  background-color: #383838;
}
body.dx-swatch-dark .dx-loadpanel-content {
  border-color: #3a3a3a;
  background: #2a2a2a;
  color: #42b883;
}
body.dx-swatch-dark .dx-loadindicator-icon .dx-loadindicator-segment {
  background-color: #42b883;
}
body.dx-swatch-dark h1,
body.dx-swatch-dark h2,
body.dx-swatch-dark h3,
body.dx-swatch-dark h4,
body.dx-swatch-dark h5 {
  color: white;
}
body.dx-swatch-dark .background-block p {
  color: white;
}
body.dx-swatch-dark a {
  color: #42b883;
}
body.dx-swatch-dark a:hover,
body.dx-swatch-dark a:visited:hover,
body.dx-swatch-dark a:focus {
  color: #389c6f;
}
body.dx-swatch-dark a:active {
  color: #2e815c;
}
body.dx-swatch-dark a:visited {
  color: #42b883;
}
body.dx-swatch-dark textarea {
  color: white;
}
body.dx-swatch-dark .content {
  background: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content li,
body.dx-swatch-dark .content .doc-content p {
  color: white;
}
body.dx-swatch-dark .content .doc-content .visible-anchor svg circle {
  fill: #42b883;
}
body.dx-swatch-dark .content .doc-content .note {
  background-color: #333a41;
}
body.dx-swatch-dark .content .doc-content .note .note-header {
  color: #fafafa;
}
body.dx-swatch-dark .content .doc-content .note .note-text {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content .note.note-important {
  background-color: #f55066;
}
body.dx-swatch-dark .content .doc-content .note.note-important a {
  color: #fafafa;
}
body.dx-swatch-dark .content .doc-content .note.note-important .note-header {
  color: #dd1144;
}
body.dx-swatch-dark .content .doc-content .libs {
  color: #7f7f7f;
}
body.dx-swatch-dark .content .doc-content .accordion-content {
  border: none;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item.dx-accordion-item-closed {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-selected,
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-opened {
  border-color: #62707d;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-selected .dx-accordion-item-title,
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-opened .dx-accordion-item-title {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-selected .dx-accordion-item-title:hover,
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-opened .dx-accordion-item-title:hover {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-title {
  background-color: #2d3033;
  color: #6ca4d6;
}
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-title:hover {
  background-color: #333a41;
}
body.dx-swatch-dark .content .doc-content .accordion-content .dx-accordion-item-title:before {
  color: #6ca4d6;
}
body.dx-swatch-dark .content .doc-content .dx-accordion-item.dx-state-focused {
  border-color: #62707d;
  border-radius: 8px;
}
body.dx-swatch-dark .content .doc-content h5.see-also {
  border-top-color: #3a3a3a;
  color: white;
}
body.dx-swatch-dark .content .doc-content .api-property-block .api-property {
  border-left-color: #42b883;
  color: white;
}
body.dx-swatch-dark .content .doc-content .api-property-block .api-property span.api-property-name {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content .api-property-block .api-property.no-margin {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content .api-property-block .api-property.no-margin p {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content .api-property-block .api-property .parameter-name {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container .component-icon svg path,
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container .component-icon svg rect,
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container .component-icon svg polygon,
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container .component-icon svg circle {
  fill: #1e70b9;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container .component-icon svg .background {
  fill: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container .component-link {
  color: #1e70b9;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container:hover {
  background-color: #1e70b9;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container:hover svg path,
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container:hover svg rect,
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container:hover svg polygon,
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container:hover svg circle {
  fill: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container:hover svg .background {
  fill: #1e70b9;
}
body.dx-swatch-dark .content .doc-content .api-property-block .components-container .component-container:hover .component-link {
  color: #2a2a2a;
}
body.dx-swatch-dark .content .doc-content .deprecated-block .deprecated {
  color: red;
}
body.dx-swatch-dark .content .doc-content .simple-table table td:first-child {
  color: black;
}
body.dx-swatch-dark .content .doc-content .simple-table td,
body.dx-swatch-dark .content .doc-content .simple-table th {
  border-color: #3a3a3a;
}
body.dx-swatch-dark .content .doc-content .simple-table th {
  background: #ededed;
}
body.dx-swatch-dark .content .doc-content .simple-table tr:nth-child(even) {
  background: #f8f8f8;
}
body.dx-swatch-dark .content .doc-content .simple-table tr:nth-child(odd) {
  background: white;
}
body.dx-swatch-dark .content .doc-content .footnotes {
  border-top-color: #3a3a3a;
}
body.dx-swatch-dark .content .doc-content .documentation-gallery .gallery-border {
  border-color: #3a3a3a;
}
body.dx-swatch-dark .content .doc-content .documentation-gallery .gallery-border .arrow {
  border-color: #3a3a3a;
  background-color: white;
}
body.dx-swatch-dark .content .doc-content .documentation-gallery .gallery-item .image {
  border-left-color: transparent;
  border-right-color: transparent;
}
body.dx-swatch-dark .content .doc-content .api-example .show-text {
  color: #7f7f7f;
}
body.dx-swatch-dark .content .doc-content .api-example .approach-tab-container .button.approach-switcher {
  background-color: #333a41;
  color: #6ca4d6;
}
body.dx-swatch-dark .content .doc-content .api-example .approach-tab-container .button.approach-switcher:after {
  border-top-color: #3a3a3a;
}
body.dx-swatch-dark .content .doc-content .api-example .approach-tab-container .button.approach-switcher:hover {
  background-color: #2d3033;
  border-color: #3a3a3a;
}
body.dx-swatch-dark .content .doc-content .api-example .approach-tab-container .button.approach-switcher.current {
  background-color: #2a2a2a;
  color: #1b4461;
}
body.dx-swatch-dark .content .doc-content .api-example .approach-tab-container .button.approach-switcher.current:after {
  border-bottom-color: #3a3a3a;
}
body.dx-swatch-dark .content .doc-content.search-page .header h1 .keyword {
  color: #42b883;
}
body.dx-swatch-dark .content .doc-content.search-page .header ul.search-counts {
  border-bottom-color: #525252;
}
body.dx-swatch-dark .content .doc-content.search-page .header ul.search-counts li {
  color: #42b883;
  opacity: 0.8;
}
body.dx-swatch-dark .content .doc-content.search-page .header ul.search-counts li a {
  color: #42b883;
}
body.dx-swatch-dark .content .doc-content.search-page .header ul.search-counts li a:hover,
body.dx-swatch-dark .content .doc-content.search-page .header ul.search-counts li a:active,
body.dx-swatch-dark .content .doc-content.search-page .header ul.search-counts li a:visited {
  color: #42b883;
}
body.dx-swatch-dark .content .doc-content.search-page .header ul.search-counts li.active {
  opacity: 1;
  border-bottom-color: #42b883;
}
body.dx-swatch-dark .content .doc-content.search-page .article-type {
  color: rgba(235, 235, 235, 0.7);
}
body.dx-swatch-dark .content .doc-content.search-page .article-type p {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content.search-page p {
  color: #ebebeb;
}
body.dx-swatch-dark .content .doc-content.search-page .pagination a {
  color: #42b883;
}
body.dx-swatch-dark .content .doc-content.search-page .pagination a:hover {
  background-color: #389c6f;
  color: white;
}
body.dx-swatch-dark .content .doc-content.search-page .pagination a:active {
  background-color: #2e815c;
}
body.dx-swatch-dark .content .doc-content.search-page .pagination .activeItem-item.ellipsis,
body.dx-swatch-dark .content .doc-content.search-page .pagination a.ellipsis {
  color: #fafafa !important;
  background-color: transparent !important;
}
body.dx-swatch-dark .content .doc-content.search-page .pagination .activeItem-item {
  background-color: rgba(66, 184, 131, 0.5);
  color: white;
}
body.dx-swatch-dark .content .doc-content .article-header .badge,
body.dx-swatch-dark .content .doc-content .api-header .badge {
  background-color: #dd1144;
}
body.dx-swatch-dark .advanced-table-container .header-table-container {
  border: 1px solid #525252;
  border-bottom: none;
  box-shadow: 0 1px 2px 0 #0000003d, 0 2px 12px 0 #00000029;
}
body.dx-swatch-dark .advanced-table-container .content-table-container {
  border-radius: 0;
  border-left: 1px solid #525252;
  border-right: 1px solid #525252;
  border-top: 1px solid transparent;
}
body.dx-swatch-dark .advanced-table-container .dx-table tr th {
  color: white;
}
body.dx-swatch-dark .advanced-table-container .dx-table tr th a {
  font-weight: 700;
}
body.dx-swatch-dark .advanced-table-container .dx-table tr td {
  border-bottom: 1px solid #525252;
}
body.dx-swatch-dark .advanced-table-container .dx-table tr th:not(:last-child),
body.dx-swatch-dark .advanced-table-container .dx-table tr td:not(:last-child) {
  border-right: 1px solid #525252;
}
body.dx-swatch-dark .advanced-table-container .dx-table tr:nth-child(even) td {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .advanced-table-container .dx-table tr:nth-child(odd) td {
  background-color: #383838;
}
body.dx-swatch-dark .dx-table td,
body.dx-swatch-dark .dx-table th {
  border-color: #525252 !important;
}
body.dx-swatch-dark .dx-table tr th {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .dx-table tr td,
body.dx-swatch-dark .dx-table tr td p {
  color: #fafafa;
}
body.dx-swatch-dark .dx-table tr:nth-child(2n+1) {
  background-color: #383838;
}
body.dx-swatch-dark .content:not(.document__body) .doc-content h5.see-also ~ ul li:before,
body.dx-swatch-dark .content:not(.document__body) .doc-content h5.see-also ~ div ul li:before {
  border-color: white;
  background-color: white;
}
body.dx-swatch-dark .debug-invalid-model-popup {
  color: white;
  background-color: red;
}
body.dx-swatch-dark .highlight {
  background-color: rgba(66, 184, 131, 0.3);
}
body.dx-swatch-dark .highlight.current {
  background-color: rgba(66, 184, 131, 0.6);
}
body.dx-swatch-dark .diagram-shape {
  stroke: black;
}
body.dx-swatch-dark .doc-content .button {
  color: white;
  background: #42b883;
  border-color: #42b883;
}
body.dx-swatch-dark .doc-content .button:hover,
body.dx-swatch-dark .doc-content .button.hover {
  background-color: #389c6f;
  border-color: #389c6f;
}
body.dx-swatch-dark .doc-content .button:visited:hover {
  color: white;
}
body.dx-swatch-dark .doc-content .button:active,
body.dx-swatch-dark .doc-content .button.active {
  background-color: #2e815c;
  border-color: #2e815c;
}
body.dx-swatch-dark .doc-content .button.demo::before {
  content: ' ';
  content: '';
  width: 0;
  height: 0;
  border-top: none;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid white;
  transform: rotate(90deg);
}
body.dx-swatch-dark .doc-content .button.tutorial {
  color: #ebebeb;
  border-color: #525252;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .doc-content .button.tutorial svg path {
  fill: #ebebeb;
}
body.dx-swatch-dark .doc-content .button.tutorial:hover {
  background-color: #383838;
}
body.dx-swatch-dark .doc-content .button.tutorial:active {
  background-color: #434343;
}
body.dx-swatch-dark .doc-content pre {
  color: #333333;
  background-color: #2d3033;
}
body.dx-swatch-dark .doc-content code {
  color: #dd1144;
  border-color: #525252;
  background-color: #434343;
}
body.dx-swatch-dark .doc-content .nav-tabs > .active > a,
body.dx-swatch-dark .doc-content .nav-tabs > .active > a:focus {
  color: #555555;
  background-color: white;
  border-color: #dddddd;
}
body.dx-swatch-dark .doc-content .codeTabs.nav.nav-tabs {
  border-bottom-color: #e5e5e5;
}
body.dx-swatch-dark .doc-content .codeTabs.nav.nav-tabs li a {
  color: #252525;
}
body.dx-swatch-dark .doc-content .codeTabs.nav.nav-tabs li a:visited {
  color: #7b68b0;
}
body.dx-swatch-dark .doc-content .codeTabs.nav.nav-tabs li.active {
  border-top-color: #e5e5e5;
  border-left-color: #e5e5e5;
  border-right-color: #e5e5e5;
}
body.dx-swatch-dark .doc-content .codeTabs.nav.nav-tabs li.active a {
  background: white;
}
body.dx-swatch-dark .doc-content .codeTabs.nav.nav-tabs li.active a:visited {
  color: #7b68b0;
}
body.dx-swatch-dark .error.e404 form.search {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .error.e404 form.search .message {
  color: white;
}
body.dx-swatch-dark .error.e404 form.search .message .blue {
  color: #22587e;
}
body.dx-swatch-dark .error.e404 form.search .dx-texteditor.dx-state-hover,
body.dx-swatch-dark .error.e404 form.search .dx-texteditor.dx-state-focused.dx-editor-outlined {
  border-color: #1e70b9;
}
body.dx-swatch-dark .error .header {
  color: white;
}
body.dx-swatch-dark .error .message {
  color: white;
}
body.dx-swatch-dark .theme-switch {
  background-color: #2a2a2a;
  border-color: #525252;
}
body.dx-swatch-dark .theme-input {
  background-color: #42b883;
}
body.dx-swatch-dark .approach-badge {
  background-color: #2a2a2a;
}
body.dx-swatch-dark .approach-badge .approach-title,
body.dx-swatch-dark .approach-badge .approach-text {
  color: #ebebeb;
}
body.dx-swatch-dark .approach-badge .approach-card-link {
  background-color: #383838;
}
body.dx-swatch-dark .approach-badge .approach-card-link:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
body.dx-swatch-dark .approach-badge .approach-card-link:active {
  background-color: rgba(255, 255, 255, 0.15);
}
body.dx-swatch-dark .approach-badge .approach-card-link:focus {
  border-color: #42b883;
  outline: none;
}
body.dx-swatch-dark .approach-badge.overview {
  background-color: #42b883;
}
body.dx-swatch-dark .approach-badge.overview .approach-title,
body.dx-swatch-dark .approach-badge.overview .approach-text {
  color: #2a2a2a;
}
body.dx-swatch-dark .approach-badge.overview .approach-card-link:hover {
  background-color: #389c6f;
}
body.dx-swatch-dark .approach-badge.overview .approach-card-link:active {
  background-color: #2e815c;
}
body.dx-swatch-dark .approach-badge.overview .approach-card-link:focus {
  border-color: #215c42;
  outline: none;
}
body.dx-swatch-dark .footer {
  background-color: #434343;
}
body.dx-swatch-dark .footer a {
  color: white;
}
body.dx-swatch-dark .footer a:visited {
  color: white;
}
body.dx-swatch-dark .footer a:hover,
body.dx-swatch-dark .footer a:visited:hover {
  color: #d9d9d9;
}
body.dx-swatch-dark .footer a:active {
  color: #b3b3b3;
}
body.dx-swatch-dark .hidden-menu .menu-state-button {
  background-color: #ebebeb;
}
body.dx-swatch-dark .hidden-menu .menu-state-button svg path {
  fill: #383838;
}
body.dx-swatch-dark .hidden-menu .menu-state-button:hover {
  background-color: #383838;
  opacity: 0.8;
}
body.dx-swatch-dark .hidden-menu .menu-state-button:hover svg path {
  fill: #ebebeb;
}
body.dx-swatch-dark .feedback-label,
body.dx-swatch-dark .feedback-text {
  color: #fafafa;
}
body.dx-swatch-dark .feedback-close svg:hover rect {
  fill: #525252;
}
body.dx-swatch-dark .feedback-message {
  color: #fafafa;
  border-color: #525252;
  background-color: #2a2a2a;
}
body.dx-swatch-dark .feedback-message:focus-visible {
  border-color: #42b883;
}
body.dx-swatch-dark .feedback-thanks {
  background-color: rgba(250, 250, 250, 0.76);
}
body.dx-swatch-dark .survey--part {
  color: white;
}
body.dx-swatch-dark .survey--part a,
body.dx-swatch-dark .survey--part a:hover,
body.dx-swatch-dark .survey--part a:visited,
body.dx-swatch-dark .survey--part a:focus,
body.dx-swatch-dark .survey--part a:active {
  color: white;
}
body.dx-swatch-dark .survey--container {
  background-color: #42b883;
}
body.dx-swatch-dark .survey--svg-fill-accent {
  fill: #42b883;
}
body.dx-swatch-dark .survey--svg-linear-stop-accent {
  stop-color: #42b883;
}
body.dx-swatch-dark .survey--button:hover {
  background-color: #78cfa8;
}
body.dx-swatch-dark .survey--button:active {
  background-color: #b0e3cc;
}
body.dx-swatch-dark .survey--button:focus-visible {
  outline: white solid 2px;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk {
  background-color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent .banner-actions-container button {
  background-color: #42b883;
  border-color: #42b883;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler {
  background-color: #2a2a2a;
  border: 2px solid #fafafa;
  color: #fafafa;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-button-group-parent button#onetrust-pc-btn-handler:hover {
  background-color: #fafafa;
  color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk {
  background-color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk h3,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk h4,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk p,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-title,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk #ot-pc-desc {
  color: #fafafa;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-header,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-accordion-layout.ot-cat-item {
  border-color: #434343;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-plus-minus span {
  background-color: #fafafa;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-pc-footer-logo,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle {
  background-color: #2a2a2a;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-vs-list .ot-always-active,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-cat-grp .ot-always-active {
  color: #42b883;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
  color: #42b883 !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn) {
  background-color: #42b883 !important;
  border-color: #42b883 !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover {
  background-color: #389c6f !important;
  border-color: #389c6f !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):active,
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  background-color: #2e815c !important;
  border-color: #2e815c !important;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):focus {
  outline-width: 0;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob {
  border-color: #42b883;
  background-color: rgba(66, 184, 131, 0.1);
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk .ot-tgl input:checked + .ot-switch .ot-switch-nob:before {
  background-color: #42b883;
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}
body.dx-swatch-dark #onetrust-consent-sdk #onetrust-policy-text {
  color: #fafafa;
}
body.dx-swatch-dark #ot-sdk-btn.ot-sdk-show-settings,
body.dx-swatch-dark #ot-sdk-btn.optanon-show-settings {
  color: white;
}
body.dx-swatch-dark div.wsMsgWnd.Important {
  background-color: black;
  opacity: 0.8;
}
body.dx-swatch-dark div.wsMsgWnd.Important .r-container .Button a:hover {
  background: white;
  color: #222222;
}
