@charset "UTF-8";

/* src/styles.scss */
input[type=time]::-webkit-calendar-picker-indicator {
  font-size: 16px;
}
.mat-mdc-card-content {
  padding: 0px !important;
}
tbs-date-picker {
  width: 100%;
}
mat-divider {
  border-top-color: #e4e4e4 !important;
}
.cdk-overlay-pane.mat-mdc-dialog-panel {
  --mat-dialog-container-max-width: 2000px;
}
.mat-drawer {
  --mat-sidenav-container-width: 222px;
}
.mat-mdc-header-row {
  --mat-table-header-container-height: 40px;
}
.mat-mdc-row {
  --mat-table-row-item-container-height: 25px;
}
.mat-mdc-cell {
  --mat-table-row-item-outline-width: 0px;
}
.mdc-dialog__content {
  font: normal 400 13px / 19px "Arimo", sans-serif;
  letter-spacing: unset !important;
}
.ag-theme-material {
  --ag-list-item-height: 42px !important;
  --ag-header-height: 48px !important;
  --ag-font-family: Arimo !important;
}
.ag-theme-material .ag-header-cell {
  padding: 0;
  background-color: #f9f9f9;
  color: #181818;
  font: normal 700 13px / 19px "Arimo", sans-serif;
}
.ag-theme-material .ag-row {
  font: normal 400 13px / 19px "Arimo", sans-serif;
}
.ag-theme-material .ag-cell {
  padding: 0px 16px !important;
}
.ag-theme-material .ag-cell-wrapper {
  display: flex;
  align-items: center;
}
.ag-theme-material .ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding-left: 16px;
}
.ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,
.ag-theme-material .ag-theme-material .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-material .ag-theme-material .ag-layout-print .ag-center-cols-clipper,
.ag-theme-material .ag-theme-material .ag-layout-print .ag-center-cols-container {
  min-height: 50px !important;
}
.ag-theme-material .ag-header-cell-comp-wrapper .ag-grid-sort-icon {
  display: none;
  font-size: 16px;
}
.ag-theme-material .ag-header-cell-comp-wrapper:hover .ag-grid-sort-icon {
  display: initial;
  font-size: 16px;
  color: #808080;
}
.ag-theme-material .ag-header-cell-comp-wrapper:hover .ag-grid-sort-icon:hover {
  color: #181818;
}
.ag-theme-material .ag-cell-inline-editing {
  border: 0px !important;
  height: unset !important;
}
.ag-theme-material .ag-row-hover:not(.ag-full-width-row) .cell-editable-custom:not(.ag-cell-inline-editing),
.ag-theme-material .ag-row-hover.ag-full-width-row.ag-row-group .cell-editable-custom:not(.ag-cell-inline-editing) {
  cursor: pointer;
}
.ag-theme-material .ag-row-hover:not(.ag-full-width-row) .cell-editable-custom:not(.ag-cell-inline-editing)::before,
.ag-theme-material .ag-row-hover.ag-full-width-row.ag-row-group .cell-editable-custom:not(.ag-cell-inline-editing)::before {
  content: "";
  margin: 0px 8px;
  border: solid 1px #e4e4e4;
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  right: 5px;
  bottom: 10px;
  pointer-events: none;
  border-radius: 2px;
  padding: 4px;
}
.ag-theme-material .ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-card-shadow);
}
.ag-theme-material .ag-floating-filter .ag-floating-filter-body .ag-floating-filter-input .ag-text-field .ag-text-field-input-wrapper .ag-text-field-input {
  border: 1px solid #c0c0c0;
  border-radius: 3px;
  background-color: #ffffff;
  height: 24px;
  align-items: center;
}
.ag-theme-material .ag-floating-filter-button .ag-floating-filter-button-button .ag-icon-filter {
  background: transparent url(/assets/images/icons/common/filter.svg) center/contain no-repeat;
  color: transparent;
  height: 12px;
  width: 12px;
}
.ag-theme-material .ag-floating-filter {
  padding: 0px 16px;
}
.ag-theme-material .ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  align-items: center;
}
.ag-theme-material .ag-theme-material input[class^=ag-]:not([type]),
.ag-theme-material .ag-theme-material input[class^=ag-][type=text],
.ag-theme-material .ag-theme-material input[class^=ag-][type=number],
.ag-theme-material .ag-theme-material input[class^=ag-][type=tel],
.ag-theme-material .ag-theme-material input[class^=ag-][type=date],
.ag-theme-material .ag-theme-material input[class^=ag-][type=datetime-local],
.ag-theme-material .ag-theme-material textarea[class^=ag-] {
  padding-bottom: 0;
}
.ag-theme-material .ag-row-hover {
  background-color: #f4f6f9;
  cursor: pointer;
}
.ag-theme-material .ag-filter-icon {
  display: none;
}
.ag-theme-material ng-component {
  width: 100%;
}
.ag-theme-material .cell-editable-invalid {
  border: 1px solid var(--tbs-semantic-red-1000) !important;
}
.ag-drag-handle i {
  font-size: 16px;
  font-weight: bold !important;
  color: var(--tbs-neutral-1200);
}
.ag-full-width-height {
  width: 100%;
  height: 100%;
}
.ag-theme-material .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-material .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-material .ag-layout-print .ag-center-cols-viewport,
.ag-theme-material .ag-layout-print .ag-center-cols-container {
  min-height: 60px !important;
}

/* node_modules/@ngx-terabase/ui/styles.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
  --tbs-gutter-x: 1rem;
  padding-right: var(--tbs-gutter-x);
  padding-left: var(--tbs-gutter-x);
}
.g-0 {
  --tbs-gutter-x: 0rem;
}
.g-1 {
  --tbs-gutter-x: 1rem;
}
.g-2 {
  --tbs-gutter-x: 2rem;
}
.g-3 {
  --tbs-gutter-x: 3rem;
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.container {
  --tbs-gutter-x: 0.5rem;
  width: 100%;
  padding-right: var(--tbs-gutter-x, 0.75rem);
  padding-left: var(--tbs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
.row {
  --tbs-gutter-x: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: var(--tbs-gutter-x);
  margin-left: var(--tbs-gutter-x);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--tbs-gutter-x) * 0.5);
  padding-left: calc(var(--tbs-gutter-x) * 0.5);
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: calc(var(--tbs-gutter-x) * 0.5);
  padding-left: calc(var(--tbs-gutter-x) * 0.5);
}
.grid-row {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
  box-sizing: border-box;
  justify-content: space-between;
}
.grid-item-grow {
  flex: 1;
}
.grid-item-1 {
  width: calc(8.3333333333% * 1 - 8px);
}
.grid-item-2 {
  width: calc(8.3333333333% * 2 - 8px);
}
.grid-item-3 {
  width: calc(8.3333333333% * 3 - 8px);
}
.grid-item-4 {
  width: calc(8.3333333333% * 4 - 8px);
}
.grid-item-5 {
  width: calc(8.3333333333% * 5 - 8px);
}
.grid-item-6 {
  width: calc(8.3333333333% * 6 - 8px);
}
.grid-item-7 {
  width: calc(8.3333333333% * 7 - 8px);
}
.grid-item-8 {
  width: calc(8.3333333333% * 8 - 8px);
}
.grid-item-9 {
  width: calc(8.3333333333% * 9 - 8px);
}
.grid-item-10 {
  width: calc(8.3333333333% * 10 - 8px);
}
.grid-item-11 {
  width: calc(8.3333333333% * 11 - 8px);
}
.grid-item-12 {
  width: calc(8.3333333333% * 12 - 8px);
}
.grid-item-12 {
  width: 100%;
}
.tb-headline-1 {
  font: normal 400 100px / 120px "Arimo", sans-serif;
}
.tb-headline-2 {
  font: normal 400 60px / 72px "Arimo", sans-serif;
}
.tb-headline-3 {
  font: normal 400 50px / 67px "Arimo", sans-serif;
}
.tb-headline-4 {
  font: normal 400 36px / 43px "Arimo", sans-serif;
}
.tb-headline-5 {
  font: normal 400 25px / 33px "Arimo", sans-serif;
}
.tb-headline-6 {
  font: normal 400 20px / 30px "Arimo", sans-serif;
}
.tb-subtitle-primary {
  font: normal 400 17px / 24px "Arimo", sans-serif;
}
.tb-subtitle-secondary {
  font: normal 400 15px / 22px "Arimo", sans-serif;
}
.tb-body-primary {
  font: normal 400 15px / 22px "Arimo", sans-serif;
}
.tb-body-secondary {
  font: normal 400 13px / 19px "Arimo", sans-serif;
}
.tb-caption {
  font: normal 400 11px / 15px "Arimo", sans-serif;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar:hover {
  background-color: var(--tbs-neutral-400);
}
::-webkit-scrollbar-track {
  display: none;
}
::-webkit-scrollbar-thumb {
  background-color: var(--tbs-neutral-800);
  border-radius: 4px;
  min-height: 30px;
  border: 1px solid var(--tbs-neutral-400);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--tbs-neutral-1000);
  border: 0px;
}
.m-1 {
  margin: 8px;
}
.mt-1 {
  margin-top: 8px;
}
.mr-1 {
  margin-right: 8px;
}
.mb-1 {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 8px;
}
.m-2 {
  margin: 16px;
}
.mt-2 {
  margin-top: 16px;
}
.mr-2 {
  margin-right: 16px;
}
.mb-2 {
  margin-bottom: 16px;
}
.ml-2 {
  margin-left: 16px;
}
.m-3 {
  margin: 24px;
}
.mt-3 {
  margin-top: 24px;
}
.mr-3 {
  margin-right: 24px;
}
.mb-3 {
  margin-bottom: 24px;
}
.ml-3 {
  margin-left: 24px;
}
.m-4 {
  margin: 32px;
}
.mt-4 {
  margin-top: 32px;
}
.mr-4 {
  margin-right: 32px;
}
.mb-4 {
  margin-bottom: 32px;
}
.ml-4 {
  margin-left: 32px;
}
.m-5 {
  margin: 40px;
}
.mt-5 {
  margin-top: 40px;
}
.mr-5 {
  margin-right: 40px;
}
.mb-5 {
  margin-bottom: 40px;
}
.ml-5 {
  margin-left: 40px;
}
.p-1 {
  padding: 8px;
}
.pt-1 {
  padding-top: 8px;
}
.pr-1 {
  padding-right: 8px;
}
.pb-1 {
  padding-bottom: 8px;
}
.pl-1 {
  padding-left: 8px;
}
.p-2 {
  padding: 16px;
}
.pt-2 {
  padding-top: 16px;
}
.pr-2 {
  padding-right: 16px;
}
.pb-2 {
  padding-bottom: 16px;
}
.pl-2 {
  padding-left: 16px;
}
.p-3 {
  padding: 24px;
}
.pt-3 {
  padding-top: 24px;
}
.pr-3 {
  padding-right: 24px;
}
.pb-3 {
  padding-bottom: 24px;
}
.pl-3 {
  padding-left: 24px;
}
.p-4 {
  padding: 32px;
}
.pt-4 {
  padding-top: 32px;
}
.pr-4 {
  padding-right: 32px;
}
.pb-4 {
  padding-bottom: 32px;
}
.pl-4 {
  padding-left: 32px;
}
.p-5 {
  padding: 40px;
}
.pt-5 {
  padding-top: 40px;
}
.pr-5 {
  padding-right: 40px;
}
.pb-5 {
  padding-bottom: 40px;
}
.pl-5 {
  padding-left: 40px;
}
.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cdk-overlay-backdrop {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  z-index: 1000;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-global-scrollblock body {
  overflow-x: visible;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
div {
  box-sizing: border-box;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  outline: none;
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  outline: none;
  border: 0;
}
button,
input {
  overflow: visible;
  outline: none;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
menu,
ol,
ul,
p {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "terabase-icons";
  src: url("./media/terabase-icons.woff?lkqn55") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=tb-],
i[class*=" tb-"] {
  font-family: "terabase-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tb-stock:before {
  content: "\e907";
}
.tb-warehouse:before {
  content: "\e908";
}
.tb-delivery:before {
  content: "\e909";
}
.tb-pin:before {
  content: "\e905";
}
.tb-pin-plus:before {
  content: "\e904";
}
.tb-wind:before {
  content: "\e900";
}
.tb-flag:before {
  content: "\e901";
}
.tb-flag-f:before {
  content: "\e902";
}
.tb-solar:before {
  content: "\e903";
}
.tb-drone:before {
  content: "\e949";
}
.tb-turn-off:before {
  content: "\e970";
}
@font-face {
  font-family: "calcite-ui";
  src: url("./media/calcite-ui.woff?942dg") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=ci-],
i[class*=" ci-"] {
  font-family: "calcite-ui" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ci-x-16:before {
  content: "\e900";
}
.ci-x-24:before {
  content: "\e901";
}
.ci-x-32:before {
  content: "\e902";
}
.ci-2x-16:before {
  content: "\e972";
}
.ci-2x-24:before {
  content: "\e973";
}
.ci-2x-32:before {
  content: "\e974";
}
.ci-4x-16:before {
  content: "\e975";
}
.ci-4x-24:before {
  content: "\e976";
}
.ci-4x-32:before {
  content: "\e977";
}
.ci-8x-16:before {
  content: "\e978";
}
.ci-8x-24:before {
  content: "\e979";
}
.ci-8x-32:before {
  content: "\e97a";
}
.ci-x-160:before {
  content: "\e97b";
}
.ci-x-240:before {
  content: "\e97c";
}
.ci-x-320:before {
  content: "\e97d";
}
.ci-d-explore-16:before {
  content: "\e97e";
}
.ci-d-explore-24:before {
  content: "\e97f";
}
.ci-d-explore-32:before {
  content: "\e980";
}
.ci-x-161:before {
  content: "\e981";
}
.ci-x-241:before {
  content: "\e982";
}
.ci-x-321:before {
  content: "\e983";
}
.ci-d-glasses-16:before {
  content: "\e984";
}
.ci-d-glasses-24:before {
  content: "\e985";
}
.ci-d-glasses-32:before {
  content: "\e986";
}
.ci-x-162:before {
  content: "\e987";
}
.ci-x-242:before {
  content: "\e988";
}
.ci-x-322:before {
  content: "\e989";
}
.ci-x-163:before {
  content: "\e98a";
}
.ci-x-243:before {
  content: "\e98b";
}
.ci-x-323:before {
  content: "\e98c";
}
.ci-view-16:before {
  content: "\e98d";
}
.ci-view-24:before {
  content: "\e98e";
}
.ci-view-32:before {
  content: "\e98f";
}
.ci-access-string-results-16:before {
  content: "\e990";
}
.ci-access-string-results-24:before {
  content: "\e991";
}
.ci-access-string-results-32:before {
  content: "\e992";
}
.ci-activity-monitor-16:before {
  content: "\e993";
}
.ci-activity-monitor-24:before {
  content: "\e994";
}
.ci-activity-monitor-32:before {
  content: "\e995";
}
.ci-actual-size-16:before {
  content: "\e996";
}
.ci-actual-size-24:before {
  content: "\e997";
}
.ci-actual-size-32:before {
  content: "\e998";
}
.ci-add-in-16:before {
  content: "\e999";
}
.ci-add-in-24:before {
  content: "\e99a";
}
.ci-add-in-32:before {
  content: "\e99b";
}
.ci-add-in-edit-16:before {
  content: "\e99c";
}
.ci-add-in-edit-24:before {
  content: "\e99d";
}
.ci-add-in-edit-32:before {
  content: "\e99e";
}
.ci-add-in-new-16:before {
  content: "\e99f";
}
.ci-add-in-new-24:before {
  content: "\e9a0";
}
.ci-add-in-new-32:before {
  content: "\e9a1";
}
.ci-add-layer-16:before {
  content: "\e9a2";
}
.ci-add-layer-24:before {
  content: "\e9a3";
}
.ci-add-layer-32:before {
  content: "\e9a4";
}
.ci-address-book-16:before {
  content: "\e9a5";
}
.ci-address-book-24:before {
  content: "\e9a6";
}
.ci-address-book-32:before {
  content: "\e9a7";
}
.ci-add-text-16:before {
  content: "\e9a8";
}
.ci-add-text-24:before {
  content: "\e9a9";
}
.ci-add-text-32:before {
  content: "\e9aa";
}
.ci-all-servers-16:before {
  content: "\e9ab";
}
.ci-all-servers-24:before {
  content: "\e9ac";
}
.ci-all-servers-32:before {
  content: "\e9ad";
}
.ci-altitude-16:before {
  content: "\e9ae";
}
.ci-altitude-24:before {
  content: "\e9af";
}
.ci-altitude-32:before {
  content: "\e9b0";
}
.ci-analysis-16:before {
  content: "\e9b1";
}
.ci-analysis-24:before {
  content: "\e9b2";
}
.ci-analysis-32:before {
  content: "\e9b3";
}
.ci-analysis-overlay-16:before {
  content: "\e9b4";
}
.ci-analysis-overlay-24:before {
  content: "\e9b5";
}
.ci-analysis-overlay-32:before {
  content: "\e9b6";
}
.ci-annotate-tool-16:before {
  content: "\e9b7";
}
.ci-annotate-tool-24:before {
  content: "\e9b8";
}
.ci-annotate-tool-32:before {
  content: "\e9b9";
}
.ci-antenna-height-16:before {
  content: "\e9ba";
}
.ci-antenna-height-24:before {
  content: "\e9bb";
}
.ci-antenna-height-32:before {
  content: "\e9bc";
}
.ci-app-gear-16:before {
  content: "\e9bd";
}
.ci-app-gear-24:before {
  content: "\e9be";
}
.ci-app-gear-32:before {
  content: "\e9bf";
}
.ci-app-launcher-16:before {
  content: "\e9c0";
}
.ci-app-launcher-24:before {
  content: "\e9c1";
}
.ci-app-launcher-32:before {
  content: "\e9c2";
}
.ci-applications-16:before {
  content: "\e9c3";
}
.ci-applications-24:before {
  content: "\e9c4";
}
.ci-applications-32:before {
  content: "\e9c5";
}
.ci-app-run-16:before {
  content: "\e9c6";
}
.ci-app-run-24:before {
  content: "\e9c7";
}
.ci-app-run-32:before {
  content: "\e9c8";
}
.ci-apps-16:before {
  content: "\e9c9";
}
.ci-apps-24:before {
  content: "\e9ca";
}
.ci-apps-32:before {
  content: "\e9cb";
}
.ci-app-update-16:before {
  content: "\e9cc";
}
.ci-app-update-24:before {
  content: "\e9cd";
}
.ci-app-update-32:before {
  content: "\e9ce";
}
.ci-arcgis-online-16:before {
  content: "\e9cf";
}
.ci-arcgis-online-24:before {
  content: "\e9d0";
}
.ci-arcgis-online-32:before {
  content: "\e9d1";
}
.ci-arrow-bold-down-16:before {
  content: "\e9d2";
}
.ci-arrow-bold-down-24:before {
  content: "\e9d3";
}
.ci-arrow-bold-down-32:before {
  content: "\e9d4";
}
.ci-arrow-bold-left-16:before {
  content: "\e9d5";
}
.ci-arrow-bold-left-24:before {
  content: "\e9d6";
}
.ci-arrow-bold-left-32:before {
  content: "\e9d7";
}
.ci-arrow-bold-right-16:before {
  content: "\e9d8";
}
.ci-arrow-bold-right-24:before {
  content: "\e9d9";
}
.ci-arrow-bold-right-32:before {
  content: "\e9da";
}
.ci-arrow-bold-up-16:before {
  content: "\e9db";
}
.ci-arrow-bold-up-24:before {
  content: "\e9dc";
}
.ci-arrow-bold-up-32:before {
  content: "\e9dd";
}
.ci-arrow-double-diagonal-1-16:before {
  content: "\e9de";
}
.ci-arrow-double-diagonal-1-24:before {
  content: "\e9df";
}
.ci-arrow-double-diagonal-1-32:before {
  content: "\e9e0";
}
.ci-arrow-double-diagonal-2-16:before {
  content: "\e9e1";
}
.ci-arrow-double-diagonal-2-24:before {
  content: "\e9e2";
}
.ci-arrow-double-diagonal-2-32:before {
  content: "\e9e3";
}
.ci-arrow-double-horizontal-16:before {
  content: "\e9e4";
}
.ci-arrow-double-horizontal-24:before {
  content: "\e9e5";
}
.ci-arrow-double-horizontal-32:before {
  content: "\e9e6";
}
.ci-arrow-double-vertical-16:before {
  content: "\e9e7";
}
.ci-arrow-double-vertical-24:before {
  content: "\e9e8";
}
.ci-arrow-double-vertical-32:before {
  content: "\e9e9";
}
.ci-arrow-down-16:before {
  content: "\e9ea";
}
.ci-arrow-down-24:before {
  content: "\e9eb";
}
.ci-arrow-down-32:before {
  content: "\e9ec";
}
.ci-arrow-down-left-16:before {
  content: "\e9ed";
}
.ci-arrow-down-left-24:before {
  content: "\e9ee";
}
.ci-arrow-down-left-32:before {
  content: "\e9ef";
}
.ci-arrow-down-right-16:before {
  content: "\e9f0";
}
.ci-arrow-down-right-24:before {
  content: "\e9f1";
}
.ci-arrow-down-right-32:before {
  content: "\e9f2";
}
.ci-arrow-left-16:before {
  content: "\e9f3";
}
.ci-arrow-left-24:before {
  content: "\e9f4";
}
.ci-arrow-left-32:before {
  content: "\e9f5";
}
.ci-arrow-right-16:before {
  content: "\e9f6";
}
.ci-arrow-right-24:before {
  content: "\e9f7";
}
.ci-arrow-right-32:before {
  content: "\e9f8";
}
.ci-arrow-right-left-16:before {
  content: "\e9f9";
}
.ci-arrow-right-left-24:before {
  content: "\e9fa";
}
.ci-arrow-right-left-32:before {
  content: "\e9fb";
}
.ci-arrow-up-16:before {
  content: "\e9fc";
}
.ci-arrow-up-24:before {
  content: "\e9fd";
}
.ci-arrow-up-32:before {
  content: "\e9fe";
}
.ci-arrow-up-down-16:before {
  content: "\e9ff";
}
.ci-arrow-up-down-24:before {
  content: "\ea00";
}
.ci-arrow-up-down-32:before {
  content: "\ea01";
}
.ci-arrow-up-left-16:before {
  content: "\ea02";
}
.ci-arrow-up-left-24:before {
  content: "\ea03";
}
.ci-arrow-up-left-32:before {
  content: "\ea04";
}
.ci-arrow-up-right-16:before {
  content: "\ea05";
}
.ci-arrow-up-right-24:before {
  content: "\ea06";
}
.ci-arrow-up-right-32:before {
  content: "\ea07";
}
.ci-article-16:before {
  content: "\ea08";
}
.ci-article-24:before {
  content: "\ea09";
}
.ci-article-32:before {
  content: "\ea0a";
}
.ci-attachment-16:before {
  content: "\ea0b";
}
.ci-attachment-24:before {
  content: "\ea0c";
}
.ci-attachment-32:before {
  content: "\ea0d";
}
.ci-attachment-plus-16:before {
  content: "\ea0e";
}
.ci-attachment-plus-24:before {
  content: "\ea0f";
}
.ci-attachment-plus-32:before {
  content: "\ea10";
}
.ci-automation-16:before {
  content: "\ea11";
}
.ci-automation-24:before {
  content: "\ea12";
}
.ci-automation-32:before {
  content: "\ea13";
}
.ci-a-z-16:before {
  content: "\ea14";
}
.ci-a-z-24:before {
  content: "\ea15";
}
.ci-a-z-32:before {
  content: "\ea16";
}
.ci-a-z-down-16:before {
  content: "\ea17";
}
.ci-a-z-down-24:before {
  content: "\ea18";
}
.ci-a-z-down-32:before {
  content: "\ea19";
}
.ci-a-z-up-16:before {
  content: "\ea1a";
}
.ci-a-z-up-24:before {
  content: "\ea1b";
}
.ci-a-z-up-32:before {
  content: "\ea1c";
}
.ci-banana-16:before {
  content: "\ea1d";
}
.ci-banana-24:before {
  content: "\ea1e";
}
.ci-banana-32:before {
  content: "\ea1f";
}
.ci-basemap-16:before {
  content: "\ea20";
}
.ci-basemap-24:before {
  content: "\ea21";
}
.ci-basemap-32:before {
  content: "\ea22";
}
.ci-battery-1-16:before {
  content: "\ea23";
}
.ci-battery-1-24:before {
  content: "\ea24";
}
.ci-battery-1-32:before {
  content: "\ea25";
}
.ci-battery-2-16:before {
  content: "\ea26";
}
.ci-battery-2-24:before {
  content: "\ea27";
}
.ci-battery-2-32:before {
  content: "\ea28";
}
.ci-battery-3-16:before {
  content: "\ea29";
}
.ci-battery-3-24:before {
  content: "\ea2a";
}
.ci-battery-3-32:before {
  content: "\ea2b";
}
.ci-battery-4-16:before {
  content: "\ea2c";
}
.ci-battery-4-24:before {
  content: "\ea2d";
}
.ci-battery-4-32:before {
  content: "\ea2e";
}
.ci-battery-charging-16:before {
  content: "\ea2f";
}
.ci-battery-charging-24:before {
  content: "\ea30";
}
.ci-battery-charging-32:before {
  content: "\ea31";
}
.ci-beacon-16:before {
  content: "\ea32";
}
.ci-beacon-24:before {
  content: "\ea33";
}
.ci-beacon-32:before {
  content: "\ea34";
}
.ci-beaker-16:before {
  content: "\ea35";
}
.ci-beaker-24:before {
  content: "\ea36";
}
.ci-beaker-32:before {
  content: "\ea37";
}
.ci-bear-left-16:before {
  content: "\ea38";
}
.ci-bear-left-24:before {
  content: "\ea39";
}
.ci-bear-left-32:before {
  content: "\ea3a";
}
.ci-bear-right-16:before {
  content: "\ea3b";
}
.ci-bear-right-24:before {
  content: "\ea3c";
}
.ci-bear-right-32:before {
  content: "\ea3d";
}
.ci-beginning-16:before {
  content: "\ea3e";
}
.ci-beginning-16-f:before {
  content: "\ea3f";
}
.ci-beginning-24:before {
  content: "\ea40";
}
.ci-beginning-24-f:before {
  content: "\ea41";
}
.ci-beginning-32:before {
  content: "\ea42";
}
.ci-beginning-32-f:before {
  content: "\ea43";
}
.ci-bell-16:before {
  content: "\ea44";
}
.ci-bell-16-f:before {
  content: "\ea45";
}
.ci-bell-24:before {
  content: "\ea46";
}
.ci-bell-24-f:before {
  content: "\ea47";
}
.ci-bell-32:before {
  content: "\ea48";
}
.ci-bell-32-f:before {
  content: "\ea49";
}
.ci-bell-off-16:before {
  content: "\ea4a";
}
.ci-bell-off-24:before {
  content: "\ea4b";
}
.ci-bell-off-32:before {
  content: "\ea4c";
}
.ci-beta-16:before {
  content: "\ea4d";
}
.ci-beta-24:before {
  content: "\ea4e";
}
.ci-beta-32:before {
  content: "\ea4f";
}
.ci-biking-16:before {
  content: "\ea50";
}
.ci-biking-24:before {
  content: "\ea51";
}
.ci-biking-32:before {
  content: "\ea52";
}
.ci-blank-16:before {
  content: "\ea53";
}
.ci-blank-24:before {
  content: "\ea54";
}
.ci-blank-32:before {
  content: "\ea55";
}
.ci-blog-16:before {
  content: "\ea56";
}
.ci-blog-24:before {
  content: "\ea57";
}
.ci-blog-32:before {
  content: "\ea58";
}
.ci-bluetooth-16:before {
  content: "\ea59";
}
.ci-bluetooth-24:before {
  content: "\ea5a";
}
.ci-bluetooth-32:before {
  content: "\ea5b";
}
.ci-bold-16:before {
  content: "\ea5c";
}
.ci-bold-24:before {
  content: "\ea5d";
}
.ci-bold-32:before {
  content: "\ea5e";
}
.ci-book-16:before {
  content: "\ea5f";
}
.ci-book-24:before {
  content: "\ea60";
}
.ci-book-32:before {
  content: "\ea61";
}
.ci-bookmark-16:before {
  content: "\ea62";
}
.ci-bookmark-16-f:before {
  content: "\ea63";
}
.ci-bookmark-24:before {
  content: "\ea64";
}
.ci-bookmark-24-f:before {
  content: "\ea65";
}
.ci-bookmark-32:before {
  content: "\ea66";
}
.ci-bookmark-32-f:before {
  content: "\ea67";
}
.ci-boolean-16:before {
  content: "\ea68";
}
.ci-boolean-24:before {
  content: "\ea69";
}
.ci-boolean-32:before {
  content: "\ea6a";
}
.ci-border-radius-fully-rounded-16:before {
  content: "\ea6b";
}
.ci-border-radius-fully-rounded-24:before {
  content: "\ea6c";
}
.ci-border-radius-fully-rounded-32:before {
  content: "\ea6d";
}
.ci-border-radius-rounded-16:before {
  content: "\ea6e";
}
.ci-border-radius-rounded-24:before {
  content: "\ea6f";
}
.ci-border-radius-rounded-32:before {
  content: "\ea70";
}
.ci-border-radius-sharp-16:before {
  content: "\ea71";
}
.ci-border-radius-sharp-24:before {
  content: "\ea72";
}
.ci-border-radius-sharp-32:before {
  content: "\ea73";
}
.ci-box-chart-16:before {
  content: "\ea74";
}
.ci-box-chart-24:before {
  content: "\ea75";
}
.ci-box-chart-32:before {
  content: "\ea76";
}
.ci-brackets-curly-16:before {
  content: "\ea77";
}
.ci-brackets-curly-24:before {
  content: "\ea78";
}
.ci-brackets-curly-32:before {
  content: "\ea79";
}
.ci-brightness-16:before {
  content: "\ea7a";
}
.ci-brightness-24:before {
  content: "\ea7b";
}
.ci-brightness-32:before {
  content: "\ea7c";
}
.ci-bring-forward-16:before {
  content: "\ea7d";
}
.ci-bring-forward-24:before {
  content: "\ea7e";
}
.ci-bring-forward-32:before {
  content: "\ea7f";
}
.ci-bring-to-front-16:before {
  content: "\ea80";
}
.ci-bring-to-front-24:before {
  content: "\ea81";
}
.ci-bring-to-front-32:before {
  content: "\ea82";
}
.ci-browser-16:before {
  content: "\ea83";
}
.ci-browser-24:before {
  content: "\ea84";
}
.ci-browser-32:before {
  content: "\ea85";
}
.ci-browser-map-16:before {
  content: "\ea86";
}
.ci-browser-map-24:before {
  content: "\ea87";
}
.ci-browser-map-32:before {
  content: "\ea88";
}
.ci-brush-mark-16:before {
  content: "\ea89";
}
.ci-brush-mark-24:before {
  content: "\ea8a";
}
.ci-brush-mark-32:before {
  content: "\ea8b";
}
.ci-brush-mark-plus-16:before {
  content: "\ea8c";
}
.ci-brush-mark-plus-24:before {
  content: "\ea8d";
}
.ci-brush-mark-plus-32:before {
  content: "\ea8e";
}
.ci-brush-tip-16:before {
  content: "\ea8f";
}
.ci-brush-tip-24:before {
  content: "\ea90";
}
.ci-brush-tip-32:before {
  content: "\ea91";
}
.ci-bullet-point-16:before {
  content: "\ea92";
}
.ci-bullet-point-24:before {
  content: "\ea93";
}
.ci-bullet-point-32:before {
  content: "\ea94";
}
.ci-button-16:before {
  content: "\ea95";
}
.ci-button-24:before {
  content: "\ea96";
}
.ci-button-32:before {
  content: "\ea97";
}
.ci-calculator-16:before {
  content: "\ea98";
}
.ci-calculator-24:before {
  content: "\ea99";
}
.ci-calculator-32:before {
  content: "\ea9a";
}
.ci-calendar-16:before {
  content: "\ea9b";
}
.ci-calendar-24:before {
  content: "\ea9c";
}
.ci-calendar-32:before {
  content: "\ea9d";
}
.ci-camera-16:before {
  content: "\ea9e";
}
.ci-camera-24:before {
  content: "\ea9f";
}
.ci-camera-32:before {
  content: "\eaa0";
}
.ci-camera-flash-off-16:before {
  content: "\eaa1";
}
.ci-camera-flash-off-24:before {
  content: "\eaa2";
}
.ci-camera-flash-off-32:before {
  content: "\eaa3";
}
.ci-camera-flash-on-16:before {
  content: "\eaa4";
}
.ci-camera-flash-on-24:before {
  content: "\eaa5";
}
.ci-camera-flash-on-32:before {
  content: "\eaa6";
}
.ci-camera-plus-16:before {
  content: "\eaa7";
}
.ci-camera-plus-24:before {
  content: "\eaa8";
}
.ci-camera-plus-32:before {
  content: "\eaa9";
}
.ci-camera-switch-front-back-16:before {
  content: "\eaaa";
}
.ci-camera-switch-front-back-24:before {
  content: "\eaab";
}
.ci-camera-switch-front-back-32:before {
  content: "\eaac";
}
.ci-camera-unlock-16:before {
  content: "\eaad";
}
.ci-camera-unlock-24:before {
  content: "\eaae";
}
.ci-camera-unlock-32:before {
  content: "\eaaf";
}
.ci-car-16:before {
  content: "\eab0";
}
.ci-car-24:before {
  content: "\eab1";
}
.ci-car-32:before {
  content: "\eab2";
}
.ci-caret-double-horizontal-16:before {
  content: "\eab3";
}
.ci-caret-double-horizontal-24:before {
  content: "\eab4";
}
.ci-caret-double-horizontal-32:before {
  content: "\eab5";
}
.ci-caret-double-vertical-16:before {
  content: "\eab6";
}
.ci-caret-double-vertical-24:before {
  content: "\eab7";
}
.ci-caret-double-vertical-32:before {
  content: "\eab8";
}
.ci-caret-down-16:before {
  content: "\eab9";
}
.ci-caret-down-24:before {
  content: "\eaba";
}
.ci-caret-down-32:before {
  content: "\eabb";
}
.ci-caret-left-16:before {
  content: "\eabc";
}
.ci-caret-left-24:before {
  content: "\eabd";
}
.ci-caret-left-32:before {
  content: "\eabe";
}
.ci-caret-right-16:before {
  content: "\eabf";
}
.ci-caret-right-24:before {
  content: "\eac0";
}
.ci-caret-right-32:before {
  content: "\eac1";
}
.ci-caret-square-down-16:before {
  content: "\eac2";
}
.ci-caret-square-down-24:before {
  content: "\eac3";
}
.ci-caret-square-down-32:before {
  content: "\eac4";
}
.ci-caret-square-left-16:before {
  content: "\eac5";
}
.ci-caret-square-left-24:before {
  content: "\eac6";
}
.ci-caret-square-left-32:before {
  content: "\eac7";
}
.ci-caret-square-right-16:before {
  content: "\eac8";
}
.ci-caret-square-right-24:before {
  content: "\eac9";
}
.ci-caret-square-right-32:before {
  content: "\eaca";
}
.ci-caret-square-up-16:before {
  content: "\eacb";
}
.ci-caret-square-up-24:before {
  content: "\eacc";
}
.ci-caret-square-up-32:before {
  content: "\eacd";
}
.ci-caret-up-16:before {
  content: "\eace";
}
.ci-caret-up-24:before {
  content: "\eacf";
}
.ci-caret-up-32:before {
  content: "\ead0";
}
.ci-center-align-16:before {
  content: "\ead1";
}
.ci-center-align-24:before {
  content: "\ead2";
}
.ci-center-align-32:before {
  content: "\ead3";
}
.ci-center-horizontal-16:before {
  content: "\ead4";
}
.ci-center-horizontal-24:before {
  content: "\ead5";
}
.ci-center-horizontal-32:before {
  content: "\ead6";
}
.ci-center-vertical-16:before {
  content: "\ead7";
}
.ci-center-vertical-24:before {
  content: "\ead8";
}
.ci-center-vertical-32:before {
  content: "\ead9";
}
.ci-certificate-16:before {
  content: "\eada";
}
.ci-certificate-24:before {
  content: "\eadb";
}
.ci-certificate-32:before {
  content: "\eadc";
}
.ci-change-font-size-16:before {
  content: "\eae9";
}
.ci-change-font-size-24:before {
  content: "\eaea";
}
.ci-change-font-size-32:before {
  content: "\eaeb";
}
.ci-chart-gear-16:before {
  content: "\eaec";
}
.ci-chart-gear-24:before {
  content: "\eaed";
}
.ci-chart-gear-32:before {
  content: "\eaee";
}
.ci-chart-magnifying-glass-16:before {
  content: "\eaef";
}
.ci-chart-magnifying-glass-24:before {
  content: "\eaf0";
}
.ci-chart-magnifying-glass-32:before {
  content: "\eaf1";
}
.ci-check-16:before {
  content: "\eaf2";
}
.ci-check-24:before {
  content: "\eaf3";
}
.ci-check-32:before {
  content: "\eaf4";
}
.ci-check-circle-16:before {
  content: "\eaf5";
}
.ci-check-circle-16-f:before {
  content: "\eaf6";
}
.ci-check-circle-24:before {
  content: "\eaf7";
}
.ci-check-circle-24-f:before {
  content: "\eaf8";
}
.ci-check-circle-32:before {
  content: "\eaf9";
}
.ci-check-circle-32-f:before {
  content: "\eafa";
}
.ci-check-extent-16:before {
  content: "\eafb";
}
.ci-check-extent-24:before {
  content: "\eafc";
}
.ci-check-extent-32:before {
  content: "\eafd";
}
.ci-check-layer-16:before {
  content: "\eafe";
}
.ci-check-layer-24:before {
  content: "\eaff";
}
.ci-check-layer-32:before {
  content: "\eb00";
}
.ci-check-shield-16:before {
  content: "\eb01";
}
.ci-check-shield-24:before {
  content: "\eb02";
}
.ci-check-shield-32:before {
  content: "\eb03";
}
.ci-check-square-16:before {
  content: "\eb04";
}
.ci-check-square-16-f:before {
  content: "\eb05";
}
.ci-check-square-24:before {
  content: "\eb06";
}
.ci-check-square-24-f:before {
  content: "\eb07";
}
.ci-check-square-32:before {
  content: "\eb08";
}
.ci-check-square-32-f:before {
  content: "\eb09";
}
.ci-chevron-down-16:before {
  content: "\eb0a";
}
.ci-chevron-down-24:before {
  content: "\eb0b";
}
.ci-chevron-down-32:before {
  content: "\eb0c";
}
.ci-chevron-left-16:before {
  content: "\eb0d";
}
.ci-chevron-left-24:before {
  content: "\eb0e";
}
.ci-chevron-left-32:before {
  content: "\eb0f";
}
.ci-chevron-right-16:before {
  content: "\eb10";
}
.ci-chevron-right-24:before {
  content: "\eb11";
}
.ci-chevron-right-32:before {
  content: "\eb12";
}
.ci-chevrons-down-16:before {
  content: "\eb13";
}
.ci-chevrons-down-24:before {
  content: "\eb14";
}
.ci-chevrons-down-32:before {
  content: "\eb15";
}
.ci-chevrons-left-16:before {
  content: "\eb16";
}
.ci-chevrons-left-24:before {
  content: "\eb17";
}
.ci-chevrons-left-32:before {
  content: "\eb18";
}
.ci-chevrons-right-16:before {
  content: "\eb19";
}
.ci-chevrons-right-24:before {
  content: "\eb1a";
}
.ci-chevrons-right-32:before {
  content: "\eb1b";
}
.ci-chevrons-up-16:before {
  content: "\eb1c";
}
.ci-chevrons-up-24:before {
  content: "\eb1d";
}
.ci-chevrons-up-32:before {
  content: "\eb1e";
}
.ci-chevron-up-16:before {
  content: "\eb1f";
}
.ci-chevron-up-24:before {
  content: "\eb20";
}
.ci-chevron-up-32:before {
  content: "\eb21";
}
.ci-chord-diagram-16:before {
  content: "\eb22";
}
.ci-chord-diagram-24:before {
  content: "\eb23";
}
.ci-chord-diagram-32:before {
  content: "\eb24";
}
.ci-circle-16:before {
  content: "\eb25";
}
.ci-circle-16-f:before {
  content: "\eb26";
}
.ci-circle-24:before {
  content: "\eb27";
}
.ci-circle-24-f:before {
  content: "\eb28";
}
.ci-circle-32:before {
  content: "\eb29";
}
.ci-circle-32-f:before {
  content: "\eb2a";
}
.ci-circle-disallowed-16:before {
  content: "\eb31";
}
.ci-circle-disallowed-24:before {
  content: "\eb32";
}
.ci-circle-disallowed-32:before {
  content: "\eb33";
}
.ci-classify-objects-16:before {
  content: "\eb34";
}
.ci-classify-objects-24:before {
  content: "\eb35";
}
.ci-classify-objects-32:before {
  content: "\eb36";
}
.ci-clipboard-16:before {
  content: "\eb43";
}
.ci-clipboard-24:before {
  content: "\eb44";
}
.ci-clipboard-32:before {
  content: "\eb45";
}
.ci-clock-16:before {
  content: "\eb46";
}
.ci-clock-24:before {
  content: "\eb47";
}
.ci-clock-32:before {
  content: "\eb48";
}
.ci-clock-down-16:before {
  content: "\eb49";
}
.ci-clock-down-24:before {
  content: "\eb4a";
}
.ci-clock-down-32:before {
  content: "\eb4b";
}
.ci-clock-forward-16:before {
  content: "\eb4c";
}
.ci-clock-forward-24:before {
  content: "\eb4d";
}
.ci-clock-forward-32:before {
  content: "\eb4e";
}
.ci-clock-up-16:before {
  content: "\eb4f";
}
.ci-clock-up-24:before {
  content: "\eb50";
}
.ci-clock-up-32:before {
  content: "\eb51";
}
.ci-cloud-16:before {
  content: "\eb52";
}
.ci-cloud-24:before {
  content: "\eb53";
}
.ci-cloud-32:before {
  content: "\eb54";
}
.ci-cloudy-16:before {
  content: "\eb55";
}
.ci-cloudy-24:before {
  content: "\eb56";
}
.ci-cloudy-32:before {
  content: "\eb57";
}
.ci-code-16:before {
  content: "\eb61";
}
.ci-code-24:before {
  content: "\eb62";
}
.ci-code-32:before {
  content: "\eb63";
}
.ci-collaboration-16:before {
  content: "\eb64";
}
.ci-collaboration-24:before {
  content: "\eb65";
}
.ci-collaboration-32:before {
  content: "\eb66";
}
.ci-collaboration-distributed-16:before {
  content: "\eb67";
}
.ci-collaboration-distributed-24:before {
  content: "\eb68";
}
.ci-collaboration-distributed-32:before {
  content: "\eb69";
}
.ci-collection-16:before {
  content: "\eb6a";
}
.ci-collection-24:before {
  content: "\eb6b";
}
.ci-collection-32:before {
  content: "\eb6c";
}
.ci-compactness-16:before {
  content: "\eb82";
}
.ci-compactness-24:before {
  content: "\eb83";
}
.ci-compactness-32:before {
  content: "\eb84";
}
.ci-compare-16:before {
  content: "\eb85";
}
.ci-compare-24:before {
  content: "\eb86";
}
.ci-compare-32:before {
  content: "\eb87";
}
.ci-compass-16:before {
  content: "\eb88";
}
.ci-compass-24:before {
  content: "\eb89";
}
.ci-compass-32:before {
  content: "\eb8a";
}
.ci-compass-needle-16:before {
  content: "\eb8b";
}
.ci-compass-needle-24:before {
  content: "\eb8c";
}
.ci-compass-needle-32:before {
  content: "\eb8d";
}
.ci-compass-north-circle-16:before {
  content: "\eb8e";
}
.ci-compass-north-circle-24:before {
  content: "\eb8f";
}
.ci-compass-north-circle-32:before {
  content: "\eb90";
}
.ci-conditional-rules-16:before {
  content: "\eb91";
}
.ci-conditional-rules-24:before {
  content: "\eb92";
}
.ci-conditional-rules-32:before {
  content: "\eb93";
}
.ci-conditional-rules-path-16:before {
  content: "\eb94";
}
.ci-conditional-rules-path-24:before {
  content: "\eb95";
}
.ci-conditional-rules-path-32:before {
  content: "\eb96";
}
.ci-conference-room-16:before {
  content: "\eb97";
}
.ci-conference-room-24:before {
  content: "\eb98";
}
.ci-conference-room-32:before {
  content: "\eb99";
}
.ci-configure-16:before {
  content: "\eb9a";
}
.ci-configure-24:before {
  content: "\eb9b";
}
.ci-configure-32:before {
  content: "\eb9c";
}
.ci-configure-popup-16:before {
  content: "\eb9d";
}
.ci-configure-popup-24:before {
  content: "\eb9e";
}
.ci-configure-popup-32:before {
  content: "\eb9f";
}
.ci-console-16:before {
  content: "\eba0";
}
.ci-console-24:before {
  content: "\eba1";
}
.ci-console-32:before {
  content: "\eba2";
}
.ci-content-full-16:before {
  content: "\eba3";
}
.ci-content-full-24:before {
  content: "\eba4";
}
.ci-content-full-32:before {
  content: "\eba5";
}
.ci-content-inline-16:before {
  content: "\eba6";
}
.ci-content-inline-24:before {
  content: "\eba7";
}
.ci-content-inline-32:before {
  content: "\eba8";
}
.ci-content-large-16:before {
  content: "\eba9";
}
.ci-content-large-24:before {
  content: "\ebaa";
}
.ci-content-large-32:before {
  content: "\ebab";
}
.ci-content-medium-16:before {
  content: "\ebac";
}
.ci-content-medium-24:before {
  content: "\ebad";
}
.ci-content-medium-32:before {
  content: "\ebae";
}
.ci-content-minimal-16:before {
  content: "\ebaf";
}
.ci-content-minimal-24:before {
  content: "\ebb0";
}
.ci-content-minimal-32:before {
  content: "\ebb1";
}
.ci-content-none-16:before {
  content: "\ebb2";
}
.ci-content-none-24:before {
  content: "\ebb3";
}
.ci-content-none-32:before {
  content: "\ebb4";
}
.ci-content-side-by-side-16:before {
  content: "\ebb5";
}
.ci-content-side-by-side-24:before {
  content: "\ebb6";
}
.ci-content-side-by-side-32:before {
  content: "\ebb7";
}
.ci-content-small-16:before {
  content: "\ebb8";
}
.ci-content-small-24:before {
  content: "\ebb9";
}
.ci-content-small-32:before {
  content: "\ebba";
}
.ci-contingent-values-16:before {
  content: "\ebbb";
}
.ci-contingent-values-24:before {
  content: "\ebbc";
}
.ci-contingent-values-32:before {
  content: "\ebbd";
}
.ci-contract-16:before {
  content: "\ebbe";
}
.ci-contract-24:before {
  content: "\ebbf";
}
.ci-contract-32:before {
  content: "\ebc0";
}
.ci-contrast-16:before {
  content: "\ebc1";
}
.ci-contrast-24:before {
  content: "\ebc2";
}
.ci-contrast-32:before {
  content: "\ebc3";
}
.ci-convert-16:before {
  content: "\ebc4";
}
.ci-convert-24:before {
  content: "\ebc5";
}
.ci-convert-32:before {
  content: "\ebc6";
}
.ci-coordinate-system-16:before {
  content: "\ebc7";
}
.ci-coordinate-system-24:before {
  content: "\ebc8";
}
.ci-coordinate-system-32:before {
  content: "\ebc9";
}
.ci-copy-16:before {
  content: "\ebca";
}
.ci-copy-24:before {
  content: "\ebcb";
}
.ci-copy-32:before {
  content: "\ebcc";
}
.ci-copy-to-clipboard-16:before {
  content: "\ebcd";
}
.ci-copy-to-clipboard-24:before {
  content: "\ebce";
}
.ci-copy-to-clipboard-32:before {
  content: "\ebcf";
}
.ci-credit-card-16:before {
  content: "\ebd0";
}
.ci-credit-card-24:before {
  content: "\ebd1";
}
.ci-credit-card-32:before {
  content: "\ebd2";
}
.ci-credits-16:before {
  content: "\ebd3";
}
.ci-credits-24:before {
  content: "\ebd4";
}
.ci-credits-32:before {
  content: "\ebd5";
}
.ci-crop-16:before {
  content: "\ebd6";
}
.ci-crop-24:before {
  content: "\ebd7";
}
.ci-crop-32:before {
  content: "\ebd8";
}
.ci-cube-16:before {
  content: "\ebd9";
}
.ci-cube-24:before {
  content: "\ebda";
}
.ci-cube-32:before {
  content: "\ebdb";
}
.ci-cursor-16:before {
  content: "\ebdc";
}
.ci-cursor-24:before {
  content: "\ebdd";
}
.ci-cursor-32:before {
  content: "\ebde";
}
.ci-cursor-click-16:before {
  content: "\ebdf";
}
.ci-cursor-click-24:before {
  content: "\ebe0";
}
.ci-cursor-click-32:before {
  content: "\ebe1";
}
.ci-cursor-lock-16:before {
  content: "\ebe2";
}
.ci-cursor-lock-24:before {
  content: "\ebe3";
}
.ci-cursor-lock-32:before {
  content: "\ebe4";
}
.ci-cursor-marquee-16:before {
  content: "\ebe5";
}
.ci-cursor-marquee-24:before {
  content: "\ebe6";
}
.ci-cursor-marquee-32:before {
  content: "\ebe7";
}
.ci-cursor-plus-16:before {
  content: "\ebe8";
}
.ci-cursor-plus-24:before {
  content: "\ebe9";
}
.ci-cursor-plus-32:before {
  content: "\ebea";
}
.ci-cut-and-fill-volume-calculation-16:before {
  content: "\ebf1";
}
.ci-cut-and-fill-volume-calculation-24:before {
  content: "\ebf2";
}
.ci-cut-and-fill-volume-calculation-32:before {
  content: "\ebf3";
}
.ci-dashboard-16:before {
  content: "\ebf4";
}
.ci-dashboard-24:before {
  content: "\ebf5";
}
.ci-dashboard-32:before {
  content: "\ebf6";
}
.ci-data-16:before {
  content: "\ebf7";
}
.ci-data-24:before {
  content: "\ebf8";
}
.ci-data-32:before {
  content: "\ebf9";
}
.ci-data-check-16:before {
  content: "\ebfa";
}
.ci-data-check-24:before {
  content: "\ebfb";
}
.ci-data-check-32:before {
  content: "\ebfc";
}
.ci-data-clock-chart-16:before {
  content: "\ebfd";
}
.ci-data-clock-chart-24:before {
  content: "\ebfe";
}
.ci-data-clock-chart-32:before {
  content: "\ebff";
}
.ci-data-cloud-16:before {
  content: "\ec00";
}
.ci-data-cloud-24:before {
  content: "\ec01";
}
.ci-data-cloud-32:before {
  content: "\ec02";
}
.ci-data-folder-16:before {
  content: "\ec03";
}
.ci-data-folder-24:before {
  content: "\ec04";
}
.ci-data-folder-32:before {
  content: "\ec05";
}
.ci-data-magnifying-glass-16:before {
  content: "\ec06";
}
.ci-data-magnifying-glass-24:before {
  content: "\ec07";
}
.ci-data-magnifying-glass-32:before {
  content: "\ec08";
}
.ci-debug-16:before {
  content: "\ec12";
}
.ci-debug-24:before {
  content: "\ec13";
}
.ci-debug-32:before {
  content: "\ec14";
}
.ci-debug-script-16:before {
  content: "\ec15";
}
.ci-debug-script-24:before {
  content: "\ec16";
}
.ci-debug-script-32:before {
  content: "\ec17";
}
.ci-decrease-link-chart-symbol-size-16:before {
  content: "\ec18";
}
.ci-decrease-link-chart-symbol-size-24:before {
  content: "\ec19";
}
.ci-decrease-link-chart-symbol-size-32:before {
  content: "\ec1a";
}
.ci-deep-learning-16:before {
  content: "\ec1b";
}
.ci-deep-learning-24:before {
  content: "\ec1c";
}
.ci-deep-learning-32:before {
  content: "\ec1d";
}
.ci-deep-learning-project-16:before {
  content: "\ec1e";
}
.ci-deep-learning-project-24:before {
  content: "\ec1f";
}
.ci-deep-learning-project-32:before {
  content: "\ec20";
}
.ci-description-16:before {
  content: "\ec21";
}
.ci-description-24:before {
  content: "\ec22";
}
.ci-description-32:before {
  content: "\ec23";
}
.ci-desk-16:before {
  content: "\ec24";
}
.ci-desk-24:before {
  content: "\ec25";
}
.ci-desk-32:before {
  content: "\ec26";
}
.ci-desktop-16:before {
  content: "\ec27";
}
.ci-desktop-24:before {
  content: "\ec28";
}
.ci-desktop-32:before {
  content: "\ec29";
}
.ci-diamond-16:before {
  content: "\ec2a";
}
.ci-diamond-24:before {
  content: "\ec2b";
}
.ci-diamond-32:before {
  content: "\ec2c";
}
.ci-dimensions-16:before {
  content: "\ec2d";
}
.ci-dimensions-24:before {
  content: "\ec2e";
}
.ci-dimensions-32:before {
  content: "\ec2f";
}
.ci-discard-16:before {
  content: "\ec30";
}
.ci-discard-24:before {
  content: "\ec31";
}
.ci-discard-32:before {
  content: "\ec32";
}
.ci-disembark-16:before {
  content: "\ec33";
}
.ci-disembark-24:before {
  content: "\ec34";
}
.ci-disembark-32:before {
  content: "\ec35";
}
.ci-dissolve-features-16:before {
  content: "\ec42";
}
.ci-dissolve-features-24:before {
  content: "\ec43";
}
.ci-dissolve-features-32:before {
  content: "\ec44";
}
.ci-distance-type-16:before {
  content: "\ec45";
}
.ci-distance-type-24:before {
  content: "\ec46";
}
.ci-distance-type-32:before {
  content: "\ec47";
}
.ci-distribute-height-evenly-16:before {
  content: "\ec48";
}
.ci-distribute-height-evenly-24:before {
  content: "\ec49";
}
.ci-distribute-height-evenly-32:before {
  content: "\ec4a";
}
.ci-distribute-width-evenly-16:before {
  content: "\ec4b";
}
.ci-distribute-width-evenly-24:before {
  content: "\ec4c";
}
.ci-distribute-width-evenly-32:before {
  content: "\ec4d";
}
.ci-dock-bottom-16:before {
  content: "\ec4e";
}
.ci-dock-bottom-24:before {
  content: "\ec4f";
}
.ci-dock-bottom-32:before {
  content: "\ec50";
}
.ci-dock-left-16:before {
  content: "\ec51";
}
.ci-dock-left-24:before {
  content: "\ec52";
}
.ci-dock-left-32:before {
  content: "\ec53";
}
.ci-dock-right-16:before {
  content: "\ec54";
}
.ci-dock-right-24:before {
  content: "\ec55";
}
.ci-dock-right-32:before {
  content: "\ec56";
}
.ci-download-16:before {
  content: "\ec57";
}
.ci-download-24:before {
  content: "\ec58";
}
.ci-download-32:before {
  content: "\ec59";
}
.ci-download-to-16:before {
  content: "\ec5a";
}
.ci-download-to-24:before {
  content: "\ec5b";
}
.ci-download-to-32:before {
  content: "\ec5c";
}
.ci-drag-16:before {
  content: "\ec5d";
}
.ci-drag-24:before {
  content: "\ec5e";
}
.ci-drag-32:before {
  content: "\ec5f";
}
.ci-drive-time-16:before {
  content: "\ec60";
}
.ci-drive-time-24:before {
  content: "\ec61";
}
.ci-drive-time-32:before {
  content: "\ec62";
}
.ci-drive-time-largest-16:before {
  content: "\ec63";
}
.ci-drive-time-largest-24:before {
  content: "\ec64";
}
.ci-drive-time-largest-32:before {
  content: "\ec65";
}
.ci-drive-time-smallest-16:before {
  content: "\ec66";
}
.ci-drive-time-smallest-24:before {
  content: "\ec67";
}
.ci-drive-time-smallest-32:before {
  content: "\ec68";
}
.ci-drive-time-threshold-16:before {
  content: "\ec69";
}
.ci-drive-time-threshold-24:before {
  content: "\ec6a";
}
.ci-drive-time-threshold-32:before {
  content: "\ec6b";
}
.ci-drive-time-x-bar-16:before {
  content: "\ec6c";
}
.ci-drive-time-x-bar-24:before {
  content: "\ec6d";
}
.ci-drive-time-x-bar-32:before {
  content: "\ec6e";
}
.ci-driving-distance-16:before {
  content: "\ec6f";
}
.ci-driving-distance-24:before {
  content: "\ec70";
}
.ci-driving-distance-32:before {
  content: "\ec71";
}
.ci-driving-time-16:before {
  content: "\ec72";
}
.ci-driving-time-24:before {
  content: "\ec73";
}
.ci-driving-time-32:before {
  content: "\ec74";
}
.ci-drone-fixed-wing-16:before {
  content: "\ec75";
}
.ci-drone-fixed-wing-24:before {
  content: "\ec76";
}
.ci-drone-fixed-wing-32:before {
  content: "\ec77";
}
.ci-drone-flying-wing-16:before {
  content: "\ec78";
}
.ci-drone-flying-wing-24:before {
  content: "\ec79";
}
.ci-drone-flying-wing-32:before {
  content: "\ec7a";
}
.ci-drone-quadcopter-16:before {
  content: "\ec7b";
}
.ci-drone-quadcopter-24:before {
  content: "\ec7c";
}
.ci-drone-quadcopter-32:before {
  content: "\ec7d";
}
.ci-drone-quadcopter-top-16:before {
  content: "\ec7e";
}
.ci-drone-quadcopter-top-24:before {
  content: "\ec7f";
}
.ci-drone-quadcopter-top-32:before {
  content: "\ec80";
}
.ci-duplicate-16:before {
  content: "\ec81";
}
.ci-duplicate-24:before {
  content: "\ec82";
}
.ci-duplicate-32:before {
  content: "\ec83";
}
.ci-edit-attributes-16:before {
  content: "\ec84";
}
.ci-edit-attributes-24:before {
  content: "\ec85";
}
.ci-edit-attributes-32:before {
  content: "\ec86";
}
.ci-education-16:before {
  content: "\ec87";
}
.ci-education-24:before {
  content: "\ec88";
}
.ci-education-32:before {
  content: "\ec89";
}
.ci-effects-16:before {
  content: "\ec8a";
}
.ci-effects-24:before {
  content: "\ec8b";
}
.ci-effects-32:before {
  content: "\ec8c";
}
.ci-elevator-16:before {
  content: "\ec8d";
}
.ci-elevator-24:before {
  content: "\ec8e";
}
.ci-elevator-32:before {
  content: "\ec8f";
}
.ci-ellipse-16:before {
  content: "\ec90";
}
.ci-ellipse-24:before {
  content: "\ec91";
}
.ci-ellipse-32:before {
  content: "\ec92";
}
.ci-ellipsis-16:before {
  content: "\ec93";
}
.ci-ellipsis-24:before {
  content: "\ec94";
}
.ci-ellipsis-32:before {
  content: "\ec95";
}
.ci-ellipsis-circle-16:before {
  content: "\ec96";
}
.ci-ellipsis-circle-24:before {
  content: "\ec97";
}
.ci-ellipsis-circle-32:before {
  content: "\ec98";
}
.ci-email-address-16:before {
  content: "\ec99";
}
.ci-email-address-24:before {
  content: "\ec9a";
}
.ci-email-address-32:before {
  content: "\ec9b";
}
.ci-embark-16:before {
  content: "\ec9c";
}
.ci-embark-24:before {
  content: "\ec9d";
}
.ci-embark-32:before {
  content: "\ec9e";
}
.ci-embedded-card-16:before {
  content: "\ec9f";
}
.ci-embedded-card-24:before {
  content: "\eca0";
}
.ci-embedded-card-32:before {
  content: "\eca1";
}
.ci-embedded-content-16:before {
  content: "\eca2";
}
.ci-embedded-content-24:before {
  content: "\eca3";
}
.ci-embedded-content-32:before {
  content: "\eca4";
}
.ci-embedded-live-content-16:before {
  content: "\eca5";
}
.ci-embedded-live-content-24:before {
  content: "\eca6";
}
.ci-embedded-live-content-32:before {
  content: "\eca7";
}
.ci-end-16:before {
  content: "\eca8";
}
.ci-end-16-f:before {
  content: "\eca9";
}
.ci-end-24:before {
  content: "\ecaa";
}
.ci-end-24-f:before {
  content: "\ecab";
}
.ci-end-32:before {
  content: "\ecac";
}
.ci-end-32-f:before {
  content: "\ecad";
}
.ci-envelope-16:before {
  content: "\ecae";
}
.ci-envelope-24:before {
  content: "\ecaf";
}
.ci-envelope-32:before {
  content: "\ecb0";
}
.ci-erase-16:before {
  content: "\ecb1";
}
.ci-erase-24:before {
  content: "\ecb2";
}
.ci-erase-32:before {
  content: "\ecb3";
}
.ci-escalator-16:before {
  content: "\ecb4";
}
.ci-escalator-24:before {
  content: "\ecb5";
}
.ci-escalator-32:before {
  content: "\ecb6";
}
.ci-event-16:before {
  content: "\ecb7";
}
.ci-event-24:before {
  content: "\ecb8";
}
.ci-event-32:before {
  content: "\ecb9";
}
.ci-exclamation-mark-circle-16:before {
  content: "\ecba";
}
.ci-exclamation-mark-circle-16-f:before {
  content: "\ecbb";
}
.ci-exclamation-mark-circle-24:before {
  content: "\ecbc";
}
.ci-exclamation-mark-circle-24-f:before {
  content: "\ecbd";
}
.ci-exclamation-mark-circle-32:before {
  content: "\ecbe";
}
.ci-exclamation-mark-circle-32-f:before {
  content: "\ecbf";
}
.ci-exclamation-mark-triangle-16:before {
  content: "\ecc0";
}
.ci-exclamation-mark-triangle-16-f:before {
  content: "\ecc1";
}
.ci-exclamation-mark-triangle-24:before {
  content: "\ecc2";
}
.ci-exclamation-mark-triangle-24-f:before {
  content: "\ecc3";
}
.ci-exclamation-mark-triangle-32:before {
  content: "\ecc4";
}
.ci-exclamation-mark-triangle-32-f:before {
  content: "\ecc5";
}
.ci-exit-highway-left-16:before {
  content: "\ecc6";
}
.ci-exit-highway-left-24:before {
  content: "\ecc7";
}
.ci-exit-highway-left-32:before {
  content: "\ecc8";
}
.ci-exit-highway-right-16:before {
  content: "\ecc9";
}
.ci-exit-highway-right-24:before {
  content: "\ecca";
}
.ci-exit-highway-right-32:before {
  content: "\eccb";
}
.ci-expand-16:before {
  content: "\eccc";
}
.ci-expand-24:before {
  content: "\eccd";
}
.ci-expand-32:before {
  content: "\ecce";
}
.ci-explore-16:before {
  content: "\eccf";
}
.ci-explore-24:before {
  content: "\ecd0";
}
.ci-explore-32:before {
  content: "\ecd1";
}
.ci-export-16:before {
  content: "\ecd2";
}
.ci-export-24:before {
  content: "\ecd3";
}
.ci-export-32:before {
  content: "\ecd4";
}
.ci-extent-16:before {
  content: "\ecd5";
}
.ci-extent-24:before {
  content: "\ecd6";
}
.ci-extent-32:before {
  content: "\ecd7";
}
.ci-extent-filter-16:before {
  content: "\ecd8";
}
.ci-extent-filter-24:before {
  content: "\ecd9";
}
.ci-extent-filter-32:before {
  content: "\ecda";
}
.ci-eyedropper-16:before {
  content: "\ecdb";
}
.ci-eyedropper-24:before {
  content: "\ecdc";
}
.ci-eyedropper-32:before {
  content: "\ecdd";
}
.ci-face-id-16:before {
  content: "\ecde";
}
.ci-face-id-24:before {
  content: "\ecdf";
}
.ci-face-id-32:before {
  content: "\ece0";
}
.ci-feature-details-16:before {
  content: "\ece1";
}
.ci-feature-details-24:before {
  content: "\ece2";
}
.ci-feature-details-32:before {
  content: "\ece3";
}
.ci-feature-layer-16:before {
  content: "\ece4";
}
.ci-feature-layer-24:before {
  content: "\ece5";
}
.ci-feature-layer-32:before {
  content: "\ece6";
}
.ci-file-16:before {
  content: "\ece7";
}
.ci-file-24:before {
  content: "\ece8";
}
.ci-file-32:before {
  content: "\ece9";
}
.ci-file-archive-16:before {
  content: "\ecea";
}
.ci-file-archive-24:before {
  content: "\eceb";
}
.ci-file-archive-32:before {
  content: "\ecec";
}
.ci-file-cad-16:before {
  content: "\eced";
}
.ci-file-cad-24:before {
  content: "\ecee";
}
.ci-file-cad-32:before {
  content: "\ecef";
}
.ci-file-code-16:before {
  content: "\ecf0";
}
.ci-file-code-24:before {
  content: "\ecf1";
}
.ci-file-code-32:before {
  content: "\ecf2";
}
.ci-file-csv-16:before {
  content: "\ecf3";
}
.ci-file-csv-24:before {
  content: "\ecf4";
}
.ci-file-csv-32:before {
  content: "\ecf5";
}
.ci-file-data-16:before {
  content: "\ecf6";
}
.ci-file-data-24:before {
  content: "\ecf7";
}
.ci-file-data-32:before {
  content: "\ecf8";
}
.ci-file-ecd-16:before {
  content: "\ecf9";
}
.ci-file-ecd-24:before {
  content: "\ecfa";
}
.ci-file-ecd-32:before {
  content: "\ecfb";
}
.ci-file-excel-16:before {
  content: "\ecfc";
}
.ci-file-excel-24:before {
  content: "\ecfd";
}
.ci-file-excel-32:before {
  content: "\ecfe";
}
.ci-file-gpx-16:before {
  content: "\ecff";
}
.ci-file-gpx-24:before {
  content: "\ed00";
}
.ci-file-gpx-32:before {
  content: "\ed01";
}
.ci-file-image-16:before {
  content: "\ed02";
}
.ci-file-image-24:before {
  content: "\ed03";
}
.ci-file-image-32:before {
  content: "\ed04";
}
.ci-file-kml-16:before {
  content: "\ed05";
}
.ci-file-kml-24:before {
  content: "\ed06";
}
.ci-file-kml-32:before {
  content: "\ed07";
}
.ci-file-magnifying-glass-16:before {
  content: "\ed08";
}
.ci-file-magnifying-glass-24:before {
  content: "\ed09";
}
.ci-file-magnifying-glass-32:before {
  content: "\ed0a";
}
.ci-file-pdf-16:before {
  content: "\ed0b";
}
.ci-file-pdf-24:before {
  content: "\ed0c";
}
.ci-file-pdf-32:before {
  content: "\ed0d";
}
.ci-file-pdf-plus-16:before {
  content: "\ed0e";
}
.ci-file-pdf-plus-24:before {
  content: "\ed0f";
}
.ci-file-pdf-plus-32:before {
  content: "\ed10";
}
.ci-file-pitemx-16:before {
  content: "\ed11";
}
.ci-file-pitemx-24:before {
  content: "\ed12";
}
.ci-file-pitemx-32:before {
  content: "\ed13";
}
.ci-file-ppt-16:before {
  content: "\ed14";
}
.ci-file-ppt-24:before {
  content: "\ed15";
}
.ci-file-ppt-32:before {
  content: "\ed16";
}
.ci-file-report-16:before {
  content: "\ed17";
}
.ci-file-report-24:before {
  content: "\ed18";
}
.ci-file-report-32:before {
  content: "\ed19";
}
.ci-files-16:before {
  content: "\ed1a";
}
.ci-files-24:before {
  content: "\ed1b";
}
.ci-files-32:before {
  content: "\ed1c";
}
.ci-files-csv-collection-16:before {
  content: "\ed1d";
}
.ci-files-csv-collection-24:before {
  content: "\ed1e";
}
.ci-files-csv-collection-32:before {
  content: "\ed1f";
}
.ci-file-shape-16:before {
  content: "\ed20";
}
.ci-file-shape-24:before {
  content: "\ed21";
}
.ci-file-shape-32:before {
  content: "\ed22";
}
.ci-file-sound-16:before {
  content: "\ed23";
}
.ci-file-sound-24:before {
  content: "\ed24";
}
.ci-file-sound-32:before {
  content: "\ed25";
}
.ci-file-sqlite-16:before {
  content: "\ed26";
}
.ci-file-sqlite-24:before {
  content: "\ed27";
}
.ci-file-sqlite-32:before {
  content: "\ed28";
}
.ci-file-text-16:before {
  content: "\ed29";
}
.ci-file-text-24:before {
  content: "\ed2a";
}
.ci-file-text-32:before {
  content: "\ed2b";
}
.ci-file-video-16:before {
  content: "\ed2c";
}
.ci-file-video-24:before {
  content: "\ed2d";
}
.ci-file-video-32:before {
  content: "\ed2e";
}
.ci-file-word-16:before {
  content: "\ed2f";
}
.ci-file-word-24:before {
  content: "\ed30";
}
.ci-file-word-32:before {
  content: "\ed31";
}
.ci-file-zip-16:before {
  content: "\ed32";
}
.ci-file-zip-24:before {
  content: "\ed33";
}
.ci-file-zip-32:before {
  content: "\ed34";
}
.ci-filter-16:before {
  content: "\ed35";
}
.ci-filter-24:before {
  content: "\ed36";
}
.ci-filter-32:before {
  content: "\ed37";
}
.ci-fingerprint-16:before {
  content: "\ed3e";
}
.ci-fingerprint-24:before {
  content: "\ed3f";
}
.ci-fingerprint-32:before {
  content: "\ed40";
}
.ci-flash-16:before {
  content: "\ed41";
}
.ci-flash-24:before {
  content: "\ed42";
}
.ci-flash-32:before {
  content: "\ed43";
}
.ci-flip-16:before {
  content: "\ed44";
}
.ci-flip-24:before {
  content: "\ed45";
}
.ci-flip-32:before {
  content: "\ed46";
}
.ci-floor-plan-16:before {
  content: "\ed47";
}
.ci-floor-plan-24:before {
  content: "\ed48";
}
.ci-floor-plan-32:before {
  content: "\ed49";
}
.ci-fog-16:before {
  content: "\ed4a";
}
.ci-fog-24:before {
  content: "\ed4b";
}
.ci-fog-32:before {
  content: "\ed4c";
}
.ci-folder-16:before {
  content: "\ed4d";
}
.ci-folder-24:before {
  content: "\ed4e";
}
.ci-folder-32:before {
  content: "\ed4f";
}
.ci-folder-archive-16:before {
  content: "\ed50";
}
.ci-folder-archive-24:before {
  content: "\ed51";
}
.ci-folder-archive-32:before {
  content: "\ed52";
}
.ci-folder-move-16:before {
  content: "\ed53";
}
.ci-folder-move-24:before {
  content: "\ed54";
}
.ci-folder-move-32:before {
  content: "\ed55";
}
.ci-folder-new-16:before {
  content: "\ed56";
}
.ci-folder-new-24:before {
  content: "\ed57";
}
.ci-folder-new-32:before {
  content: "\ed58";
}
.ci-folder-open-16:before {
  content: "\ed59";
}
.ci-folder-open-24:before {
  content: "\ed5a";
}
.ci-folder-open-32:before {
  content: "\ed5b";
}
.ci-folder-plus-16:before {
  content: "\ed5c";
}
.ci-folder-plus-24:before {
  content: "\ed5d";
}
.ci-folder-plus-32:before {
  content: "\ed5e";
}
.ci-folders-16:before {
  content: "\ed5f";
}
.ci-folders-24:before {
  content: "\ed60";
}
.ci-folders-32:before {
  content: "\ed61";
}
.ci-folder-star-16:before {
  content: "\ed62";
}
.ci-folder-star-24:before {
  content: "\ed63";
}
.ci-folder-star-32:before {
  content: "\ed64";
}
.ci-follow-16:before {
  content: "\ed65";
}
.ci-follow-24:before {
  content: "\ed66";
}
.ci-follow-32:before {
  content: "\ed67";
}
.ci-follow-pause-16:before {
  content: "\ed68";
}
.ci-follow-pause-24:before {
  content: "\ed69";
}
.ci-follow-pause-32:before {
  content: "\ed6a";
}
.ci-follow-play-16:before {
  content: "\ed6b";
}
.ci-follow-play-24:before {
  content: "\ed6c";
}
.ci-follow-play-32:before {
  content: "\ed6d";
}
.ci-footer-16:before {
  content: "\ed6e";
}
.ci-footer-24:before {
  content: "\ed6f";
}
.ci-footer-32:before {
  content: "\ed70";
}
.ci-footprint-16:before {
  content: "\ed71";
}
.ci-footprint-24:before {
  content: "\ed72";
}
.ci-footprint-32:before {
  content: "\ed73";
}
.ci-fork-left-16:before {
  content: "\ed74";
}
.ci-fork-left-24:before {
  content: "\ed75";
}
.ci-fork-left-32:before {
  content: "\ed76";
}
.ci-fork-middle-16:before {
  content: "\ed77";
}
.ci-fork-middle-24:before {
  content: "\ed78";
}
.ci-fork-middle-32:before {
  content: "\ed79";
}
.ci-fork-right-16:before {
  content: "\ed7a";
}
.ci-fork-right-24:before {
  content: "\ed7b";
}
.ci-fork-right-32:before {
  content: "\ed7c";
}
.ci-form-dropdown-16:before {
  content: "\ed7d";
}
.ci-form-dropdown-24:before {
  content: "\ed7e";
}
.ci-form-dropdown-32:before {
  content: "\ed7f";
}
.ci-form-elements-16:before {
  content: "\ed80";
}
.ci-form-elements-24:before {
  content: "\ed81";
}
.ci-form-elements-32:before {
  content: "\ed82";
}
.ci-form-field-16:before {
  content: "\ed83";
}
.ci-form-field-24:before {
  content: "\ed84";
}
.ci-form-field-32:before {
  content: "\ed85";
}
.ci-form-field-multiline-16:before {
  content: "\ed86";
}
.ci-form-field-multiline-24:before {
  content: "\ed87";
}
.ci-form-field-multiline-32:before {
  content: "\ed88";
}
.ci-form-field-off-16:before {
  content: "\ed89";
}
.ci-form-field-off-24:before {
  content: "\ed8a";
}
.ci-form-field-off-32:before {
  content: "\ed8b";
}
.ci-forward-16:before {
  content: "\ed8c";
}
.ci-forward-16-f:before {
  content: "\ed8d";
}
.ci-forward-24:before {
  content: "\ed8e";
}
.ci-forward-24-f:before {
  content: "\ed8f";
}
.ci-forward-32:before {
  content: "\ed90";
}
.ci-forward-32-f:before {
  content: "\ed91";
}
.ci-freehand-16:before {
  content: "\ed92";
}
.ci-freehand-24:before {
  content: "\ed93";
}
.ci-freehand-32:before {
  content: "\ed94";
}
.ci-frown-16:before {
  content: "\ed9b";
}
.ci-frown-24:before {
  content: "\ed9c";
}
.ci-frown-32:before {
  content: "\ed9d";
}
.ci-full-screen-16:before {
  content: "\ed9e";
}
.ci-full-screen-24:before {
  content: "\ed9f";
}
.ci-full-screen-32:before {
  content: "\eda0";
}
.ci-full-screen-exit-16:before {
  content: "\eda1";
}
.ci-full-screen-exit-24:before {
  content: "\eda2";
}
.ci-full-screen-exit-32:before {
  content: "\eda3";
}
.ci-function-16:before {
  content: "\eda4";
}
.ci-function-24:before {
  content: "\eda5";
}
.ci-function-32:before {
  content: "\eda6";
}
.ci-gallery-16:before {
  content: "\eda7";
}
.ci-gallery-24:before {
  content: "\eda8";
}
.ci-gallery-32:before {
  content: "\eda9";
}
.ci-gamma-16:before {
  content: "\edaa";
}
.ci-gamma-24:before {
  content: "\edab";
}
.ci-gamma-32:before {
  content: "\edac";
}
.ci-gauge-16:before {
  content: "\edad";
}
.ci-gauge-24:before {
  content: "\edae";
}
.ci-gauge-32:before {
  content: "\edaf";
}
.ci-gauge-summary-16:before {
  content: "\edb0";
}
.ci-gauge-summary-24:before {
  content: "\edb1";
}
.ci-gauge-summary-32:before {
  content: "\edb2";
}
.ci-gear-16:before {
  content: "\edb3";
}
.ci-gear-24:before {
  content: "\edb4";
}
.ci-gear-32:before {
  content: "\edb5";
}
.ci-geoanalytics-server-16:before {
  content: "\edb6";
}
.ci-geoanalytics-server-24:before {
  content: "\edb7";
}
.ci-geoanalytics-server-32:before {
  content: "\edb8";
}
.ci-geoevent-server-16:before {
  content: "\edb9";
}
.ci-geoevent-server-24:before {
  content: "\edba";
}
.ci-geoevent-server-32:before {
  content: "\edbb";
}
.ci-geographic-link-chart-layout-16:before {
  content: "\edbc";
}
.ci-geographic-link-chart-layout-24:before {
  content: "\edbd";
}
.ci-geographic-link-chart-layout-32:before {
  content: "\edbe";
}
.ci-geonet-16:before {
  content: "\edbf";
}
.ci-geonet-24:before {
  content: "\edc0";
}
.ci-geonet-32:before {
  content: "\edc1";
}
.ci-geonet-question-16:before {
  content: "\edc2";
}
.ci-geonet-question-24:before {
  content: "\edc3";
}
.ci-geonet-question-32:before {
  content: "\edc4";
}
.ci-gis-server-16:before {
  content: "\edc5";
}
.ci-gis-server-24:before {
  content: "\edc6";
}
.ci-gis-server-32:before {
  content: "\edc7";
}
.ci-globe-16:before {
  content: "\edc8";
}
.ci-globe-24:before {
  content: "\edc9";
}
.ci-globe-32:before {
  content: "\edca";
}
.ci-gps-off-16:before {
  content: "\edcb";
}
.ci-gps-off-24:before {
  content: "\edcc";
}
.ci-gps-off-32:before {
  content: "\edcd";
}
.ci-gps-on-16:before {
  content: "\edce";
}
.ci-gps-on-16-f:before {
  content: "\edcf";
}
.ci-gps-on-24:before {
  content: "\edd0";
}
.ci-gps-on-24-f:before {
  content: "\edd1";
}
.ci-gps-on-32:before {
  content: "\edd2";
}
.ci-gps-on-32-f:before {
  content: "\edd3";
}
.ci-graph-axis-16:before {
  content: "\edd4";
}
.ci-graph-axis-24:before {
  content: "\edd5";
}
.ci-graph-axis-32:before {
  content: "\edd6";
}
.ci-graph-bar-16:before {
  content: "\edd7";
}
.ci-graph-bar-24:before {
  content: "\edd8";
}
.ci-graph-bar-32:before {
  content: "\edd9";
}
.ci-graph-bar-100-stacked-16:before {
  content: "\edda";
}
.ci-graph-bar-100-stacked-24:before {
  content: "\eddb";
}
.ci-graph-bar-100-stacked-32:before {
  content: "\eddc";
}
.ci-graph-bar-side-by-side-16:before {
  content: "\eddd";
}
.ci-graph-bar-side-by-side-24:before {
  content: "\edde";
}
.ci-graph-bar-side-by-side-32:before {
  content: "\eddf";
}
.ci-graph-bar-stacked-16:before {
  content: "\ede0";
}
.ci-graph-bar-stacked-24:before {
  content: "\ede1";
}
.ci-graph-bar-stacked-32:before {
  content: "\ede2";
}
.ci-graph-guides-16:before {
  content: "\ede3";
}
.ci-graph-guides-24:before {
  content: "\ede4";
}
.ci-graph-guides-32:before {
  content: "\ede5";
}
.ci-graph-histogram-16:before {
  content: "\ede6";
}
.ci-graph-histogram-24:before {
  content: "\ede7";
}
.ci-graph-histogram-32:before {
  content: "\ede8";
}
.ci-graph-line-series-16:before {
  content: "\ede9";
}
.ci-graph-line-series-24:before {
  content: "\edea";
}
.ci-graph-line-series-32:before {
  content: "\edeb";
}
.ci-graph-moving-average-16:before {
  content: "\edec";
}
.ci-graph-moving-average-24:before {
  content: "\eded";
}
.ci-graph-moving-average-32:before {
  content: "\edee";
}
.ci-graph-scatter-plot-16:before {
  content: "\edf5";
}
.ci-graph-scatter-plot-24:before {
  content: "\edf6";
}
.ci-graph-scatter-plot-32:before {
  content: "\edf7";
}
.ci-graph-time-series-16:before {
  content: "\edf8";
}
.ci-graph-time-series-24:before {
  content: "\edf9";
}
.ci-graph-time-series-32:before {
  content: "\edfa";
}
.ci-grid-16:before {
  content: "\edfb";
}
.ci-grid-24:before {
  content: "\edfc";
}
.ci-grid-32:before {
  content: "\edfd";
}
.ci-grid-diamond-16:before {
  content: "\edfe";
}
.ci-grid-diamond-24:before {
  content: "\edff";
}
.ci-grid-diamond-32:before {
  content: "\ee00";
}
.ci-grid-hexagon-16:before {
  content: "\ee01";
}
.ci-grid-hexagon-24:before {
  content: "\ee02";
}
.ci-grid-hexagon-32:before {
  content: "\ee03";
}
.ci-grid-triangle-16:before {
  content: "\ee04";
}
.ci-grid-triangle-24:before {
  content: "\ee05";
}
.ci-grid-triangle-32:before {
  content: "\ee06";
}
.ci-grid-unit-16:before {
  content: "\ee07";
}
.ci-grid-unit-24:before {
  content: "\ee08";
}
.ci-grid-unit-32:before {
  content: "\ee09";
}
.ci-group-16:before {
  content: "\ee0a";
}
.ci-group-24:before {
  content: "\ee0b";
}
.ci-group-32:before {
  content: "\ee0c";
}
.ci-group-form-16:before {
  content: "\ee0d";
}
.ci-group-form-24:before {
  content: "\ee0e";
}
.ci-group-form-32:before {
  content: "\ee0f";
}
.ci-group-form-plus-16:before {
  content: "\ee10";
}
.ci-group-form-plus-24:before {
  content: "\ee11";
}
.ci-group-form-plus-32:before {
  content: "\ee12";
}
.ci-group-items-16:before {
  content: "\ee13";
}
.ci-group-items-24:before {
  content: "\ee14";
}
.ci-group-items-32:before {
  content: "\ee15";
}
.ci-group-layout-elements-16:before {
  content: "\ee16";
}
.ci-group-layout-elements-24:before {
  content: "\ee17";
}
.ci-group-layout-elements-32:before {
  content: "\ee18";
}
.ci-group-x-16:before {
  content: "\ee19";
}
.ci-group-x-24:before {
  content: "\ee1a";
}
.ci-group-x-32:before {
  content: "\ee1b";
}
.ci-hamburger-16:before {
  content: "\ee2e";
}
.ci-hamburger-24:before {
  content: "\ee2f";
}
.ci-hamburger-32:before {
  content: "\ee30";
}
.ci-hammer-16:before {
  content: "\ee31";
}
.ci-hammer-24:before {
  content: "\ee32";
}
.ci-hammer-32:before {
  content: "\ee33";
}
.ci-handle-vertical-16:before {
  content: "\ee34";
}
.ci-handle-vertical-24:before {
  content: "\ee35";
}
.ci-handle-vertical-32:before {
  content: "\ee36";
}
.ci-heading-16:before {
  content: "\ee37";
}
.ci-heading-24:before {
  content: "\ee38";
}
.ci-heading-32:before {
  content: "\ee39";
}
.ci-heading-rtl-16:before {
  content: "\ee40";
}
.ci-heading-rtl-24:before {
  content: "\ee41";
}
.ci-heading-rtl-32:before {
  content: "\ee42";
}
.ci-headset-16:before {
  content: "\ee43";
}
.ci-headset-24:before {
  content: "\ee44";
}
.ci-headset-32:before {
  content: "\ee45";
}
.ci-heart-16:before {
  content: "\ee46";
}
.ci-heart-16-f:before {
  content: "\ee47";
}
.ci-heart-24:before {
  content: "\ee48";
}
.ci-heart-24-f:before {
  content: "\ee49";
}
.ci-heart-32:before {
  content: "\ee4a";
}
.ci-heart-32-f:before {
  content: "\ee4b";
}
.ci-heat-chart-16:before {
  content: "\ee4c";
}
.ci-heat-chart-24:before {
  content: "\ee4d";
}
.ci-heat-chart-32:before {
  content: "\ee4e";
}
.ci-heavy-rain-16:before {
  content: "\ee4f";
}
.ci-heavy-rain-24:before {
  content: "\ee50";
}
.ci-heavy-rain-32:before {
  content: "\ee51";
}
.ci-heavy-snow-16:before {
  content: "\ee52";
}
.ci-heavy-snow-24:before {
  content: "\ee53";
}
.ci-heavy-snow-32:before {
  content: "\ee54";
}
.ci-hide-empty-16:before {
  content: "\ee55";
}
.ci-hide-empty-24:before {
  content: "\ee56";
}
.ci-hide-empty-32:before {
  content: "\ee57";
}
.ci-highlighter-16:before {
  content: "\ee58";
}
.ci-highlighter-24:before {
  content: "\ee59";
}
.ci-highlighter-32:before {
  content: "\ee5a";
}
.ci-highlighter-tip-16:before {
  content: "\ee5b";
}
.ci-highlighter-tip-24:before {
  content: "\ee5c";
}
.ci-highlighter-tip-32:before {
  content: "\ee5d";
}
.ci-highway-change-16:before {
  content: "\ee5e";
}
.ci-highway-change-24:before {
  content: "\ee5f";
}
.ci-highway-change-32:before {
  content: "\ee60";
}
.ci-highway-change-right-16:before {
  content: "\ee61";
}
.ci-highway-change-right-24:before {
  content: "\ee62";
}
.ci-highway-change-right-32:before {
  content: "\ee63";
}
.ci-home-16:before {
  content: "\ee70";
}
.ci-home-24:before {
  content: "\ee71";
}
.ci-home-32:before {
  content: "\ee72";
}
.ci-horizontal-distribute-16:before {
  content: "\ee73";
}
.ci-horizontal-distribute-24:before {
  content: "\ee74";
}
.ci-horizontal-distribute-32:before {
  content: "\ee75";
}
.ci-hourglass-active-16:before {
  content: "\ee76";
}
.ci-hourglass-active-24:before {
  content: "\ee77";
}
.ci-hourglass-active-32:before {
  content: "\ee78";
}
.ci-hourglass-expired-16:before {
  content: "\ee79";
}
.ci-hourglass-expired-24:before {
  content: "\ee7a";
}
.ci-hourglass-expired-32:before {
  content: "\ee7b";
}
.ci-image-16:before {
  content: "\ee7c";
}
.ci-image-24:before {
  content: "\ee7d";
}
.ci-image-32:before {
  content: "\ee7e";
}
.ci-image-chips-16:before {
  content: "\ee7f";
}
.ci-image-chips-24:before {
  content: "\ee80";
}
.ci-image-chips-32:before {
  content: "\ee81";
}
.ci-image-mensuration-16:before {
  content: "\ee94";
}
.ci-image-mensuration-24:before {
  content: "\ee95";
}
.ci-image-mensuration-32:before {
  content: "\ee96";
}
.ci-image-pin-16:before {
  content: "\ee97";
}
.ci-image-pin-24:before {
  content: "\ee98";
}
.ci-image-pin-32:before {
  content: "\ee99";
}
.ci-image-plus-16:before {
  content: "\ee9a";
}
.ci-image-plus-24:before {
  content: "\ee9b";
}
.ci-image-plus-32:before {
  content: "\ee9c";
}
.ci-images-16:before {
  content: "\ee9d";
}
.ci-images-24:before {
  content: "\ee9e";
}
.ci-images-32:before {
  content: "\ee9f";
}
.ci-image-segmentation-16:before {
  content: "\eea0";
}
.ci-image-segmentation-24:before {
  content: "\eea1";
}
.ci-image-segmentation-32:before {
  content: "\eea2";
}
.ci-image-space-16:before {
  content: "\eeac";
}
.ci-image-space-24:before {
  content: "\eead";
}
.ci-image-space-32:before {
  content: "\eeae";
}
.ci-image-unit-16:before {
  content: "\eeaf";
}
.ci-image-unit-24:before {
  content: "\eeb0";
}
.ci-image-unit-32:before {
  content: "\eeb1";
}
.ci-import-16:before {
  content: "\eeb2";
}
.ci-import-24:before {
  content: "\eeb3";
}
.ci-import-32:before {
  content: "\eeb4";
}
.ci-inbox-16:before {
  content: "\eeb5";
}
.ci-inbox-24:before {
  content: "\eeb6";
}
.ci-inbox-32:before {
  content: "\eeb7";
}
.ci-increase-link-chart-symbol-size-16:before {
  content: "\eeb8";
}
.ci-increase-link-chart-symbol-size-24:before {
  content: "\eeb9";
}
.ci-increase-link-chart-symbol-size-32:before {
  content: "\eeba";
}
.ci-indicator-16:before {
  content: "\eebb";
}
.ci-indicator-24:before {
  content: "\eebc";
}
.ci-indicator-32:before {
  content: "\eebd";
}
.ci-infographic-16:before {
  content: "\eebe";
}
.ci-infographic-24:before {
  content: "\eebf";
}
.ci-infographic-32:before {
  content: "\eec0";
}
.ci-information-16:before {
  content: "\eec1";
}
.ci-information-16-f:before {
  content: "\eec2";
}
.ci-information-24:before {
  content: "\eec3";
}
.ci-information-24-f:before {
  content: "\eec4";
}
.ci-information-32:before {
  content: "\eec5";
}
.ci-information-32-f:before {
  content: "\eec6";
}
.ci-information-letter-16:before {
  content: "\eec7";
}
.ci-information-letter-24:before {
  content: "\eec8";
}
.ci-information-letter-32:before {
  content: "\eec9";
}
.ci-initiative-16:before {
  content: "\eeca";
}
.ci-initiative-24:before {
  content: "\eecb";
}
.ci-initiative-32:before {
  content: "\eecc";
}
.ci-initiative-template-16:before {
  content: "\eecd";
}
.ci-initiative-template-24:before {
  content: "\eece";
}
.ci-initiative-template-32:before {
  content: "\eecf";
}
.ci-insets-16:before {
  content: "\eed0";
}
.ci-insets-24:before {
  content: "\eed1";
}
.ci-insets-32:before {
  content: "\eed2";
}
.ci-inspection-16:before {
  content: "\eed3";
}
.ci-inspection-24:before {
  content: "\eed4";
}
.ci-inspection-32:before {
  content: "\eed5";
}
.ci-integer-16:before {
  content: "\eed6";
}
.ci-integer-24:before {
  content: "\eed7";
}
.ci-integer-32:before {
  content: "\eed8";
}
.ci-investigation-16:before {
  content: "\eed9";
}
.ci-investigation-24:before {
  content: "\eeda";
}
.ci-investigation-32:before {
  content: "\eedb";
}
.ci-italicize-16:before {
  content: "\eedc";
}
.ci-italicize-24:before {
  content: "\eedd";
}
.ci-italicize-32:before {
  content: "\eede";
}
.ci-key-16:before {
  content: "\eedf";
}
.ci-key-24:before {
  content: "\eee0";
}
.ci-key-32:before {
  content: "\eee1";
}
.ci-keyboard-16:before {
  content: "\eee2";
}
.ci-keyboard-24:before {
  content: "\eee3";
}
.ci-keyboard-32:before {
  content: "\eee4";
}
.ci-keypad-16:before {
  content: "\eee5";
}
.ci-keypad-24:before {
  content: "\eee6";
}
.ci-keypad-32:before {
  content: "\eee7";
}
.ci-knowledge-graph-16:before {
  content: "\eee8";
}
.ci-knowledge-graph-24:before {
  content: "\eee9";
}
.ci-knowledge-graph-32:before {
  content: "\eeea";
}
.ci-knowledge-graph-dashboard-16:before {
  content: "\eeeb";
}
.ci-knowledge-graph-dashboard-24:before {
  content: "\eeec";
}
.ci-knowledge-graph-dashboard-32:before {
  content: "\eeed";
}
.ci-knowledge-graph-data-model-16:before {
  content: "\eeee";
}
.ci-knowledge-graph-data-model-24:before {
  content: "\eeef";
}
.ci-knowledge-graph-data-model-32:before {
  content: "\eef0";
}
.ci-knowledge-graph-export-16:before {
  content: "\eef1";
}
.ci-knowledge-graph-export-24:before {
  content: "\eef2";
}
.ci-knowledge-graph-export-32:before {
  content: "\eef3";
}
.ci-knowledge-graph-import-16:before {
  content: "\eef4";
}
.ci-knowledge-graph-import-24:before {
  content: "\eef5";
}
.ci-knowledge-graph-import-32:before {
  content: "\eef6";
}
.ci-knowledge-graph-new-16:before {
  content: "\eef7";
}
.ci-knowledge-graph-new-24:before {
  content: "\eef8";
}
.ci-knowledge-graph-new-32:before {
  content: "\eef9";
}
.ci-knowledge-layer-16:before {
  content: "\ef00";
}
.ci-knowledge-layer-24:before {
  content: "\ef01";
}
.ci-knowledge-layer-32:before {
  content: "\ef02";
}
.ci-knowledge-server-16:before {
  content: "\ef03";
}
.ci-knowledge-server-24:before {
  content: "\ef04";
}
.ci-knowledge-server-32:before {
  content: "\ef05";
}
.ci-label-16:before {
  content: "\ef06";
}
.ci-label-24:before {
  content: "\ef07";
}
.ci-label-32:before {
  content: "\ef08";
}
.ci-label-off-16:before {
  content: "\ef09";
}
.ci-label-off-24:before {
  content: "\ef0a";
}
.ci-label-off-32:before {
  content: "\ef0b";
}
.ci-language-16:before {
  content: "\ef0c";
}
.ci-language-24:before {
  content: "\ef0d";
}
.ci-language-32:before {
  content: "\ef0e";
}
.ci-language-translate-16:before {
  content: "\ef0f";
}
.ci-language-translate-24:before {
  content: "\ef10";
}
.ci-language-translate-32:before {
  content: "\ef11";
}
.ci-lasso-16:before {
  content: "\ef12";
}
.ci-lasso-24:before {
  content: "\ef13";
}
.ci-lasso-32:before {
  content: "\ef14";
}
.ci-lasso-select-16:before {
  content: "\ef15";
}
.ci-lasso-select-24:before {
  content: "\ef16";
}
.ci-lasso-select-32:before {
  content: "\ef17";
}
.ci-launch-16:before {
  content: "\ef18";
}
.ci-launch-24:before {
  content: "\ef19";
}
.ci-launch-32:before {
  content: "\ef1a";
}
.ci-layer-16:before {
  content: "\ef1b";
}
.ci-layer-24:before {
  content: "\ef1c";
}
.ci-layer-32:before {
  content: "\ef1d";
}
.ci-layer-basemap-16:before {
  content: "\ef1e";
}
.ci-layer-basemap-24:before {
  content: "\ef1f";
}
.ci-layer-basemap-32:before {
  content: "\ef20";
}
.ci-layer-broken-16:before {
  content: "\ef21";
}
.ci-layer-broken-24:before {
  content: "\ef22";
}
.ci-layer-broken-32:before {
  content: "\ef23";
}
.ci-layer-filter-16:before {
  content: "\ef24";
}
.ci-layer-filter-24:before {
  content: "\ef25";
}
.ci-layer-filter-32:before {
  content: "\ef26";
}
.ci-layer-graphics-16:before {
  content: "\ef27";
}
.ci-layer-graphics-24:before {
  content: "\ef28";
}
.ci-layer-graphics-32:before {
  content: "\ef29";
}
.ci-layer-hide-16:before {
  content: "\ef2a";
}
.ci-layer-hide-24:before {
  content: "\ef2b";
}
.ci-layer-hide-32:before {
  content: "\ef2c";
}
.ci-layer-kml-16:before {
  content: "\ef2d";
}
.ci-layer-kml-24:before {
  content: "\ef2e";
}
.ci-layer-kml-32:before {
  content: "\ef2f";
}
.ci-layer-line-16:before {
  content: "\ef30";
}
.ci-layer-line-24:before {
  content: "\ef31";
}
.ci-layer-line-32:before {
  content: "\ef32";
}
.ci-layer-line-service-16:before {
  content: "\ef33";
}
.ci-layer-line-service-24:before {
  content: "\ef34";
}
.ci-layer-line-service-32:before {
  content: "\ef35";
}
.ci-layer-map-16:before {
  content: "\ef36";
}
.ci-layer-map-24:before {
  content: "\ef37";
}
.ci-layer-map-32:before {
  content: "\ef38";
}
.ci-layer-map-service-16:before {
  content: "\ef39";
}
.ci-layer-map-service-24:before {
  content: "\ef3a";
}
.ci-layer-map-service-32:before {
  content: "\ef3b";
}
.ci-layer-points-16:before {
  content: "\ef3c";
}
.ci-layer-points-24:before {
  content: "\ef3d";
}
.ci-layer-points-32:before {
  content: "\ef3e";
}
.ci-layer-polygon-16:before {
  content: "\ef3f";
}
.ci-layer-polygon-24:before {
  content: "\ef40";
}
.ci-layer-polygon-32:before {
  content: "\ef41";
}
.ci-layer-polygon-service-16:before {
  content: "\ef42";
}
.ci-layer-polygon-service-24:before {
  content: "\ef43";
}
.ci-layer-polygon-service-32:before {
  content: "\ef44";
}
.ci-layers-16:before {
  content: "\ef45";
}
.ci-layers-24:before {
  content: "\ef46";
}
.ci-layers-32:before {
  content: "\ef47";
}
.ci-layers-editable-16:before {
  content: "\ef48";
}
.ci-layers-editable-24:before {
  content: "\ef49";
}
.ci-layers-editable-32:before {
  content: "\ef4a";
}
.ci-layer-service-16:before {
  content: "\ef4b";
}
.ci-layer-service-24:before {
  content: "\ef4c";
}
.ci-layer-service-32:before {
  content: "\ef4d";
}
.ci-layers-reference-16:before {
  content: "\ef4e";
}
.ci-layers-reference-24:before {
  content: "\ef4f";
}
.ci-layers-reference-32:before {
  content: "\ef50";
}
.ci-layer-zoom-to-16:before {
  content: "\ef51";
}
.ci-layer-zoom-to-24:before {
  content: "\ef52";
}
.ci-layer-zoom-to-32:before {
  content: "\ef53";
}
.ci-layout-horizontal-16:before {
  content: "\ef54";
}
.ci-layout-horizontal-24:before {
  content: "\ef55";
}
.ci-layout-horizontal-32:before {
  content: "\ef56";
}
.ci-layout-vertical-16:before {
  content: "\ef57";
}
.ci-layout-vertical-24:before {
  content: "\ef58";
}
.ci-layout-vertical-32:before {
  content: "\ef59";
}
.ci-left-16:before {
  content: "\ef5a";
}
.ci-left-24:before {
  content: "\ef5b";
}
.ci-left-32:before {
  content: "\ef5c";
}
.ci-left-align-16:before {
  content: "\ef5d";
}
.ci-left-align-24:before {
  content: "\ef5e";
}
.ci-left-align-32:before {
  content: "\ef5f";
}
.ci-left-edge-16:before {
  content: "\ef60";
}
.ci-left-edge-24:before {
  content: "\ef61";
}
.ci-left-edge-32:before {
  content: "\ef62";
}
.ci-left-left-16:before {
  content: "\ef63";
}
.ci-left-left-24:before {
  content: "\ef64";
}
.ci-left-left-32:before {
  content: "\ef65";
}
.ci-left-right-16:before {
  content: "\ef66";
}
.ci-left-right-24:before {
  content: "\ef67";
}
.ci-left-right-32:before {
  content: "\ef68";
}
.ci-legend-16:before {
  content: "\ef69";
}
.ci-legend-24:before {
  content: "\ef6a";
}
.ci-legend-32:before {
  content: "\ef6b";
}
.ci-legend-left-16:before {
  content: "\ef6c";
}
.ci-legend-left-24:before {
  content: "\ef6d";
}
.ci-legend-left-32:before {
  content: "\ef6e";
}
.ci-legend-plus-16:before {
  content: "\ef6f";
}
.ci-legend-plus-24:before {
  content: "\ef70";
}
.ci-legend-plus-32:before {
  content: "\ef71";
}
.ci-legend-right-16:before {
  content: "\ef72";
}
.ci-legend-right-24:before {
  content: "\ef73";
}
.ci-legend-right-32:before {
  content: "\ef74";
}
.ci-license-16:before {
  content: "\ef75";
}
.ci-license-24:before {
  content: "\ef76";
}
.ci-license-32:before {
  content: "\ef77";
}
.ci-lightbulb-16:before {
  content: "\ef78";
}
.ci-lightbulb-24:before {
  content: "\ef79";
}
.ci-lightbulb-32:before {
  content: "\ef7a";
}
.ci-light-rain-16:before {
  content: "\ef7b";
}
.ci-light-rain-24:before {
  content: "\ef7c";
}
.ci-light-rain-32:before {
  content: "\ef7d";
}
.ci-light-snow-16:before {
  content: "\ef7e";
}
.ci-light-snow-24:before {
  content: "\ef7f";
}
.ci-light-snow-32:before {
  content: "\ef80";
}
.ci-line-16:before {
  content: "\ef81";
}
.ci-line-24:before {
  content: "\ef82";
}
.ci-line-32:before {
  content: "\ef83";
}
.ci-line-check-16:before {
  content: "\ef84";
}
.ci-line-check-24:before {
  content: "\ef85";
}
.ci-line-check-32:before {
  content: "\ef86";
}
.ci-line-dashed-16:before {
  content: "\ef87";
}
.ci-line-dashed-24:before {
  content: "\ef88";
}
.ci-line-dashed-32:before {
  content: "\ef89";
}
.ci-line-dotted-16:before {
  content: "\ef8a";
}
.ci-line-dotted-24:before {
  content: "\ef8b";
}
.ci-line-dotted-32:before {
  content: "\ef8c";
}
.ci-line-of-sight-16:before {
  content: "\ef8d";
}
.ci-line-of-sight-24:before {
  content: "\ef8e";
}
.ci-line-of-sight-32:before {
  content: "\ef8f";
}
.ci-line-solid-16:before {
  content: "\ef90";
}
.ci-line-solid-24:before {
  content: "\ef91";
}
.ci-line-solid-32:before {
  content: "\ef92";
}
.ci-line-straight-16:before {
  content: "\ef93";
}
.ci-line-straight-24:before {
  content: "\ef94";
}
.ci-line-straight-32:before {
  content: "\ef95";
}
.ci-link-16:before {
  content: "\ef96";
}
.ci-link-24:before {
  content: "\ef97";
}
.ci-link-32:before {
  content: "\ef98";
}
.ci-link-chart-16:before {
  content: "\ef99";
}
.ci-link-chart-24:before {
  content: "\ef9a";
}
.ci-link-chart-32:before {
  content: "\ef9b";
}
.ci-list-16:before {
  content: "\ef9c";
}
.ci-list-24:before {
  content: "\ef9d";
}
.ci-list-32:before {
  content: "\ef9e";
}
.ci-list-bullet-16:before {
  content: "\ef9f";
}
.ci-list-bullet-24:before {
  content: "\efa0";
}
.ci-list-bullet-32:before {
  content: "\efa1";
}
.ci-list-button-16:before {
  content: "\efa2";
}
.ci-list-button-24:before {
  content: "\efa3";
}
.ci-list-button-32:before {
  content: "\efa4";
}
.ci-list-check-16:before {
  content: "\efa5";
}
.ci-list-check-24:before {
  content: "\efa6";
}
.ci-list-check-32:before {
  content: "\efa7";
}
.ci-list-check-all-16:before {
  content: "\efa8";
}
.ci-list-check-all-24:before {
  content: "\efa9";
}
.ci-list-check-all-32:before {
  content: "\efaa";
}
.ci-list-merge-16:before {
  content: "\efab";
}
.ci-list-merge-24:before {
  content: "\efac";
}
.ci-list-merge-32:before {
  content: "\efad";
}
.ci-list-number-16:before {
  content: "\efae";
}
.ci-list-number-24:before {
  content: "\efaf";
}
.ci-list-number-32:before {
  content: "\efb0";
}
.ci-list-number-rtl-16:before {
  content: "\efb1";
}
.ci-list-number-rtl-24:before {
  content: "\efb2";
}
.ci-list-number-rtl-32:before {
  content: "\efb3";
}
.ci-list-radio-16:before {
  content: "\efb4";
}
.ci-list-radio-24:before {
  content: "\efb5";
}
.ci-list-radio-32:before {
  content: "\efb6";
}
.ci-list-rectangle-16:before {
  content: "\efb7";
}
.ci-list-rectangle-24:before {
  content: "\efb8";
}
.ci-list-rectangle-32:before {
  content: "\efb9";
}
.ci-list-show-all-16:before {
  content: "\efba";
}
.ci-list-show-all-24:before {
  content: "\efbb";
}
.ci-list-show-all-32:before {
  content: "\efbc";
}
.ci-locator-16:before {
  content: "\efbd";
}
.ci-locator-24:before {
  content: "\efbe";
}
.ci-locator-32:before {
  content: "\efbf";
}
.ci-lock-16:before {
  content: "\efc0";
}
.ci-lock-16-f:before {
  content: "\efc1";
}
.ci-lock-24:before {
  content: "\efc2";
}
.ci-lock-24-f:before {
  content: "\efc3";
}
.ci-lock-32:before {
  content: "\efc4";
}
.ci-lock-32-f:before {
  content: "\efc5";
}
.ci-ltr-elements-align-16:before {
  content: "\efc6";
}
.ci-ltr-elements-align-24:before {
  content: "\efc7";
}
.ci-ltr-elements-align-32:before {
  content: "\efc8";
}
.ci-ltr-paragraph-align-16:before {
  content: "\efc9";
}
.ci-ltr-paragraph-align-24:before {
  content: "\efca";
}
.ci-ltr-paragraph-align-32:before {
  content: "\efcb";
}
.ci-magnifying-glass-16:before {
  content: "\efcc";
}
.ci-magnifying-glass-24:before {
  content: "\efcd";
}
.ci-magnifying-glass-32:before {
  content: "\efce";
}
.ci-magnifying-glass-minus-16:before {
  content: "\efcf";
}
.ci-magnifying-glass-minus-24:before {
  content: "\efd0";
}
.ci-magnifying-glass-minus-32:before {
  content: "\efd1";
}
.ci-magnifying-glass-plus-16:before {
  content: "\efd2";
}
.ci-magnifying-glass-plus-24:before {
  content: "\efd3";
}
.ci-magnifying-glass-plus-32:before {
  content: "\efd4";
}
.ci-map-16:before {
  content: "\efd5";
}
.ci-map-24:before {
  content: "\efd6";
}
.ci-map-32:before {
  content: "\efd7";
}
.ci-map-contents-16:before {
  content: "\efd8";
}
.ci-map-contents-24:before {
  content: "\efd9";
}
.ci-map-contents-32:before {
  content: "\efda";
}
.ci-map-pin-16:before {
  content: "\efdb";
}
.ci-map-pin-24:before {
  content: "\efdc";
}
.ci-map-pin-32:before {
  content: "\efdd";
}
.ci-map-space-16:before {
  content: "\efde";
}
.ci-map-space-24:before {
  content: "\efdf";
}
.ci-map-space-32:before {
  content: "\efe0";
}
.ci-marketplace-16:before {
  content: "\efe1";
}
.ci-marketplace-24:before {
  content: "\efe2";
}
.ci-marketplace-32:before {
  content: "\efe3";
}
.ci-maximize-16:before {
  content: "\efe4";
}
.ci-maximize-24:before {
  content: "\efe5";
}
.ci-maximize-32:before {
  content: "\efe6";
}
.ci-maximum-16:before {
  content: "\efe7";
}
.ci-maximum-24:before {
  content: "\efe8";
}
.ci-maximum-32:before {
  content: "\efe9";
}
.ci-maximum-graph-16:before {
  content: "\efea";
}
.ci-maximum-graph-24:before {
  content: "\efeb";
}
.ci-maximum-graph-32:before {
  content: "\efec";
}
.ci-maximum-territory-distance-16:before {
  content: "\efed";
}
.ci-maximum-territory-distance-24:before {
  content: "\efee";
}
.ci-maximum-territory-distance-32:before {
  content: "\efef";
}
.ci-measure-16:before {
  content: "\eff0";
}
.ci-measure-24:before {
  content: "\eff1";
}
.ci-measure-32:before {
  content: "\eff2";
}
.ci-measure-area-16:before {
  content: "\eff3";
}
.ci-measure-area-24:before {
  content: "\eff4";
}
.ci-measure-area-32:before {
  content: "\eff5";
}
.ci-measure-building-height-shadow-16:before {
  content: "\eff6";
}
.ci-measure-building-height-shadow-24:before {
  content: "\eff7";
}
.ci-measure-building-height-shadow-32:before {
  content: "\eff8";
}
.ci-measure-building-height-top-base-16:before {
  content: "\eff9";
}
.ci-measure-building-height-top-base-24:before {
  content: "\effa";
}
.ci-measure-building-height-top-base-32:before {
  content: "\effb";
}
.ci-measure-building-height-top-shadow-16:before {
  content: "\effc";
}
.ci-measure-building-height-top-shadow-24:before {
  content: "\effd";
}
.ci-measure-building-height-top-shadow-32:before {
  content: "\effe";
}
.ci-measure-line-16:before {
  content: "\efff";
}
.ci-measure-line-24:before {
  content: "\f000";
}
.ci-measure-line-32:before {
  content: "\f001";
}
.ci-media-layer-16:before {
  content: "\f002";
}
.ci-media-layer-24:before {
  content: "\f003";
}
.ci-media-layer-32:before {
  content: "\f004";
}
.ci-mega-phone-16:before {
  content: "\f005";
}
.ci-mega-phone-24:before {
  content: "\f006";
}
.ci-mega-phone-32:before {
  content: "\f007";
}
.ci-merge-16:before {
  content: "\f008";
}
.ci-merge-24:before {
  content: "\f009";
}
.ci-merge-32:before {
  content: "\f00a";
}
.ci-merge-on-highway-16:before {
  content: "\f00b";
}
.ci-merge-on-highway-24:before {
  content: "\f00c";
}
.ci-merge-on-highway-32:before {
  content: "\f00d";
}
.ci-merge-on-highway-right-16:before {
  content: "\f00e";
}
.ci-merge-on-highway-right-24:before {
  content: "\f00f";
}
.ci-merge-on-highway-right-32:before {
  content: "\f010";
}
.ci-microphone-16:before {
  content: "\f011";
}
.ci-microphone-24:before {
  content: "\f012";
}
.ci-microphone-32:before {
  content: "\f013";
}
.ci-microphone-plus-16:before {
  content: "\f014";
}
.ci-microphone-plus-24:before {
  content: "\f015";
}
.ci-microphone-plus-32:before {
  content: "\f016";
}
.ci-min-distance-between-centers-16:before {
  content: "\f017";
}
.ci-min-distance-between-centers-24:before {
  content: "\f018";
}
.ci-min-distance-between-centers-32:before {
  content: "\f019";
}
.ci-minimize-16:before {
  content: "\f01a";
}
.ci-minimize-24:before {
  content: "\f01b";
}
.ci-minimize-32:before {
  content: "\f01c";
}
.ci-minimum-16:before {
  content: "\f01d";
}
.ci-minimum-24:before {
  content: "\f01e";
}
.ci-minimum-32:before {
  content: "\f01f";
}
.ci-minimum-graph-16:before {
  content: "\f020";
}
.ci-minimum-graph-24:before {
  content: "\f021";
}
.ci-minimum-graph-32:before {
  content: "\f022";
}
.ci-minus-16:before {
  content: "\f023";
}
.ci-minus-24:before {
  content: "\f024";
}
.ci-minus-32:before {
  content: "\f025";
}
.ci-minus-circle-16:before {
  content: "\f026";
}
.ci-minus-circle-24:before {
  content: "\f027";
}
.ci-minus-circle-32:before {
  content: "\f028";
}
.ci-minus-square-16:before {
  content: "\f029";
}
.ci-minus-square-24:before {
  content: "\f02a";
}
.ci-minus-square-32:before {
  content: "\f02b";
}
.ci-miscellaneous-collection-16:before {
  content: "\f02c";
}
.ci-miscellaneous-collection-24:before {
  content: "\f02d";
}
.ci-miscellaneous-collection-32:before {
  content: "\f02e";
}
.ci-mobile-16:before {
  content: "\f02f";
}
.ci-mobile-24:before {
  content: "\f030";
}
.ci-mobile-32:before {
  content: "\f031";
}
.ci-mobile-off-16:before {
  content: "\f032";
}
.ci-mobile-off-24:before {
  content: "\f033";
}
.ci-mobile-off-32:before {
  content: "\f034";
}
.ci-mobile-vibrate-16:before {
  content: "\f035";
}
.ci-mobile-vibrate-24:before {
  content: "\f036";
}
.ci-mobile-vibrate-32:before {
  content: "\f037";
}
.ci-monitor-16:before {
  content: "\f038";
}
.ci-monitor-24:before {
  content: "\f039";
}
.ci-monitor-32:before {
  content: "\f03a";
}
.ci-moon-16:before {
  content: "\f03b";
}
.ci-moon-24:before {
  content: "\f03c";
}
.ci-moon-32:before {
  content: "\f03d";
}
.ci-move-16:before {
  content: "\f03e";
}
.ci-move-24:before {
  content: "\f03f";
}
.ci-move-32:before {
  content: "\f040";
}
.ci-move-up-16:before {
  content: "\f041";
}
.ci-move-up-24:before {
  content: "\f042";
}
.ci-move-up-32:before {
  content: "\f043";
}
.ci-move-up-all-16:before {
  content: "\f044";
}
.ci-move-up-all-24:before {
  content: "\f045";
}
.ci-move-up-all-32:before {
  content: "\f046";
}
.ci-mu-16:before {
  content: "\f047";
}
.ci-mu-24:before {
  content: "\f048";
}
.ci-mu-32:before {
  content: "\f049";
}
.ci-multiple-variables-16:before {
  content: "\f050";
}
.ci-multiple-variables-24:before {
  content: "\f051";
}
.ci-multiple-variables-32:before {
  content: "\f052";
}
.ci-music-note-16:before {
  content: "\f053";
}
.ci-music-note-24:before {
  content: "\f054";
}
.ci-music-note-32:before {
  content: "\f055";
}
.ci-new-training-16:before {
  content: "\f056";
}
.ci-new-training-24:before {
  content: "\f057";
}
.ci-new-training-32:before {
  content: "\f058";
}
.ci-no-attachment-16:before {
  content: "\f059";
}
.ci-no-attachment-24:before {
  content: "\f05a";
}
.ci-no-attachment-32:before {
  content: "\f05b";
}
.ci-nodes-link-16:before {
  content: "\f05c";
}
.ci-nodes-link-24:before {
  content: "\f05d";
}
.ci-nodes-link-32:before {
  content: "\f05e";
}
.ci-nodes-merge-16:before {
  content: "\f05f";
}
.ci-nodes-merge-24:before {
  content: "\f060";
}
.ci-nodes-merge-32:before {
  content: "\f061";
}
.ci-nodes-unlink-16:before {
  content: "\f062";
}
.ci-nodes-unlink-24:before {
  content: "\f063";
}
.ci-nodes-unlink-32:before {
  content: "\f064";
}
.ci-nodes-unmerge-16:before {
  content: "\f065";
}
.ci-nodes-unmerge-24:before {
  content: "\f066";
}
.ci-nodes-unmerge-32:before {
  content: "\f067";
}
.ci-no-image-16:before {
  content: "\f068";
}
.ci-no-image-24:before {
  content: "\f069";
}
.ci-no-image-32:before {
  content: "\f06a";
}
.ci-no-map-16:before {
  content: "\f06b";
}
.ci-no-map-24:before {
  content: "\f06c";
}
.ci-no-map-32:before {
  content: "\f06d";
}
.ci-notebook-16:before {
  content: "\f06e";
}
.ci-notebook-24:before {
  content: "\f06f";
}
.ci-notebook-32:before {
  content: "\f070";
}
.ci-notebook-server-16:before {
  content: "\f071";
}
.ci-notebook-server-24:before {
  content: "\f072";
}
.ci-notebook-server-32:before {
  content: "\f073";
}
.ci-notebook-snapshot-16:before {
  content: "\f074";
}
.ci-notebook-snapshot-24:before {
  content: "\f075";
}
.ci-notebook-snapshot-32:before {
  content: "\f076";
}
.ci-null-16:before {
  content: "\f077";
}
.ci-null-24:before {
  content: "\f078";
}
.ci-null-32:before {
  content: "\f079";
}
.ci-number-16:before {
  content: "\f07a";
}
.ci-number-24:before {
  content: "\f07b";
}
.ci-number-32:before {
  content: "\f07c";
}
.ci-number-circle-1-16:before {
  content: "\f07d";
}
.ci-number-circle-1-24:before {
  content: "\f07e";
}
.ci-number-circle-1-32:before {
  content: "\f07f";
}
.ci-number-circle-2-16:before {
  content: "\f080";
}
.ci-number-circle-2-24:before {
  content: "\f081";
}
.ci-number-circle-2-32:before {
  content: "\f082";
}
.ci-number-circle-3-16:before {
  content: "\f083";
}
.ci-number-circle-3-24:before {
  content: "\f084";
}
.ci-number-circle-3-32:before {
  content: "\f085";
}
.ci-number-circle-4-16:before {
  content: "\f086";
}
.ci-number-circle-4-24:before {
  content: "\f087";
}
.ci-number-circle-4-32:before {
  content: "\f088";
}
.ci-number-circle-5-16:before {
  content: "\f089";
}
.ci-number-circle-5-24:before {
  content: "\f08a";
}
.ci-number-circle-5-32:before {
  content: "\f08b";
}
.ci-number-circle-6-16:before {
  content: "\f08c";
}
.ci-number-circle-6-24:before {
  content: "\f08d";
}
.ci-number-circle-6-32:before {
  content: "\f08e";
}
.ci-number-circle-7-16:before {
  content: "\f08f";
}
.ci-number-circle-7-24:before {
  content: "\f090";
}
.ci-number-circle-7-32:before {
  content: "\f091";
}
.ci-number-circle-8-16:before {
  content: "\f092";
}
.ci-number-circle-8-24:before {
  content: "\f093";
}
.ci-number-circle-8-32:before {
  content: "\f094";
}
.ci-number-circle-9-16:before {
  content: "\f095";
}
.ci-number-circle-9-24:before {
  content: "\f096";
}
.ci-number-circle-9-32:before {
  content: "\f097";
}
.ci-number-of-territories-16:before {
  content: "\f098";
}
.ci-number-of-territories-24:before {
  content: "\f099";
}
.ci-number-of-territories-32:before {
  content: "\f09a";
}
.ci-object-detection-16:before {
  content: "\f09b";
}
.ci-object-detection-24:before {
  content: "\f09c";
}
.ci-object-detection-32:before {
  content: "\f09d";
}
.ci-offline-16:before {
  content: "\f09e";
}
.ci-offline-24:before {
  content: "\f09f";
}
.ci-offline-32:before {
  content: "\f0a0";
}
.ci-online-16:before {
  content: "\f0a1";
}
.ci-online-24:before {
  content: "\f0a2";
}
.ci-online-32:before {
  content: "\f0a3";
}
.ci-open-book-16:before {
  content: "\f0a4";
}
.ci-open-book-24:before {
  content: "\f0a5";
}
.ci-open-book-32:before {
  content: "\f0a6";
}
.ci-organization-16:before {
  content: "\f0a7";
}
.ci-organization-24:before {
  content: "\f0a8";
}
.ci-organization-32:before {
  content: "\f0a9";
}
.ci-oriented-imagery-widget-16:before {
  content: "\f0aa";
}
.ci-oriented-imagery-widget-24:before {
  content: "\f0ab";
}
.ci-oriented-imagery-widget-32:before {
  content: "\f0ac";
}
.ci-outbox-16:before {
  content: "\f0ad";
}
.ci-outbox-24:before {
  content: "\f0ae";
}
.ci-outbox-32:before {
  content: "\f0af";
}
.ci-overlap-features-16:before {
  content: "\f0b0";
}
.ci-overlap-features-24:before {
  content: "\f0b1";
}
.ci-overlap-features-32:before {
  content: "\f0b2";
}
.ci-package-16:before {
  content: "\f0bc";
}
.ci-package-24:before {
  content: "\f0bd";
}
.ci-package-32:before {
  content: "\f0be";
}
.ci-paint-bucket-16:before {
  content: "\f0bf";
}
.ci-paint-bucket-24:before {
  content: "\f0c0";
}
.ci-paint-bucket-32:before {
  content: "\f0c1";
}
.ci-palette-16:before {
  content: "\f0c2";
}
.ci-palette-24:before {
  content: "\f0c3";
}
.ci-palette-32:before {
  content: "\f0c4";
}
.ci-palette-check-16:before {
  content: "\f0c5";
}
.ci-palette-check-24:before {
  content: "\f0c6";
}
.ci-palette-check-32:before {
  content: "\f0c7";
}
.ci-pan-16:before {
  content: "\f0c8";
}
.ci-pan-24:before {
  content: "\f0c9";
}
.ci-pan-32:before {
  content: "\f0ca";
}
.ci-pan-drag-16:before {
  content: "\f0cb";
}
.ci-pan-drag-24:before {
  content: "\f0cc";
}
.ci-pan-drag-32:before {
  content: "\f0cd";
}
.ci-partly-cloudy-16:before {
  content: "\f0ce";
}
.ci-partly-cloudy-24:before {
  content: "\f0cf";
}
.ci-partly-cloudy-32:before {
  content: "\f0d0";
}
.ci-paste-16:before {
  content: "\f0d1";
}
.ci-paste-24:before {
  content: "\f0d2";
}
.ci-paste-32:before {
  content: "\f0d3";
}
.ci-pause-16:before {
  content: "\f0d4";
}
.ci-pause-16-f:before {
  content: "\f0d5";
}
.ci-pause-24:before {
  content: "\f0d6";
}
.ci-pause-24-f:before {
  content: "\f0d7";
}
.ci-pause-32:before {
  content: "\f0d8";
}
.ci-pause-32-f:before {
  content: "\f0d9";
}
.ci-pen-16:before {
  content: "\f0da";
}
.ci-pen-24:before {
  content: "\f0db";
}
.ci-pen-32:before {
  content: "\f0dc";
}
.ci-pencil-16:before {
  content: "\f0dd";
}
.ci-pencil-24:before {
  content: "\f0de";
}
.ci-pencil-32:before {
  content: "\f0df";
}
.ci-pencil-mark-16:before {
  content: "\f0e0";
}
.ci-pencil-mark-24:before {
  content: "\f0e1";
}
.ci-pencil-mark-32:before {
  content: "\f0e2";
}
.ci-pencil-mark-plus-16:before {
  content: "\f0e3";
}
.ci-pencil-mark-plus-24:before {
  content: "\f0e4";
}
.ci-pencil-mark-plus-32:before {
  content: "\f0e5";
}
.ci-pencil-square-16:before {
  content: "\f0e6";
}
.ci-pencil-square-24:before {
  content: "\f0e7";
}
.ci-pencil-square-32:before {
  content: "\f0e8";
}
.ci-pencil-tip-16:before {
  content: "\f0e9";
}
.ci-pencil-tip-24:before {
  content: "\f0ea";
}
.ci-pencil-tip-32:before {
  content: "\f0eb";
}
.ci-pen-mark-16:before {
  content: "\f0ec";
}
.ci-pen-mark-24:before {
  content: "\f0ed";
}
.ci-pen-mark-32:before {
  content: "\f0ee";
}
.ci-pen-mark-plus-16:before {
  content: "\f0ef";
}
.ci-pen-mark-plus-24:before {
  content: "\f0f0";
}
.ci-pen-mark-plus-32:before {
  content: "\f0f1";
}
.ci-pentagon-16:before {
  content: "\f0f2";
}
.ci-pentagon-24:before {
  content: "\f0f3";
}
.ci-pentagon-32:before {
  content: "\f0f4";
}
.ci-pen-tip-16:before {
  content: "\f0f5";
}
.ci-pen-tip-24:before {
  content: "\f0f6";
}
.ci-pen-tip-32:before {
  content: "\f0f7";
}
.ci-percent-16:before {
  content: "\f0f8";
}
.ci-percent-24:before {
  content: "\f0f9";
}
.ci-percent-32:before {
  content: "\f0fa";
}
.ci-person-2-16:before {
  content: "\f0fb";
}
.ci-person-2-24:before {
  content: "\f0fc";
}
.ci-person-2-32:before {
  content: "\f0fd";
}
.ci-person-16:before {
  content: "\f0fe";
}
.ci-person-24:before {
  content: "\f0ff";
}
.ci-person-32:before {
  content: "\f100";
}
.ci-personal-homepage-16:before {
  content: "\f101";
}
.ci-personal-homepage-24:before {
  content: "\f102";
}
.ci-personal-homepage-32:before {
  content: "\f103";
}
.ci-phone-16:before {
  content: "\f104";
}
.ci-phone-24:before {
  content: "\f105";
}
.ci-phone-32:before {
  content: "\f106";
}
.ci-pie-chart-16:before {
  content: "\f107";
}
.ci-pie-chart-24:before {
  content: "\f108";
}
.ci-pie-chart-32:before {
  content: "\f109";
}
.ci-pin-16:before {
  content: "\f10a";
}
.ci-pin-24:before {
  content: "\f10b";
}
.ci-pin-32:before {
  content: "\f10c";
}
.ci-pin-plus-16:before {
  content: "\f10d";
}
.ci-pin-plus-24:before {
  content: "\f10e";
}
.ci-pin-plus-32:before {
  content: "\f10f";
}
.ci-pins-16:before {
  content: "\f110";
}
.ci-pins-24:before {
  content: "\f111";
}
.ci-pins-32:before {
  content: "\f112";
}
.ci-pin-tear-16:before {
  content: "\f113";
}
.ci-pin-tear-16-f:before {
  content: "\f114";
}
.ci-pin-tear-24:before {
  content: "\f115";
}
.ci-pin-tear-24-f:before {
  content: "\f116";
}
.ci-pin-tear-32:before {
  content: "\f117";
}
.ci-pin-tear-32-f:before {
  content: "\f118";
}
.ci-plane-16:before {
  content: "\f119";
}
.ci-plane-24:before {
  content: "\f11a";
}
.ci-plane-32:before {
  content: "\f11b";
}
.ci-plans-16:before {
  content: "\f11c";
}
.ci-plans-24:before {
  content: "\f11d";
}
.ci-plans-32:before {
  content: "\f11e";
}
.ci-play-16:before {
  content: "\f11f";
}
.ci-play-16-f:before {
  content: "\f120";
}
.ci-play-24:before {
  content: "\f121";
}
.ci-play-24-f:before {
  content: "\f122";
}
.ci-play-32:before {
  content: "\f123";
}
.ci-play-32-f:before {
  content: "\f124";
}
.ci-plus-16:before {
  content: "\f125";
}
.ci-plus-24:before {
  content: "\f126";
}
.ci-plus-32:before {
  content: "\f127";
}
.ci-plus-circle-16:before {
  content: "\f128";
}
.ci-plus-circle-24:before {
  content: "\f129";
}
.ci-plus-circle-32:before {
  content: "\f12a";
}
.ci-plus-square-16:before {
  content: "\f12b";
}
.ci-plus-square-24:before {
  content: "\f12c";
}
.ci-plus-square-32:before {
  content: "\f12d";
}
.ci-point-16:before {
  content: "\f12e";
}
.ci-point-24:before {
  content: "\f12f";
}
.ci-point-32:before {
  content: "\f130";
}
.ci-polygon-16:before {
  content: "\f131";
}
.ci-polygon-24:before {
  content: "\f132";
}
.ci-polygon-32:before {
  content: "\f133";
}
.ci-polygon-line-check-16:before {
  content: "\f13a";
}
.ci-polygon-line-check-24:before {
  content: "\f13b";
}
.ci-polygon-line-check-32:before {
  content: "\f13c";
}
.ci-polygon-vertices-16:before {
  content: "\f13d";
}
.ci-polygon-vertices-24:before {
  content: "\f13e";
}
.ci-polygon-vertices-32:before {
  content: "\f13f";
}
.ci-pop-up-1-16:before {
  content: "\f140";
}
.ci-pop-up-1-24:before {
  content: "\f141";
}
.ci-pop-up-1-32:before {
  content: "\f142";
}
.ci-popup-16:before {
  content: "\f143";
}
.ci-popup-24:before {
  content: "\f144";
}
.ci-popup-32:before {
  content: "\f145";
}
.ci-pop-up-blank-16:before {
  content: "\f146";
}
.ci-pop-up-blank-16-f:before {
  content: "\f147";
}
.ci-pop-up-blank-24:before {
  content: "\f148";
}
.ci-pop-up-blank-24-f:before {
  content: "\f149";
}
.ci-pop-up-blank-32:before {
  content: "\f14a";
}
.ci-pop-up-blank-32-f:before {
  content: "\f14b";
}
.ci-portal-16:before {
  content: "\f14c";
}
.ci-portal-24:before {
  content: "\f14d";
}
.ci-portal-32:before {
  content: "\f14e";
}
.ci-premium-content-user-credit-16:before {
  content: "\f14f";
}
.ci-premium-content-user-credit-24:before {
  content: "\f150";
}
.ci-premium-content-user-credit-32:before {
  content: "\f151";
}
.ci-presentation-16:before {
  content: "\f152";
}
.ci-presentation-24:before {
  content: "\f153";
}
.ci-presentation-32:before {
  content: "\f154";
}
.ci-preserve-16:before {
  content: "\f155";
}
.ci-preserve-24:before {
  content: "\f156";
}
.ci-preserve-32:before {
  content: "\f157";
}
.ci-print-16:before {
  content: "\f158";
}
.ci-print-24:before {
  content: "\f159";
}
.ci-print-32:before {
  content: "\f15a";
}
.ci-print-preview-16:before {
  content: "\f15b";
}
.ci-print-preview-24:before {
  content: "\f15c";
}
.ci-print-preview-32:before {
  content: "\f15d";
}
.ci-processing-templates-16:before {
  content: "\f15e";
}
.ci-processing-templates-24:before {
  content: "\f15f";
}
.ci-processing-templates-32:before {
  content: "\f160";
}
.ci-profile-variables-16:before {
  content: "\f161";
}
.ci-profile-variables-24:before {
  content: "\f162";
}
.ci-profile-variables-32:before {
  content: "\f163";
}
.ci-projects-16:before {
  content: "\f164";
}
.ci-projects-24:before {
  content: "\f165";
}
.ci-projects-32:before {
  content: "\f166";
}
.ci-pushpin-16:before {
  content: "\f167";
}
.ci-pushpin-24:before {
  content: "\f168";
}
.ci-pushpin-32:before {
  content: "\f169";
}
.ci-puzzle-piece-16:before {
  content: "\f16a";
}
.ci-puzzle-piece-24:before {
  content: "\f16b";
}
.ci-puzzle-piece-32:before {
  content: "\f16c";
}
.ci-qr-code-16:before {
  content: "\f16d";
}
.ci-qr-code-24:before {
  content: "\f16e";
}
.ci-qr-code-32:before {
  content: "\f16f";
}
.ci-qt-code-16:before {
  content: "\f170";
}
.ci-qt-code-24:before {
  content: "\f171";
}
.ci-qt-code-32:before {
  content: "\f172";
}
.ci-question-16:before {
  content: "\f173";
}
.ci-question-16-f:before {
  content: "\f174";
}
.ci-question-24:before {
  content: "\f175";
}
.ci-question-24-f:before {
  content: "\f176";
}
.ci-question-32:before {
  content: "\f177";
}
.ci-question-32-f:before {
  content: "\f178";
}
.ci-question-mark-16:before {
  content: "\f179";
}
.ci-question-mark-24:before {
  content: "\f17a";
}
.ci-question-mark-32:before {
  content: "\f17b";
}
.ci-quote-16:before {
  content: "\f17c";
}
.ci-quote-24:before {
  content: "\f17d";
}
.ci-quote-32:before {
  content: "\f17e";
}
.ci-rain-16:before {
  content: "\f17f";
}
.ci-rain-24:before {
  content: "\f180";
}
.ci-rain-32:before {
  content: "\f181";
}
.ci-rain-snow-16:before {
  content: "\f182";
}
.ci-rain-snow-24:before {
  content: "\f183";
}
.ci-rain-snow-32:before {
  content: "\f184";
}
.ci-rain-thunder-16:before {
  content: "\f185";
}
.ci-rain-thunder-24:before {
  content: "\f186";
}
.ci-rain-thunder-32:before {
  content: "\f187";
}
.ci-ramp-left-16:before {
  content: "\f188";
}
.ci-ramp-left-24:before {
  content: "\f189";
}
.ci-ramp-left-32:before {
  content: "\f18a";
}
.ci-ramp-right-16:before {
  content: "\f18b";
}
.ci-ramp-right-24:before {
  content: "\f18c";
}
.ci-ramp-right-32:before {
  content: "\f18d";
}
.ci-rangefinder-16:before {
  content: "\f18e";
}
.ci-rangefinder-24:before {
  content: "\f18f";
}
.ci-rangefinder-32:before {
  content: "\f190";
}
.ci-read-only-non-editable-16:before {
  content: "\f19a";
}
.ci-read-only-non-editable-24:before {
  content: "\f19b";
}
.ci-read-only-non-editable-32:before {
  content: "\f19c";
}
.ci-recent-16:before {
  content: "\f19d";
}
.ci-recent-24:before {
  content: "\f19e";
}
.ci-recent-32:before {
  content: "\f19f";
}
.ci-rectangle-16:before {
  content: "\f1a0";
}
.ci-rectangle-24:before {
  content: "\f1a1";
}
.ci-rectangle-32:before {
  content: "\f1a2";
}
.ci-rectangle-plus-16:before {
  content: "\f1a9";
}
.ci-rectangle-plus-24:before {
  content: "\f1aa";
}
.ci-rectangle-plus-32:before {
  content: "\f1ab";
}
.ci-recurrence-16:before {
  content: "\f1ac";
}
.ci-recurrence-24:before {
  content: "\f1ad";
}
.ci-recurrence-32:before {
  content: "\f1ae";
}
.ci-redo-16:before {
  content: "\f1af";
}
.ci-redo-24:before {
  content: "\f1b0";
}
.ci-redo-32:before {
  content: "\f1b1";
}
.ci-refresh-16:before {
  content: "\f1b2";
}
.ci-refresh-24:before {
  content: "\f1b3";
}
.ci-refresh-32:before {
  content: "\f1b4";
}
.ci-register-16:before {
  content: "\f1b5";
}
.ci-register-24:before {
  content: "\f1b6";
}
.ci-register-32:before {
  content: "\f1b7";
}
.ci-reorder-cards-16:before {
  content: "\f1b8";
}
.ci-reorder-cards-24:before {
  content: "\f1b9";
}
.ci-reorder-cards-32:before {
  content: "\f1ba";
}
.ci-reorder-grid-16:before {
  content: "\f1bb";
}
.ci-reorder-grid-24:before {
  content: "\f1bc";
}
.ci-reorder-grid-32:before {
  content: "\f1bd";
}
.ci-reorder-stack-16:before {
  content: "\f1be";
}
.ci-reorder-stack-24:before {
  content: "\f1bf";
}
.ci-reorder-stack-32:before {
  content: "\f1c0";
}
.ci-replace-image-16:before {
  content: "\f1c1";
}
.ci-replace-image-24:before {
  content: "\f1c2";
}
.ci-replace-image-32:before {
  content: "\f1c3";
}
.ci-reset-16:before {
  content: "\f1c4";
}
.ci-reset-24:before {
  content: "\f1c5";
}
.ci-reset-32:before {
  content: "\f1c6";
}
.ci-resize-area-16:before {
  content: "\f1c7";
}
.ci-resize-area-24:before {
  content: "\f1c8";
}
.ci-resize-area-32:before {
  content: "\f1c9";
}
.ci-retrain-16:before {
  content: "\f1ca";
}
.ci-retrain-24:before {
  content: "\f1cb";
}
.ci-retrain-32:before {
  content: "\f1cc";
}
.ci-reverse-16:before {
  content: "\f1cd";
}
.ci-reverse-16-f:before {
  content: "\f1ce";
}
.ci-reverse-24:before {
  content: "\f1cf";
}
.ci-reverse-24-f:before {
  content: "\f1d0";
}
.ci-reverse-32:before {
  content: "\f1d1";
}
.ci-reverse-32-f:before {
  content: "\f1d2";
}
.ci-rfid-16:before {
  content: "\f1d3";
}
.ci-rfid-24:before {
  content: "\f1d4";
}
.ci-rfid-32:before {
  content: "\f1d5";
}
.ci-rhombus-16:before {
  content: "\f1d6";
}
.ci-rhombus-24:before {
  content: "\f1d7";
}
.ci-rhombus-32:before {
  content: "\f1d8";
}
.ci-ribbon-16:before {
  content: "\f1d9";
}
.ci-ribbon-24:before {
  content: "\f1da";
}
.ci-ribbon-32:before {
  content: "\f1db";
}
.ci-ribbon-rosette-16:before {
  content: "\f1dc";
}
.ci-ribbon-rosette-24:before {
  content: "\f1dd";
}
.ci-ribbon-rosette-32:before {
  content: "\f1de";
}
.ci-right-16:before {
  content: "\f1df";
}
.ci-right-24:before {
  content: "\f1e0";
}
.ci-right-32:before {
  content: "\f1e1";
}
.ci-right-align-16:before {
  content: "\f1e2";
}
.ci-right-align-24:before {
  content: "\f1e3";
}
.ci-right-align-32:before {
  content: "\f1e4";
}
.ci-right-edge-16:before {
  content: "\f1e5";
}
.ci-right-edge-24:before {
  content: "\f1e6";
}
.ci-right-edge-32:before {
  content: "\f1e7";
}
.ci-right-left-16:before {
  content: "\f1e8";
}
.ci-right-left-24:before {
  content: "\f1e9";
}
.ci-right-left-32:before {
  content: "\f1ea";
}
.ci-right-right-16:before {
  content: "\f1eb";
}
.ci-right-right-24:before {
  content: "\f1ec";
}
.ci-right-right-32:before {
  content: "\f1ed";
}
.ci-rings-16:before {
  content: "\f1ee";
}
.ci-rings-24:before {
  content: "\f1ef";
}
.ci-rings-32:before {
  content: "\f1f0";
}
.ci-rings-largest-16:before {
  content: "\f1f1";
}
.ci-rings-largest-24:before {
  content: "\f1f2";
}
.ci-rings-largest-32:before {
  content: "\f1f3";
}
.ci-rings-smallest-16:before {
  content: "\f1f4";
}
.ci-rings-smallest-24:before {
  content: "\f1f5";
}
.ci-rings-smallest-32:before {
  content: "\f1f6";
}
.ci-rings-threshold-16:before {
  content: "\f1f7";
}
.ci-rings-threshold-24:before {
  content: "\f1f8";
}
.ci-rings-threshold-32:before {
  content: "\f1f9";
}
.ci-rings-x-bar-16:before {
  content: "\f1fa";
}
.ci-rings-x-bar-24:before {
  content: "\f1fb";
}
.ci-rings-x-bar-32:before {
  content: "\f1fc";
}
.ci-road-sign-16:before {
  content: "\f1fd";
}
.ci-road-sign-24:before {
  content: "\f1fe";
}
.ci-road-sign-32:before {
  content: "\f1ff";
}
.ci-rosette-16:before {
  content: "\f200";
}
.ci-rosette-24:before {
  content: "\f201";
}
.ci-rosette-32:before {
  content: "\f202";
}
.ci-rotate-16:before {
  content: "\f203";
}
.ci-rotate-24:before {
  content: "\f204";
}
.ci-rotate-32:before {
  content: "\f205";
}
.ci-rotate-device-16:before {
  content: "\f206";
}
.ci-rotate-device-24:before {
  content: "\f207";
}
.ci-rotate-device-32:before {
  content: "\f208";
}
.ci-round-about-16:before {
  content: "\f209";
}
.ci-round-about-24:before {
  content: "\f20a";
}
.ci-round-about-32:before {
  content: "\f20b";
}
.ci-round-about-right-16:before {
  content: "\f20c";
}
.ci-round-about-right-24:before {
  content: "\f20d";
}
.ci-round-about-right-32:before {
  content: "\f20e";
}
.ci-rounded-rectangle-16:before {
  content: "\f20f";
}
.ci-rounded-rectangle-24:before {
  content: "\f210";
}
.ci-rounded-rectangle-32:before {
  content: "\f211";
}
.ci-route-from-16:before {
  content: "\f212";
}
.ci-route-from-24:before {
  content: "\f213";
}
.ci-route-from-32:before {
  content: "\f214";
}
.ci-route-to-16:before {
  content: "\f215";
}
.ci-route-to-24:before {
  content: "\f216";
}
.ci-route-to-32:before {
  content: "\f217";
}
.ci-rtl-elements-align-16:before {
  content: "\f218";
}
.ci-rtl-elements-align-24:before {
  content: "\f219";
}
.ci-rtl-elements-align-32:before {
  content: "\f21a";
}
.ci-rtl-paragraph-align-16:before {
  content: "\f21b";
}
.ci-rtl-paragraph-align-24:before {
  content: "\f21c";
}
.ci-rtl-paragraph-align-32:before {
  content: "\f21d";
}
.ci-running-16:before {
  content: "\f21e";
}
.ci-running-24:before {
  content: "\f21f";
}
.ci-running-32:before {
  content: "\f220";
}
.ci-rural-driving-distance-16:before {
  content: "\f221";
}
.ci-rural-driving-distance-24:before {
  content: "\f222";
}
.ci-rural-driving-distance-32:before {
  content: "\f223";
}
.ci-rural-driving-time-16:before {
  content: "\f224";
}
.ci-rural-driving-time-24:before {
  content: "\f225";
}
.ci-rural-driving-time-32:before {
  content: "\f226";
}
.ci-satellite-0-16:before {
  content: "\f227";
}
.ci-satellite-0-16-f:before {
  content: "\f228";
}
.ci-satellite-0-24:before {
  content: "\f229";
}
.ci-satellite-0-24-f:before {
  content: "\f22a";
}
.ci-satellite-0-32:before {
  content: "\f22b";
}
.ci-satellite-0-32-f:before {
  content: "\f22c";
}
.ci-satellite-1-16:before {
  content: "\f22d";
}
.ci-satellite-1-16-f:before {
  content: "\f22e";
}
.ci-satellite-1-24:before {
  content: "\f22f";
}
.ci-satellite-1-24-f:before {
  content: "\f230";
}
.ci-satellite-1-32:before {
  content: "\f231";
}
.ci-satellite-1-32-f:before {
  content: "\f232";
}
.ci-satellite-2-16:before {
  content: "\f233";
}
.ci-satellite-2-16-f:before {
  content: "\f234";
}
.ci-satellite-2-24:before {
  content: "\f235";
}
.ci-satellite-2-24-f:before {
  content: "\f236";
}
.ci-satellite-2-32:before {
  content: "\f237";
}
.ci-satellite-2-32-f:before {
  content: "\f238";
}
.ci-satellite-3-16:before {
  content: "\f239";
}
.ci-satellite-3-16-f:before {
  content: "\f23a";
}
.ci-satellite-3-24:before {
  content: "\f23b";
}
.ci-satellite-3-24-f:before {
  content: "\f23c";
}
.ci-satellite-3-32:before {
  content: "\f23d";
}
.ci-satellite-3-32-f:before {
  content: "\f23e";
}
.ci-save-16:before {
  content: "\f23f";
}
.ci-save-24:before {
  content: "\f240";
}
.ci-save-32:before {
  content: "\f241";
}
.ci-scan-barcode-16:before {
  content: "\f242";
}
.ci-scan-barcode-24:before {
  content: "\f243";
}
.ci-scan-barcode-32:before {
  content: "\f244";
}
.ci-scissors-16:before {
  content: "\f245";
}
.ci-scissors-24:before {
  content: "\f246";
}
.ci-scissors-32:before {
  content: "\f247";
}
.ci-screenshot-mode-16:before {
  content: "\f248";
}
.ci-screenshot-mode-24:before {
  content: "\f249";
}
.ci-screenshot-mode-32:before {
  content: "\f24a";
}
.ci-script-16:before {
  content: "\f24b";
}
.ci-script-24:before {
  content: "\f24c";
}
.ci-script-32:before {
  content: "\f24d";
}
.ci-seamlines-16:before {
  content: "\f24e";
}
.ci-seamlines-24:before {
  content: "\f24f";
}
.ci-seamlines-32:before {
  content: "\f250";
}
.ci-search-16:before {
  content: "\f251";
}
.ci-search-24:before {
  content: "\f252";
}
.ci-search-32:before {
  content: "\f253";
}
.ci-security-16:before {
  content: "\f254";
}
.ci-security-24:before {
  content: "\f255";
}
.ci-security-32:before {
  content: "\f256";
}
.ci-select-16:before {
  content: "\f257";
}
.ci-select-24:before {
  content: "\f258";
}
.ci-select-32:before {
  content: "\f259";
}
.ci-select-category-16:before {
  content: "\f25a";
}
.ci-select-category-24:before {
  content: "\f25b";
}
.ci-select-category-32:before {
  content: "\f25c";
}
.ci-selected-items-filter-16:before {
  content: "\f25d";
}
.ci-selected-items-filter-24:before {
  content: "\f25e";
}
.ci-selected-items-filter-32:before {
  content: "\f25f";
}
.ci-select-range-16:before {
  content: "\f272";
}
.ci-select-range-24:before {
  content: "\f273";
}
.ci-select-range-32:before {
  content: "\f274";
}
.ci-send-16:before {
  content: "\f27b";
}
.ci-send-24:before {
  content: "\f27c";
}
.ci-send-32:before {
  content: "\f27d";
}
.ci-send-backwards-16:before {
  content: "\f27e";
}
.ci-send-backwards-24:before {
  content: "\f27f";
}
.ci-send-backwards-32:before {
  content: "\f280";
}
.ci-send-to-back-16:before {
  content: "\f281";
}
.ci-send-to-back-24:before {
  content: "\f282";
}
.ci-send-to-back-32:before {
  content: "\f283";
}
.ci-sensor-16:before {
  content: "\f284";
}
.ci-sensor-24:before {
  content: "\f285";
}
.ci-sensor-32:before {
  content: "\f286";
}
.ci-separator-16:before {
  content: "\f287";
}
.ci-separator-24:before {
  content: "\f288";
}
.ci-separator-32:before {
  content: "\f289";
}
.ci-serial-port-16:before {
  content: "\f28a";
}
.ci-serial-port-24:before {
  content: "\f28b";
}
.ci-serial-port-32:before {
  content: "\f28c";
}
.ci-server-16:before {
  content: "\f28d";
}
.ci-server-24:before {
  content: "\f28e";
}
.ci-server-32:before {
  content: "\f28f";
}
.ci-server-lock-16:before {
  content: "\f290";
}
.ci-server-lock-24:before {
  content: "\f291";
}
.ci-server-lock-32:before {
  content: "\f292";
}
.ci-services-16:before {
  content: "\f293";
}
.ci-services-24:before {
  content: "\f294";
}
.ci-services-32:before {
  content: "\f295";
}
.ci-shapes-16:before {
  content: "\f296";
}
.ci-shapes-24:before {
  content: "\f297";
}
.ci-shapes-32:before {
  content: "\f298";
}
.ci-share-16:before {
  content: "\f299";
}
.ci-share-24:before {
  content: "\f29a";
}
.ci-share-32:before {
  content: "\f29b";
}
.ci-share-ios-16:before {
  content: "\f29c";
}
.ci-share-ios-24:before {
  content: "\f29d";
}
.ci-share-ios-32:before {
  content: "\f29e";
}
.ci-sharp-left-16:before {
  content: "\f29f";
}
.ci-sharp-left-24:before {
  content: "\f2a0";
}
.ci-sharp-left-32:before {
  content: "\f2a1";
}
.ci-sharp-right-16:before {
  content: "\f2a2";
}
.ci-sharp-right-24:before {
  content: "\f2a3";
}
.ci-sharp-right-32:before {
  content: "\f2a4";
}
.ci-shield-coin-16:before {
  content: "\f2a5";
}
.ci-shield-coin-24:before {
  content: "\f2a6";
}
.ci-shield-coin-32:before {
  content: "\f2a7";
}
.ci-shopping-cart-16:before {
  content: "\f2a8";
}
.ci-shopping-cart-24:before {
  content: "\f2a9";
}
.ci-shopping-cart-32:before {
  content: "\f2aa";
}
.ci-show-column-16:before {
  content: "\f2ab";
}
.ci-show-column-24:before {
  content: "\f2ac";
}
.ci-show-column-32:before {
  content: "\f2ad";
}
.ci-show-multiple-layers-at-a-time-16:before {
  content: "\f2ae";
}
.ci-show-multiple-layers-at-a-time-24:before {
  content: "\f2af";
}
.ci-show-multiple-layers-at-a-time-32:before {
  content: "\f2b0";
}
.ci-show-one-layer-at-a-time-16:before {
  content: "\f2b1";
}
.ci-show-one-layer-at-a-time-24:before {
  content: "\f2b2";
}
.ci-show-one-layer-at-a-time-32:before {
  content: "\f2b3";
}
.ci-sidecar-16:before {
  content: "\f2b4";
}
.ci-sidecar-24:before {
  content: "\f2b5";
}
.ci-sidecar-32:before {
  content: "\f2b6";
}
.ci-sigma-16:before {
  content: "\f2b7";
}
.ci-sigma-24:before {
  content: "\f2b8";
}
.ci-sigma-32:before {
  content: "\f2b9";
}
.ci-sign-in-16:before {
  content: "\f2ba";
}
.ci-sign-in-24:before {
  content: "\f2bb";
}
.ci-sign-in-32:before {
  content: "\f2bc";
}
.ci-sign-out-16:before {
  content: "\f2bd";
}
.ci-sign-out-24:before {
  content: "\f2be";
}
.ci-sign-out-32:before {
  content: "\f2bf";
}
.ci-sky-plot-16:before {
  content: "\f2c0";
}
.ci-sky-plot-24:before {
  content: "\f2c1";
}
.ci-sky-plot-32:before {
  content: "\f2c2";
}
.ci-slice-16:before {
  content: "\f2c3";
}
.ci-slice-24:before {
  content: "\f2c4";
}
.ci-slice-32:before {
  content: "\f2c5";
}
.ci-sliders-16:before {
  content: "\f2c6";
}
.ci-sliders-24:before {
  content: "\f2c7";
}
.ci-sliders-32:before {
  content: "\f2c8";
}
.ci-sliders-horizontal-16:before {
  content: "\f2c9";
}
.ci-sliders-horizontal-24:before {
  content: "\f2ca";
}
.ci-sliders-horizontal-32:before {
  content: "\f2cb";
}
.ci-slideshow-16:before {
  content: "\f2cc";
}
.ci-slideshow-24:before {
  content: "\f2cd";
}
.ci-slideshow-32:before {
  content: "\f2ce";
}
.ci-smart-camera-16:before {
  content: "\f2cf";
}
.ci-smart-camera-24:before {
  content: "\f2d0";
}
.ci-smart-camera-32:before {
  content: "\f2d1";
}
.ci-smart-form-16:before {
  content: "\f2d2";
}
.ci-smart-form-24:before {
  content: "\f2d3";
}
.ci-smart-form-32:before {
  content: "\f2d4";
}
.ci-smile-16:before {
  content: "\f2d5";
}
.ci-smile-24:before {
  content: "\f2d6";
}
.ci-smile-32:before {
  content: "\f2d7";
}
.ci-snap-to-grid-16:before {
  content: "\f2d8";
}
.ci-snap-to-grid-24:before {
  content: "\f2d9";
}
.ci-snap-to-grid-32:before {
  content: "\f2da";
}
.ci-snap-to-point-16:before {
  content: "\f2e4";
}
.ci-snap-to-point-24:before {
  content: "\f2e5";
}
.ci-snap-to-point-32:before {
  content: "\f2e6";
}
.ci-snow-16:before {
  content: "\f2e7";
}
.ci-snow-24:before {
  content: "\f2e8";
}
.ci-snow-32:before {
  content: "\f2e9";
}
.ci-snow-thunder-16:before {
  content: "\f2ea";
}
.ci-snow-thunder-24:before {
  content: "\f2eb";
}
.ci-snow-thunder-32:before {
  content: "\f2ec";
}
.ci-sort-ascending-16:before {
  content: "\f2ed";
}
.ci-sort-ascending-24:before {
  content: "\f2ee";
}
.ci-sort-ascending-32:before {
  content: "\f2ef";
}
.ci-sort-ascending-arrow-16:before {
  content: "\f2f0";
}
.ci-sort-ascending-arrow-24:before {
  content: "\f2f1";
}
.ci-sort-ascending-arrow-32:before {
  content: "\f2f2";
}
.ci-sort-descending-16:before {
  content: "\f2f3";
}
.ci-sort-descending-24:before {
  content: "\f2f4";
}
.ci-sort-descending-32:before {
  content: "\f2f5";
}
.ci-sort-descending-arrow-16:before {
  content: "\f2f6";
}
.ci-sort-descending-arrow-24:before {
  content: "\f2f7";
}
.ci-sort-descending-arrow-32:before {
  content: "\f2f8";
}
.ci-sound-16:before {
  content: "\f2f9";
}
.ci-sound-24:before {
  content: "\f2fa";
}
.ci-sound-32:before {
  content: "\f2fb";
}
.ci-sound-low-16:before {
  content: "\f2fc";
}
.ci-sound-low-24:before {
  content: "\f2fd";
}
.ci-sound-low-32:before {
  content: "\f2fe";
}
.ci-sound-off-16:before {
  content: "\f2ff";
}
.ci-sound-off-24:before {
  content: "\f300";
}
.ci-sound-off-32:before {
  content: "\f301";
}
.ci-sound-unavailable-16:before {
  content: "\f302";
}
.ci-sound-unavailable-24:before {
  content: "\f303";
}
.ci-sound-unavailable-32:before {
  content: "\f304";
}
.ci-speech-bubble-16:before {
  content: "\f305";
}
.ci-speech-bubble-24:before {
  content: "\f306";
}
.ci-speech-bubble-32:before {
  content: "\f307";
}
.ci-speech-bubble-check-16:before {
  content: "\f308";
}
.ci-speech-bubble-check-24:before {
  content: "\f309";
}
.ci-speech-bubble-check-32:before {
  content: "\f30a";
}
.ci-speech-bubble-exclamation-16:before {
  content: "\f30b";
}
.ci-speech-bubble-exclamation-24:before {
  content: "\f30c";
}
.ci-speech-bubble-exclamation-32:before {
  content: "\f30d";
}
.ci-speech-bubble-plus-16:before {
  content: "\f30e";
}
.ci-speech-bubble-plus-24:before {
  content: "\f30f";
}
.ci-speech-bubble-plus-32:before {
  content: "\f310";
}
.ci-speech-bubbles-16:before {
  content: "\f311";
}
.ci-speech-bubbles-24:before {
  content: "\f312";
}
.ci-speech-bubbles-32:before {
  content: "\f313";
}
.ci-speech-bubble-social-16:before {
  content: "\f314";
}
.ci-speech-bubble-social-24:before {
  content: "\f315";
}
.ci-speech-bubble-social-32:before {
  content: "\f316";
}
.ci-spinner-16:before {
  content: "\f317";
}
.ci-spinner-24:before {
  content: "\f318";
}
.ci-spinner-32:before {
  content: "\f319";
}
.ci-split-16:before {
  content: "\f31a";
}
.ci-split-24:before {
  content: "\f31b";
}
.ci-split-32:before {
  content: "\f31c";
}
.ci-split-features-16:before {
  content: "\f31d";
}
.ci-split-features-24:before {
  content: "\f31e";
}
.ci-split-features-32:before {
  content: "\f31f";
}
.ci-square-16:before {
  content: "\f320";
}
.ci-square-16-f:before {
  content: "\f321";
}
.ci-square-24:before {
  content: "\f322";
}
.ci-square-24-f:before {
  content: "\f323";
}
.ci-square-32:before {
  content: "\f324";
}
.ci-square-32-f:before {
  content: "\f325";
}
.ci-stairs-16:before {
  content: "\f32c";
}
.ci-stairs-24:before {
  content: "\f32d";
}
.ci-stairs-32:before {
  content: "\f32e";
}
.ci-star-16:before {
  content: "\f32f";
}
.ci-star-16-f:before {
  content: "\f330";
}
.ci-star-24:before {
  content: "\f331";
}
.ci-star-24-f:before {
  content: "\f332";
}
.ci-star-32:before {
  content: "\f333";
}
.ci-star-32-f:before {
  content: "\f334";
}
.ci-star-circle-16:before {
  content: "\f335";
}
.ci-star-circle-24:before {
  content: "\f336";
}
.ci-star-circle-32:before {
  content: "\f337";
}
.ci-straight-16:before {
  content: "\f338";
}
.ci-straight-24:before {
  content: "\f339";
}
.ci-straight-32:before {
  content: "\f33a";
}
.ci-string-16:before {
  content: "\f33b";
}
.ci-string-24:before {
  content: "\f33c";
}
.ci-string-32:before {
  content: "\f33d";
}
.ci-subheading-16:before {
  content: "\f35c";
}
.ci-subheading-24:before {
  content: "\f35d";
}
.ci-subheading-32:before {
  content: "\f35e";
}
.ci-subheading-rtl-16:before {
  content: "\f35f";
}
.ci-subheading-rtl-24:before {
  content: "\f360";
}
.ci-subheading-rtl-32:before {
  content: "\f361";
}
.ci-submit-16:before {
  content: "\f362";
}
.ci-submit-24:before {
  content: "\f363";
}
.ci-submit-32:before {
  content: "\f364";
}
.ci-subscript-16:before {
  content: "\f365";
}
.ci-subscript-24:before {
  content: "\f366";
}
.ci-subscript-32:before {
  content: "\f367";
}
.ci-summary-16:before {
  content: "\f36e";
}
.ci-summary-24:before {
  content: "\f36f";
}
.ci-summary-32:before {
  content: "\f370";
}
.ci-superscript-16:before {
  content: "\f37d";
}
.ci-superscript-24:before {
  content: "\f37e";
}
.ci-superscript-32:before {
  content: "\f37f";
}
.ci-survey-16:before {
  content: "\f380";
}
.ci-survey-24:before {
  content: "\f381";
}
.ci-survey-32:before {
  content: "\f382";
}
.ci-switch-16:before {
  content: "\f383";
}
.ci-switch-24:before {
  content: "\f384";
}
.ci-switch-32:before {
  content: "\f385";
}
.ci-system-management-16:before {
  content: "\f386";
}
.ci-system-management-24:before {
  content: "\f387";
}
.ci-system-management-32:before {
  content: "\f388";
}
.ci-tabbed-view-16:before {
  content: "\f389";
}
.ci-tabbed-view-24:before {
  content: "\f38a";
}
.ci-tabbed-view-32:before {
  content: "\f38b";
}
.ci-table-16:before {
  content: "\f38c";
}
.ci-table-24:before {
  content: "\f38d";
}
.ci-table-32:before {
  content: "\f38e";
}
.ci-tables-16:before {
  content: "\f38f";
}
.ci-tables-24:before {
  content: "\f390";
}
.ci-tables-32:before {
  content: "\f391";
}
.ci-tablet-16:before {
  content: "\f392";
}
.ci-tablet-24:before {
  content: "\f393";
}
.ci-tablet-32:before {
  content: "\f394";
}
.ci-tag-16:before {
  content: "\f395";
}
.ci-tag-24:before {
  content: "\f396";
}
.ci-tag-32:before {
  content: "\f397";
}
.ci-take-pedestrian-ramp-16:before {
  content: "\f398";
}
.ci-take-pedestrian-ramp-24:before {
  content: "\f399";
}
.ci-take-pedestrian-ramp-32:before {
  content: "\f39a";
}
.ci-terminal-16:before {
  content: "\f39b";
}
.ci-terminal-24:before {
  content: "\f39c";
}
.ci-terminal-32:before {
  content: "\f39d";
}
.ci-territory-buffer-distance-16:before {
  content: "\f39e";
}
.ci-territory-buffer-distance-24:before {
  content: "\f39f";
}
.ci-territory-buffer-distance-32:before {
  content: "\f3a0";
}
.ci-test-data-16:before {
  content: "\f3a1";
}
.ci-test-data-24:before {
  content: "\f3a2";
}
.ci-test-data-32:before {
  content: "\f3a3";
}
.ci-text-16:before {
  content: "\f3a4";
}
.ci-text-24:before {
  content: "\f3a5";
}
.ci-text-32:before {
  content: "\f3a6";
}
.ci-text-large-16:before {
  content: "\f3a7";
}
.ci-text-large-24:before {
  content: "\f3a8";
}
.ci-text-large-32:before {
  content: "\f3a9";
}
.ci-text-medium-16:before {
  content: "\f3aa";
}
.ci-text-medium-24:before {
  content: "\f3ab";
}
.ci-text-medium-32:before {
  content: "\f3ac";
}
.ci-text-paragraph-large-16:before {
  content: "\f3ad";
}
.ci-text-paragraph-large-24:before {
  content: "\f3ae";
}
.ci-text-paragraph-large-32:before {
  content: "\f3af";
}
.ci-text-small-16:before {
  content: "\f3b0";
}
.ci-text-small-24:before {
  content: "\f3b1";
}
.ci-text-small-32:before {
  content: "\f3b2";
}
.ci-thumbs-down-16:before {
  content: "\f3b3";
}
.ci-thumbs-down-24:before {
  content: "\f3b4";
}
.ci-thumbs-down-32:before {
  content: "\f3b5";
}
.ci-thumbs-up-16:before {
  content: "\f3b6";
}
.ci-thumbs-up-24:before {
  content: "\f3b7";
}
.ci-thumbs-up-32:before {
  content: "\f3b8";
}
.ci-tile-layer-16:before {
  content: "\f3c2";
}
.ci-tile-layer-24:before {
  content: "\f3c3";
}
.ci-tile-layer-32:before {
  content: "\f3c4";
}
.ci-timer-16:before {
  content: "\f3c5";
}
.ci-timer-24:before {
  content: "\f3c6";
}
.ci-timer-32:before {
  content: "\f3c7";
}
.ci-title-16:before {
  content: "\f3c8";
}
.ci-title-24:before {
  content: "\f3c9";
}
.ci-title-32:before {
  content: "\f3ca";
}
.ci-toggle-16:before {
  content: "\f3cb";
}
.ci-toggle-24:before {
  content: "\f3cc";
}
.ci-toggle-32:before {
  content: "\f3cd";
}
.ci-toggle-off-16:before {
  content: "\f3ce";
}
.ci-toggle-off-24:before {
  content: "\f3cf";
}
.ci-toggle-off-32:before {
  content: "\f3d0";
}
.ci-toggle-on-16:before {
  content: "\f3d1";
}
.ci-toggle-on-24:before {
  content: "\f3d2";
}
.ci-toggle-on-32:before {
  content: "\f3d3";
}
.ci-touch-16:before {
  content: "\f3d4";
}
.ci-touch-24:before {
  content: "\f3d5";
}
.ci-touch-32:before {
  content: "\f3d6";
}
.ci-tour-16:before {
  content: "\f3d7";
}
.ci-tour-24:before {
  content: "\f3d8";
}
.ci-tour-32:before {
  content: "\f3d9";
}
.ci-tour-pin-tear-16:before {
  content: "\f3da";
}
.ci-tour-pin-tear-24:before {
  content: "\f3db";
}
.ci-tour-pin-tear-32:before {
  content: "\f3dc";
}
.ci-trash-16:before {
  content: "\f3e9";
}
.ci-trash-24:before {
  content: "\f3ea";
}
.ci-trash-32:before {
  content: "\f3eb";
}
.ci-triangle-16:before {
  content: "\f3ec";
}
.ci-triangle-24:before {
  content: "\f3ed";
}
.ci-triangle-32:before {
  content: "\f3ee";
}
.ci-trucking-distance-16:before {
  content: "\f3ef";
}
.ci-trucking-distance-24:before {
  content: "\f3f0";
}
.ci-trucking-distance-32:before {
  content: "\f3f1";
}
.ci-trucking-time-16:before {
  content: "\f3f2";
}
.ci-trucking-time-24:before {
  content: "\f3f3";
}
.ci-trucking-time-32:before {
  content: "\f3f4";
}
.ci-underline-16:before {
  content: "\f3f5";
}
.ci-underline-24:before {
  content: "\f3f6";
}
.ci-underline-32:before {
  content: "\f3f7";
}
.ci-undo-16:before {
  content: "\f3f8";
}
.ci-undo-24:before {
  content: "\f3f9";
}
.ci-undo-32:before {
  content: "\f3fa";
}
.ci-ungroup-items-16:before {
  content: "\f3fb";
}
.ci-ungroup-items-24:before {
  content: "\f3fc";
}
.ci-ungroup-items-32:before {
  content: "\f3fd";
}
.ci-ungroup-layout-elements-16:before {
  content: "\f3fe";
}
.ci-ungroup-layout-elements-24:before {
  content: "\f3ff";
}
.ci-ungroup-layout-elements-32:before {
  content: "\f400";
}
.ci-unlink-16:before {
  content: "\f401";
}
.ci-unlink-24:before {
  content: "\f402";
}
.ci-unlink-32:before {
  content: "\f403";
}
.ci-unlock-16:before {
  content: "\f404";
}
.ci-unlock-24:before {
  content: "\f405";
}
.ci-unlock-32:before {
  content: "\f406";
}
.ci-unpin-16:before {
  content: "\f407";
}
.ci-unpin-24:before {
  content: "\f408";
}
.ci-unpin-32:before {
  content: "\f409";
}
.ci-unregister-16:before {
  content: "\f40a";
}
.ci-unregister-24:before {
  content: "\f40b";
}
.ci-unregister-32:before {
  content: "\f40c";
}
.ci-unselected-16:before {
  content: "\f40d";
}
.ci-unselected-24:before {
  content: "\f40e";
}
.ci-unselected-32:before {
  content: "\f40f";
}
.ci-upload-16:before {
  content: "\f410";
}
.ci-upload-24:before {
  content: "\f411";
}
.ci-upload-32:before {
  content: "\f412";
}
.ci-upload-to-16:before {
  content: "\f413";
}
.ci-upload-to-24:before {
  content: "\f414";
}
.ci-upload-to-32:before {
  content: "\f415";
}
.ci-urban-model-16:before {
  content: "\f416";
}
.ci-urban-model-24:before {
  content: "\f417";
}
.ci-urban-model-32:before {
  content: "\f418";
}
.ci-usb-security-key-16:before {
  content: "\f419";
}
.ci-usb-security-key-24:before {
  content: "\f41a";
}
.ci-usb-security-key-32:before {
  content: "\f41b";
}
.ci-user-16:before {
  content: "\f41c";
}
.ci-user-24:before {
  content: "\f41d";
}
.ci-user-32:before {
  content: "\f41e";
}
.ci-user-down-16:before {
  content: "\f41f";
}
.ci-user-down-24:before {
  content: "\f420";
}
.ci-user-down-32:before {
  content: "\f421";
}
.ci-user-key-16:before {
  content: "\f422";
}
.ci-user-key-24:before {
  content: "\f423";
}
.ci-user-key-32:before {
  content: "\f424";
}
.ci-user-minus-16:before {
  content: "\f425";
}
.ci-user-minus-24:before {
  content: "\f426";
}
.ci-user-minus-32:before {
  content: "\f427";
}
.ci-user-plus-16:before {
  content: "\f428";
}
.ci-user-plus-24:before {
  content: "\f429";
}
.ci-user-plus-32:before {
  content: "\f42a";
}
.ci-users-16:before {
  content: "\f42b";
}
.ci-users-24:before {
  content: "\f42c";
}
.ci-users-32:before {
  content: "\f42d";
}
.ci-user-to-device-16:before {
  content: "\f42e";
}
.ci-user-to-device-24:before {
  content: "\f42f";
}
.ci-user-to-device-32:before {
  content: "\f430";
}
.ci-user-up-16:before {
  content: "\f431";
}
.ci-user-up-24:before {
  content: "\f432";
}
.ci-user-up-32:before {
  content: "\f433";
}
.ci-user-x-16:before {
  content: "\f434";
}
.ci-user-x-24:before {
  content: "\f435";
}
.ci-user-x-32:before {
  content: "\f436";
}
.ci-utility-network-trace-16:before {
  content: "\f437";
}
.ci-utility-network-trace-24:before {
  content: "\f438";
}
.ci-utility-network-trace-32:before {
  content: "\f439";
}
.ci-u-turn-16:before {
  content: "\f43a";
}
.ci-u-turn-24:before {
  content: "\f43b";
}
.ci-u-turn-32:before {
  content: "\f43c";
}
.ci-u-turn-right-16:before {
  content: "\f43d";
}
.ci-u-turn-right-24:before {
  content: "\f43e";
}
.ci-u-turn-right-32:before {
  content: "\f43f";
}
.ci-vertex-check-16:before {
  content: "\f440";
}
.ci-vertex-check-24:before {
  content: "\f441";
}
.ci-vertex-check-32:before {
  content: "\f442";
}
.ci-vertex-edit-16:before {
  content: "\f443";
}
.ci-vertex-edit-24:before {
  content: "\f444";
}
.ci-vertex-edit-32:before {
  content: "\f445";
}
.ci-vertex-gps-16:before {
  content: "\f446";
}
.ci-vertex-gps-24:before {
  content: "\f447";
}
.ci-vertex-gps-32:before {
  content: "\f448";
}
.ci-vertex-move-16:before {
  content: "\f449";
}
.ci-vertex-move-24:before {
  content: "\f44a";
}
.ci-vertex-move-32:before {
  content: "\f44b";
}
.ci-vertex-plus-16:before {
  content: "\f44c";
}
.ci-vertex-plus-24:before {
  content: "\f44d";
}
.ci-vertex-plus-32:before {
  content: "\f44e";
}
.ci-vertex-x-16:before {
  content: "\f44f";
}
.ci-vertex-x-24:before {
  content: "\f450";
}
.ci-vertex-x-32:before {
  content: "\f451";
}
.ci-vertical-distribute-16:before {
  content: "\f452";
}
.ci-vertical-distribute-24:before {
  content: "\f453";
}
.ci-vertical-distribute-32:before {
  content: "\f454";
}
.ci-video-16:before {
  content: "\f455";
}
.ci-video-24:before {
  content: "\f456";
}
.ci-video-32:before {
  content: "\f457";
}
.ci-video-plus-16:before {
  content: "\f458";
}
.ci-video-plus-24:before {
  content: "\f459";
}
.ci-video-plus-32:before {
  content: "\f45a";
}
.ci-video-web-16:before {
  content: "\f45b";
}
.ci-video-web-24:before {
  content: "\f45c";
}
.ci-video-web-32:before {
  content: "\f45d";
}
.ci-view-hide-16:before {
  content: "\f45e";
}
.ci-view-hide-24:before {
  content: "\f45f";
}
.ci-view-hide-32:before {
  content: "\f460";
}
.ci-view-mixed-16:before {
  content: "\f461";
}
.ci-view-mixed-24:before {
  content: "\f462";
}
.ci-view-mixed-32:before {
  content: "\f463";
}
.ci-view-visible-16:before {
  content: "\f46a";
}
.ci-view-visible-24:before {
  content: "\f46b";
}
.ci-view-visible-32:before {
  content: "\f46c";
}
.ci-walking-16:before {
  content: "\f46d";
}
.ci-walking-24:before {
  content: "\f46e";
}
.ci-walking-32:before {
  content: "\f46f";
}
.ci-walking-distance-16:before {
  content: "\f470";
}
.ci-walking-distance-24:before {
  content: "\f471";
}
.ci-walking-distance-32:before {
  content: "\f472";
}
.ci-walking-time-16:before {
  content: "\f473";
}
.ci-walking-time-24:before {
  content: "\f474";
}
.ci-walking-time-32:before {
  content: "\f475";
}
.ci-walk-through-door-16:before {
  content: "\f476";
}
.ci-walk-through-door-24:before {
  content: "\f477";
}
.ci-walk-through-door-32:before {
  content: "\f478";
}
.ci-web-16:before {
  content: "\f479";
}
.ci-web-24:before {
  content: "\f47a";
}
.ci-web-32:before {
  content: "\f47b";
}
.ci-webhook-16:before {
  content: "\f47c";
}
.ci-webhook-24:before {
  content: "\f47d";
}
.ci-webhook-32:before {
  content: "\f47e";
}
.ci-wheelchair-16:before {
  content: "\f47f";
}
.ci-wheelchair-24:before {
  content: "\f480";
}
.ci-wheelchair-32:before {
  content: "\f481";
}
.ci-widgets-group-16:before {
  content: "\f482";
}
.ci-widgets-group-24:before {
  content: "\f483";
}
.ci-widgets-group-32:before {
  content: "\f484";
}
.ci-widgets-source-16:before {
  content: "\f485";
}
.ci-widgets-source-24:before {
  content: "\f486";
}
.ci-widgets-source-32:before {
  content: "\f487";
}
.ci-widgets-tabs-16:before {
  content: "\f488";
}
.ci-widgets-tabs-24:before {
  content: "\f489";
}
.ci-widgets-tabs-32:before {
  content: "\f48a";
}
.ci-wifi-16:before {
  content: "\f48b";
}
.ci-wifi-24:before {
  content: "\f48c";
}
.ci-wifi-32:before {
  content: "\f48d";
}
.ci-workflow-diagram-16:before {
  content: "\f48e";
}
.ci-workflow-diagram-24:before {
  content: "\f48f";
}
.ci-workflow-diagram-32:before {
  content: "\f490";
}
.ci-workflow-manager-server-16:before {
  content: "\f491";
}
.ci-workflow-manager-server-24:before {
  content: "\f492";
}
.ci-workflow-manager-server-32:before {
  content: "\f493";
}
.ci-wrench-16:before {
  content: "\f494";
}
.ci-wrench-24:before {
  content: "\f495";
}
.ci-wrench-32:before {
  content: "\f496";
}
.ci-x-164:before {
  content: "\f497";
}
.ci-x-244:before {
  content: "\f498";
}
.ci-x-324:before {
  content: "\f499";
}
.ci-x-axis-guide-16:before {
  content: "\f49a";
}
.ci-x-axis-guide-24:before {
  content: "\f49b";
}
.ci-x-axis-guide-32:before {
  content: "\f49c";
}
.ci-x-bar-16:before {
  content: "\f49d";
}
.ci-x-bar-24:before {
  content: "\f49e";
}
.ci-x-bar-32:before {
  content: "\f49f";
}
.ci-x-circle-16:before {
  content: "\f4a0";
}
.ci-x-circle-16-f:before {
  content: "\f4a1";
}
.ci-x-circle-24:before {
  content: "\f4a2";
}
.ci-x-circle-24-f:before {
  content: "\f4a3";
}
.ci-x-circle-32:before {
  content: "\f4a4";
}
.ci-x-circle-32-f:before {
  content: "\f4a5";
}
.ci-x-octagon-16:before {
  content: "\f4a6";
}
.ci-x-octagon-16-f:before {
  content: "\f4a7";
}
.ci-x-octagon-24:before {
  content: "\f4a8";
}
.ci-x-octagon-24-f:before {
  content: "\f4a9";
}
.ci-x-octagon-32:before {
  content: "\f4aa";
}
.ci-x-octagon-32-f:before {
  content: "\f4ab";
}
.ci-y-axis-guide-16:before {
  content: "\f4ac";
}
.ci-y-axis-guide-24:before {
  content: "\f4ad";
}
.ci-y-axis-guide-32:before {
  content: "\f4ae";
}
.ci-zoom-in-fixed-16:before {
  content: "\f4af";
}
.ci-zoom-in-fixed-24:before {
  content: "\f4b0";
}
.ci-zoom-in-fixed-32:before {
  content: "\f4b1";
}
.ci-zoom-out-fixed-16:before {
  content: "\f4b2";
}
.ci-zoom-out-fixed-24:before {
  content: "\f4b3";
}
.ci-zoom-out-fixed-32:before {
  content: "\f4b4";
}
.ci-zoom-to-object-16:before {
  content: "\f4b5";
}
.ci-zoom-to-object-24:before {
  content: "\f4b6";
}
.ci-zoom-to-object-32:before {
  content: "\f4b7";
}
:root {
  --tbs-neutral-50: #ffffff;
  --tbs-neutral-200: #f9f9f9;
  --tbs-neutral-400: #f1f1f1;
  --tbs-neutral-600: #e4e4e4;
  --tbs-neutral-800: #c0c0c0;
  --tbs-neutral-1000: #808080;
  --tbs-neutral-1200: #454545;
  --tbs-neutral-1400: #181818;
  --tbs-primary-orange-50: #fffaf5;
  --tbs-primary-orange-200: #ffecd5;
  --tbs-primary-orange-400: #ffd8ac;
  --tbs-primary-orange-600: #fec582;
  --tbs-primary-orange-800: #feb159;
  --tbs-primary-orange-1000: #fe9e2f;
  --tbs-primary-orange-1200: #d98728;
  --tbs-primary-orange-1400: #b26f21;
  --tbs-primary-green-50: #f8fbf5;
  --tbs-primary-green-200: #e1efd6;
  --tbs-primary-green-400: #c4e0ac;
  --tbs-primary-green-600: #a6d083;
  --tbs-primary-green-800: #89c159;
  --tbs-primary-green-1000: #6bb130;
  --tbs-primary-green-1200: #599428;
  --tbs-primary-green-1400: #45731f;
  --tbs-primary-blue-50: #f4f6f9;
  --tbs-primary-blue-200: #d5dde9;
  --tbs-primary-blue-400: #aabad2;
  --tbs-primary-blue-600: #8098bc;
  --tbs-primary-blue-800: #5575a6;
  --tbs-primary-blue-1000: #2b5390;
  --tbs-primary-blue-1200: #224273;
  --tbs-primary-blue-1400: #1b3359;
  --tbs-semantic-red-1400: #b6230c;
  --tbs-semantic-red-1200: #dc2a0e;
  --tbs-semantic-red-1000: #f25037;
  --tbs-semantic-red-800: #f5735f;
  --tbs-semantic-red-600: #f79687;
  --tbs-semantic-red-400: #fab9af;
  --tbs-semantic-red-200: #fcdcd7;
  --tbs-semantic-red-50: #fef6f5;
  --tbs-semantic-orange-1400: #d53e01;
  --tbs-semantic-orange-1200: #fe5816;
  --tbs-semantic-orange-1000: #fe7d49;
  --tbs-semantic-orange-800: #fe976d;
  --tbs-semantic-orange-600: #feb192;
  --tbs-semantic-orange-400: #ffcbb6;
  --tbs-semantic-orange-200: #ffe5db;
  --tbs-semantic-orange-50: #fff8f6;
  --tbs-semantic-yellow-1400: #e09400;
  --tbs-semantic-yellow-1200: #ffad0f;
  --tbs-semantic-yellow-1000: #ffbf44;
  --tbs-semantic-yellow-800: #ffcc69;
  --tbs-semantic-yellow-600: #ffd98f;
  --tbs-semantic-yellow-400: #ffe5b4;
  --tbs-semantic-yellow-200: #fff2da;
  --tbs-semantic-yellow-50: #fffcf6;
  --tbs-semantic-green-1400: #244408;
  --tbs-semantic-green-1200: #34640c;
  --tbs-semantic-green-1000: #4e8e18;
  --tbs-semantic-green-800: #72a547;
  --tbs-semantic-green-600: #95bc75;
  --tbs-semantic-green-400: #b8d2a3;
  --tbs-semantic-green-200: #dce8d1;
  --tbs-semantic-green-50: #f6f9f3;
  --tbs-purple-darker: #76167a;
  --tbs-purple-dark: #ab61d9;
  --tbs-purple: #8361d9;
  --tbs-purple-light: #9a72ff;
  --tbs-pink: #df11ca;
  --tbs-aqua: #00ffff;
  --tbs-dark-yellow: #948300;
  --tbs-light-yellow: #fff399;
  --tbs-complimentary-blue: #086ec1;
  --tbs-light-blue: #b4d3ec;
}
.tbs-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 2px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.tbs-button-default {
  font: normal 400 13px / 19px "Arimo", sans-serif;
  height: 36px;
  padding: 8.5px 16px;
  gap: 8px;
}
.tbs-button-default i {
  font-size: 16px;
}
.tbs-button-default.tbs-button-icon-left {
  padding-left: 12px;
}
.tbs-button-default.tbs-button-icon-right {
  padding-right: 12px;
}
.tbs-button-small {
  font: normal 400 13px / 19px "Arimo", sans-serif;
  height: 24px;
  padding: 2.5px 12px;
  gap: 4px;
}
.tbs-button-small i {
  font-size: 16px;
}
.tbs-button-small.tbs-button-icon-left {
  padding-left: 8px;
}
.tbs-button-small.tbs-button-icon-right {
  padding-right: 8px;
}
.tbs-button-large {
  font: normal 400 15px / 22px "Arimo", sans-serif;
  height: 48px;
  padding: 13px 24px;
  gap: 8px;
}
.tbs-button-large i {
  font-size: 24px;
}
.tbs-button-large.tbs-button-icon-left {
  padding-left: 16px;
}
.tbs-button-large.tbs-button-icon-right {
  padding-right: 16px;
}
.tbs-button-solid {
  background: var(--tbs-primary-blue-1000);
  color: var(--tbs-neutral-50);
}
.tbs-button-solid:hover {
  background: var(--tbs-primary-blue-800);
}
.tbs-button-solid:active {
  background: var(--tbs-primary-blue-1200);
}
.tbs-button-solid[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  background: var(--tbs-primary-blue-400);
  color: var(--tbs-neutral-50);
}
.tbs-button-ghost {
  background: transparent;
  border: 1px solid var(--tbs-primary-blue-1000);
  color: var(--tbs-primary-blue-1000);
}
.tbs-button-ghost:hover {
  color: var(--tbs-primary-blue-800);
  border-color: var(--tbs-primary-blue-800);
}
.tbs-button-ghost:active {
  color: var(--tbs-primary-blue-1200);
  border-color: var(--tbs-primary-blue-1200);
}
.tbs-button-ghost[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--tbs-primary-blue-400);
  border-color: var(--tbs-primary-blue-400);
}
.tbs-button-text {
  background: transparent;
  border: 1px solid transparent;
  color: var(--tbs-primary-blue-1000);
}
.tbs-button-text:hover {
  color: var(--tbs-primary-blue-800);
}
.tbs-button-text:active {
  color: var(--tbs-primary-blue-1200);
}
.tbs-button-text[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--tbs-primary-blue-400);
}
.tbs-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 36px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  line-height: 34px;
  background: #fff;
  border: 1px solid var(--tbs-neutral-800);
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition:
    color 0.3s,
    background 0.3s,
    border-color 0.3s,
    box-shadow 0.3s;
}
.tbs-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.8509803922);
}
.tbs-radio-button-wrapper > .tbs-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.tbs-radio-group-large .tbs-radio-button-wrapper {
  height: 48px;
  font-size: 16px;
  line-height: 46px;
}
.tbs-radio-group-small .tbs-radio-button-wrapper {
  height: 24px;
  padding: 0 12px;
  line-height: 22px;
  font-size: 12px;
}
.tbs-radio-button-wrapper:not(:first-child):before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: var(--tbs-neutral-800);
  transition: background-color 0.3s;
  content: "";
}
.tbs-radio-button-wrapper:first-child {
  border-left: 1px solid var(--tbs-neutral-800);
  border-radius: 2px 0 0 2px;
}
.tbs-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}
.tbs-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}
.tbs-radio-button-wrapper:hover {
  position: relative;
  color: var(--tbs-primary-blue-1000);
}
.tbs-radio-button-wrapper .tbs-radio-inner,
.tbs-radio-button-wrapper input[type=checkbox],
.tbs-radio-button-wrapper input[type=radio] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.tbs-radio-button-wrapper-checked:not(.tbs-radio-button-wrapper-disabled) {
  z-index: 1;
  color: var(--tbs-primary-blue-1000);
  background: #fff;
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-radio-button-wrapper-checked:not(.tbs-radio-button-wrapper-disabled):before {
  background-color: var(--tbs-primary-blue-1000);
}
.tbs-radio-button-wrapper-checked:not(.tbs-radio-button-wrapper-disabled):first-child {
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-radio-group-solid .tbs-radio-button-wrapper-checked:not(.tbs-radio-button-wrapper-disabled) {
  color: #fff;
  background: var(--tbs-primary-blue-1000);
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-800);
  cursor: not-allowed;
}
.tbs-radio-button-wrapper-disabled:first-child,
.tbs-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-800);
}
.tbs-radio-button-wrapper-disabled:first-child {
  border-left-color: var(--tbs-neutral-800);
}
.tbs-radio-button-wrapper-disabled.tbs-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: #e6e6e6;
  border-color: var(--tbs-neutral-800);
  box-shadow: none;
}
@keyframes tbsRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  to {
    transform: scale(1.6);
    opacity: 0;
  }
}
.tbs-tooltip {
  position: relative;
  z-index: 1070;
  display: block;
  width: max-content;
  width: intrinsic;
  max-width: 300px;
  visibility: visible;
}
.tbs-tooltip-content {
  position: relative;
}
.tbs-tooltip-hidden {
  display: none;
}
.tbs-tooltip-placement-top,
.tbs-tooltip-placement-topLeft,
.tbs-tooltip-placement-topRight {
  padding-bottom: 16px;
}
.tbs-tooltip-placement-right,
.tbs-tooltip-placement-rightTop,
.tbs-tooltip-placement-rightBottom {
  padding-left: 16px;
}
.tbs-tooltip-placement-bottom,
.tbs-tooltip-placement-bottomLeft,
.tbs-tooltip-placement-bottomRight {
  padding-top: 16px;
}
.tbs-tooltip-placement-left,
.tbs-tooltip-placement-leftTop,
.tbs-tooltip-placement-leftBottom {
  padding-right: 16px;
}
.tbs-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: white;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: var(--tbs-primary-blue-1400);
  border-radius: 2px;
  box-shadow: 5;
  font: normal 400 13px / 19px "Arimo", sans-serif;
}
.tbs-tooltip-arrow {
  position: absolute;
  z-index: 2;
  display: block;
  width: 17.313708499px;
  height: 17.313708499px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.tbs-tooltip-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: var(--tbs-primary-blue-1400);
  content: "";
  pointer-events: auto;
}
.tbs-tooltip-placement-top .tbs-tooltip-arrow,
.tbs-tooltip-placement-topLeft .tbs-tooltip-arrow,
.tbs-tooltip-placement-topRight .tbs-tooltip-arrow {
  bottom: 0;
  transform: translateY(100%);
}
.tbs-tooltip-placement-top .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-topLeft .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-topRight .tbs-tooltip-arrow-content {
  transform: translateY(-8.65685px) rotate(45deg);
}
.tbs-tooltip-placement-top .tbs-tooltip-arrow {
  left: 50%;
  transform: translateY(100%) translateX(-50%);
}
.tbs-tooltip-placement-topLeft .tbs-tooltip-arrow {
  left: 13px;
}
.tbs-tooltip-placement-topRight .tbs-tooltip-arrow {
  right: 13px;
}
.tbs-tooltip-placement-right .tbs-tooltip-arrow,
.tbs-tooltip-placement-rightTop .tbs-tooltip-arrow,
.tbs-tooltip-placement-rightBottom .tbs-tooltip-arrow {
  left: 0;
  transform: translateX(-100%);
}
.tbs-tooltip-placement-right .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-rightTop .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-rightBottom .tbs-tooltip-arrow-content {
  transform: translateX(8.65685px) rotate(135deg);
}
.tbs-tooltip-placement-right .tbs-tooltip-arrow {
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}
.tbs-tooltip-placement-rightTop .tbs-tooltip-arrow {
  top: 5px;
}
.tbs-tooltip-placement-rightBottom .tbs-tooltip-arrow {
  bottom: 5px;
}
.tbs-tooltip-placement-left .tbs-tooltip-arrow,
.tbs-tooltip-placement-leftTop .tbs-tooltip-arrow,
.tbs-tooltip-placement-leftBottom .tbs-tooltip-arrow {
  right: 0;
  transform: translateX(100%);
}
.tbs-tooltip-placement-left .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-leftTop .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-leftBottom .tbs-tooltip-arrow-content {
  transform: translateX(-8.65685px) rotate(315deg);
}
.tbs-tooltip-placement-left .tbs-tooltip-arrow {
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}
.tbs-tooltip-placement-leftTop .tbs-tooltip-arrow {
  top: 5px;
}
.tbs-tooltip-placement-leftBottom .tbs-tooltip-arrow {
  bottom: 5px;
}
.tbs-tooltip-placement-bottom .tbs-tooltip-arrow,
.tbs-tooltip-placement-bottomLeft .tbs-tooltip-arrow,
.tbs-tooltip-placement-bottomRight .tbs-tooltip-arrow {
  top: 0;
  transform: translateY(-100%);
}
.tbs-tooltip-placement-bottom .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-bottomLeft .tbs-tooltip-arrow-content,
.tbs-tooltip-placement-bottomRight .tbs-tooltip-arrow-content {
  transform: translateY(8.65685px) rotate(225deg);
}
.tbs-tooltip-placement-bottom .tbs-tooltip-arrow {
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
}
.tbs-tooltip-placement-bottomLeft .tbs-tooltip-arrow {
  left: 13px;
}
.tbs-tooltip-placement-bottomRight .tbs-tooltip-arrow {
  right: 13px;
}
.tbs-popover {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  user-select: text;
}
.tbs-popover::after {
  position: absolute;
  background: fade(white, 1%);
  content: "";
}
.tbs-popover-hidden {
  display: none;
}
.tbs-popover-placement-top,
.tbs-popover-placement-topLeft,
.tbs-popover-placement-topRight {
  padding-bottom: 16px;
}
.tbs-popover-placement-right,
.tbs-popover-placement-rightTop,
.tbs-popover-placement-rightBottom {
  padding-left: 16px;
}
.tbs-popover-placement-bottom,
.tbs-popover-placement-bottomLeft,
.tbs-popover-placement-bottomRight {
  padding-top: 16px;
}
.tbs-popover-placement-left,
.tbs-popover-placement-leftTop,
.tbs-popover-placement-leftBottom {
  padding-right: 16px;
}
.tbs-popover-inner {
  background-color: white;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tbs-popover {
  }
  .tbs-popover-inner {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  }
}
.tbs-popover-title {
  min-width: 200px;
  margin: 0;
}
.tbs-popover-arrow {
  position: absolute;
  display: block;
  width: 17.313708499px;
  height: 17.313708499px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.tbs-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: white;
  content: "";
  pointer-events: auto;
}
.tbs-popover-placement-top .tbs-popover-arrow,
.tbs-popover-placement-topLeft .tbs-popover-arrow,
.tbs-popover-placement-topRight .tbs-popover-arrow {
  bottom: -1.313708499px;
}
.tbs-popover-placement-top .tbs-popover-arrow-content,
.tbs-popover-placement-topLeft .tbs-popover-arrow-content,
.tbs-popover-placement-topRight .tbs-popover-arrow-content {
  box-shadow: 3px 3px 7px var(--tbs-neutral-400);
  transform: translateY(-8.65685px) rotate(45deg);
}
.tbs-popover-placement-top .tbs-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.tbs-popover-placement-topLeft .tbs-popover-arrow {
  left: 13px;
}
.tbs-popover-placement-topRight .tbs-popover-arrow {
  right: 13px;
}
.tbs-popover-placement-right .tbs-popover-arrow,
.tbs-popover-placement-rightTop .tbs-popover-arrow,
.tbs-popover-placement-rightBottom .tbs-popover-arrow {
  left: -1.313708499px;
}
.tbs-popover-placement-right .tbs-popover-arrow-content,
.tbs-popover-placement-rightTop .tbs-popover-arrow-content,
.tbs-popover-placement-rightBottom .tbs-popover-arrow-content {
  box-shadow: 3px 3px 7px var(--tbs-neutral-400);
  transform: translateX(8.65685px) rotate(135deg);
}
.tbs-popover-placement-right .tbs-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.tbs-popover-placement-rightTop .tbs-popover-arrow {
  top: 5px;
}
.tbs-popover-placement-rightBottom .tbs-popover-arrow {
  bottom: 5px;
}
.tbs-popover-placement-bottom .tbs-popover-arrow,
.tbs-popover-placement-bottomLeft .tbs-popover-arrow,
.tbs-popover-placement-bottomRight .tbs-popover-arrow {
  top: -1.313708499px;
}
.tbs-popover-placement-bottom .tbs-popover-arrow-content,
.tbs-popover-placement-bottomLeft .tbs-popover-arrow-content,
.tbs-popover-placement-bottomRight .tbs-popover-arrow-content {
  box-shadow: 2px 2px 5px var(--tbs-neutral-400);
  transform: translateY(8.65685px) rotate(-135deg);
}
.tbs-popover-placement-bottom .tbs-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}
.tbs-popover-placement-bottomLeft .tbs-popover-arrow {
  left: 13px;
}
.tbs-popover-placement-bottomRight .tbs-popover-arrow {
  right: 13px;
}
.tbs-popover-placement-left .tbs-popover-arrow,
.tbs-popover-placement-leftTop .tbs-popover-arrow,
.tbs-popover-placement-leftBottom .tbs-popover-arrow {
  right: -1.313708499px;
}
.tbs-popover-placement-left .tbs-popover-arrow-content,
.tbs-popover-placement-leftTop .tbs-popover-arrow-content,
.tbs-popover-placement-leftBottom .tbs-popover-arrow-content {
  box-shadow: 3px 3px 7px var(--tbs-neutral-400);
  transform: translateX(-8.65685px) rotate(-45deg);
}
.tbs-popover-placement-left .tbs-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}
.tbs-popover-placement-leftTop .tbs-popover-arrow {
  top: 5px;
}
.tbs-popover-placement-leftBottom .tbs-popover-arrow {
  bottom: 5px;
}
.tbs-avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  border: 1px solid var(--tbs-primary-blue-400);
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.tbs-avatar-image {
  background: transparent;
}
.tbs-avatar .tbs-image-img {
  display: block;
}
.tbs-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.tbs-avatar.tbs-avatar-icon {
  font-size: 18px;
}
.tbs-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.tbs-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.tbs-avatar-lg.tbs-avatar-icon {
  font-size: 24px;
}
.tbs-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.tbs-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}
.tbs-avatar-sm.tbs-avatar-icon {
  font-size: 14px;
}
.tbs-avatar-square {
  border-radius: 2px;
}
.tbs-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tbs-avatar-group {
  display: inline-flex;
}
.tbs-avatar-group .tbs-avatar {
  position: relative;
}
.tbs-avatar-group .tbs-avatar:not(:first-child) {
  margin-left: -9px;
}
.tbs-avatar-group .tbs-avatar:hover {
  z-index: 1;
}
.tbs-spinner {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0;
}
.tbs-spinner > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
  background: transparent;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate 0.75s linear infinite;
  -moz-animation: ball-clip-rotate 0.75s linear infinite;
  -o-animation: ball-clip-rotate 0.75s linear infinite;
  animation: ball-clip-rotate 0.75s linear infinite;
}
@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tbs-dropdown {
  top: 0;
  left: 0;
  position: relative;
  z-index: 1030;
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 100%;
  text-align: left;
  list-style-type: none;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
}
.tbs-dropdown-menu {
  text-align: left;
  list-style-type: none;
  background-color: var(--tbs-neutral-50);
  background-clip: padding-box;
  outline: none;
  list-style-type: none;
  padding: 0;
  border: 0.5px solid var(--tbs-neutral-800);
}
.tbs-dropdown-menu-item {
  display: flex;
  align-items: center;
  clear: both;
  margin: 0;
  padding: 7px 8px;
  color: var(--tbs-neutral-1400);
  font-weight: 400;
  font: normal 400 15px / 22px "Arimo", sans-serif;
  cursor: pointer;
  transition: all 0.3s;
}
.tbs-dropdown-menu-item tbs-icon {
  padding-right: 5px;
}
.tbs-dropdown-menu-item:hover {
  background-color: var(--tbs-neutral-200);
}
.tbs-dropdown-menu-item-disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: var(--tbs-neutral-1000);
}
.tbs-comment {
  padding: 16px 0;
}
.tbs-comment-header {
  display: flex;
  position: relative;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.tbs-comment-header-avatar {
  margin-right: 8px;
  padding-top: 5px;
}
.tbs-comment-header-info {
  flex: 1 1 auto;
}
.tbs-comment-header-info-author {
  color: var(--tbs-neutral-1400);
  font: normal 700 15px / 22px "Arimo", sans-serif;
}
.tbs-comment-header-info-date {
  color: var(--tbs-neutral-1000);
  font: normal 400 13px / 19px "Arimo", sans-serif;
}
.tbs-comment-content {
  color: var(--tbs-neutral-1400);
  font: normal 400 15px / 22px "Arimo", sans-serif;
}
.tbs-collapse {
  display: block;
  border-top: 1px solid var(--tbs-neutral-600);
  border-left: 1px solid var(--tbs-neutral-600);
  border-right: 1px solid var(--tbs-neutral-600);
}
.tbs-collapse-item {
  display: block;
}
.tbs-collapse-item > .tbs-collapse-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font: normal 400 15px / 22px "Arimo", sans-serif;
  padding: 5px 12px;
  cursor: pointer;
  color: var(--tbs-neutral-1400);
}
.tbs-collapse-item > .tbs-collapse-header .tbs-collapse-arrow {
  margin-right: 8px;
}
.tbs-collapse-item > .tbs-collapse-header-gray {
  background-color: var(--tbs-neutral-400);
}
.tbs-collapse-item > .tbs-collapse-header-blue {
  color: var(--tbs-neutral-50);
  background-color: var(--tbs-primary-blue-1000);
}
.tbs-collapse-item > .tbs-collapse-header-green {
  color: var(--tbs-neutral-50);
  background-color: var(--tbs-primary-green-1000);
}
.tbs-collapse-item > .tbs-collapse-header-orange {
  color: var(--tbs-neutral-50);
  background-color: var(--tbs-semantic-orange-1000);
}
.tbs-collapse-item > .tbs-collapse-header-yellow {
  color: var(--tbs-neutral-50);
  background-color: var(--tbs-semantic-yellow-1000);
}
.tbs-collapse-item > .tbs-collapse-header-red {
  color: var(--tbs-neutral-50);
  background-color: var(--tbs-semantic-red-1000);
}
.tbs-collapse.tbs-collapse-icon-position-right > .tbs-collapse-item > .tbs-collapse-header {
  position: relative;
  padding: 5px 40px 5px 12px;
}
.tbs-collapse.tbs-collapse-icon-position-right > .tbs-collapse-item > .tbs-collapse-header .tbs-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}
.tbs-collapse-content {
  color: var(--tbs-neutral-1400);
  border-top: 1px solid var(--tbs-neutral-600);
  border-bottom: 1px solid var(--tbs-neutral-600);
  font: normal 400 15px / 22px "Arimo", sans-serif;
}
.tbs-collapse i {
  line-height: unset !important;
}
.tbs-collapse-borderless {
  border: 0;
}
.tbs-collapse-borderless > .tbs-collapse-item > .tbs-collapse-header {
  padding: 5px 40px 5px 0px !important;
}
.tbs-collapse-borderless .tbs-collapse-arrow {
  right: 0px !important;
}
.tbs-collapse-borderless:not(.tbs-collapse-icon-position-right) {
  border: 0;
}
.tbs-collapse-borderless:not(.tbs-collapse-icon-position-right) > .tbs-collapse-item > .tbs-collapse-header {
  padding: 5px 0px !important;
}
.tbs-collapse-borderless > .tbs-collapse-item > .tbs-collapse-content {
  border: 0;
}
.tbs-collapse .tbs-collapse-item-disabled > .tbs-collapse-header {
  color: var(--tbs-neutral-800);
  cursor: not-allowed;
}
.tbs-page-header {
  position: relative;
  padding: 16px 32px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.tbs-page-header-bordered {
  border: 1px solid var(--tbs-neutral-600);
}
.tbs-page-header-heading {
  color: var(--tbs-neutral-1400);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tbs-page-header-heading-left {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.tbs-page-header-heading-title {
  font: normal 700 25px / 33px "Arimo", sans-serif;
  margin-right: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 36px;
  display: flex;
  align-items: center;
}
.tbs-page-header-heading-extra {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.tbs-page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.tbs-header-container {
  position: sticky;
  top: 0;
  z-index: 998;
  background: var(--tbs-neutral-50);
}
.tbs-content-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
}
.tbs-footer-container {
  background: var(--tbs-neutral-50);
  border-top: 1px solid var(--tbs-neutral-600);
  padding: 24px 32px;
  position: sticky;
  bottom: 0;
  z-index: 998;
}
.tbs-drawer {
  position: absolute;
  background-color: white;
  transition: transform 0.3s ease-out;
  background-color: var(--tbs-neutral-50);
  min-width: 350px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
}
.tbs-drawer-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(31, 40, 69, 0.5);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
  height: 100%;
  opacity: 1;
}
.tbs-drawer-left {
  left: 0;
  transform: translateX(-100%);
  width: 350px;
  height: 100%;
}
.tbs-drawer-right {
  right: 0;
  transform: translateX(100%);
  width: 350px;
  height: 100%;
}
.tbs-drawer-top {
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  height: 350px;
}
.tbs-drawer-bottom {
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  height: 350px;
}
.tbs-drawer-opened {
  transform: translateX(0) translateY(0);
}
.tbs-drawer-title {
  padding: 12px 16px;
  border-bottom: 1px solid var(--tbs-neutral-400);
  font: normal 400 17px / 24px "Arimo", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tbs-drawer-title-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tbs-drawer-title-close-icon {
  cursor: pointer;
  font-size: 20px;
}
.tbs-drawer-content {
  font: normal 400 15px / 22px "Arimo", sans-serif;
  width: 100%;
  height: calc(100% - 50px);
  overflow: auto;
}
.tbs-card {
  position: relative;
  display: block;
  background: var(--tbs-neutral-50);
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.tbs-card-head {
  min-height: 48px;
  padding-left: 16px;
  border-bottom: 1px solid var(--tbs-neutral-600);
}
.tbs-card-head-wrapper {
  display: flex;
  align-items: center;
}
.tbs-card-head-title {
  color: var(--tbs-neutral-1400);
  font: normal 700 15px / 22px "Arimo", sans-serif;
  display: inline-block;
  flex: 1;
  padding: 12px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tbs-card-extra {
  float: right;
  margin-left: auto;
  padding: 12px 0;
}
.tbs-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tbs-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 0px 16px;
  list-style: none;
  background: var(--tbs-neutral-50);
  border-top: 1px solid var(--tbs-neutral-600);
}
.tbs-card-actions button {
  width: 100%;
}
.tbs-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.4509803922);
  text-align: center;
}
.tbs-flip-card {
  display: block;
  position: relative;
  perspective: 1000px;
  background: transparent;
  height: 100%;
}
.tbs-flip-card .tbs-flip-card-inner {
  display: flex;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.tbs-flip-card .tbs-flip-card-inner .tbs-flip-card-front,
.tbs-flip-card .tbs-flip-card-inner .tbs-flip-card-back {
  flex: 1;
}
.tbs-flip-card .tbs-flip-card-inner .tbs-flip-card-front tbs-card,
.tbs-flip-card .tbs-flip-card-inner .tbs-flip-card-back tbs-card {
  height: 100%;
  flex-grow: 1;
}
.tbs-flip-card .tbs-flip-card-inner .tbs-flip-card-front {
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transition: opacity 0s 0.2s;
  margin-right: -50%;
}
.tbs-flip-card .tbs-flip-card-inner .tbs-flip-card-back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-left: -50%;
}
.tbs-flip-card.flipped .tbs-flip-card-inner .tbs-flip-card-front {
  opacity: 0;
  transition: opacity 0s 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.tbs-flip-card.flipped .tbs-flip-card-inner .tbs-flip-card-back {
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
}
.tbs-flip-card.flipped.x .tbs-flip-card-inner {
  transform: rotateX(180deg);
}
.tbs-flip-card.flipped.y .tbs-flip-card-inner {
  transform: rotateY(180deg);
}
.tbs-flip-card.x .tbs-flip-card-inner .tbs-flip-card-back {
  transform: rotateX(180deg);
}
.tbs-flip-card.y .tbs-flip-card-inner .tbs-flip-card-back {
  transform: rotateY(180deg);
}
.tbs-breadcrumb {
  display: flex;
  align-items: center;
}
.tbs-breadcrumb-link {
  font: normal 400 13px / 19px "Arimo", sans-serif;
  color: var(--tbs-neutral-1000);
  height: 24px;
  display: flex;
  align-items: center;
}
.tbs-breadcrumb a {
  color: var(--tbs-primary-blue-1000);
  transition: color 0.3s;
  cursor: pointer;
}
.tbs-breadcrumb a:hover {
  color: var(--tbs-primary-blue-800);
  text-decoration: underline;
}
.tbs-breadcrumb-separator {
  display: flex;
  align-items: center;
}
.tbs-breadcrumb-separator tbs-icon {
  padding: 0px 8px;
}
tbs-breadcrumb-item {
  display: flex;
  align-self: center;
}
tbs-breadcrumb-item:last-child {
  color: var(--tbs-neutral-1000);
}
tbs-breadcrumb-item:last-child .tbs-breadcrumb-separator {
  display: none;
}
.tbs-result-info {
  color: #5575a6 !important;
}
.tbs-result-success {
  color: #4e8e18 !important;
}
.tbs-result-danger {
  color: #f25037 !important;
}
.tbs-result-warning {
  color: #ffbf44 !important;
}
.tbs-result-header {
  display: flex;
  text-align: center;
  justify-content: center;
}
.tbs-result-default .tbs-result-icon {
  font-size: 72px;
  margin-bottom: 24px;
}
.tbs-result-default .tbs-result-title {
  color: #181818;
  font: normal 400 25px / 33px "Arimo", sans-serif;
  text-align: center;
  margin-bottom: 8px;
}
.tbs-result-default .tbs-result-subtitle {
  color: #454545;
  font: normal 400 15px / 22px "Arimo", sans-serif;
  text-align: center;
}
.tbs-result-default .tbs-result-extra {
  margin: 24px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tbs-result-small .tbs-result-icon {
  font-size: 48px;
  margin-bottom: 12px;
}
.tbs-result-small .tbs-result-title {
  color: #181818;
  font: normal 400 20px / 30px "Arimo", sans-serif;
  text-align: center;
  margin-bottom: 4px;
}
.tbs-result-small .tbs-result-subtitle {
  color: #454545;
  font: normal 400 13px / 19px "Arimo", sans-serif;
  text-align: center;
}
.tbs-result-small .tbs-result-extra {
  margin: 12px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tbs-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.tbs-checkbox-wrapper:hover .tbs-checkbox-inner,
.tbs-checkbox:hover .tbs-checkbox-inner,
.tbs-checkbox-input:focus + .tbs-checkbox-inner {
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tbs-primary-blue-1000);
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: "";
}
.tbs-checkbox:hover:after,
.tbs-checkbox-wrapper:hover .tbs-checkbox:after {
  visibility: visible;
}
.tbs-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid var(--tbs-primary-blue-1000);
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.tbs-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.tbs-checkbox-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.tbs-checkbox-checked .tbs-checkbox-inner:after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.tbs-checkbox-checked .tbs-checkbox-inner {
  background-color: var(--tbs-primary-blue-1000);
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-checkbox-disabled {
  cursor: not-allowed;
}
.tbs-checkbox-disabled.tbs-checkbox-checked .tbs-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.2509803922);
  animation-name: none;
}
.tbs-checkbox-disabled .tbs-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.tbs-checkbox-disabled .tbs-checkbox-inner {
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600) !important;
}
.tbs-checkbox-disabled .tbs-checkbox-inner:after {
  border-color: var(--tbs-neutral-400);
  border-collapse: separate;
  animation-name: none;
}
.tbs-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.2509803922);
  cursor: not-allowed;
}
.tbs-checkbox-disabled:hover:after,
.tbs-checkbox-wrapper:hover .tbs-checkbox-disabled:after {
  visibility: hidden;
}
.tbs-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.tbs-checkbox-wrapper:after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: "\a0";
}
.tbs-checkbox-wrapper.tbs-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.tbs-checkbox-wrapper + .tbs-checkbox-wrapper {
  margin-left: 8px;
}
.tbs-checkbox-wrapper.tbs-checkbox-wrapper-in-form-item input[type=checkbox] {
  width: 14px;
  height: 14px;
}
.tbs-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.tbs-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
}
.tbs-checkbox-group-item {
  margin-right: 8px;
}
.tbs-checkbox-group-item:last-child {
  margin-right: 0;
}
.tbs-checkbox-group-item + .tbs-checkbox-group-item {
  margin-left: 0;
}
.tbs-checkbox-indeterminate .tbs-checkbox-inner {
  background-color: #fff;
  border-color: var(--tbs-neutral-600);
}
.tbs-checkbox-indeterminate .tbs-checkbox-inner:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--tbs-primary-blue-1000);
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.tbs-checkbox-indeterminate.tbs-checkbox-disabled .tbs-checkbox-inner:after {
  background-color: rgba(0, 0, 0, 0.2509803922);
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-checkbox-rtl {
  direction: rtl;
}
.tbs-checkbox-group-rtl .tbs-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.tbs-checkbox-group-rtl .tbs-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.tbs-checkbox-group-rtl .tbs-checkbox-group-item + .tbs-checkbox-group-item {
  margin-left: 8px;
}
.tbs-checkbox + span:empty {
  display: none;
}
.tbs-title {
  display: flex;
  align-items: center;
  color: var(--tbs-neutral-1400);
}
.tbs-title-content {
  display: inline-block;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tbs-title-extra {
  float: right;
  margin-left: auto;
}
.tbs-title-default {
  font: normal 700 17px / 24px "Arimo", sans-serif;
}
.tbs-title-default.tbs-title-bordered {
  border-bottom: 1px solid var(--tbs-neutral-600);
  padding-bottom: 12px;
}
.tbs-title-small {
  font: normal 700 15px / 22px "Arimo", sans-serif;
  padding-bottom: 8px;
}
.tbs-title-small.tbs-title-bordered {
  border-bottom: 1px solid var(--tbs-neutral-600);
  padding-bottom: 8px;
}
.tbs-upload-drag {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: var(--tbs-primary-blue-50);
  border: 1px dashed var(--tbs-primary-blue-600);
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.3s;
}
.tbs-upload-drag:hover {
  border: 1px dashed var(--tbs-primary-blue-1000);
}
.tbs-upload-drag-hover {
  border: 1px dashed var(--tbs-primary-blue-1000);
}
.tbs-upload-disabled {
  cursor: not-allowed;
}
.tbs-chip {
  display: inline-flex;
  height: 24px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid var(--tbs-neutral-600, #e4e4e4);
  background: var(--tbs-neutral-400, #f1f1f1);
  font: normal 700 13px / 19px "Arimo", sans-serif;
  color: var(--tbs-neutral-1000, #808080);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tbs-chip-checked {
  border: 1px solid var(--tbs-primary-blue-1200, #224273);
  background: var(--tbs-primary-blue-200, #d5dde9);
  color: var(--tbs-primary-blue-1200, #224273);
}
.tbs-chip:hover {
  color: var(--tbs-neutral-1400, #181818);
  border: 1px solid var(--tbs-primary-blue-1200, #224273);
}
.tbs-chip i {
  font-size: 16px;
}
.tbs-skeleton {
  display: table;
  width: 100%;
}
.tbs-skeleton.tbs-skeleton-active .tbs-skeleton-avatar {
  background:
    linear-gradient(
      90deg,
      var(--tbs-neutral-400) 25%,
      var(--tbs-neutral-600) 37%,
      var(--tbs-neutral-400) 63%);
  background-size: 400% 100%;
  animation: tbs-skeleton-loading 1.4s ease infinite;
}
.tbs-skeleton.tbs-skeleton-active .tbs-skeleton-input {
  background:
    linear-gradient(
      90deg,
      var(--tbs-neutral-400) 25%,
      var(--tbs-neutral-600) 37%,
      var(--tbs-neutral-400) 63%);
  background-size: 400% 100%;
  animation: tbs-skeleton-loading 1.4s ease infinite;
}
.tbs-skeleton.tbs-skeleton-active .tbs-skeleton-image {
  background:
    linear-gradient(
      90deg,
      var(--tbs-neutral-400) 25%,
      var(--tbs-neutral-600) 37%,
      var(--tbs-neutral-400) 63%);
  background-size: 400% 100%;
  animation: tbs-skeleton-loading 1.4s ease infinite;
}
.tbs-skeleton.tbs-skeleton-block {
  width: 100%;
}
.tbs-skeleton.tbs-skeleton-block .tbs-skeleton-input {
  width: 100%;
}
.tbs-skeleton-element {
  display: inline-block;
  width: auto;
}
.tbs-skeleton-element .tbs-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: var(--tbs-neutral-400);
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.tbs-skeleton-element .tbs-skeleton-avatar.tbs-skeleton-avatar-circle {
  border-radius: 50%;
}
.tbs-skeleton-element .tbs-skeleton-avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.tbs-skeleton-element .tbs-skeleton-avatar-lg.tbs-skeleton-avatar-circle {
  border-radius: 50%;
}
.tbs-skeleton-element .tbs-skeleton-avatar-sm {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.tbs-skeleton-element .tbs-skeleton-avatar-sm.tbs-skeleton-avatar-circle {
  border-radius: 50%;
}
.tbs-skeleton-element .tbs-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: var(--tbs-neutral-400);
  border-radius: 2px;
  width: 180px;
  min-width: 180px;
  height: 36px;
  line-height: 36px;
}
.tbs-skeleton-element .tbs-skeleton-input-lg {
  width: 240px;
  min-width: 240px;
  height: 48px;
  line-height: 48px;
}
.tbs-skeleton-element .tbs-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}
.tbs-skeleton-element .tbs-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: var(--tbs-neutral-400);
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.tbs-skeleton-element .tbs-skeleton-image.tbs-skeleton-image-circle {
  border-radius: 50%;
}
.tbs-skeleton-element .tbs-skeleton-image-path {
  fill: #bfbfbf;
}
.tbs-skeleton-element .tbs-skeleton-image-svg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  max-width: 160px;
  max-height: 160px;
}
.tbs-skeleton-element .tbs-skeleton-image-svg.tbs-skeleton-image-circle {
  border-radius: 50%;
}
@keyframes tbs-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.tbs-timeline-item {
  margin: 16px 0;
}
.tbs-timeline-item-active .tbs-timeline-item-inner::before {
  background-color: #181818;
}
.tbs-timeline-item-inner {
  display: block;
  position: relative;
  word-break: break-word;
  padding-left: 20px;
  margin: 16px 0px;
}
.tbs-timeline-item-inner::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #e4e4e4;
  background-color: silver;
  top: var(--tbs-offset-top);
  left: 0;
  border-radius: 50%;
}
.tbs-timeline-item-inner::after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 10px);
  background-color: #f1f1f1;
  top: calc(20px + var(--tbs-offset-top));
  left: 5px;
}
.tbs-timeline-item-inner-container {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  padding: 16px;
  box-shadow: 0px 2px 5px 0px rgba(19, 47, 81, 0.07);
}
.tbs-timeline-item:last-child .tbs-timeline-item-inner::after {
  display: none;
}
.tbs-radio-group {
  display: inline-block;
  color: var(--tbs-neutral-1400);
  font: normal 400 15px / 22px "Arimo", sans-serif;
  font-variant: tabular-nums;
  list-style: none;
}
.tbs-radio-group-small .tbs-radio-inner {
  width: 14px;
  height: 14px;
}
.tbs-radio-group-small .tbs-radio-inner::after {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
}
.tbs-radio-group-horizontal {
  width: 100%;
}
.tbs-radio-group-horizontal [tbs-radio] {
  display: block;
}
.tbs-radio-wrapper {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}
.tbs-radio-wrapper-disabled {
  cursor: not-allowed;
}
.tbs-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: "\a0";
}
.tbs-radio {
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.tbs-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  visibility: hidden;
  animation: tbsRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  content: "";
}
.tbs-radio:hover::after,
.tbs-radio-wrapper:hover .tbs-radio::after {
  visibility: visible;
}
.tbs-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background-color: white;
  border-color: var(--tbs-primary-blue-1000);
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}
.tbs-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  background-color: var(--tbs-primary-blue-1000);
  border-top: 0;
  border-left: 0;
  border-radius: 20px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: " ";
}
.tbs-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.tbs-radio-checked .tbs-radio-inner {
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-radio-checked .tbs-radio-inner::after {
  transform: scale(0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.tbs-radio-disabled {
  cursor: not-allowed;
}
.tbs-radio-disabled .tbs-radio-inner {
  border-color: var(--tbs-neutral-800) !important;
  cursor: not-allowed;
}
.tbs-radio-disabled .tbs-radio-inner::after {
  background-color: var(--tbs-neutral-800);
}
.tbs-radio-disabled .tbs-radio-input {
  cursor: not-allowed;
}
.tbs-radio-disabled + span {
  color: var(--tbs-neutral-800);
  cursor: not-allowed;
}
span.tbs-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
@keyframes tbsRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.tbs-slider {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  height: 12px;
  margin: 10px 6px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}
.tbs-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.tbs-slider-vertical .tbs-slider-rail {
  width: 4px;
  height: 100%;
}
.tbs-slider-vertical .tbs-slider-track {
  width: 4px;
}
.tbs-slider-vertical .tbs-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}
.tbs-slider-vertical .tbs-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.tbs-slider-vertical .tbs-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.tbs-slider-vertical .tbs-slider-step {
  width: 4px;
  height: 100%;
}
.tbs-slider-vertical .tbs-slider-dot {
  top: auto;
  margin-left: -2px;
}
.tbs-slider-rtl.tbs-slider-vertical .tbs-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}
.tbs-slider-rtl.tbs-slider-vertical .tbs-slider-mark {
  right: 12px;
  left: auto;
}
.tbs-slider-rtl.tbs-slider-vertical .tbs-slider-mark-text {
  right: 4px;
  left: auto;
}
.tbs-slider-rtl.tbs-slider-vertical .tbs-slider-dot {
  right: 2px;
  left: auto;
}
.tbs-slider-with-marks {
  margin-bottom: 28px;
}
.tbs-slider-rail {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: var(--tbs-neutral-400);
  border-radius: 2px;
  transition: background-color 0.3s;
}
.tbs-slider-track {
  position: absolute;
  height: 6px;
  background-color: var(--tbs-primary-blue-1000);
  border-radius: 2px;
  transition: background-color 0.3s;
}
.tbs-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  background-color: var(--tbs-primary-blue-1000);
  border: solid 2px var(--tbs-primary-blue-1000);
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition:
    border-color 0.3s,
    box-shadow 0.6s,
    transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.tbs-slider-handle-dragging {
  z-index: 1;
}
.tbs-slider-handle:focus {
  border-color: var(--tbs-primary-blue-1000);
  outline: none;
  box-shadow: 0 0 0 5px rgba(170, 186, 210, 0.5);
}
.tbs-slider-handle:after {
  position: absolute;
  inset: -6px;
  content: "";
}
.tbs-slider:hover .tbs-slider-rail {
  background-color: var(--tbs-neutral-600);
}
.tbs-slider:hover .tbs-slider-track {
  background-color: var(--tbs-primary-blue-1000);
}
.tbs-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.tbs-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.4509803922);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.8509803922);
}
.tbs-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}
.tbs-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  cursor: pointer;
}
.tbs-slider-dot-active {
  border-color: var(--tbs-primary-color-deprecated-t-50);
}
.tbs-slider-disabled {
  cursor: not-allowed;
}
.tbs-slider-disabled .tbs-slider-rail {
  background-color: var(--tbs-neutral-400) !important;
}
.tbs-slider-disabled .tbs-slider-track {
  background-color: var(--tbs-neutral-800) !important;
}
.tbs-slider-disabled .tbs-slider-handle,
.tbs-slider-disabled .tbs-slider-dot {
  background-color: var(--tbs-neutral-800);
  border-color: var(--tbs-neutral-800) !important;
  box-shadow: none;
  cursor: not-allowed;
}
.tbs-slider-disabled .tbs-slider-mark-text,
.tbs-slider-disabled .tbs-slider-dot {
  cursor: not-allowed !important;
}
.tbs-slider-rtl {
  direction: rtl;
}
.tbs-slider-rtl .tbs-slider-mark {
  right: 0;
  left: auto;
}
.tbs-slider {
  display: block;
}
.tbs-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}
.tbs-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.tbs-steps-item-container {
  outline: none;
}
.tbs-steps-item:last-child {
  flex: none;
}
.tbs-steps-item:last-child > .tbs-steps-item-container > .tbs-steps-item-tail,
.tbs-steps-item:last-child > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title:after {
  display: none;
}
.tbs-steps-item-icon,
.tbs-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.tbs-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    "Noto Color Emoji";
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.tbs-steps-item-icon .tbs-steps-icon {
  position: relative;
  top: -0.5px;
  color: var(--tbs-primary-blue-1000);
  line-height: 1;
}
.tbs-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.tbs-steps-item-tail:after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.0588235294);
  border-radius: 1px;
  transition: background 0.3s;
  content: "";
}
.tbs-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 11px;
  line-height: 20px;
}
.tbs-steps-item-title:after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: rgba(0, 0, 0, 0.0588235294);
  content: "";
}
.tbs-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.4509803922);
  font-weight: 400;
  font-size: 14px;
}
.tbs-steps-item-description {
  color: rgba(0, 0, 0, 0.4509803922);
  font-size: 14px;
}
.tbs-steps-item-wait .tbs-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-steps-item-wait .tbs-steps-item-icon > .tbs-steps-icon {
  color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-steps-item-wait .tbs-steps-item-icon > .tbs-steps-icon .tbs-steps-icon-dot {
  background: rgba(0, 0, 0, 0.2509803922);
}
.tbs-steps-item-wait > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-steps-item-wait > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title:after {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.tbs-steps-item-wait > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-description {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-steps-item-wait > .tbs-steps-item-container > .tbs-steps-item-tail:after {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.tbs-steps-item-process .tbs-steps-item-icon {
  background-color: #fff;
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-process .tbs-steps-item-icon > .tbs-steps-icon {
  color: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-process .tbs-steps-item-icon > .tbs-steps-icon .tbs-steps-icon-dot {
  background: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-process > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title {
  color: rgba(0, 0, 0, 0.8509803922);
}
.tbs-steps-item-process > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title:after {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.tbs-steps-item-process > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-description {
  color: rgba(0, 0, 0, 0.8509803922);
}
.tbs-steps-item-process > .tbs-steps-item-container > .tbs-steps-item-tail:after {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.tbs-steps-item-process > .tbs-steps-item-container > .tbs-steps-item-icon {
  background: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-process > .tbs-steps-item-container > .tbs-steps-item-icon .tbs-steps-icon {
  color: #fff;
}
.tbs-steps-item-process > .tbs-steps-item-container > .tbs-steps-item-title {
  font-weight: 500;
}
.tbs-steps-item-finish .tbs-steps-item-icon {
  background-color: #fff;
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-finish .tbs-steps-item-icon > .tbs-steps-icon {
  color: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-finish .tbs-steps-item-icon > .tbs-steps-icon .tbs-steps-icon-dot {
  background: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-finish > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title {
  color: rgba(0, 0, 0, 0.8509803922);
}
.tbs-steps-item-finish > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title:after {
  background-color: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-finish > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-description {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-steps-item-finish > .tbs-steps-item-container > .tbs-steps-item-tail:after {
  background-color: var(--tbs-primary-blue-1000);
}
.tbs-steps-item-error .tbs-steps-item-icon {
  background-color: #fff;
  border-color: var(--tbs-error-color);
}
.tbs-steps-item-error .tbs-steps-item-icon > .tbs-steps-icon {
  color: var(--tbs-error-color);
}
.tbs-steps-item-error .tbs-steps-item-icon > .tbs-steps-icon .tbs-steps-icon-dot {
  background: var(--tbs-error-color);
}
.tbs-steps-item-error > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title {
  color: var(--tbs-error-color);
}
.tbs-steps-item-error > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title:after {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.tbs-steps-item-error > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-description {
  color: var(--tbs-error-color);
}
.tbs-steps-item-error > .tbs-steps-item-container > .tbs-steps-item-tail:after {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.tbs-steps-item.tbs-steps-next-error .tbs-steps-item-title:after {
  background: var(--tbs-error-color);
}
.tbs-steps-item-disabled {
  cursor: not-allowed;
}
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button] {
  cursor: pointer;
}
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button] .tbs-steps-item-title,
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button] .tbs-steps-item-subtitle,
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button] .tbs-steps-item-description,
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button] .tbs-steps-item-icon .tbs-steps-icon {
  transition: color 0.3s;
}
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button]:hover .tbs-steps-item-title,
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button]:hover .tbs-steps-item-subtitle,
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active) > .tbs-steps-item-container[role=button]:hover .tbs-steps-item-description {
  color: var(--tbs-primary-blue-1000);
}
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active):not(.tbs-steps-item-process) > .tbs-steps-item-container[role=button]:hover .tbs-steps-item-icon {
  border-color: var(--tbs-primary-blue-1000);
}
.tbs-steps .tbs-steps-item:not(.tbs-steps-item-active):not(.tbs-steps-item-process) > .tbs-steps-item-container[role=button]:hover .tbs-steps-item-icon .tbs-steps-icon {
  color: var(--tbs-primary-blue-1000);
}
.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}
.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item:first-child {
  padding-left: 0;
}
.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item:last-child .tbs-steps-item-title {
  padding-right: 0;
}
.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item-tail {
  display: none;
}
.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.tbs-steps-item-custom > .tbs-steps-item-container > .tbs-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.tbs-steps-item-custom > .tbs-steps-item-container > .tbs-steps-item-icon > .tbs-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.tbs-steps-item-custom.tbs-steps-item-process .tbs-steps-item-icon > .tbs-steps-icon {
  color: var(--tbs-primary-blue-1000);
}
.tbs-steps:not(.tbs-steps-vertical) .tbs-steps-item-custom .tbs-steps-item-icon {
  width: auto;
  background: none;
}
.tbs-steps-small.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item {
  padding-left: 12px;
}
.tbs-steps-small.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item:first-child {
  padding-left: 0;
}
.tbs-steps-small .tbs-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.tbs-steps-small .tbs-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.tbs-steps-small .tbs-steps-item-title:after {
  top: 12px;
}
.tbs-steps-small .tbs-steps-item-description {
  color: rgba(0, 0, 0, 0.4509803922);
  font-size: 14px;
}
.tbs-steps-small .tbs-steps-item-tail {
  top: 8px;
}
.tbs-steps-small .tbs-steps-item-custom .tbs-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.tbs-steps-small .tbs-steps-item-custom .tbs-steps-item-icon > .tbs-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}
.tbs-steps-vertical {
  display: flex;
  flex-direction: column;
}
.tbs-steps-vertical > .tbs-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}
.tbs-steps-vertical > .tbs-steps-item .tbs-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.tbs-steps-vertical > .tbs-steps-item .tbs-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.tbs-steps-vertical > .tbs-steps-item .tbs-steps-item-title {
  line-height: 32px;
}
.tbs-steps-vertical > .tbs-steps-item .tbs-steps-item-description {
  padding-bottom: 12px;
}
.tbs-steps-vertical > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  position: absolute;
  top: 0;
  left: 15px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.tbs-steps-vertical > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail:after {
  width: 1px;
  height: 100%;
}
.tbs-steps-vertical > .tbs-steps-item:not(:last-child) > .tbs-steps-item-container > .tbs-steps-item-tail {
  display: block;
}
.tbs-steps-vertical > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-content > .tbs-steps-item-title:after {
  display: none;
}
.tbs-steps-vertical.tbs-steps-small .tbs-steps-item-container .tbs-steps-item-tail {
  position: absolute;
  top: 0;
  left: 11px;
  padding: 30px 0 6px;
}
.tbs-steps-vertical.tbs-steps-small .tbs-steps-item-container .tbs-steps-item-title {
  line-height: 24px;
}
.tbs-steps-label-vertical .tbs-steps-item {
  overflow: visible;
}
.tbs-steps-label-vertical .tbs-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.tbs-steps-label-vertical .tbs-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.tbs-steps-label-vertical .tbs-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.tbs-steps-label-vertical .tbs-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}
.tbs-steps-label-vertical .tbs-steps-item-title:after {
  display: none;
}
.tbs-steps-label-vertical .tbs-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}
.tbs-steps-label-vertical.tbs-steps-small:not(.tbs-steps-dot) .tbs-steps-item-icon {
  margin-left: 46px;
}
.tbs-steps-dot .tbs-steps-item-title,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-title {
  line-height: 1.5715;
}
.tbs-steps-dot .tbs-steps-item-tail,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.tbs-steps-dot .tbs-steps-item-tail:after,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-tail:after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.tbs-steps-dot .tbs-steps-item:first-child .tbs-steps-icon-dot,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item:first-child .tbs-steps-icon-dot {
  left: 2px;
}
.tbs-steps-dot .tbs-steps-item-icon,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.tbs-steps-dot .tbs-steps-item-icon .tbs-steps-icon-dot,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-icon .tbs-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
}
.tbs-steps-dot .tbs-steps-item-icon .tbs-steps-icon-dot:after,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-icon .tbs-steps-icon-dot:after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0);
  content: "";
}
.tbs-steps-dot .tbs-steps-item-content,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-content {
  width: 140px;
}
.tbs-steps-dot .tbs-steps-item-process .tbs-steps-item-icon,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-process .tbs-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}
.tbs-steps-dot .tbs-steps-item-process .tbs-steps-icon:first-child .tbs-steps-icon-dot,
.tbs-steps-dot.tbs-steps-small .tbs-steps-item-process .tbs-steps-icon:first-child .tbs-steps-icon-dot {
  left: 0;
}
.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
}
.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.tbs-steps-vertical.tbs-steps-dot.tbs-steps-small .tbs-steps-item-icon {
  margin-top: 10px;
}
.tbs-steps-vertical.tbs-steps-dot.tbs-steps-small .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  top: 3.5px;
}
.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item:first-child .tbs-steps-icon-dot {
  left: 0;
}
.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item-content {
  width: inherit;
}
.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item-process .tbs-steps-item-container .tbs-steps-item-icon .tbs-steps-icon-dot {
  top: -1px;
  left: -1px;
}
.tbs-steps-navigation {
  padding-top: 12px;
}
.tbs-steps-navigation.tbs-steps-small .tbs-steps-item-container {
  margin-left: -12px;
}
.tbs-steps-navigation .tbs-steps-item {
  overflow: visible;
  text-align: center;
}
.tbs-steps-navigation .tbs-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}
.tbs-steps-navigation .tbs-steps-item-container .tbs-steps-item-content {
  max-width: auto;
}
.tbs-steps-navigation .tbs-steps-item-container .tbs-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tbs-steps-navigation .tbs-steps-item-container .tbs-steps-item-title:after {
  display: none;
}
.tbs-steps-navigation .tbs-steps-item:not(.tbs-steps-item-active) .tbs-steps-item-container[role=button] {
  cursor: pointer;
}
.tbs-steps-navigation .tbs-steps-item:not(.tbs-steps-item-active) .tbs-steps-item-container[role=button]:hover {
  opacity: 0.85;
}
.tbs-steps-navigation .tbs-steps-item:last-child {
  flex: 1;
}
.tbs-steps-navigation .tbs-steps-item:last-child:after {
  display: none;
}
.tbs-steps-navigation .tbs-steps-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: "";
}
.tbs-steps-navigation .tbs-steps-item:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: var(--tbs-primary-blue-1000);
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: "";
}
.tbs-steps-navigation .tbs-steps-item.tbs-steps-item-active:before {
  left: 0;
  width: 100%;
}
.tbs-steps-navigation.tbs-steps-vertical > .tbs-steps-item {
  margin-right: 0 !important;
}
.tbs-steps-navigation.tbs-steps-vertical > .tbs-steps-item:before {
  display: none;
}
.tbs-steps-navigation.tbs-steps-vertical > .tbs-steps-item.tbs-steps-item-active:before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}
.tbs-steps-navigation.tbs-steps-vertical > .tbs-steps-item:after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}
.tbs-steps-navigation.tbs-steps-vertical > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  visibility: hidden;
}
.tbs-steps-navigation.tbs-steps-horizontal > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  visibility: hidden;
}
.tbs-steps-rtl {
  direction: rtl;
}
.tbs-steps.tbs-steps-rtl .tbs-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}
.tbs-steps-rtl .tbs-steps-item-tail {
  right: 0;
  left: auto;
}
.tbs-steps-rtl .tbs-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}
.tbs-steps-rtl .tbs-steps-item-title .tbs-steps-item-subtitle {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.tbs-steps-rtl .tbs-steps-item-title:after {
  right: 100%;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item {
  padding-right: 16px;
  padding-left: 0;
}
.tbs-steps-rtl.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item:first-child {
  padding-right: 0;
}
.tbs-steps-rtl.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item:last-child .tbs-steps-item-title {
  padding-left: 0;
}
.tbs-steps-rtl .tbs-steps-item-custom .tbs-steps-item-icon > .tbs-steps-icon {
  right: 0.5px;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-navigation.tbs-steps-small .tbs-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}
.tbs-steps-rtl.tbs-steps-navigation .tbs-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}
.tbs-steps-rtl.tbs-steps-navigation .tbs-steps-item-container .tbs-steps-item-title {
  padding-left: 0;
}
.tbs-steps-rtl.tbs-steps-navigation .tbs-steps-item:after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}
.tbs-steps-rtl.tbs-steps-small.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item {
  padding-right: 12px;
  padding-left: 0;
}
.tbs-steps-rtl.tbs-steps-small.tbs-steps-horizontal:not(.tbs-steps-label-vertical) .tbs-steps-item:first-child {
  padding-right: 0;
}
.tbs-steps-rtl.tbs-steps-small .tbs-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}
.tbs-steps-rtl.tbs-steps-vertical > .tbs-steps-item .tbs-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}
.tbs-steps-rtl.tbs-steps-vertical > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  right: 16px;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-vertical.tbs-steps-small .tbs-steps-item-container .tbs-steps-item-tail {
  right: 12px;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-label-vertical .tbs-steps-item-title {
  padding-left: 0;
}
.tbs-steps-rtl.tbs-steps-dot .tbs-steps-item-tail,
.tbs-steps-rtl.tbs-steps-dot.tbs-steps-small .tbs-steps-item-tail {
  margin: 0 70px 0 0;
}
.tbs-steps-rtl.tbs-steps-dot .tbs-steps-item-tail:after,
.tbs-steps-rtl.tbs-steps-dot.tbs-steps-small .tbs-steps-item-tail:after {
  margin-right: 12px;
  margin-left: 0;
}
.tbs-steps-rtl.tbs-steps-dot .tbs-steps-item:first-child .tbs-steps-icon-dot,
.tbs-steps-rtl.tbs-steps-dot.tbs-steps-small .tbs-steps-item:first-child .tbs-steps-icon-dot {
  right: 2px;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-dot .tbs-steps-item-icon,
.tbs-steps-rtl.tbs-steps-dot.tbs-steps-small .tbs-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}
.tbs-steps-rtl.tbs-steps-dot .tbs-steps-item-icon .tbs-steps-icon-dot,
.tbs-steps-rtl.tbs-steps-dot.tbs-steps-small .tbs-steps-item-icon .tbs-steps-icon-dot {
  float: right;
}
.tbs-steps-rtl.tbs-steps-dot .tbs-steps-item-icon .tbs-steps-icon-dot:after,
.tbs-steps-rtl.tbs-steps-dot.tbs-steps-small .tbs-steps-item-icon .tbs-steps-icon-dot:after {
  right: -26px;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}
.tbs-steps-rtl.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  right: -9px;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item:first-child .tbs-steps-icon-dot {
  right: 0;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-vertical.tbs-steps-dot .tbs-steps-item-process .tbs-steps-icon-dot {
  right: -2px;
  left: auto;
}
.tbs-steps-rtl.tbs-steps-with-progress.tbs-steps-vertical > .tbs-steps-item {
  padding-right: 4px;
}
.tbs-steps-rtl.tbs-steps-with-progress.tbs-steps-vertical > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  right: 19px;
}
.tbs-steps-rtl.tbs-steps-with-progress.tbs-steps-small.tbs-steps-vertical > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  right: 15px;
}
.tbs-steps-rtl.tbs-steps-with-progress.tbs-steps-horizontal.tbs-steps-label-horizontal .tbs-steps-item:first-child {
  padding-right: 4px;
  padding-left: 0;
}
.tbs-steps-rtl.tbs-steps-with-progress.tbs-steps-horizontal.tbs-steps-label-horizontal .tbs-steps-item:first-child.tbs-steps-item-active {
  padding-right: 4px;
}
.tbs-steps-with-progress .tbs-steps-item {
  padding-top: 4px;
}
.tbs-steps-with-progress .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  top: 4px;
  left: 19px;
}
.tbs-steps-with-progress.tbs-steps-horizontal .tbs-steps-item:first-child,
.tbs-steps-with-progress.tbs-steps-small.tbs-steps-horizontal .tbs-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}
.tbs-steps-with-progress.tbs-steps-small > .tbs-steps-item > .tbs-steps-item-container > .tbs-steps-item-tail {
  left: 15px;
}
.tbs-steps-with-progress.tbs-steps-vertical .tbs-steps-item {
  padding-left: 4px;
}
.tbs-steps-with-progress.tbs-steps-label-vertical .tbs-steps-item .tbs-steps-item-tail {
  top: 14px !important;
}
.tbs-steps-with-progress .tbs-steps-item-icon {
  position: relative;
}
.tbs-steps-with-progress .tbs-steps-item-icon .tbs-progress {
  position: absolute;
  inset: -5px;
}
.tbs-switch {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  border-radius: 100px;
  background: var(--tbs-neutral-800);
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-switch:focus {
  outline: 0;
}
.tbs-switch:focus:hover {
  box-shadow: none;
}
.tbs-switch-checked.tbs-switch-disabled {
  background: var(--tbs-primary-green-200);
}
.tbs-switch-checked:not(.tbs-switch-disabled) {
  background: var(--tbs-primary-green-1000);
}
.tbs-switch-disabled {
  background: var(--tbs-neutral-600);
  cursor: not-allowed;
}
.tbs-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}
.tbs-switch-inner {
  display: block;
  margin: 0 2px 0 4px;
  transition: margin 0.2s;
}
.tbs-switch-checked .tbs-switch-inner {
  margin: 0 4px 0 2px;
}
.tbs-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}
.tbs-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  border-radius: 9px;
  transition: all 0.2s ease-in-out;
  content: "";
}
.tbs-switch-checked .tbs-switch-handle {
  left: calc(100% - 18px - 2px);
}
.tbs-switch:not(.tbs-switch-disabled):active .tbs-switch-handle::before {
  right: -30%;
  left: 0;
}
.tbs-switch:not(.tbs-switch-disabled):active.tbs-switch-checked .tbs-switch-handle::before {
  right: 0;
  left: -30%;
}
.tbs-switch-small {
  min-width: 32px;
  height: 16px;
  line-height: 16px;
}
.tbs-switch-small .tbs-switch-inner {
  margin: 0 2px 0 4px;
  font-size: 12px;
}
.tbs-switch-small .tbs-switch-handle {
  width: 12px;
  height: 12px;
}
.tbs-switch-small.tbs-switch-checked .tbs-switch-inner {
  margin: 0 4px 0 2px;
}
.tbs-switch-small.tbs-switch-checked .tbs-switch-handle {
  left: calc(100% - 12px - 2px);
}
.tbs-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  line-height: 1;
}
.tbs-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 16px;
  padding: 0 6px;
  color: #fff;
  font: normal 700 11px / 15px "Arimo", sans-serif;
  line-height: 16px;
  white-space: nowrap;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0 0 0 1px #fff;
}
.tbs-badge-count a,
.tbs-badge-count a:hover {
  color: #fff;
}
.tbs-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}
.tbs-badge-multiple-words {
  padding: 0 4px;
}
.tbs-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}
.tbs-badge-dot.tbs-scroll-number {
  transition: background 1.5s;
}
.tbs-badge-count,
.tbs-badge-dot,
.tbs-badge .tbs-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}
.tbs-badge-count.anticon-spin,
.tbs-badge-dot.anticon-spin,
.tbs-badge .tbs-scroll-number-custom-component.anticon-spin {
  animation: antBadgeLoadingCircle 1s infinite linear;
}
.tbs-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.tbs-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.tbs-badge-status-success {
  background-color: var(--tbs-success-color);
}
.tbs-badge-status-processing {
  position: relative;
  background-color: var(--tbs-primary-color);
}
.tbs-badge-status-processing:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tbs-primary-color);
  border-radius: 50%;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: "";
}
.tbs-badge-status-default {
  background-color: var(--tbs-neutral-600);
}
.tbs-badge-status-error {
  background-color: var(--tbs-error-color);
}
.tbs-badge-status-warning {
  background-color: var(--tbs-warning-color);
}
.tbs-badge-status-pink,
.tbs-badge-status-magenta {
  background: #eb2f96;
}
.tbs-badge-status-red {
  background: #f5222d;
}
.tbs-badge-status-volcano {
  background: #fa541c;
}
.tbs-badge-status-orange {
  background: #fa8c16;
}
.tbs-badge-status-yellow {
  background: #fadb14;
}
.tbs-badge-status-gold {
  background: #faad14;
}
.tbs-badge-status-cyan {
  background: #13c2c2;
}
.tbs-badge-status-lime {
  background: #a0d911;
}
.tbs-badge-status-green {
  background: #52c41a;
}
.tbs-badge-status-blue {
  background: #1890ff;
}
.tbs-badge-status-geekblue {
  background: #2f54eb;
}
.tbs-badge-status-purple {
  background: #722ed1;
}
.tbs-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
}
.tbs-badge-zoom-appear,
.tbs-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.tbs-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation-fill-mode: both;
}
.tbs-badge-not-a-wrapper .tbs-badge-zoom-appear,
.tbs-badge-not-a-wrapper .tbs-badge-zoom-enter {
  animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}
.tbs-badge-not-a-wrapper .tbs-badge-zoom-leave {
  animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}
.tbs-badge-not-a-wrapper:not(.tbs-badge-status) {
  vertical-align: middle;
}
.tbs-badge-not-a-wrapper .tbs-scroll-number-custom-component,
.tbs-badge-not-a-wrapper .tbs-badge-count {
  transform: none;
}
.tbs-badge-not-a-wrapper .tbs-scroll-number-custom-component,
.tbs-badge-not-a-wrapper .tbs-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  to {
    transform: scale(2.4);
    opacity: 0;
  }
}
.tbs-scroll-number {
  overflow: hidden;
  direction: ltr;
}
.tbs-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.tbs-scroll-number-only > p.tbs-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.tbs-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  to {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  to {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
  }
}
@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }
  to {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}
.tbs-form-item .tbs-input-number + .tbs-form-text {
  margin-left: 8px;
}
.tbs-form-inline {
  display: flex;
  flex-wrap: wrap;
}
.tbs-form-inline .tbs-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}
.tbs-form-inline .tbs-form-item > .tbs-form-item-label,
.tbs-form-inline .tbs-form-item > .tbs-form-item-control {
  display: inline-block;
  vertical-align: top;
}
.tbs-form-inline .tbs-form-item > .tbs-form-item-label {
  flex: none;
}
.tbs-form-inline .tbs-form-item .tbs-form-text,
.tbs-form-inline .tbs-form-item .tbs-form-item-has-feedback {
  display: inline-block;
}
.tbs-form-horizontal .tbs-form-item-label {
  flex-grow: 0;
}
.tbs-form-horizontal .tbs-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}
.tbs-form-horizontal .tbs-form-item-label[class$="-24"] + .tbs-form-item-control,
.tbs-form-horizontal .tbs-form-item-label[class*="-24 "] + .tbs-form-item-control {
  min-width: unset;
}
.tbs-form-vertical .tbs-form-item-row {
  flex-direction: column;
}
.tbs-form-vertical .tbs-form-item-label > label {
  height: auto;
}
.tbs-form-vertical .tbs-form-item .tbs-form-item-control {
  width: 100%;
}
.tbs-form-vertical .tbs-form-item-label,
.tbs-col-24.tbs-form-item-label,
.tbs-col-xl-24.tbs-form-item-label {
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}
.tbs-form-vertical .tbs-form-item-label > label,
.tbs-col-24.tbs-form-item-label > label,
.tbs-col-xl-24.tbs-form-item-label > label {
  margin: 0;
}
.tbs-form-vertical .tbs-form-item-label > label:after,
.tbs-col-24.tbs-form-item-label > label:after,
.tbs-col-xl-24.tbs-form-item-label > label:after {
  display: none;
}
.tbs-form-rtl.tbs-form-vertical .tbs-form-item-label,
.tbs-form-rtl.tbs-col-24.tbs-form-item-label,
.tbs-form-rtl.tbs-col-xl-24.tbs-form-item-label {
  text-align: right;
}
@media (max-width: 575px) {
  .tbs-form-item .tbs-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .tbs-form-item .tbs-form-item-label > label {
    margin: 0;
  }
  .tbs-form-item .tbs-form-item-label > label:after {
    display: none;
  }
  .tbs-form-rtl.tbs-form-item .tbs-form-item-label {
    text-align: right;
  }
  .tbs-form .tbs-form-item {
    flex-wrap: wrap;
  }
  .tbs-form .tbs-form-item .tbs-form-item-label,
  .tbs-form .tbs-form-item .tbs-form-item-control {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tbs-col-xs-24.tbs-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .tbs-col-xs-24.tbs-form-item-label > label {
    margin: 0;
  }
  .tbs-col-xs-24.tbs-form-item-label > label:after {
    display: none;
  }
  .tbs-form-rtl.tbs-col-xs-24.tbs-form-item-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .tbs-col-sm-24.tbs-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .tbs-col-sm-24.tbs-form-item-label > label {
    margin: 0;
  }
  .tbs-col-sm-24.tbs-form-item-label > label:after {
    display: none;
  }
  .tbs-form-rtl.tbs-col-sm-24.tbs-form-item-label {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .tbs-col-md-24.tbs-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .tbs-col-md-24.tbs-form-item-label > label {
    margin: 0;
  }
  .tbs-col-md-24.tbs-form-item-label > label:after {
    display: none;
  }
  .tbs-form-rtl.tbs-col-md-24.tbs-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .tbs-col-lg-24.tbs-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .tbs-col-lg-24.tbs-form-item-label > label {
    margin: 0;
  }
  .tbs-col-lg-24.tbs-form-item-label > label:after {
    display: none;
  }
  .tbs-form-rtl.tbs-col-lg-24.tbs-form-item-label {
    text-align: right;
  }
}
@media (max-width: 1599px) {
  .tbs-col-xl-24.tbs-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }
  .tbs-col-xl-24.tbs-form-item-label > label {
    margin: 0;
  }
  .tbs-col-xl-24.tbs-form-item-label > label:after {
    display: none;
  }
  .tbs-form-rtl.tbs-col-xl-24.tbs-form-item-label {
    text-align: right;
  }
}
.tbs-form-item-explain-error {
  color: var(--tbs-semantic-red-1000);
}
.tbs-form-item-explain-warning {
  color: var(--tbs-warning-color);
}
.tbs-form-item-has-feedback .tbs-switch {
  margin: 2px 0 4px;
}
.tbs-form-item-has-warning .tbs-form-item-split {
  color: var(--tbs-warning-color);
}
.tbs-form-item-has-error .tbs-form-item-split {
  color: var(--tbs-error-color);
}
.tbs-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
}
.tbs-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.4509803922);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid var(--tbs-neutral-600);
}
.tbs-form label {
  font-size: 14px;
}
.tbs-form input[type=search] {
  box-sizing: border-box;
}
.tbs-form input[type=radio],
.tbs-form input[type=checkbox] {
  line-height: normal;
}
.tbs-form input[type=range] {
  display: block;
  width: 100%;
}
.tbs-form select[multiple],
.tbs-form select[size] {
  height: auto;
}
.tbs-form input[type=file]:focus,
.tbs-form input[type=radio]:focus,
.tbs-form input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tbs-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  line-height: 1.5715;
}
.tbs-form .tbs-form-text {
  display: inline-block;
  padding-right: 8px;
}
.tbs-form-small .tbs-form-item-label > label {
  height: 24px;
}
.tbs-form-small .tbs-form-item-control-input {
  min-height: 24px;
}
.tbs-form-large .tbs-form-item-label > label {
  height: 40px;
}
.tbs-form-large .tbs-form-item-control-input {
  min-height: 40px;
}
.tbs-form-item {
  box-sizing: border-box;
  margin: 0 0 18px;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  font-family: Arimo, sans-serif;
  letter-spacing: 0.0025rem;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  vertical-align: top;
}
.tbs-form-item-with-help {
  transition: none;
}
.tbs-form-item-hidden,
.tbs-form-item-hidden.tbs-row {
  display: none;
}
.tbs-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.tbs-form-item-label-left {
  text-align: left;
}
.tbs-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset;
}
.tbs-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 36px;
  color: var(--tbs-neutral-1400);
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  font-family: Arimo, sans-serif;
  letter-spacing: 0.0025rem;
}
.tbs-form-item-label > label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.tbs-form-item-label > label.tbs-form-item-required:not(.tbs-form-item-required-mark-optional):before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: "*";
}
.tbs-form-hide-required-mark .tbs-form-item-label > label.tbs-form-item-required:not(.tbs-form-item-required-mark-optional):before {
  display: none;
}
.tbs-form-item-label > label .tbs-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-form-hide-required-mark .tbs-form-item-label > label .tbs-form-item-optional {
  display: none;
}
.tbs-form-item-label > label .tbs-form-item-tooltip {
  color: rgba(0, 0, 0, 0.4509803922);
  cursor: help;
  writing-mode: horizontal-tb;
  margin-inline-start: 4px;
}
.tbs-form-item-label > label:after {
  content: ":";
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.tbs-form-item-label > label.tbs-form-item-no-colon:after {
  content: " ";
}
.tbs-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tbs-form-item-control:first-child:not([class^=tbs-col-]):not([class*=" tbs-col-"]) {
  width: 100%;
}
.tbs-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}
.tbs-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}
.tbs-form-item-explain,
.tbs-form-item-extra {
  clear: both;
  color: rgba(0, 0, 0, 0.4509803922);
  font-size: 11px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.tbs-form-item-explain-connected {
  width: 100%;
}
.tbs-form-item-extra {
  min-height: 24px;
}
.tbs-form-item-with-help .tbs-form-item-explain {
  height: auto;
  opacity: 1;
}
.tbs-form-item-feedback-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex: none;
  align-items: center;
  height: 100%;
  margin-right: 12px;
  margin-left: 4px;
  pointer-events: none;
  font-size: 14px;
  text-align: center;
  visibility: visible;
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.tbs-form-item-feedback-icon-success {
  color: var(--tbs-success-color);
}
.tbs-form-item-feedback-icon-error {
  color: var(--tbs-error-color);
}
.tbs-form-item-feedback-icon-warning {
  color: var(--tbs-warning-color);
}
.tbs-form-item-feedback-icon-validating {
  color: var(--tbs-primary-color);
}
.tbs-show-help {
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tbs-show-help-appear,
.tbs-show-help-enter {
  opacity: 0;
}
.tbs-show-help-appear-active,
.tbs-show-help-enter-active,
.tbs-show-help-leave {
  opacity: 1;
}
.tbs-show-help-leave-active {
  opacity: 0;
}
.tbs-show-help-item {
  overflow: hidden;
  transition:
    height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.tbs-show-help-item-appear,
.tbs-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}
.tbs-show-help-item-appear-active,
.tbs-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}
.tbs-show-help-item-leave {
  transition:
    height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.tbs-show-help-item-leave-active {
  transform: translateY(-5px);
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.tbs-form-rtl {
  direction: rtl;
}
.tbs-form-rtl .tbs-form-item-label {
  text-align: left;
}
.tbs-form-rtl .tbs-form-item-label > label.tbs-form-item-required:before {
  margin-right: 0;
  margin-left: 4px;
}
.tbs-form-rtl .tbs-form-item-label > label:after {
  margin: 0 2px 0 8px;
}
.tbs-form-rtl .tbs-form-item-label > label .tbs-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}
.tbs-col-rtl .tbs-form-item-control:first-child {
  width: 100%;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-input {
  padding-right: 11px;
  padding-left: 24px;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-input-affix-wrapper .tbs-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-input-affix-wrapper .tbs-input,
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-input-number-affix-wrapper .tbs-input-number {
  padding: 0;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-input-search:not(.tbs-input-search-enter-button) .tbs-input-suffix {
  right: auto;
  left: 28px;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-input-number {
  padding-left: 18px;
}
.tbs-form-rtl .tbs-form-item-has-feedback > .tbs-select .tbs-select-arrow,
.tbs-form-rtl .tbs-form-item-has-feedback > .tbs-select .tbs-select-clear,
.tbs-form-rtl .tbs-form-item-has-feedback :not(.tbs-input-group-addon) > .tbs-select .tbs-select-arrow,
.tbs-form-rtl .tbs-form-item-has-feedback :not(.tbs-input-group-addon) > .tbs-select .tbs-select-clear,
.tbs-form-rtl .tbs-form-item-has-feedback :not(.tbs-input-number-group-addon) > .tbs-select .tbs-select-arrow,
.tbs-form-rtl .tbs-form-item-has-feedback :not(.tbs-input-number-group-addon) > .tbs-select .tbs-select-clear {
  right: auto;
  left: 32px;
}
.tbs-form-rtl .tbs-form-item-has-feedback > .tbs-select .tbs-select-selection-selected-value,
.tbs-form-rtl .tbs-form-item-has-feedback :not(.tbs-input-group-addon) > .tbs-select .tbs-select-selection-selected-value,
.tbs-form-rtl .tbs-form-item-has-feedback :not(.tbs-input-number-group-addon) > .tbs-select .tbs-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-cascader-picker-clear {
  right: auto;
  left: 32px;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-picker,
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}
.tbs-form-rtl .tbs-form-item-has-feedback .tbs-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}
.tbs-form-rtl .tbs-form-item-has-feedback.tbs-form-item-has-success .tbs-form-item-children-icon,
.tbs-form-rtl .tbs-form-item-has-feedback.tbs-form-item-has-warning .tbs-form-item-children-icon,
.tbs-form-rtl .tbs-form-item-has-feedback.tbs-form-item-has-error .tbs-form-item-children-icon,
.tbs-form-rtl .tbs-form-item-has-feedback.tbs-form-item-is-validating .tbs-form-item-children-icon {
  right: auto;
  left: 0;
}
.tbs-form-rtl.tbs-form-inline .tbs-form-item {
  margin-right: 0;
  margin-left: 16px;
}
.tbs-form-item-explain-connected {
  height: 0;
}
.tbs-form-item-with-help {
  margin-bottom: 0;
}
.tbs-form-item-with-help .tbs-form-item-explain {
  min-height: 18px;
}
.tbs-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 6px 11px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--tbs-neutral-800);
  border-radius: 2px;
  transition: all 0.3s;
  display: inline-flex;
}
.tbs-input-affix-wrapper::placeholder {
  color: var(--tbs-neutral-1000);
  -webkit-user-select: none;
  user-select: none;
}
.tbs-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.tbs-input-affix-wrapper:hover {
  background-color: var(--tbs-neutral-200);
  border-right-width: 1px;
}
.tbs-input-rtl .tbs-input-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-affix-wrapper:focus,
.tbs-input-affix-wrapper-focused {
  border-color: var(--tbs-complimentary-blue);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-input-affix-wrapper:focus,
.tbs-input-rtl .tbs-input-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input-affix-wrapper-disabled:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input-affix-wrapper[disabled]:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input-affix-wrapper-borderless,
.tbs-input-affix-wrapper-borderless:hover,
.tbs-input-affix-wrapper-borderless:focus,
.tbs-input-affix-wrapper-borderless-focused,
.tbs-input-affix-wrapper-borderless-disabled,
.tbs-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.tbs-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.tbs-input-affix-wrapper-lg {
  padding: 0px 11px;
  font-size: 16px;
}
.tbs-input-affix-wrapper-sm {
  padding: 0 7px;
}
.tbs-input-affix-wrapper-rtl {
  direction: rtl;
}
.tbs-input-affix-wrapper-stepperless[type=number] {
  -moz-appearance: textfield;
}
.tbs-input-affix-wrapper-stepperless[type=number]::-webkit-inner-spin-button,
.tbs-input-affix-wrapper-stepperless[type=number] ::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.tbs-input-affix-wrapper:not(.tbs-input-affix-wrapper-disabled):hover {
  background-color: var(--tbs-neutral-200);
  border-right-width: 1px;
  z-index: 1;
}
.tbs-input-affix-wrapper:not(.tbs-input-affix-wrapper-disabled):hover input {
  background-color: var(--tbs-neutral-200);
}
.tbs-input-rtl .tbs-input-affix-wrapper:not(.tbs-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-search-with-button .tbs-input-affix-wrapper:not(.tbs-input-affix-wrapper-disabled):hover {
  z-index: 0;
}
.tbs-input-affix-wrapper-focused,
.tbs-input-affix-wrapper:focus {
  z-index: 1;
}
.tbs-input-affix-wrapper-disabled .tbs-input[disabled] {
  background: rgba(255, 255, 255, 0);
}
.tbs-input-affix-wrapper > .tbs-input {
  font-size: inherit;
  border: none;
  outline: none;
}
.tbs-input-affix-wrapper > .tbs-input:focus {
  box-shadow: none !important;
}
.tbs-input-affix-wrapper > .tbs-input:not(textarea) {
  padding: 0;
}
.tbs-input-affix-wrapper:before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: "\a0";
}
.tbs-input-prefix,
.tbs-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}
.tbs-input-prefix > *:not(:last-child),
.tbs-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.tbs-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-input-show-count-has-suffix {
  margin-right: 2px;
}
.tbs-input-prefix {
  margin-right: 4px;
}
.tbs-input-suffix {
  margin-left: 4px;
}
.anticon.tbs-input-clear-icon,
.tbs-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}
.anticon.tbs-input-clear-icon:hover,
.tbs-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.4509803922);
}
.anticon.tbs-input-clear-icon:active,
.tbs-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.8509803922);
}
.anticon.tbs-input-clear-icon-hidden,
.tbs-input-clear-icon-hidden {
  visibility: hidden;
}
.anticon.tbs-input-clear-icon-has-suffix,
.tbs-input-clear-icon-has-suffix {
  margin: 0 4px;
}
.tbs-input-affix-wrapper.tbs-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0;
}
.tbs-input-affix-wrapper.tbs-input-affix-wrapper-textarea-with-clear-btn .tbs-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.tbs-input-status-error:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input,
.tbs-input-status-error:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input:hover {
  background: #fff;
  border-color: var(--tbs-semantic-red-1000);
}
.tbs-input-status-error:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input:focus,
.tbs-input-status-error:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input-focused {
  border-color: var(--tbs-error-color-hover);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-status-error .tbs-input-prefix {
  color: var(--tbs-error-color);
}
.tbs-input-status-warning:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input,
.tbs-input-status-warning:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input:hover {
  background: #fff;
  border-color: var(--tbs-warning-color);
}
.tbs-input-status-warning:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input:focus,
.tbs-input-status-warning:not(.tbs-input-disabled):not(.tbs-input-borderless).tbs-input-focused {
  border-color: var(--tbs-warning-color-hover);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-status-warning .tbs-input-prefix {
  color: var(--tbs-warning-color);
}
.tbs-input-affix-wrapper-status-error:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper,
.tbs-input-affix-wrapper-status-error:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper:hover {
  background: #fff;
  border-color: var(--tbs-error-color);
}
.tbs-input-affix-wrapper-status-error:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper:focus,
.tbs-input-affix-wrapper-status-error:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper-focused {
  border-color: var(--tbs-error-color-hover);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-affix-wrapper-status-error .tbs-input-prefix {
  color: var(--tbs-error-color);
}
.tbs-input-affix-wrapper-status-warning:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper,
.tbs-input-affix-wrapper-status-warning:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper:hover {
  background: #fff;
  border-color: var(--tbs-warning-color);
}
.tbs-input-affix-wrapper-status-warning:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper:focus,
.tbs-input-affix-wrapper-status-warning:not(.tbs-input-affix-wrapper-disabled):not(.tbs-input-affix-wrapper-borderless).tbs-input-affix-wrapper-focused {
  border-color: var(--tbs-warning-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-warning-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-affix-wrapper-status-warning .tbs-input-prefix {
  color: var(--tbs-warning-color);
}
.tbs-input-textarea-status-error.tbs-input-textarea-has-feedback .tbs-input,
.tbs-input-textarea-status-warning.tbs-input-textarea-has-feedback .tbs-input,
.tbs-input-textarea-status-success.tbs-input-textarea-has-feedback .tbs-input,
.tbs-input-textarea-status-validating.tbs-input-textarea-has-feedback .tbs-input {
  padding-right: 24px;
}
.tbs-input-group-wrapper-status-error .tbs-input-group-addon {
  color: var(--tbs-error-color);
  border-color: var(--tbs-error-color);
}
.tbs-input-group-wrapper-status-warning .tbs-input-group-addon {
  color: var(--tbs-warning-color);
  border-color: var(--tbs-warning-color);
}
.tbs-input {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 6px 11px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--tbs-neutral-800);
  border-radius: 2px;
  transition: all 0.3s;
}
.tbs-input::placeholder {
  color: var(--tbs-neutral-1000);
  -webkit-user-select: none;
  user-select: none;
}
.tbs-input:placeholder-shown {
  text-overflow: ellipsis;
}
.tbs-input:hover {
  background-color: var(--tbs-neutral-200);
  border-right-width: 1px;
}
.tbs-input-rtl .tbs-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input:focus,
.tbs-input-focused {
  border-color: var(--tbs-complimentary-blue);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-input:focus,
.tbs-input-rtl .tbs-input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input-disabled:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input[disabled] {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input[disabled]:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input-borderless,
.tbs-input-borderless:hover,
.tbs-input-borderless:focus,
.tbs-input-borderless-focused,
.tbs-input-borderless-disabled,
.tbs-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.tbs-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.tbs-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
  height: 48px;
}
.tbs-input-sm {
  padding: 0 7px;
}
.tbs-input-rtl {
  direction: rtl;
}
.tbs-input-stepperless[type=number] {
  -moz-appearance: textfield;
}
.tbs-input-stepperless[type=number]::-webkit-inner-spin-button,
.tbs-input-stepperless[type=number] ::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.tbs-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbs-input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.tbs-input-group > [class*=col-] {
  padding-right: 8px;
}
.tbs-input-group > [class*=col-]:last-child {
  padding-right: 0;
}
.tbs-input-group-addon,
.tbs-input-group-wrap,
.tbs-input-group > .tbs-input {
  display: table-cell;
}
.tbs-input-group-addon:not(:first-child):not(:last-child),
.tbs-input-group-wrap:not(:first-child):not(:last-child),
.tbs-input-group > .tbs-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tbs-input-group-addon,
.tbs-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.tbs-input-group-wrap > * {
  display: block !important;
}
.tbs-input-group .tbs-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.tbs-input-group .tbs-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.tbs-input-group .tbs-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.tbs-input-search-with-button .tbs-input-group .tbs-input:hover {
  z-index: 0;
}
.tbs-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid var(--tbs-neutral-600);
  border-radius: 2px;
  transition: all 0.3s;
}
.tbs-input-group-addon .tbs-select {
  margin: -5px -11px;
}
.tbs-input-group-addon .tbs-select.tbs-select-single:not(.tbs-select-customize-input) .tbs-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.tbs-input-group-addon .tbs-select-open .tbs-select-selector,
.tbs-input-group-addon .tbs-select-focused .tbs-select-selector {
  color: var(--tbs-primary-color);
}
.tbs-input-group-addon .tbs-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.tbs-input-group-addon .tbs-cascader-picker .tbs-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.tbs-input-group > .tbs-input:first-child,
.tbs-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-group > .tbs-input:first-child .tbs-select .tbs-select-selector,
.tbs-input-group-addon:first-child .tbs-select .tbs-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-group > .tbs-input-affix-wrapper:not(:first-child) .tbs-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-group > .tbs-input-affix-wrapper:not(:last-child) .tbs-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-group-addon:first-child {
  border-right: 0;
}
.tbs-input-group-addon:last-child {
  border-left: 0;
}
.tbs-input-group > .tbs-input:last-child,
.tbs-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-group > .tbs-input:last-child .tbs-select .tbs-select-selector,
.tbs-input-group-addon:last-child .tbs-select .tbs-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-group-lg .tbs-input,
.tbs-input-group-lg > .tbs-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.tbs-input-group-sm .tbs-input,
.tbs-input-group-sm > .tbs-input-group-addon {
  padding: 0 7px;
}
.tbs-input-group-lg .tbs-select-single .tbs-select-selector {
  height: 40px;
}
.tbs-input-group-sm .tbs-select-single .tbs-select-selector {
  height: 24px;
}
.tbs-input-group .tbs-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-search .tbs-input-group .tbs-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tbs-input-group .tbs-input-affix-wrapper:not(:first-child),
.tbs-input-search .tbs-input-group .tbs-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-group.tbs-input-group-compact {
  display: block;
}
.tbs-input-group.tbs-input-group-compact:before {
  display: table;
  content: "";
}
.tbs-input-group.tbs-input-group-compact:after {
  display: table;
  clear: both;
  content: "";
}
.tbs-input-group.tbs-input-group-compact-addon:not(:first-child):not(:last-child),
.tbs-input-group.tbs-input-group-compact-wrap:not(:first-child):not(:last-child),
.tbs-input-group.tbs-input-group-compact > .tbs-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.tbs-input-group.tbs-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.tbs-input-group.tbs-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.tbs-input-group.tbs-input-group-compact > .tbs-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.tbs-input-group.tbs-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.tbs-input-group.tbs-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.tbs-input-group.tbs-input-group-compact > .tbs-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.tbs-input-group.tbs-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.tbs-input-group.tbs-input-group-compact > .tbs-input-affix-wrapper,
.tbs-input-group.tbs-input-group-compact > .tbs-input-number-affix-wrapper,
.tbs-input-group.tbs-input-group-compact > .tbs-picker-range {
  display: inline-flex;
}
.tbs-input-group.tbs-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.tbs-input-group.tbs-input-group-compact .tbs-input {
  float: none;
}
.tbs-input-group.tbs-input-group-compact > .tbs-select > .tbs-select-selector,
.tbs-input-group.tbs-input-group-compact > .tbs-select-auto-complete .tbs-input,
.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker .tbs-input,
.tbs-input-group.tbs-input-group-compact > .tbs-input-group-wrapper .tbs-input {
  border-right-width: 1px;
  border-radius: 0;
}
.tbs-input-group.tbs-input-group-compact > .tbs-select > .tbs-select-selector:hover,
.tbs-input-group.tbs-input-group-compact > .tbs-select-auto-complete .tbs-input:hover,
.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker .tbs-input:hover,
.tbs-input-group.tbs-input-group-compact > .tbs-input-group-wrapper .tbs-input:hover {
  z-index: 1;
}
.tbs-input-group.tbs-input-group-compact > .tbs-select > .tbs-select-selector:focus,
.tbs-input-group.tbs-input-group-compact > .tbs-select-auto-complete .tbs-input:focus,
.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker .tbs-input:focus,
.tbs-input-group.tbs-input-group-compact > .tbs-input-group-wrapper .tbs-input:focus {
  z-index: 1;
}
.tbs-input-group.tbs-input-group-compact > .tbs-select-focused {
  z-index: 1;
}
.tbs-input-group.tbs-input-group-compact > .tbs-select > .tbs-select-arrow {
  z-index: 1;
}
.tbs-input-group.tbs-input-group-compact > *:first-child,
.tbs-input-group.tbs-input-group-compact > .tbs-select:first-child > .tbs-select-selector,
.tbs-input-group.tbs-input-group-compact > .tbs-select-auto-complete:first-child .tbs-input,
.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker:first-child .tbs-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tbs-input-group.tbs-input-group-compact > *:last-child,
.tbs-input-group.tbs-input-group-compact > .tbs-select:last-child > .tbs-select-selector,
.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker:last-child .tbs-input,
.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker-focused:last-child .tbs-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.tbs-input-group.tbs-input-group-compact > .tbs-select-auto-complete .tbs-input {
  vertical-align: top;
}
.tbs-input-group.tbs-input-group-compact .tbs-input-group-wrapper + .tbs-input-group-wrapper {
  margin-left: -1px;
}
.tbs-input-group.tbs-input-group-compact .tbs-input-group-wrapper + .tbs-input-group-wrapper .tbs-input-affix-wrapper {
  border-radius: 0;
}
.tbs-input-group.tbs-input-group-compact .tbs-input-group-wrapper:not(:last-child).tbs-input-search > .tbs-input-group > .tbs-input-group-addon > .tbs-input-search-button {
  border-radius: 0;
}
.tbs-input-group.tbs-input-group-compact .tbs-input-group-wrapper:not(:last-child).tbs-input-search > .tbs-input-group > .tbs-input {
  border-radius: 2px 0 0 2px;
}
.tbs-input-group > .tbs-input-rtl:first-child,
.tbs-input-group-rtl .tbs-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.tbs-input-group-rtl .tbs-input-group-addon:first-child {
  border-right: 1px solid var(--tbs-neutral-600);
  border-left: 0;
}
.tbs-input-group-rtl.tbs-input-group > .tbs-input:last-child,
.tbs-input-group-rtl.tbs-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.tbs-input-group-rtl.tbs-input-group .tbs-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.tbs-input-group-rtl.tbs-input-group .tbs-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > *:first-child,
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > .tbs-select:first-child > .tbs-select-selector,
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > .tbs-select-auto-complete:first-child .tbs-input,
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker:first-child .tbs-input {
  border-radius: 0 2px 2px 0;
}
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > *:last-child,
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > .tbs-select:last-child > .tbs-select-selector,
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > .tbs-select-auto-complete:last-child .tbs-input,
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker:last-child .tbs-input,
.tbs-input-group-rtl.tbs-input-group.tbs-input-group-compact > .tbs-cascader-picker-focused:last-child .tbs-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.tbs-input-group.tbs-input-group-compact .tbs-input-group-wrapper-rtl + .tbs-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.tbs-input-group.tbs-input-group-compact .tbs-input-group-wrapper-rtl:not(:last-child).tbs-input-search > .tbs-input-group > .tbs-input {
  border-radius: 0 2px 2px 0;
}
.tbs-input-group > .tbs-input-rtl:first-child {
  border-radius: 0 2px 2px 0;
}
.tbs-input-group > .tbs-input-rtl:last-child {
  border-radius: 2px 0 0 2px;
}
.tbs-input-group-rtl .tbs-input-group-addon:first-child {
  border-right: 1px solid var(--tbs-neutral-600);
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.tbs-input-group-rtl .tbs-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid var(--tbs-neutral-600);
  border-radius: 2px 0 0 2px;
}
.tbs-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.tbs-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.4509803922);
  cursor: pointer;
  transition: all 0.3s;
}
.tbs-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.8509803922);
}
.tbs-input[type=color] {
  height: 32px;
}
.tbs-input[type=color].tbs-input-lg {
  height: 40px;
}
.tbs-input[type=color].tbs-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.tbs-input-textarea-show-count > .tbs-input {
  height: 100%;
}
.tbs-input-textarea-show-count:after {
  float: right;
  color: rgba(0, 0, 0, 0.4509803922);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}
.tbs-input-textarea-show-count.tbs-input-textarea-in-form-item:after {
  margin-bottom: -22px;
}
.tbs-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}
.tbs-input-compact-item:not(.tbs-input-compact-last-item):not(.tbs-input-compact-item-rtl) {
  margin-right: -1px;
}
.tbs-input-compact-item:not(.tbs-input-compact-last-item).tbs-input-compact-item-rtl {
  margin-left: -1px;
}
.tbs-input-compact-item:hover,
.tbs-input-compact-item:focus,
.tbs-input-compact-item:active {
  z-index: 2;
}
.tbs-input-compact-item[disabled] {
  z-index: 0;
}
.tbs-input-compact-item:not(.tbs-input-compact-first-item):not(.tbs-input-compact-last-item).tbs-input {
  border-radius: 0;
}
.tbs-input-compact-item.tbs-input.tbs-input-compact-first-item:not(.tbs-input-compact-last-item):not(.tbs-input-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-compact-item.tbs-input.tbs-input-compact-last-item:not(.tbs-input-compact-first-item):not(.tbs-input-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-compact-item.tbs-input.tbs-input-compact-item-rtl.tbs-input-compact-first-item:not(.tbs-input-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-compact-item.tbs-input.tbs-input-compact-item-rtl.tbs-input-compact-last-item:not(.tbs-input-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-search .tbs-input:hover,
.tbs-input-search .tbs-input:focus {
  border-color: var(--tbs-primary-5);
}
.tbs-input-search .tbs-input:hover + .tbs-input-group-addon .tbs-input-search-button:not(.tbs-btn-primary),
.tbs-input-search .tbs-input:focus + .tbs-input-group-addon .tbs-input-search-button:not(.tbs-btn-primary) {
  border-left-color: var(--tbs-primary-5);
}
.tbs-input-search .tbs-input-affix-wrapper {
  border-radius: 0;
}
.tbs-input-search .tbs-input-lg {
  line-height: 1.5713;
}
.tbs-input-search > .tbs-input-group > .tbs-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}
.tbs-input-search > .tbs-input-group > .tbs-input-group-addon:last-child .tbs-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}
.tbs-input-search > .tbs-input-group > .tbs-input-group-addon:last-child .tbs-input-search-button:not(.tbs-btn-primary) {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-input-search > .tbs-input-group > .tbs-input-group-addon:last-child .tbs-input-search-button:not(.tbs-btn-primary).tbs-btn-loading:before {
  inset: 0;
}
.tbs-input-search-button {
  height: 32px;
}
.tbs-input-search-button:hover,
.tbs-input-search-button:focus {
  z-index: 1;
}
.tbs-input-search-large .tbs-input-search-button {
  height: 40px;
}
.tbs-input-search-small .tbs-input-search-button {
  height: 24px;
}
.tbs-input-search.tbs-input-compact-item:not(.tbs-input-compact-item-rtl):not(.tbs-input-compact-last-item) .tbs-input-group-addon .tbs-input-search-button {
  margin-right: -1px;
  border-radius: 0;
}
.tbs-input-search.tbs-input-compact-item:not(.tbs-input-compact-first-item) .tbs-input,
.tbs-input-search.tbs-input-compact-item:not(.tbs-input-compact-first-item) .tbs-input-affix-wrapper {
  border-radius: 0;
}
.tbs-input-search.tbs-input-compact-item > .tbs-input-group-addon .tbs-input-search-button:hover,
.tbs-input-search.tbs-input-compact-item > .tbs-input:hover,
.tbs-input-search.tbs-input-compact-item .tbs-input-affix-wrapper:hover,
.tbs-input-search.tbs-input-compact-item > .tbs-input-group-addon .tbs-input-search-button:focus,
.tbs-input-search.tbs-input-compact-item > .tbs-input:focus,
.tbs-input-search.tbs-input-compact-item .tbs-input-affix-wrapper:focus,
.tbs-input-search.tbs-input-compact-item > .tbs-input-group-addon .tbs-input-search-button:active,
.tbs-input-search.tbs-input-compact-item > .tbs-input:active,
.tbs-input-search.tbs-input-compact-item .tbs-input-affix-wrapper:active {
  z-index: 2;
}
.tbs-input-search.tbs-input-compact-item > .tbs-input-affix-wrapper-focused {
  z-index: 2;
}
.tbs-input-search.tbs-input-compact-item-rtl:not(.tbs-input-compact-last-item) .tbs-input-group-addon:last-child .tbs-input-search-button {
  margin-left: -1px;
  border-radius: 0;
}
.tbs-input-group-wrapper-rtl,
.tbs-input-group-rtl {
  direction: rtl;
}
.tbs-input-affix-wrapper.tbs-input-affix-wrapper-rtl > input.tbs-input {
  border: none;
  outline: none;
}
.tbs-input-affix-wrapper-rtl .tbs-input-prefix {
  margin: 0 0 0 4px;
}
.tbs-input-affix-wrapper-rtl .tbs-input-suffix {
  margin: 0 4px 0 0;
}
.tbs-input-textarea-rtl {
  direction: rtl;
}
.tbs-input-textarea-rtl.tbs-input-textarea-show-count:after {
  text-align: left;
}
.tbs-input-affix-wrapper-rtl .tbs-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}
.tbs-input-affix-wrapper-rtl .tbs-input-clear-icon {
  right: auto;
  left: 8px;
}
.tbs-input-search-rtl {
  direction: rtl;
}
.tbs-input-search-rtl .tbs-input:hover + .tbs-input-group-addon .tbs-input-search-button:not(.tbs-btn-primary),
.tbs-input-search-rtl .tbs-input:focus + .tbs-input-group-addon .tbs-input-search-button:not(.tbs-btn-primary) {
  border-left-color: var(--tbs-neutral-600);
}
.tbs-input-search-rtl .tbs-input:hover + .tbs-input-group-addon .tbs-input-search-button:not(.tbs-btn-primary):hover,
.tbs-input-search-rtl .tbs-input:focus + .tbs-input-group-addon .tbs-input-search-button:not(.tbs-btn-primary):hover {
  border-left-color: var(--tbs-primary-5);
}
.tbs-input-search-rtl > .tbs-input-group > .tbs-input-affix-wrapper:hover,
.tbs-input-search-rtl > .tbs-input-group > .tbs-input-affix-wrapper-focused {
  border-right-color: var(--tbs-primary-5);
}
.tbs-input-search-rtl > .tbs-input-group > .tbs-input-group-addon:last-child {
  right: -1px;
  left: auto;
}
.tbs-input-search-rtl > .tbs-input-group > .tbs-input-group-addon:last-child .tbs-input-search-button {
  border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tbs-input {
    height: 32px;
  }
  .tbs-input-lg {
    height: 40px;
  }
  .tbs-input-sm {
    height: 24px;
  }
  .tbs-input-affix-wrapper > input.tbs-input {
    height: auto;
  }
}
textarea.tbs-textarea-autosize-measuring {
  height: auto !important;
  padding: 2px 0 !important;
  overflow: hidden !important;
}
.tbs-input-search-rtl.tbs-input-search-enter-button + .tbs-input-group-addon .tbs-input-search-button.tbs-btn-icon-only,
.tbs-input-search-rtl.tbs-input-search-enter-button input + .tbs-input-group-addon .tbs-input-search-button.tbs-btn-icon-only {
  width: 32px;
  height: 32px;
}
.tbs-input-search-rtl.tbs-input-search-enter-button + .tbs-input-group-addon .tbs-input-search-button.tbs-btn-icon-only.tbs-btn-sm,
.tbs-input-search-rtl.tbs-input-search-enter-button input + .tbs-input-group-addon .tbs-input-search-button.tbs-btn-icon-only.tbs-btn-sm {
  width: 24px;
  height: 24px;
}
.tbs-input-search-rtl.tbs-input-search-enter-button + .tbs-input-group-addon .tbs-input-search-button.tbs-btn-icon-only.tbs-btn-lg,
.tbs-input-search-rtl.tbs-input-search-enter-button input + .tbs-input-group-addon .tbs-input-search-button.tbs-btn-icon-only.tbs-btn-lg {
  width: 40px;
  height: 40px;
}
.tbs-input-affix-wrapper-textarea-with-clear-btn .tbs-input-suffix {
  margin-left: 0;
}
tbs-form-item-feedback-icon.tbs-input-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex: none;
  align-items: center;
  height: 100%;
  margin-right: 12px;
  margin-left: 4px;
  pointer-events: none;
}
.tbs-input-status-error.tbs-input-has-feedback,
.tbs-input-status-warning.tbs-input-has-feedback,
.tbs-input-status-validating.tbs-input-has-feedback,
.tbs-input-status-success.tbs-input-has-feedback {
  padding-right: 28px;
}
.tbs-input-textarea-show-count {
  position: relative;
  display: block;
}
.tbs-input-number-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--tbs-neutral-600);
  border-radius: 2px;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  padding-inline-start: 11px;
}
.tbs-input-number-affix-wrapper::placeholder {
  color: var(--tbs-neutral-1000);
  -webkit-user-select: none;
  user-select: none;
}
.tbs-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}
.tbs-input-number-affix-wrapper:hover {
  border-color: var(--tbs-primary-5);
  border-right-width: 1px;
}
.tbs-input-rtl .tbs-input-number-affix-wrapper:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-number-affix-wrapper:focus,
.tbs-input-number-affix-wrapper-focused {
  border-color: var(--tbs-primary-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-primary-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-input-number-affix-wrapper:focus,
.tbs-input-rtl .tbs-input-number-affix-wrapper-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-number-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input-number-affix-wrapper-disabled:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input-number-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input-number-affix-wrapper[disabled]:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input-number-affix-wrapper-borderless,
.tbs-input-number-affix-wrapper-borderless:hover,
.tbs-input-number-affix-wrapper-borderless:focus,
.tbs-input-number-affix-wrapper-borderless-focused,
.tbs-input-number-affix-wrapper-borderless-disabled,
.tbs-input-number-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.tbs-input-number-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.tbs-input-number-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.tbs-input-number-affix-wrapper-sm {
  padding: 0 7px;
}
.tbs-input-number-affix-wrapper-rtl {
  direction: rtl;
}
.tbs-input-number-affix-wrapper-stepperless[type=number] {
  -moz-appearance: textfield;
}
.tbs-input-number-affix-wrapper-stepperless[type=number]::-webkit-inner-spin-button,
.tbs-input-number-affix-wrapper-stepperless[type=number] ::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.tbs-input-number-affix-wrapper:not(.tbs-input-number-affix-wrapper-disabled):hover {
  border-color: var(--tbs-primary-5);
  border-right-width: 1px;
  z-index: 1;
}
.tbs-input-rtl .tbs-input-number-affix-wrapper:not(.tbs-input-number-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-number-affix-wrapper-focused,
.tbs-input-number-affix-wrapper:focus {
  z-index: 1;
}
.tbs-input-number-affix-wrapper-disabled .tbs-input-number[disabled] {
  background: transparent;
}
.tbs-input-number-affix-wrapper > div.tbs-input-number {
  width: 100%;
  border: none;
  outline: none;
}
.tbs-input-number-affix-wrapper > div.tbs-input-number.tbs-input-number-focused {
  box-shadow: none !important;
}
.tbs-input-number-affix-wrapper input.tbs-input-number-input {
  padding: 0;
}
.tbs-input-number-affix-wrapper:before {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: "\a0";
}
.tbs-input-number-affix-wrapper .tbs-input-number-handler-wrap {
  z-index: 2;
}
.tbs-input-number-prefix,
.tbs-input-number-suffix {
  display: flex;
  flex: none;
  align-items: center;
  pointer-events: none;
}
.tbs-input-number-prefix {
  margin-inline-end: 4px;
}
.tbs-input-number-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-right: 11px;
  margin-left: 4px;
}
.tbs-input-number-group-wrapper .tbs-input-number-affix-wrapper {
  width: 100%;
}
.tbs-input-number-status-error:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number,
.tbs-input-number-status-error:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number:hover {
  background: #fff;
  border-color: var(--tbs-error-color);
}
.tbs-input-number-status-error:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number:focus,
.tbs-input-number-status-error:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number-focused {
  border-color: var(--tbs-error-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-error-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-number-status-error .tbs-input-number-prefix {
  color: var(--tbs-error-color);
}
.tbs-input-number-status-warning:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number,
.tbs-input-number-status-warning:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number:hover {
  background: #fff;
  border-color: var(--tbs-warning-color);
}
.tbs-input-number-status-warning:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number:focus,
.tbs-input-number-status-warning:not(.tbs-input-number-disabled):not(.tbs-input-number-borderless).tbs-input-number-focused {
  border-color: var(--tbs-warning-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-warning-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-number-status-warning .tbs-input-number-prefix {
  color: var(--tbs-warning-color);
}
.tbs-input-number-affix-wrapper-status-error:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper,
.tbs-input-number-affix-wrapper-status-error:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: var(--tbs-error-color);
}
.tbs-input-number-affix-wrapper-status-error:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper:focus,
.tbs-input-number-affix-wrapper-status-error:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper-focused {
  border-color: var(--tbs-error-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-error-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-number-affix-wrapper-status-error .tbs-input-number-prefix {
  color: var(--tbs-error-color);
}
.tbs-input-number-affix-wrapper-status-warning:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper,
.tbs-input-number-affix-wrapper-status-warning:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper:hover {
  background: #fff;
  border-color: var(--tbs-warning-color);
}
.tbs-input-number-affix-wrapper-status-warning:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper:focus,
.tbs-input-number-affix-wrapper-status-warning:not(.tbs-input-number-affix-wrapper-disabled):not(.tbs-input-number-affix-wrapper-borderless).tbs-input-number-affix-wrapper-focused {
  border-color: var(--tbs-warning-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-warning-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-number-affix-wrapper-status-warning .tbs-input-number-prefix {
  color: var(--tbs-warning-color);
}
.tbs-input-number-group-wrapper-status-error .tbs-input-number-group-addon {
  color: var(--tbs-error-color);
  border-color: var(--tbs-error-color);
}
.tbs-input-number-group-wrapper-status-warning .tbs-input-number-group-addon {
  color: var(--tbs-warning-color);
  border-color: var(--tbs-warning-color);
}
.tbs-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  width: 100%;
  min-width: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--tbs-neutral-600);
  border-radius: 2px;
}
.tbs-input-number::placeholder {
  color: var(--tbs-neutral-1000);
  -webkit-user-select: none;
  user-select: none;
}
.tbs-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.tbs-input-rtl .tbs-input-number:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-number:focus,
.tbs-input-number-focused {
  border-color: var(--tbs-primary-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-primary-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-input-number:focus,
.tbs-input-rtl .tbs-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-number[disabled] {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input-number[disabled]:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input-number-borderless,
.tbs-input-number-borderless:hover,
.tbs-input-number-borderless:focus,
.tbs-input-number-borderless-focused,
.tbs-input-number-borderless-disabled,
.tbs-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.tbs-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.tbs-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.tbs-input-number-sm {
  padding: 0 7px;
}
.tbs-input-number-stepperless[type=number] {
  -moz-appearance: textfield;
}
.tbs-input-number-stepperless[type=number]::-webkit-inner-spin-button,
.tbs-input-number-stepperless[type=number] ::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.tbs-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.tbs-input-number-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.tbs-input-number-group > [class*=col-] {
  padding-right: 8px;
}
.tbs-input-number-group > [class*=col-]:last-child {
  padding-right: 0;
}
.tbs-input-number-group-addon,
.tbs-input-number-group-wrap,
.tbs-input-number-group > .tbs-input-number {
  display: table-cell;
}
.tbs-input-number-group-addon:not(:first-child):not(:last-child),
.tbs-input-number-group-wrap:not(:first-child):not(:last-child),
.tbs-input-number-group > .tbs-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tbs-input-number-group-addon,
.tbs-input-number-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.tbs-input-number-group-wrap > * {
  display: block !important;
}
.tbs-input-number-group .tbs-input-number {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.tbs-input-number-group .tbs-input-number:focus {
  z-index: 1;
  border-right-width: 1px;
}
.tbs-input-number-group .tbs-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}
.tbs-input-search-with-button .tbs-input-number-group .tbs-input-number:hover {
  z-index: 0;
}
.tbs-input-number-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid var(--tbs-neutral-600);
  border-radius: 2px;
  transition: all 0.3s;
}
.tbs-input-number-group-addon .tbs-select {
  margin: -5px -11px;
}
.tbs-input-number-group-addon .tbs-select.tbs-select-single:not(.tbs-select-customize-input) .tbs-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}
.tbs-input-number-group-addon .tbs-select-open .tbs-select-selector,
.tbs-input-number-group-addon .tbs-select-focused .tbs-select-selector {
  color: var(--tbs-primary-color);
}
.tbs-input-number-group-addon .tbs-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}
.tbs-input-number-group-addon .tbs-cascader-picker .tbs-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}
.tbs-input-number-group > .tbs-input-number:first-child,
.tbs-input-number-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-number-group > .tbs-input-number:first-child .tbs-select .tbs-select-selector,
.tbs-input-number-group-addon:first-child .tbs-select .tbs-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-number-group > .tbs-input-number-affix-wrapper:not(:first-child) .tbs-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-number-group > .tbs-input-number-affix-wrapper:not(:last-child) .tbs-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-number-group-addon:first-child {
  border-right: 0;
}
.tbs-input-number-group-addon:last-child {
  border-left: 0;
}
.tbs-input-number-group > .tbs-input-number:last-child,
.tbs-input-number-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-number-group > .tbs-input-number:last-child .tbs-select .tbs-select-selector,
.tbs-input-number-group-addon:last-child .tbs-select .tbs-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-number-group-lg .tbs-input-number,
.tbs-input-number-group-lg > .tbs-input-number-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}
.tbs-input-number-group-sm .tbs-input-number,
.tbs-input-number-group-sm > .tbs-input-number-group-addon {
  padding: 0 7px;
}
.tbs-input-number-group-lg .tbs-select-single .tbs-select-selector {
  height: 40px;
}
.tbs-input-number-group-sm .tbs-select-single .tbs-select-selector {
  height: 24px;
}
.tbs-input-number-group .tbs-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-search .tbs-input-number-group .tbs-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tbs-input-number-group .tbs-input-number-affix-wrapper:not(:first-child),
.tbs-input-search .tbs-input-number-group .tbs-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-number-group.tbs-input-number-group-compact {
  display: block;
}
.tbs-input-number-group.tbs-input-number-group-compact:before {
  display: table;
  content: "";
}
.tbs-input-number-group.tbs-input-number-group-compact:after {
  display: table;
  clear: both;
  content: "";
}
.tbs-input-number-group.tbs-input-number-group-compact-addon:not(:first-child):not(:last-child),
.tbs-input-number-group.tbs-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.tbs-input-number-group.tbs-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.tbs-input-number-group.tbs-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.tbs-input-number-group.tbs-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.tbs-input-number-group.tbs-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.tbs-input-number-group.tbs-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-number-affix-wrapper,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-number-number-affix-wrapper,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-picker-range {
  display: inline-flex;
}
.tbs-input-number-group.tbs-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.tbs-input-number-group.tbs-input-number-group-compact .tbs-input-number {
  float: none;
}
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select > .tbs-select-selector,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-auto-complete .tbs-input,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker .tbs-input,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-group-wrapper .tbs-input {
  border-right-width: 1px;
  border-radius: 0;
}
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select > .tbs-select-selector:hover,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-auto-complete .tbs-input:hover,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker .tbs-input:hover,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-group-wrapper .tbs-input:hover {
  z-index: 1;
}
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select > .tbs-select-selector:focus,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-auto-complete .tbs-input:focus,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker .tbs-input:focus,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-input-group-wrapper .tbs-input:focus {
  z-index: 1;
}
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-focused {
  z-index: 1;
}
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select > .tbs-select-arrow {
  z-index: 1;
}
.tbs-input-number-group.tbs-input-number-group-compact > *:first-child,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select:first-child > .tbs-select-selector,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-auto-complete:first-child .tbs-input,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker:first-child .tbs-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tbs-input-number-group.tbs-input-number-group-compact > *:last-child,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select:last-child > .tbs-select-selector,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker:last-child .tbs-input,
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker-focused:last-child .tbs-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-auto-complete .tbs-input {
  vertical-align: top;
}
.tbs-input-number-group.tbs-input-number-group-compact .tbs-input-group-wrapper + .tbs-input-group-wrapper {
  margin-left: -1px;
}
.tbs-input-number-group.tbs-input-number-group-compact .tbs-input-group-wrapper + .tbs-input-group-wrapper .tbs-input-affix-wrapper {
  border-radius: 0;
}
.tbs-input-number-group.tbs-input-number-group-compact .tbs-input-group-wrapper:not(:last-child).tbs-input-search > .tbs-input-group > .tbs-input-group-addon > .tbs-input-search-button {
  border-radius: 0;
}
.tbs-input-number-group.tbs-input-number-group-compact .tbs-input-group-wrapper:not(:last-child).tbs-input-search > .tbs-input-group > .tbs-input {
  border-radius: 2px 0 0 2px;
}
.tbs-input-number-group > .tbs-input-number-rtl:first-child,
.tbs-input-number-group-rtl .tbs-input-number-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}
.tbs-input-number-group-rtl .tbs-input-number-group-addon:first-child {
  border-right: 1px solid var(--tbs-neutral-600);
  border-left: 0;
}
.tbs-input-number-group-rtl.tbs-input-number-group > .tbs-input-number:last-child,
.tbs-input-number-group-rtl.tbs-input-number-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}
.tbs-input-number-group-rtl.tbs-input-number-group .tbs-input-number-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}
.tbs-input-number-group-rtl.tbs-input-number-group .tbs-input-number-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > *:first-child,
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select:first-child > .tbs-select-selector,
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-auto-complete:first-child .tbs-input,
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker:first-child .tbs-input {
  border-radius: 0 2px 2px 0;
}
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > *:last-child,
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select:last-child > .tbs-select-selector,
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > .tbs-select-auto-complete:last-child .tbs-input,
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker:last-child .tbs-input,
.tbs-input-number-group-rtl.tbs-input-number-group.tbs-input-number-group-compact > .tbs-cascader-picker-focused:last-child .tbs-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}
.tbs-input-number-group.tbs-input-number-group-compact .tbs-input-group-wrapper-rtl + .tbs-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}
.tbs-input-number-group.tbs-input-number-group-compact .tbs-input-group-wrapper-rtl:not(:last-child).tbs-input-search > .tbs-input-group > .tbs-input {
  border-radius: 0 2px 2px 0;
}
.tbs-input-number-group > .tbs-input-number-rtl:first-child {
  border-radius: 0 2px 2px 0;
}
.tbs-input-number-group > .tbs-input-number-rtl:last-child {
  border-radius: 2px 0 0 2px;
}
.tbs-input-number-group-rtl .tbs-input-number-group-addon:first-child {
  border-right: 1px solid var(--tbs-neutral-600);
  border-left: 0;
  border-radius: 0 2px 2px 0;
}
.tbs-input-number-group-rtl .tbs-input-number-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid var(--tbs-neutral-600);
  border-radius: 2px 0 0 2px;
}
.tbs-input-number-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
}
.tbs-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.4509803922);
  font-weight: 700;
  line-height: 0;
  text-align: center;
  border-left: 1px solid var(--tbs-neutral-600);
  transition: all 0.1s linear;
}
.tbs-input-number-handler:active {
  background: #f4f4f4;
}
.tbs-input-number-handler:hover .tbs-input-number-handler-up-inner,
.tbs-input-number-handler:hover .tbs-input-number-handler-down-inner {
  color: var(--tbs-primary-5);
}
.tbs-input-number-handler-up-inner,
.tbs-input-number-handler-down-inner {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.4509803922);
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-input-number-handler-up-inner > *,
.tbs-input-number-handler-down-inner > * {
  line-height: 1;
}
.tbs-input-number-handler-up-inner svg,
.tbs-input-number-handler-down-inner svg {
  display: inline-block;
}
.tbs-input-number-handler-up-inner:before,
.tbs-input-number-handler-down-inner:before {
  display: none;
}
.tbs-input-number-handler-up-inner .tbs-input-number-handler-up-inner-icon,
.tbs-input-number-handler-up-inner .tbs-input-number-handler-down-inner-icon,
.tbs-input-number-handler-down-inner .tbs-input-number-handler-up-inner-icon,
.tbs-input-number-handler-down-inner .tbs-input-number-handler-down-inner-icon {
  display: block;
}
.tbs-input-number:hover {
  border-color: var(--tbs-primary-5);
  border-right-width: 1px;
}
.tbs-input-number:hover + .tbs-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}
.tbs-input-number-focused {
  border-color: var(--tbs-primary-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-primary-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-input-number-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-input-number-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-input-number-disabled:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-input-number-disabled .tbs-input-number-input {
  cursor: not-allowed;
}
.tbs-input-number-disabled .tbs-input-number-handler-wrap,
.tbs-input-number-readonly .tbs-input-number-handler-wrap {
  display: none;
}
.tbs-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  appearance: textfield !important;
}
.tbs-input-number-input::placeholder {
  color: var(--tbs-neutral-1000);
  -webkit-user-select: none;
  user-select: none;
}
.tbs-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.tbs-input-number-input[type=number]::-webkit-inner-spin-button,
.tbs-input-number-input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.tbs-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.tbs-input-number-lg input {
  height: 38px;
}
.tbs-input-number-sm {
  padding: 0;
}
.tbs-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.tbs-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}
.tbs-input-number-handler-wrap .tbs-input-number-handler .tbs-input-number-handler-up-inner,
.tbs-input-number-handler-wrap .tbs-input-number-handler .tbs-input-number-handler-down-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}
.tbs-input-number-borderless .tbs-input-number-handler-wrap {
  border-left-width: 0;
}
.tbs-input-number-handler-wrap:hover .tbs-input-number-handler {
  height: 40%;
}
.tbs-input-number:hover .tbs-input-number-handler-wrap,
.tbs-input-number-focused .tbs-input-number-handler-wrap {
  opacity: 1;
}
.tbs-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}
.tbs-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.tbs-input-number-handler-up:hover {
  height: 60% !important;
}
.tbs-input-number-handler-down {
  top: 0;
  border-top: 1px solid var(--tbs-neutral-600);
  border-bottom-right-radius: 2px;
  cursor: pointer;
}
.tbs-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.tbs-input-number-handler-down:hover {
  height: 60% !important;
}
.tbs-input-number-borderless .tbs-input-number-handler-down {
  border-top-width: 0;
}
.tbs-input-number:hover:not(.tbs-input-number-borderless) .tbs-input-number-handler-down,
.tbs-input-number-focused:not(.tbs-input-number-borderless) .tbs-input-number-handler-down {
  border-top: 1px solid var(--tbs-neutral-600);
}
.tbs-input-number-handler-up-disabled,
.tbs-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.tbs-input-number-handler-up-disabled:hover .tbs-input-number-handler-up-inner,
.tbs-input-number-handler-down-disabled:hover .tbs-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-input-number-borderless {
  box-shadow: none;
}
.tbs-input-number-out-of-range input {
  color: var(--tbs-error-color);
}
.tbs-input-number-compact-item:not(.tbs-input-number-compact-last-item):not(.tbs-input-number-compact-item-rtl) {
  margin-right: -1px;
}
.tbs-input-number-compact-item:not(.tbs-input-number-compact-last-item).tbs-input-number-compact-item-rtl {
  margin-left: -1px;
}
.tbs-input-number-compact-item:hover,
.tbs-input-number-compact-item:focus,
.tbs-input-number-compact-item:active {
  z-index: 2;
}
.tbs-input-number-compact-item.tbs-input-number-focused {
  z-index: 2;
}
.tbs-input-number-compact-item[disabled] {
  z-index: 0;
}
.tbs-input-number-compact-item:not(.tbs-input-number-compact-first-item):not(.tbs-input-number-compact-last-item).tbs-input-number {
  border-radius: 0;
}
.tbs-input-number-compact-item.tbs-input-number.tbs-input-number-compact-first-item:not(.tbs-input-number-compact-last-item):not(.tbs-input-number-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-number-compact-item.tbs-input-number.tbs-input-number-compact-last-item:not(.tbs-input-number-compact-first-item):not(.tbs-input-number-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-number-compact-item.tbs-input-number.tbs-input-number-compact-item-rtl.tbs-input-number-compact-first-item:not(.tbs-input-number-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-input-number-compact-item.tbs-input-number.tbs-input-number-compact-item-rtl.tbs-input-number-compact-last-item:not(.tbs-input-number-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-input-number-rtl {
  direction: rtl;
}
.tbs-input-number-rtl .tbs-input-number-handler {
  border-right: 1px solid var(--tbs-neutral-600);
  border-left: 0;
}
.tbs-input-number-rtl .tbs-input-number-handler-wrap {
  right: auto;
  left: 0;
}
.tbs-input-number-rtl.tbs-input-number-borderless .tbs-input-number-handler-wrap {
  border-right-width: 0;
}
.tbs-input-number-rtl .tbs-input-number-handler-up {
  border-top-right-radius: 0;
}
.tbs-input-number-rtl .tbs-input-number-handler-down {
  border-bottom-right-radius: 0;
}
.tbs-input-number-rtl .tbs-input-number-input {
  direction: ltr;
  text-align: right;
}
.tbs-input-number-affix-wrapper > tbs-input-number.tbs-input-number {
  width: 100%;
  border: none;
  outline: none;
}
.tbs-input-number-affix-wrapper > tbs-input-number.tbs-input-number.tbs-input-number-focused {
  box-shadow: none !important;
}
.tbs-input-number.tbs-input-number-has-feedback .tbs-input-number-handler-wrap {
  z-index: 2;
}
.tbs-select-single .tbs-select-selector {
  display: flex;
}
.tbs-select-single .tbs-select-selector .tbs-select-selection-search {
  position: absolute;
  inset: 0 11px;
}
.tbs-select-single .tbs-select-selector .tbs-select-selection-search-input {
  width: 100%;
}
.tbs-select-single .tbs-select-selector .tbs-select-selection-item,
.tbs-select-single .tbs-select-selector .tbs-select-selection-placeholder {
  padding: 0;
  line-height: 34px;
  transition: all 0.3s, visibility 0s;
}
.tbs-select-single .tbs-select-selector .tbs-select-selection-item {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-select-single .tbs-select-selector .tbs-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}
.tbs-select-single .tbs-select-selector:after,
.tbs-select-single .tbs-select-selector .tbs-select-selection-item:after,
.tbs-select-single .tbs-select-selector .tbs-select-selection-placeholder:after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: "\a0";
}
.tbs-select-single.tbs-select-show-arrow .tbs-select-selection-search {
  right: 25px;
}
.tbs-select-single.tbs-select-show-arrow .tbs-select-selection-item,
.tbs-select-single.tbs-select-show-arrow .tbs-select-selection-placeholder {
  padding-right: 18px;
}
.tbs-select-single.tbs-select-open .tbs-select-selection-item {
  color: #bfbfbf;
}
.tbs-select-single:not(.tbs-select-customize-input) .tbs-select-selector {
  width: 100%;
  height: 36px;
  padding: 0 11px;
}
.tbs-select-single:not(.tbs-select-customize-input) .tbs-select-selector .tbs-select-selection-search-input {
  height: 30px;
}
.tbs-select-single:not(.tbs-select-customize-input) .tbs-select-selector:after {
  line-height: 30px;
}
.tbs-select-single.tbs-select-customize-input .tbs-select-selector:after {
  display: none;
}
.tbs-select-single.tbs-select-customize-input .tbs-select-selector .tbs-select-selection-search {
  position: static;
  width: 100%;
}
.tbs-select-single.tbs-select-customize-input .tbs-select-selector .tbs-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}
.tbs-select-single.tbs-select-customize-input .tbs-select-selector .tbs-select-selection-placeholder:after {
  display: none;
}
.tbs-select-single.tbs-select-lg:not(.tbs-select-customize-input) .tbs-select-selector {
  height: 48px;
}
.tbs-select-single.tbs-select-lg:not(.tbs-select-customize-input) .tbs-select-selector:after,
.tbs-select-single.tbs-select-lg:not(.tbs-select-customize-input) .tbs-select-selector .tbs-select-selection-item,
.tbs-select-single.tbs-select-lg:not(.tbs-select-customize-input) .tbs-select-selector .tbs-select-selection-placeholder {
  line-height: 46px;
}
.tbs-select-single.tbs-select-lg:not(.tbs-select-customize-input):not(.tbs-select-customize-input) .tbs-select-selection-search-input {
  height: 46px;
}
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input) .tbs-select-selector {
  height: 24px;
}
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input) .tbs-select-selector:after,
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input) .tbs-select-selector .tbs-select-selection-item,
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input) .tbs-select-selector .tbs-select-selection-placeholder {
  line-height: 22px;
}
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input):not(.tbs-select-customize-input) .tbs-select-selection-search-input {
  height: 22px;
}
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input) .tbs-select-selection-search {
  right: 7px;
  left: 7px;
}
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input) .tbs-select-selector {
  padding: 0 7px;
}
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input).tbs-select-show-arrow .tbs-select-selection-search {
  right: 28px;
}
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input).tbs-select-show-arrow .tbs-select-selection-item,
.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input).tbs-select-show-arrow .tbs-select-selection-placeholder {
  padding-right: 21px;
}
.tbs-select-single.tbs-select-lg:not(.tbs-select-customize-input) .tbs-select-selector {
  padding: 0 11px;
}
.tbs-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.tbs-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}
.tbs-select-multiple .tbs-select-selector {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  padding: 3px 4px;
}
.tbs-select-show-search.tbs-select-multiple .tbs-select-selector {
  cursor: text;
}
.tbs-select-disabled.tbs-select-multiple .tbs-select-selector {
  background: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  cursor: not-allowed;
}
.tbs-select-multiple .tbs-select-selector:after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  visibility: hidden;
  content: "\a0";
}
.tbs-select-multiple.tbs-select-show-arrow .tbs-select-selector,
.tbs-select-multiple.tbs-select-allow-clear .tbs-select-selector {
  padding-right: 24px;
}
.tbs-select-multiple .tbs-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: var(--tbs-neutral-400);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  cursor: default;
  transition:
    font-size 0.3s,
    line-height 0.3s,
    height 0.3s;
  -webkit-user-select: none;
  user-select: none;
  margin-inline-end: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 4px;
}
.tbs-select-disabled.tbs-select-multiple .tbs-select-selection-item {
  color: #bfbfbf;
  border-color: var(--tbs-neutral-600);
  cursor: not-allowed;
}
.tbs-select-multiple .tbs-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}
.tbs-select-multiple .tbs-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.4509803922);
  font-weight: 700;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}
.tbs-select-multiple .tbs-select-selection-item-remove > * {
  line-height: 1;
}
.tbs-select-multiple .tbs-select-selection-item-remove svg {
  display: inline-block;
}
.tbs-select-multiple .tbs-select-selection-item-remove:before {
  display: none;
}
.tbs-select-multiple .tbs-select-selection-item-remove .tbs-select-multiple .tbs-select-selection-item-remove-icon {
  display: block;
}
.tbs-select-multiple .tbs-select-selection-item-remove > .anticon {
  vertical-align: middle;
}
.tbs-select-multiple .tbs-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.7490196078);
}
.tbs-select-multiple .tbs-select-selection-overflow-item + .tbs-select-selection-overflow-item .tbs-select-selection-search {
  margin-inline-start: 0;
}
.tbs-select-multiple .tbs-select-selection-search {
  position: relative;
  max-width: 100%;
  margin-inline-start: 7px;
}
.tbs-select-multiple .tbs-select-selection-search-input,
.tbs-select-multiple .tbs-select-selection-search-mirror {
  height: 24px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    Noto Sans,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    Segoe UI Symbol,
    "Noto Color Emoji";
  line-height: 24px;
  transition: all 0.3s;
}
.tbs-select-multiple .tbs-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}
.tbs-select-multiple .tbs-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}
.tbs-select-multiple .tbs-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.tbs-select-multiple.tbs-select-lg .tbs-select-selector:after {
  line-height: 36px;
}
.tbs-select-multiple.tbs-select-lg .tbs-select-selection-item {
  height: 36px;
  line-height: 34px;
}
.tbs-select-multiple.tbs-select-lg .tbs-select-selection-search {
  height: 36px;
  line-height: 36px;
}
.tbs-select-multiple.tbs-select-lg .tbs-select-selection-search-input,
.tbs-select-multiple.tbs-select-lg .tbs-select-selection-search-mirror {
  height: 36px;
  line-height: 34px;
}
.tbs-select-multiple.tbs-select-sm .tbs-select-selector:after {
  line-height: 16px;
}
.tbs-select-multiple.tbs-select-sm .tbs-select-selection-item {
  height: 16px;
  line-height: 14px;
}
.tbs-select-multiple.tbs-select-sm .tbs-select-selection-search {
  height: 16px;
  line-height: 16px;
}
.tbs-select-multiple.tbs-select-sm .tbs-select-selection-search-input,
.tbs-select-multiple.tbs-select-sm .tbs-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}
.tbs-select-multiple.tbs-select-sm .tbs-select-selection-placeholder {
  left: 7px;
}
.tbs-select-multiple.tbs-select-sm .tbs-select-selection-search {
  margin-inline-start: 3px;
}
.tbs-select-disabled .tbs-select-selection-item-remove {
  display: none;
}
.tbs-select-status-error.tbs-select:not(.tbs-select-disabled):not(.tbs-select-customize-input):not(.tbs-pagination-size-changer) .tbs-select-selector {
  background-color: #fff;
  border-color: var(--tbs-error-color) !important;
}
.tbs-select-status-error.tbs-select:not(.tbs-select-disabled):not(.tbs-select-customize-input):not(.tbs-pagination-size-changer).tbs-select-open .tbs-select-selector,
.tbs-select-status-error.tbs-select:not(.tbs-select-disabled):not(.tbs-select-customize-input):not(.tbs-pagination-size-changer).tbs-select-focused .tbs-select-selector {
  border-color: var(--tbs-error-color-hover);
  border-right-width: 1px;
  outline: 0;
}
.tbs-select-status-warning.tbs-select:not(.tbs-select-disabled):not(.tbs-select-customize-input):not(.tbs-pagination-size-changer) .tbs-select-selector {
  background-color: #fff;
  border-color: var(--tbs-warning-color) !important;
}
.tbs-select-status-warning.tbs-select:not(.tbs-select-disabled):not(.tbs-select-customize-input):not(.tbs-pagination-size-changer).tbs-select-open .tbs-select-selector,
.tbs-select-status-warning.tbs-select:not(.tbs-select-disabled):not(.tbs-select-customize-input):not(.tbs-pagination-size-changer).tbs-select-focused .tbs-select-selector {
  border-color: var(--tbs-warning-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-warning-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-select-status-error.tbs-select-has-feedback .tbs-select-clear,
.tbs-select-status-warning.tbs-select-has-feedback .tbs-select-clear,
.tbs-select-status-success.tbs-select-has-feedback .tbs-select-clear,
.tbs-select-status-validating.tbs-select-has-feedback .tbs-select-clear {
  right: 32px;
}
.tbs-select-status-error.tbs-select-has-feedback .tbs-select-selection-selected-value,
.tbs-select-status-warning.tbs-select-has-feedback .tbs-select-selection-selected-value,
.tbs-select-status-success.tbs-select-has-feedback .tbs-select-selection-selected-value,
.tbs-select-status-validating.tbs-select-has-feedback .tbs-select-selection-selected-value {
  padding-right: 42px;
}
.tbs-select {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid var(--tbs-neutral-800);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector input {
  cursor: pointer;
}
.tbs-select-show-search.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector {
  cursor: pointer;
}
.tbs-select-show-search.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector input {
  cursor: auto;
}
.tbs-select-focused:not(.tbs-select-disabled).tbs-select:not(.tbs-select-customize-input) .tbs-select-selector {
  border-color: var(--tbs-complimentary-blue);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-select-focused:not(.tbs-select-disabled).tbs-select:not(.tbs-select-customize-input) .tbs-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-select-disabled.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector {
  color: rgba(0, 0, 0, 0.2509803922);
  background: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  cursor: not-allowed;
}
.tbs-select-multiple.tbs-select-disabled.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector {
  background: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
}
.tbs-select-disabled.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector input {
  cursor: not-allowed;
}
.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector .tbs-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
}
.tbs-select:not(.tbs-select-customize-input) .tbs-select-selector .tbs-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
.tbs-select:not(.tbs-select-disabled):hover .tbs-select-selector {
  background-color: var(--tbs-neutral-200);
  border-right-width: 1px;
}
.tbs-input-rtl .tbs-select:not(.tbs-select-disabled):hover .tbs-select-selector {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media all and (-ms-high-contrast: none) {
  .tbs-select-selection-item *::-ms-backdrop,
  .tbs-select-selection-item {
    flex: auto;
  }
}
.tbs-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: var(--tbs-neutral-1000);
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none) {
  .tbs-select-selection-placeholder *::-ms-backdrop,
  .tbs-select-selection-placeholder {
    flex: auto;
  }
}
.tbs-select-arrow {
  display: inline-flex;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 16px;
  margin-top: -8px;
  color: black;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.tbs-select-arrow > * {
  line-height: 1;
}
.tbs-select-arrow svg {
  display: inline-block;
}
.tbs-select-arrow:before {
  display: none;
}
.tbs-select-arrow .tbs-select-arrow-icon {
  display: block;
}
.tbs-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}
.tbs-select-arrow .anticon > svg {
  vertical-align: top;
}
.tbs-select-arrow .anticon:not(.tbs-select-suffix) {
  pointer-events: auto;
}
.tbs-select-disabled .tbs-select-arrow {
  cursor: not-allowed;
}
.tbs-select-arrow > *:not(:last-child) {
  margin-inline-end: 8px;
}
.tbs-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.tbs-select-clear:before {
  display: block;
}
.tbs-select-clear:hover {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-select:hover .tbs-select-clear {
  opacity: 1;
}
.tbs-select-dropdown {
  margin: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  border: 1px solid var(--tbs-neutral-800);
  background: var(--tbs-neutral-50);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.tbs-select-dropdown.tbs-slide-up-enter.tbs-slide-up-enter-active.tbs-select-dropdown-placement-bottomLeft,
.tbs-select-dropdown.tbs-slide-up-appear.tbs-slide-up-appear-active.tbs-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn;
}
.tbs-select-dropdown.tbs-slide-up-enter.tbs-slide-up-enter-active.tbs-select-dropdown-placement-topLeft,
.tbs-select-dropdown.tbs-slide-up-appear.tbs-slide-up-appear-active.tbs-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn;
}
.tbs-select-dropdown.tbs-slide-up-leave.tbs-slide-up-leave-active.tbs-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.tbs-select-dropdown.tbs-slide-up-leave.tbs-slide-up-leave-active.tbs-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.tbs-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: var(--tbs-neutral-1400);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.tbs-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.8509803922);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.tbs-select-item-group {
  color: rgba(0, 0, 0, 0.4509803922);
  font-size: 12px;
  cursor: default;
}
.tbs-select-item-option {
  display: flex;
}
.tbs-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tbs-select-item-option-state {
  flex: none;
}
.tbs-select-item-option-active:not(.tbs-select-item-option-disabled) {
  background-color: var(--tbs-neutral-400);
}
.tbs-select-item-option-selected:not(.tbs-select-item-option-disabled) {
  color: var(--tbs-primary-blue-1000);
  font-weight: 600;
}
.tbs-select-item-option-selected:not(.tbs-select-item-option-disabled) .tbs-select-item-option-state {
  color: var(--tbs-primary-color);
}
.tbs-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  cursor: not-allowed;
}
.tbs-select-item-option-disabled.tbs-select-item-option-selected {
  background-color: var(--tbs-neutral-400);
}
.tbs-select-item-option-grouped {
  padding-left: 24px;
}
.tbs-select-lg {
  font-size: 16px;
}
.tbs-select-borderless .tbs-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.tbs-select.tbs-select-in-form-item {
  width: 100%;
}
.tbs-select-compact-item:not(.tbs-select-compact-last-item) {
  margin-right: -1px;
}
.tbs-select-compact-item:not(.tbs-select-compact-last-item).tbs-select-compact-item-rtl {
  margin-right: 0;
  margin-left: -1px;
}
.tbs-select-compact-item:hover > *,
.tbs-select-compact-item:focus > *,
.tbs-select-compact-item:active > * {
  z-index: 2;
}
.tbs-select-compact-item.tbs-select-focused > * {
  z-index: 2;
}
.tbs-select-compact-item[disabled] > * {
  z-index: 0;
}
.tbs-select-compact-item:not(.tbs-select-compact-first-item):not(.tbs-select-compact-last-item).tbs-select > .tbs-select-selector {
  border-radius: 0;
}
.tbs-select-compact-item.tbs-select-compact-first-item.tbs-select:not(.tbs-select-compact-last-item):not(.tbs-select-compact-item-rtl) > .tbs-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-select-compact-item.tbs-select-compact-last-item.tbs-select:not(.tbs-select-compact-first-item):not(.tbs-select-compact-item-rtl) > .tbs-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-select-compact-item.tbs-select.tbs-select-compact-first-item.tbs-select-compact-item-rtl:not(.tbs-select-compact-last-item) > .tbs-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-select-compact-item.tbs-select.tbs-select-compact-last-item.tbs-select-compact-item-rtl:not(.tbs-select-compact-first-item) > .tbs-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-select-rtl {
  direction: rtl;
}
.tbs-select-rtl .tbs-select-arrow,
.tbs-select-rtl .tbs-select-clear {
  right: initial;
  left: 11px;
}
.tbs-select-dropdown-rtl {
  direction: rtl;
}
.tbs-select-dropdown-rtl .tbs-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}
.tbs-select-rtl.tbs-select-multiple.tbs-select-show-arrow .tbs-select-selector,
.tbs-select-rtl.tbs-select-multiple.tbs-select-allow-clear .tbs-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}
.tbs-select-rtl.tbs-select-multiple .tbs-select-selection-item {
  text-align: right;
}
.tbs-select-rtl.tbs-select-multiple .tbs-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}
.tbs-select-rtl.tbs-select-multiple .tbs-select-selection-search-mirror {
  right: 0;
  left: auto;
}
.tbs-select-rtl.tbs-select-multiple .tbs-select-selection-placeholder {
  right: 11px;
  left: auto;
}
.tbs-select-rtl.tbs-select-multiple.tbs-select-sm .tbs-select-selection-placeholder {
  right: 7px;
}
.tbs-select-rtl.tbs-select-single .tbs-select-selector .tbs-select-selection-item,
.tbs-select-rtl.tbs-select-single .tbs-select-selector .tbs-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}
.tbs-select-rtl.tbs-select-single.tbs-select-show-arrow .tbs-select-selection-search {
  right: 11px;
  left: 25px;
}
.tbs-select-rtl.tbs-select-single.tbs-select-show-arrow .tbs-select-selection-item,
.tbs-select-rtl.tbs-select-single.tbs-select-show-arrow .tbs-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}
.tbs-select-rtl.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input).tbs-select-show-arrow .tbs-select-selection-search {
  right: 6px;
}
.tbs-select-rtl.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input).tbs-select-show-arrow .tbs-select-selection-item,
.tbs-select-rtl.tbs-select-single.tbs-select-sm:not(.tbs-select-customize-input).tbs-select-show-arrow .tbs-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}
.tbs-select-dropdown {
  position: relative;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
}
.tbs-select-dropdown .cdk-virtual-scroll-content-wrapper {
  right: 0;
}
.tbs-select-dropdown .full-width {
  contain: initial;
}
.tbs-select-dropdown .full-width .cdk-virtual-scroll-content-wrapper {
  position: static;
}
.tbs-select-dropdown .full-width .cdk-virtual-scroll-spacer {
  position: absolute;
  top: 0;
  width: 1px;
}
.tbs-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
}
.tbs-select-auto-complete .tbs-select-clear {
  right: 13px;
}
.tbs-select-dropdown-hidden {
  display: none;
}
tbs-tree-virtual-scroll-view {
  position: relative;
  display: block;
  overflow: auto;
  transform: translateZ(0);
  will-change: scroll-position;
  contain: strict;
  -webkit-overflow-scrolling: touch;
}
tbs-tree-virtual-scroll-view .tbs-tree-list,
tbs-tree-virtual-scroll-view .tbs-tree-list-holder {
  height: 100%;
}
tbs-tree-virtual-scroll-view .tbs-tree-switcher + .tbs-tree-switcher.tbs-tree-leaf-line-icon,
tbs-tree-view .tbs-tree-switcher + .tbs-tree-switcher.tbs-tree-leaf-line-icon {
  display: none;
}
tbs-tree-view .tbs-tree-list-holder-inner {
  display: flex;
  flex-direction: column;
}
@keyframes tbs-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode {
  position: relative;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode:before {
  position: absolute;
  inset: 0 0 4px;
  transition: background-color 0.3s;
  content: "";
  pointer-events: none;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode:hover:before {
  background: var(--tbs-neutral-400);
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode > * {
  z-index: 1;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode .tbs-tree-switcher {
  transition: color 0.3s;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode .tbs-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode .tbs-tree-node-content-wrapper:hover {
  background: transparent;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode .tbs-tree-node-content-wrapper.tbs-tree-node-selected {
  color: #fff;
  background: transparent;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode-selected:hover:before,
.tbs-tree.tbs-tree-directory .tbs-tree-treenode-selected:before {
  background: var(--tbs-primary-color);
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode-selected .tbs-tree-switcher {
  color: #fff;
}
.tbs-tree.tbs-tree-directory .tbs-tree-treenode-selected .tbs-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}
.tbs-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.tbs-tree-checkbox-wrapper:hover .tbs-tree-checkbox-inner,
.tbs-tree-checkbox:hover .tbs-tree-checkbox-inner,
.tbs-tree-checkbox-input:focus + .tbs-tree-checkbox-inner {
  border-color: var(--tbs-primary-color);
}
.tbs-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tbs-primary-color);
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: "";
}
.tbs-tree-checkbox:hover:after,
.tbs-tree-checkbox-wrapper:hover .tbs-tree-checkbox:after {
  visibility: visible;
}
.tbs-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid var(--tbs-neutral-600);
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.tbs-tree-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.tbs-tree-checkbox-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.tbs-tree-checkbox-checked .tbs-tree-checkbox-inner:after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.tbs-tree-checkbox-checked .tbs-tree-checkbox-inner {
  background-color: var(--tbs-primary-color);
  border-color: var(--tbs-primary-color);
}
.tbs-tree-checkbox-disabled {
  cursor: not-allowed;
}
.tbs-tree-checkbox-disabled.tbs-tree-checkbox-checked .tbs-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.2509803922);
  animation-name: none;
}
.tbs-tree-checkbox-disabled .tbs-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.tbs-tree-checkbox-disabled .tbs-tree-checkbox-inner {
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600) !important;
}
.tbs-tree-checkbox-disabled .tbs-tree-checkbox-inner:after {
  border-color: var(--tbs-neutral-400);
  border-collapse: separate;
  animation-name: none;
}
.tbs-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.2509803922);
  cursor: not-allowed;
}
.tbs-tree-checkbox-disabled:hover:after,
.tbs-tree-checkbox-wrapper:hover .tbs-tree-checkbox-disabled:after {
  visibility: hidden;
}
.tbs-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.tbs-tree-checkbox-wrapper:after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: "\a0";
}
.tbs-tree-checkbox-wrapper.tbs-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.tbs-tree-checkbox-wrapper + .tbs-tree-checkbox-wrapper {
  margin-left: 8px;
}
.tbs-tree-checkbox-wrapper.tbs-tree-checkbox-wrapper-in-form-item input[type=checkbox] {
  width: 14px;
  height: 14px;
}
.tbs-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.tbs-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
}
.tbs-tree-checkbox-group-item {
  margin-right: 8px;
}
.tbs-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.tbs-tree-checkbox-group-item + .tbs-tree-checkbox-group-item {
  margin-left: 0;
}
.tbs-tree-checkbox-indeterminate .tbs-tree-checkbox-inner {
  background-color: #fff;
  border-color: var(--tbs-neutral-600);
}
.tbs-tree-checkbox-indeterminate .tbs-tree-checkbox-inner:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--tbs-primary-color);
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.tbs-tree-checkbox-indeterminate.tbs-tree-checkbox-disabled .tbs-tree-checkbox-inner:after {
  background-color: rgba(0, 0, 0, 0.2509803922);
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-tree-checkbox-rtl {
  direction: rtl;
}
.tbs-tree-checkbox-group-rtl .tbs-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.tbs-tree-checkbox-group-rtl .tbs-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.tbs-tree-checkbox-group-rtl .tbs-tree-checkbox-group-item + .tbs-tree-checkbox-group-item {
  margin-left: 8px;
}
.tbs-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.tbs-tree-focused:not(:hover):not(.tbs-tree-active-focused) {
  background: var(--tbs-primary-1);
}
.tbs-tree-list-holder-inner {
  align-items: flex-start;
}
.tbs-tree.tbs-tree-block-node .tbs-tree-list-holder-inner {
  align-items: stretch;
}
.tbs-tree.tbs-tree-block-node .tbs-tree-list-holder-inner .tbs-tree-node-content-wrapper {
  flex: auto;
}
.tbs-tree.tbs-tree-block-node .tbs-tree-list-holder-inner .tbs-tree-treenode.dragging {
  position: relative;
}
.tbs-tree.tbs-tree-block-node .tbs-tree-list-holder-inner .tbs-tree-treenode.dragging:after {
  position: absolute;
  inset: 0 0 4px;
  border: 1px solid var(--tbs-primary-color);
  opacity: 0;
  animation: tbs-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: "";
  pointer-events: none;
}
.tbs-tree .tbs-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px;
  outline: none;
}
.tbs-tree .tbs-tree-treenode-disabled .tbs-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.2509803922);
  cursor: not-allowed;
}
.tbs-tree .tbs-tree-treenode-disabled .tbs-tree-node-content-wrapper:hover {
  background: transparent;
}
.tbs-tree .tbs-tree-treenode-active .tbs-tree-node-content-wrapper {
  background: var(--tbs-neutral-400);
}
.tbs-tree .tbs-tree-treenode:not(.tbs-tree .tbs-tree-treenode-disabled).filter-node .tbs-tree-title {
  color: inherit;
  font-weight: 500;
}
.tbs-tree .tbs-tree-treenode-draggable .tbs-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.tbs-tree-treenode:hover .tbs-tree .tbs-tree-treenode-draggable .tbs-tree-draggable-icon {
  opacity: 0.45;
}
.tbs-tree .tbs-tree-treenode-draggable.tbs-tree-treenode-disabled .tbs-tree-draggable-icon {
  visibility: hidden;
}
.tbs-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.tbs-tree-draggable-icon {
  visibility: hidden;
}
.tbs-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-tree-switcher .tbs-tree-switcher-icon,
.tbs-tree-switcher .tbs-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.tbs-tree-switcher .tbs-tree-switcher-icon svg,
.tbs-tree-switcher .tbs-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.tbs-tree-switcher-noop {
  cursor: default;
}
.tbs-tree-switcher_close .tbs-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.tbs-tree-switcher-loading-icon {
  color: var(--tbs-primary-color);
}
.tbs-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tbs-tree-switcher-leaf-line:before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid var(--tbs-neutral-600);
  content: " ";
}
.tbs-tree-switcher-leaf-line:after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid var(--tbs-neutral-600);
  content: " ";
}
.tbs-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.tbs-tree .tbs-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition:
    all 0.3s,
    border 0s,
    line-height 0s,
    box-shadow 0s;
}
.tbs-tree .tbs-tree-node-content-wrapper:hover {
  background-color: var(--tbs-neutral-400);
}
.tbs-tree .tbs-tree-node-content-wrapper.tbs-tree-node-selected {
  background-color: var(--tbs-neutral-600);
}
.tbs-tree .tbs-tree-node-content-wrapper .tbs-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.tbs-tree .tbs-tree-node-content-wrapper .tbs-tree-iconEle:empty {
  display: none;
}
.tbs-tree-unselectable .tbs-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.tbs-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-tree-node-content-wrapper .tbs-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: var(--tbs-primary-color);
  border-radius: 1px;
  pointer-events: none;
}
.tbs-tree-node-content-wrapper .tbs-tree-drop-indicator:after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid var(--tbs-primary-color);
  border-radius: 50%;
  content: "";
}
.tbs-tree .tbs-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px var(--tbs-primary-color);
}
.tbs-tree-show-line .tbs-tree-indent-unit {
  position: relative;
  height: 100%;
}
.tbs-tree-show-line .tbs-tree-indent-unit:before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid var(--tbs-neutral-600);
  content: "";
}
.tbs-tree-show-line .tbs-tree-indent-unit-end:before {
  display: none;
}
.tbs-tree-show-line .tbs-tree-switcher {
  background: #fff;
}
.tbs-tree-show-line .tbs-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.tbs-tree .tbs-tree-treenode-leaf-last .tbs-tree-switcher-leaf-line:before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.tbs-tree-rtl {
  direction: rtl;
}
.tbs-tree-rtl .tbs-tree-node-content-wrapper[draggable=true] .tbs-tree-drop-indicator:after {
  right: -6px;
  left: unset;
}
.tbs-tree .tbs-tree-treenode-rtl {
  direction: rtl;
}
.tbs-tree-rtl .tbs-tree-switcher_close .tbs-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.tbs-tree-rtl.tbs-tree-show-line .tbs-tree-indent-unit:before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid var(--tbs-neutral-600);
}
.tbs-tree-rtl .tbs-tree-checkbox,
.tbs-tree-select-dropdown-rtl .tbs-select-tree-checkbox {
  margin: 4px 0 0 8px;
}
.font-highlight {
  color: var(--tbs-semantic-red-1000);
}
.tbs-tree-child-tree {
  overflow: hidden;
}
tbs-tree {
  display: block;
}
.tbs-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.tbs-select-tree-checkbox-wrapper:hover .tbs-select-tree-checkbox-inner,
.tbs-select-tree-checkbox:hover .tbs-select-tree-checkbox-inner,
.tbs-select-tree-checkbox-input:focus + .tbs-select-tree-checkbox-inner {
  border-color: var(--tbs-primary-color);
}
.tbs-select-tree-checkbox-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tbs-primary-color);
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode: backwards;
  content: "";
}
.tbs-select-tree-checkbox:hover:after,
.tbs-select-tree-checkbox-wrapper:hover .tbs-select-tree-checkbox:after {
  visibility: visible;
}
.tbs-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid var(--tbs-neutral-800);
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}
.tbs-select-tree-checkbox-inner:after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: " ";
}
.tbs-select-tree-checkbox-input {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.tbs-select-tree-checkbox-checked .tbs-select-tree-checkbox-inner:after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: " ";
}
.tbs-select-tree-checkbox-checked .tbs-select-tree-checkbox-inner {
  background-color: var(--tbs-primary-color);
  border-color: var(--tbs-primary-color);
}
.tbs-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.tbs-select-tree-checkbox-disabled.tbs-select-tree-checkbox-checked .tbs-select-tree-checkbox-inner:after {
  border-color: rgba(0, 0, 0, 0.2509803922);
  animation-name: none;
}
.tbs-select-tree-checkbox-disabled .tbs-select-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}
.tbs-select-tree-checkbox-disabled .tbs-select-tree-checkbox-inner {
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600) !important;
}
.tbs-select-tree-checkbox-disabled .tbs-select-tree-checkbox-inner:after {
  border-color: var(--tbs-neutral-400);
  border-collapse: separate;
  animation-name: none;
}
.tbs-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.2509803922);
  cursor: not-allowed;
}
.tbs-select-tree-checkbox-disabled:hover:after,
.tbs-select-tree-checkbox-wrapper:hover .tbs-select-tree-checkbox-disabled:after {
  visibility: hidden;
}
.tbs-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}
.tbs-select-tree-checkbox-wrapper:after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: "\a0";
}
.tbs-select-tree-checkbox-wrapper.tbs-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.tbs-select-tree-checkbox-wrapper + .tbs-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.tbs-select-tree-checkbox-wrapper.tbs-select-tree-checkbox-wrapper-in-form-item input[type=checkbox] {
  width: 14px;
  height: 14px;
}
.tbs-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.tbs-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  display: inline-block;
}
.tbs-select-tree-checkbox-group-item {
  margin-right: 8px;
}
.tbs-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.tbs-select-tree-checkbox-group-item + .tbs-select-tree-checkbox-group-item {
  margin-left: 0;
}
.tbs-select-tree-checkbox-indeterminate .tbs-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: var(--tbs-neutral-600);
}
.tbs-select-tree-checkbox-indeterminate .tbs-select-tree-checkbox-inner:after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--tbs-primary-color);
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: " ";
}
.tbs-select-tree-checkbox-indeterminate.tbs-select-tree-checkbox-disabled .tbs-select-tree-checkbox-inner:after {
  background-color: rgba(0, 0, 0, 0.2509803922);
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-select-tree-checkbox-rtl {
  direction: rtl;
}
.tbs-select-tree-checkbox-group-rtl .tbs-select-tree-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}
.tbs-select-tree-checkbox-group-rtl .tbs-select-tree-checkbox-group-item:last-child {
  margin-left: 0 !important;
}
.tbs-select-tree-checkbox-group-rtl .tbs-select-tree-checkbox-group-item + .tbs-select-tree-checkbox-group-item {
  margin-left: 8px;
}
.tbs-tree-select-dropdown {
  padding: 8px 4px;
}
.tbs-tree-select-dropdown-rtl {
  direction: rtl;
}
.tbs-tree-select-dropdown .tbs-select-tree {
  border-radius: 0;
}
.tbs-tree-select-dropdown .tbs-select-tree-list-holder-inner {
  align-items: stretch;
}
.tbs-tree-select-dropdown .tbs-select-tree-list-holder-inner .tbs-select-tree-treenode .tbs-select-tree-node-content-wrapper {
  flex: auto;
}
.tbs-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.tbs-select-tree-focused:not(:hover):not(.tbs-select-tree-active-focused) {
  background: var(--tbs-primary-1);
}
.tbs-select-tree-list-holder-inner {
  align-items: flex-start;
}
.tbs-select-tree.tbs-select-tree-block-node .tbs-select-tree-list-holder-inner {
  align-items: stretch;
}
.tbs-select-tree.tbs-select-tree-block-node .tbs-select-tree-list-holder-inner .tbs-select-tree-node-content-wrapper {
  flex: auto;
}
.tbs-select-tree.tbs-select-tree-block-node .tbs-select-tree-list-holder-inner .tbs-select-tree-treenode.dragging {
  position: relative;
}
.tbs-select-tree.tbs-select-tree-block-node .tbs-select-tree-list-holder-inner .tbs-select-tree-treenode.dragging:after {
  position: absolute;
  inset: 0 0 4px;
  border: 1px solid var(--tbs-primary-color);
  opacity: 0;
  animation: tbs-tree-node-fx-do-not-use 0.3s;
  animation-play-state: running;
  animation-fill-mode: forwards;
  content: "";
  pointer-events: none;
}
.tbs-select-tree .tbs-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px;
  outline: none;
}
.tbs-select-tree .tbs-select-tree-treenode-disabled .tbs-select-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.2509803922);
  cursor: not-allowed;
}
.tbs-select-tree .tbs-select-tree-treenode-disabled .tbs-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.tbs-select-tree .tbs-select-tree-treenode-active .tbs-select-tree-node-content-wrapper {
  background: var(--tbs-neutral-400);
}
.tbs-select-tree .tbs-select-tree-treenode:not(.tbs-select-tree .tbs-select-tree-treenode-disabled).filter-node .tbs-select-tree-title {
  color: inherit;
  font-weight: 500;
}
.tbs-select-tree .tbs-select-tree-treenode-draggable .tbs-select-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  visibility: visible;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.tbs-select-tree-treenode:hover .tbs-select-tree .tbs-select-tree-treenode-draggable .tbs-select-tree-draggable-icon {
  opacity: 0.45;
}
.tbs-select-tree .tbs-select-tree-treenode-draggable.tbs-select-tree-treenode-disabled .tbs-select-tree-draggable-icon {
  visibility: hidden;
}
.tbs-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-select-tree-indent-unit {
  display: inline-block;
  width: 24px;
}
.tbs-select-tree-draggable-icon {
  visibility: hidden;
}
.tbs-select-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-select-tree-switcher .tbs-tree-switcher-icon,
.tbs-select-tree-switcher .tbs-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}
.tbs-select-tree-switcher .tbs-tree-switcher-icon svg,
.tbs-select-tree-switcher .tbs-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}
.tbs-select-tree-switcher-noop {
  cursor: default;
}
.tbs-select-tree-switcher_close .tbs-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}
.tbs-select-tree-switcher-loading-icon {
  color: var(--tbs-primary-color);
}
.tbs-select-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tbs-select-tree-switcher-leaf-line:before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid var(--tbs-neutral-600);
  content: " ";
}
.tbs-select-tree-switcher-leaf-line:after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid var(--tbs-neutral-600);
  content: " ";
}
.tbs-select-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}
.tbs-select-tree .tbs-select-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition:
    all 0.3s,
    border 0s,
    line-height 0s,
    box-shadow 0s;
}
.tbs-select-tree .tbs-select-tree-node-content-wrapper:hover {
  background-color: var(--tbs-neutral-400);
}
.tbs-select-tree .tbs-select-tree-node-content-wrapper.tbs-select-tree-node-selected {
  background-color: var(--tbs-neutral-600);
}
.tbs-select-tree .tbs-select-tree-node-content-wrapper .tbs-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}
.tbs-select-tree .tbs-select-tree-node-content-wrapper .tbs-select-tree-iconEle:empty {
  display: none;
}
.tbs-select-tree-unselectable .tbs-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}
.tbs-select-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
  user-select: none;
}
.tbs-select-tree-node-content-wrapper .tbs-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: var(--tbs-primary-color);
  border-radius: 1px;
  pointer-events: none;
}
.tbs-select-tree-node-content-wrapper .tbs-tree-drop-indicator:after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid var(--tbs-primary-color);
  border-radius: 50%;
  content: "";
}
.tbs-select-tree .tbs-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px var(--tbs-primary-color);
}
.tbs-select-tree-show-line .tbs-select-tree-indent-unit {
  position: relative;
  height: 100%;
}
.tbs-select-tree-show-line .tbs-select-tree-indent-unit:before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid var(--tbs-neutral-600);
  content: "";
}
.tbs-select-tree-show-line .tbs-select-tree-indent-unit-end:before {
  display: none;
}
.tbs-select-tree-show-line .tbs-select-tree-switcher {
  background: #fff;
}
.tbs-select-tree-show-line .tbs-select-tree-switcher-line-icon {
  vertical-align: -0.15em;
}
.tbs-select-tree .tbs-select-tree-treenode-leaf-last .tbs-select-tree-switcher-leaf-line:before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}
.tbs-tree-select-dropdown-rtl .tbs-select-tree .tbs-select-tree-switcher_close .tbs-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}
.tbs-tree-select-dropdown-rtl .tbs-select-tree .tbs-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}
.tbs-tree.tbs-select-tree.tbs-tree-show-line tbs-tree-node[builtin]:not(:last-child) > li:before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: calc(100% - 16px);
  margin: 26px 0;
  border-left: 1px solid var(--tbs-neutral-600);
  content: " ";
}
.tbs-select-dropdown.tbs-select-tree-dropdown {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  overflow: auto;
}
.tbs-picker-status-error.tbs-picker,
.tbs-picker-status-error.tbs-picker:not(.tbs-picker-disabled):hover {
  background-color: #fff;
  border-color: var(--tbs-error-color);
}
.tbs-picker-status-error.tbs-picker-focused,
.tbs-picker-status-error.tbs-picker:focus {
  border-color: var(--tbs-error-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-error-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-picker-status-error.tbs-picker .tbs-picker-active-bar {
  background: var(--tbs-error-color-hover);
}
.tbs-picker-status-warning.tbs-picker,
.tbs-picker-status-warning.tbs-picker:not(.tbs-picker-disabled):hover {
  background-color: #fff;
  border-color: var(--tbs-warning-color);
}
.tbs-picker-status-warning.tbs-picker-focused,
.tbs-picker-status-warning.tbs-picker:focus {
  border-color: var(--tbs-warning-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-warning-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-picker-status-warning.tbs-picker .tbs-picker-active-bar {
  background: var(--tbs-warning-color-hover);
}
.tbs-picker {
  box-sizing: border-box;
  margin: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  padding: 6px 11px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--tbs-neutral-800);
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}
.tbs-picker:hover,
.tbs-picker-focused {
  background-color: var(--tbs-neutral-200);
  border-right-width: 1px;
}
.tbs-input-rtl .tbs-picker:hover,
.tbs-input-rtl .tbs-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-picker-focused {
  border-color: var(--tbs-complimentary-blue);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-picker-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-picker.tbs-picker-disabled {
  background: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  cursor: not-allowed;
}
.tbs-picker.tbs-picker-disabled .tbs-picker-suffix {
  color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-picker.tbs-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.tbs-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.tbs-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid var(--tbs-neutral-600);
  border-radius: 2px;
  transition: all 0.3s;
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}
.tbs-picker-input > input::placeholder {
  color: var(--tbs-neutral-1000);
  -webkit-user-select: none;
  user-select: none;
}
.tbs-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}
.tbs-picker-input > input:hover {
  border-color: var(--tbs-primary-5);
  border-right-width: 1px;
}
.tbs-input-rtl .tbs-picker-input > input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-picker-input > input:focus,
.tbs-picker-input > input-focused {
  border-color: var(--tbs-primary-color-hover);
  box-shadow: 0 0 0 2px var(--tbs-primary-color-outline);
  border-right-width: 1px;
  outline: 0;
}
.tbs-input-rtl .tbs-picker-input > input:focus,
.tbs-input-rtl .tbs-picker-input > input-focused {
  border-right-width: 0;
  border-left-width: 1px !important;
}
.tbs-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-picker-input > input-disabled:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.2509803922);
  background-color: var(--tbs-neutral-400);
  border-color: var(--tbs-neutral-600);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.tbs-picker-input > input[disabled]:hover {
  border-color: var(--tbs-neutral-600);
  border-right-width: 1px;
}
.tbs-picker-input > input-borderless,
.tbs-picker-input > input-borderless:hover,
.tbs-picker-input > input-borderless:focus,
.tbs-picker-input > input-borderless-focused,
.tbs-picker-input > input-borderless-disabled,
.tbs-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
textarea.tbs-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.tbs-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}
.tbs-picker-input > input-sm {
  padding: 0 7px;
}
.tbs-picker-input > input-rtl {
  direction: rtl;
}
.tbs-picker-input > input-stepperless[type=number] {
  -moz-appearance: textfield;
}
.tbs-picker-input > input-stepperless[type=number]::-webkit-inner-spin-button,
.tbs-picker-input > input-stepperless[type=number] ::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.tbs-picker-input > input:focus {
  box-shadow: none;
}
.tbs-picker-input > input[disabled] {
  background: transparent;
}
.tbs-picker-input:hover .tbs-picker-clear {
  opacity: 1;
}
.tbs-picker-input-placeholder > input {
  color: var(--tbs-neutral-1000);
}
.tbs-picker-large {
  padding: 6.5px 11px;
}
.tbs-picker-large .tbs-picker-input > input {
  font-size: 16px;
}
.tbs-picker-small {
  padding: 0 7px;
}
.tbs-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.2509803922);
  line-height: 1;
  pointer-events: none;
}
.tbs-picker-suffix > * {
  vertical-align: top;
}
.tbs-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}
.tbs-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.2509803922);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}
.tbs-picker-clear > * {
  vertical-align: top;
}
.tbs-picker-clear:hover {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.2509803922);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}
.tbs-picker-focused .tbs-picker-separator {
  color: rgba(0, 0, 0, 0.4509803922);
}
.tbs-picker-disabled .tbs-picker-range-separator .tbs-picker-separator {
  cursor: not-allowed;
}
.tbs-picker-range {
  position: relative;
  display: inline-flex;
}
.tbs-picker-range .tbs-picker-clear {
  right: 11px;
}
.tbs-picker-range:hover .tbs-picker-clear {
  opacity: 1;
}
.tbs-picker-range .tbs-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: var(--tbs-primary-blue-1000);
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.tbs-picker-range.tbs-picker-focused .tbs-picker-active-bar {
  opacity: 1;
}
.tbs-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}
.tbs-picker-range.tbs-picker-small .tbs-picker-clear {
  right: 7px;
}
.tbs-picker-range.tbs-picker-small .tbs-picker-active-bar {
  margin-left: 7px;
}
.tbs-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8509803922);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
}
.tbs-picker-dropdown-hidden {
  display: none;
}
.tbs-picker-dropdown-placement-bottomLeft .tbs-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}
.tbs-picker-dropdown-placement-topLeft .tbs-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  transform: rotate(45deg);
}
.tbs-picker-dropdown.tbs-slide-up-enter.tbs-slide-up-enter-active.tbs-picker-dropdown-placement-topLeft,
.tbs-picker-dropdown.tbs-slide-up-enter.tbs-slide-up-enter-active.tbs-picker-dropdown-placement-topRight,
.tbs-picker-dropdown.tbs-slide-up-appear.tbs-slide-up-appear-active.tbs-picker-dropdown-placement-topLeft,
.tbs-picker-dropdown.tbs-slide-up-appear.tbs-slide-up-appear-active.tbs-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn;
}
.tbs-picker-dropdown.tbs-slide-up-enter.tbs-slide-up-enter-active.tbs-picker-dropdown-placement-bottomLeft,
.tbs-picker-dropdown.tbs-slide-up-enter.tbs-slide-up-enter-active.tbs-picker-dropdown-placement-bottomRight,
.tbs-picker-dropdown.tbs-slide-up-appear.tbs-slide-up-appear-active.tbs-picker-dropdown-placement-bottomLeft,
.tbs-picker-dropdown.tbs-slide-up-appear.tbs-slide-up-appear-active.tbs-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.tbs-picker-dropdown.tbs-slide-up-leave.tbs-slide-up-leave-active.tbs-picker-dropdown-placement-topLeft,
.tbs-picker-dropdown.tbs-slide-up-leave.tbs-slide-up-leave-active.tbs-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut;
}
.tbs-picker-dropdown.tbs-slide-up-leave.tbs-slide-up-leave-active.tbs-picker-dropdown-placement-bottomLeft,
.tbs-picker-dropdown.tbs-slide-up-leave.tbs-slide-up-leave-active.tbs-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.tbs-picker-dropdown-range {
  padding: 7.54247233px 0;
}
.tbs-picker-dropdown-range-hidden {
  display: none;
}
.tbs-picker-dropdown .tbs-picker-panel > .tbs-picker-time-panel {
  padding-top: 4px;
}
.tbs-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}
.tbs-picker-ranges > li {
  display: inline-block;
}
.tbs-picker-ranges .tbs-picker-preset > .tbs-tag-blue {
  color: var(--tbs-primary-color);
  background: var(--tbs-primary-1);
  border-color: var(--tbs-primary-3);
  cursor: pointer;
}
.tbs-picker-ranges .tbs-picker-ok {
  float: right;
  margin-left: 8px;
}
.tbs-picker-range-wrapper {
  display: flex;
}
.tbs-picker-range-arrow {
  position: absolute;
  z-index: 1;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1019607843);
  transition: left 0.3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none;
}
.tbs-picker-range-arrow:before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: -10px -10px;
  content: "";
  clip-path: inset(33% 33%);
  clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
}
.tbs-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1490196078);
  border: 1px solid silver;
  transition: margin 0.3s;
}
.tbs-picker-panel-container .tbs-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}
.tbs-picker-panel-container .tbs-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.tbs-picker-panel-container .tbs-picker-panel .tbs-picker-content,
.tbs-picker-panel-container .tbs-picker-panel table {
  text-align: center;
}
.tbs-picker-panel-container .tbs-picker-panel-focused {
  border-color: rgba(0, 0, 0, 0.0588235294);
}
.tbs-picker-compact-item:not(.tbs-picker-compact-last-item):not(.tbs-picker-compact-item-rtl) {
  margin-right: -1px;
}
.tbs-picker-compact-item:not(.tbs-picker-compact-last-item).tbs-picker-compact-item-rtl {
  margin-left: -1px;
}
.tbs-picker-compact-item:hover,
.tbs-picker-compact-item:focus,
.tbs-picker-compact-item:active {
  z-index: 2;
}
.tbs-picker-compact-item.tbs-picker-focused {
  z-index: 2;
}
.tbs-picker-compact-item[disabled] {
  z-index: 0;
}
.tbs-picker-compact-item:not(.tbs-picker-compact-first-item):not(.tbs-picker-compact-last-item).tbs-picker {
  border-radius: 0;
}
.tbs-picker-compact-item.tbs-picker.tbs-picker-compact-first-item:not(.tbs-picker-compact-last-item):not(.tbs-picker-compact-item-rtl) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-picker-compact-item.tbs-picker.tbs-picker-compact-last-item:not(.tbs-picker-compact-first-item):not(.tbs-picker-compact-item-rtl) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-picker-compact-item.tbs-picker.tbs-picker-compact-item-rtl.tbs-picker-compact-first-item:not(.tbs-picker-compact-last-item) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tbs-picker-compact-item.tbs-picker.tbs-picker-compact-item-rtl.tbs-picker-compact-last-item:not(.tbs-picker-compact-first-item) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tbs-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  outline: none;
}
.tbs-picker-panel-focused {
  border-color: var(--tbs-primary-color);
}
.tbs-picker-decade-panel,
.tbs-picker-year-panel,
.tbs-picker-quarter-panel,
.tbs-picker-month-panel,
.tbs-picker-week-panel,
.tbs-picker-date-panel,
.tbs-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}
.tbs-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.8509803922);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.tbs-picker-header > * {
  flex: none;
}
.tbs-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.2509803922);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}
.tbs-picker-header > button {
  min-width: 1.6em;
  font-size: 16px;
}
.tbs-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.8509803922);
}
.tbs-picker-header-view {
  flex: auto;
  font-weight: 700;
  line-height: 40px;
}
.tbs-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}
.tbs-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}
.tbs-picker-header-view button:hover {
  color: var(--tbs-primary-blue-1000);
}
.tbs-picker-prev-icon,
.tbs-picker-next-icon,
.tbs-picker-super-prev-icon,
.tbs-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}
.tbs-picker-prev-icon:before,
.tbs-picker-next-icon:before,
.tbs-picker-super-prev-icon:before,
.tbs-picker-super-next-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: "";
}
.tbs-picker-super-prev-icon:after,
.tbs-picker-super-next-icon:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: "";
}
.tbs-picker-prev-icon,
.tbs-picker-super-prev-icon {
  transform: rotate(-45deg);
}
.tbs-picker-next-icon,
.tbs-picker-super-next-icon {
  transform: rotate(135deg);
}
.tbs-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.tbs-picker-content th,
.tbs-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}
.tbs-picker-content th {
  height: 30px;
  color: #aabad2;
  text-align: center;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.015px;
  line-height: 30px;
}
.tbs-picker-cell {
  padding: 3px 0;
  color: var(--tbs-neutral-800);
  cursor: pointer;
}
.tbs-picker-cell-week {
  color: #aabad2;
  text-align: center;
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 24px;
  letter-spacing: 0.015px;
}
.tbs-picker-cell-in-view {
  color: var(--tbs-neutral-1400);
}
.tbs-picker-cell:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "";
}
.tbs-picker-cell:hover:not(.tbs-picker-cell-in-view) .tbs-picker-cell-inner,
.tbs-picker-cell:hover:not(.tbs-picker-cell-selected):not(.tbs-picker-cell-range-start):not(.tbs-picker-cell-range-end):not(.tbs-picker-cell-range-hover-start):not(.tbs-picker-cell-range-hover-end) .tbs-picker-cell-inner {
  background: var(--tbs-neutral-400);
}
.tbs-picker-cell-in-view.tbs-picker-cell-today .tbs-picker-cell-inner {
  font-weight: 700;
  background-color: var(--tbs-primary-blue-50);
}
.tbs-picker-cell-in-view.tbs-picker-cell-today .tbs-picker-cell-inner:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid var(--tbs-primary-blue-1000);
  border-radius: 2px;
  content: "";
}
.tbs-picker-cell-in-view.tbs-picker-cell-in-range {
  position: relative;
}
.tbs-picker-cell-in-view.tbs-picker-cell-in-range:before {
  background: var(--tbs-primary-blue-50);
}
.tbs-picker-cell-in-view.tbs-picker-cell-selected .tbs-picker-cell-inner,
.tbs-picker-cell-in-view.tbs-picker-cell-range-start .tbs-picker-cell-inner,
.tbs-picker-cell-in-view.tbs-picker-cell-range-end .tbs-picker-cell-inner {
  color: #fff;
  background: var(--tbs-primary-blue-1000);
  font-weight: 700;
}
.tbs-picker-cell-in-view.tbs-picker-cell-range-start:not(.tbs-picker-cell-range-start-single):before,
.tbs-picker-cell-in-view.tbs-picker-cell-range-end:not(.tbs-picker-cell-range-end-single):before {
  background: var(--tbs-primary-blue-50);
}
.tbs-picker-cell-in-view.tbs-picker-cell-range-start:before {
  left: 50%;
}
.tbs-picker-cell-in-view.tbs-picker-cell-range-end:before {
  right: 50%;
}
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-start:not(.tbs-picker-cell-in-range):not(.tbs-picker-cell-range-start):not(.tbs-picker-cell-range-end):after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-end:not(.tbs-picker-cell-in-range):not(.tbs-picker-cell-range-start):not(.tbs-picker-cell-range-end):after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-start.tbs-picker-cell-range-start-single:after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-start.tbs-picker-cell-range-start.tbs-picker-cell-range-end.tbs-picker-cell-range-end-near-hover:after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-end.tbs-picker-cell-range-start.tbs-picker-cell-range-end.tbs-picker-cell-range-start-near-hover:after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-end.tbs-picker-cell-range-end-single:after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover:not(.tbs-picker-cell-in-range):after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed var(--tbs-primary-blue-100);
  border-bottom: 1px dashed var(--tbs-primary-blue-100);
  transform: translateY(-50%);
  transition: all 0.3s;
  content: "";
}
.tbs-picker-cell-range-hover-start:after,
.tbs-picker-cell-range-hover-end:after,
.tbs-picker-cell-range-hover:after {
  right: 0;
  left: 2px;
}
.tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover:before,
.tbs-picker-cell-in-view.tbs-picker-cell-range-start.tbs-picker-cell-range-hover:before,
.tbs-picker-cell-in-view.tbs-picker-cell-range-end.tbs-picker-cell-range-hover:before,
.tbs-picker-cell-in-view.tbs-picker-cell-range-start:not(.tbs-picker-cell-range-start-single).tbs-picker-cell-range-hover-start:before,
.tbs-picker-cell-in-view.tbs-picker-cell-range-end:not(.tbs-picker-cell-range-end-single).tbs-picker-cell-range-hover-end:before,
.tbs-picker-panel > :not(.tbs-picker-date-panel) .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-start:before,
.tbs-picker-panel > :not(.tbs-picker-date-panel) .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-end:before {
  background: var(--tbs-primary-blue-200);
}
.tbs-picker-cell-in-view.tbs-picker-cell-range-start:not(.tbs-picker-cell-range-start-single):not(.tbs-picker-cell-range-end) .tbs-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.tbs-picker-cell-in-view.tbs-picker-cell-range-end:not(.tbs-picker-cell-range-end-single):not(.tbs-picker-cell-range-start) .tbs-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.tbs-picker-date-panel .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-start .tbs-picker-cell-inner:after,
.tbs-picker-date-panel .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-end .tbs-picker-cell-inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--tbs-primary-blue-200);
  transition: all 0.3s;
  content: "";
}
.tbs-picker-date-panel .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-start .tbs-picker-cell-inner:after {
  right: -6px;
  left: 0;
}
.tbs-picker-date-panel .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-end .tbs-picker-cell-inner:after {
  right: 0;
  left: -6px;
}
.tbs-picker-cell-range-hover.tbs-picker-cell-range-start:after {
  right: 50%;
}
.tbs-picker-cell-range-hover.tbs-picker-cell-range-end:after {
  left: 50%;
}
tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover:first-child:after,
tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-end:first-child:after,
.tbs-picker-cell-in-view.tbs-picker-cell-start.tbs-picker-cell-range-hover-edge-start.tbs-picker-cell-range-hover-edge-start-near-range:after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-edge-start:not(.tbs-picker-cell-range-hover-edge-start-near-range):after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-start:after {
  left: 6px;
  border-left: 1px dashed var(--tbs-primary-blue-100);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover:last-child:after,
tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-start:last-child:after,
.tbs-picker-cell-in-view.tbs-picker-cell-end.tbs-picker-cell-range-hover-edge-end.tbs-picker-cell-range-hover-edge-end-near-range:after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-edge-end:not(.tbs-picker-cell-range-hover-edge-end-near-range):after,
.tbs-picker-cell-in-view.tbs-picker-cell-range-hover-end:after {
  right: 6px;
  border-right: 1px dashed var(--tbs-primary-blue-100);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.tbs-picker-cell-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  pointer-events: none;
}
.tbs-picker-cell-disabled .tbs-picker-cell-inner {
  background: transparent;
}
.tbs-picker-cell-disabled:before {
  background: rgba(0, 0, 0, 0.0392156863);
}
.tbs-picker-cell-disabled.tbs-picker-cell-today .tbs-picker-cell-inner:before {
  border-color: rgba(0, 0, 0, 0.2509803922);
}
.tbs-picker-decade-panel .tbs-picker-content,
.tbs-picker-year-panel .tbs-picker-content,
.tbs-picker-quarter-panel .tbs-picker-content,
.tbs-picker-month-panel .tbs-picker-content {
  height: 200px;
}
.tbs-picker-decade-panel .tbs-picker-cell-inner,
.tbs-picker-year-panel .tbs-picker-cell-inner,
.tbs-picker-quarter-panel .tbs-picker-cell-inner,
.tbs-picker-month-panel .tbs-picker-cell-inner {
  padding: 0 8px;
}
.tbs-picker-quarter-panel .tbs-picker-content {
  height: 56px;
}
.tbs-picker-footer {
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.tbs-picker-panel .tbs-picker-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.tbs-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}
.tbs-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.tbs-picker-now {
  text-align: left;
}
.tbs-picker-today-btn {
  color: var(--tbs-primary-color);
}
.tbs-picker-today-btn:hover {
  color: var(--tbs-primary-color-hover);
}
.tbs-picker-today-btn:active {
  color: var(--tbs-primary-color-active);
}
.tbs-picker-today-btn.tbs-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.2509803922);
  cursor: not-allowed;
}
.tbs-picker-decade-panel .tbs-picker-cell-inner {
  padding: 0 4px;
}
.tbs-picker-decade-panel .tbs-picker-cell:before {
  display: none;
}
.tbs-picker-year-panel .tbs-picker-body,
.tbs-picker-quarter-panel .tbs-picker-body,
.tbs-picker-month-panel .tbs-picker-body {
  padding: 0 8px;
}
.tbs-picker-year-panel .tbs-picker-cell-inner,
.tbs-picker-quarter-panel .tbs-picker-cell-inner,
.tbs-picker-month-panel .tbs-picker-cell-inner {
  width: 100%;
}
.tbs-picker-year-panel .tbs-picker-cell-range-hover-start:after,
.tbs-picker-quarter-panel .tbs-picker-cell-range-hover-start:after,
.tbs-picker-month-panel .tbs-picker-cell-range-hover-start:after {
  left: 14px;
  border-left: 1px dashed var(--tbs-primary-blue-100);
  border-radius: 2px 0 0 2px;
}
.tbs-picker-panel-rtl .tbs-picker-year-panel .tbs-picker-cell-range-hover-start:after,
.tbs-picker-panel-rtl .tbs-picker-quarter-panel .tbs-picker-cell-range-hover-start:after,
.tbs-picker-panel-rtl .tbs-picker-month-panel .tbs-picker-cell-range-hover-start:after {
  right: 14px;
  border-right: 1px dashed var(--tbs-primary-blue-100);
  border-radius: 0 2px 2px 0;
}
.tbs-picker-year-panel .tbs-picker-cell-range-hover-end:after,
.tbs-picker-quarter-panel .tbs-picker-cell-range-hover-end:after,
.tbs-picker-month-panel .tbs-picker-cell-range-hover-end:after {
  right: 14px;
  border-right: 1px dashed var(--tbs-primary-blue-100);
  border-radius: 0 2px 2px 0;
}
.tbs-picker-panel-rtl .tbs-picker-year-panel .tbs-picker-cell-range-hover-end:after,
.tbs-picker-panel-rtl .tbs-picker-quarter-panel .tbs-picker-cell-range-hover-end:after,
.tbs-picker-panel-rtl .tbs-picker-month-panel .tbs-picker-cell-range-hover-end:after {
  left: 14px;
  border-left: 1px dashed var(--tbs-primary-blue-100);
  border-radius: 2px 0 0 2px;
}
.tbs-picker-week-panel .tbs-picker-body {
  padding: 8px 12px;
}
.tbs-picker-week-panel .tbs-picker-cell:hover .tbs-picker-cell-inner,
.tbs-picker-week-panel .tbs-picker-cell-selected .tbs-picker-cell-inner,
.tbs-picker-week-panel .tbs-picker-cell .tbs-picker-cell-inner {
  background: transparent !important;
}
.tbs-picker-week-panel-row td {
  transition: background 0.3s;
}
.tbs-picker-week-panel-row:hover td {
  background: var(--tbs-neutral-400);
}
.tbs-picker-week-panel-row-selected td,
.tbs-picker-week-panel-row-selected:hover td {
  background: var(--tbs-primary-blue-1000);
  font-weight: 700;
}
.tbs-picker-week-panel-row-selected td.tbs-picker-cell-week,
.tbs-picker-week-panel-row-selected:hover td.tbs-picker-cell-week {
  color: rgba(255, 255, 255, 0.5019607843);
}
.tbs-picker-week-panel-row-selected td.tbs-picker-cell-today .tbs-picker-cell-inner:before,
.tbs-picker-week-panel-row-selected:hover td.tbs-picker-cell-today .tbs-picker-cell-inner:before {
  border-color: #fff;
}
.tbs-picker-week-panel-row-selected td .tbs-picker-cell-inner,
.tbs-picker-week-panel-row-selected:hover td .tbs-picker-cell-inner {
  color: #fff;
}
.tbs-picker-date-panel .tbs-picker-body {
  padding: 8px 12px;
}
.tbs-picker-date-panel .tbs-picker-content {
  width: 252px;
}
.tbs-picker-date-panel .tbs-picker-content th {
  width: 36px;
}
.tbs-picker-datetime-panel {
  display: flex;
}
.tbs-picker-datetime-panel .tbs-picker-time-panel {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.tbs-picker-datetime-panel .tbs-picker-date-panel,
.tbs-picker-datetime-panel .tbs-picker-time-panel {
  transition: opacity 0.3s;
}
.tbs-picker-datetime-panel-active .tbs-picker-date-panel,
.tbs-picker-datetime-panel-active .tbs-picker-time-panel {
  opacity: 0.3;
}
.tbs-picker-datetime-panel-active .tbs-picker-date-panel-active,
.tbs-picker-datetime-panel-active .tbs-picker-time-panel-active {
  opacity: 1;
}
.tbs-picker-time-panel {
  width: auto;
  min-width: auto;
}
.tbs-picker-time-panel .tbs-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}
.tbs-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}
.tbs-picker-time-panel-column:after {
  display: block;
  height: 196px;
  content: "";
}
.tbs-picker-datetime-panel .tbs-picker-time-panel-column:after {
  height: 198px;
}
.tbs-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}
.tbs-picker-time-panel-column-active {
  background: var(--tbs-primary-color-active-deprecated-f-30);
}
.tbs-picker-time-panel-column:hover {
  overflow-y: auto;
}
.tbs-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}
.tbs-picker-time-panel-column > li.tbs-picker-time-panel-cell .tbs-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.8509803922);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}
.tbs-picker-time-panel-column > li.tbs-picker-time-panel-cell .tbs-picker-time-panel-cell-inner:hover {
  background: var(--tbs-neutral-400);
}
.tbs-picker-time-panel-column > li.tbs-picker-time-panel-cell-selected .tbs-picker-time-panel-cell-inner {
  background: var(--tbs-primary-blue-1000);
  color: white;
}
.tbs-picker-time-panel-column > li.tbs-picker-time-panel-cell-disabled .tbs-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.2509803922);
  background: transparent;
  cursor: not-allowed;
}
_:-ms-fullscreen .tbs-picker-range-wrapper .tbs-picker-month-panel .tbs-picker-cell,
:root .tbs-picker-range-wrapper .tbs-picker-month-panel .tbs-picker-cell,
_:-ms-fullscreen .tbs-picker-range-wrapper .tbs-picker-year-panel .tbs-picker-cell,
:root .tbs-picker-range-wrapper .tbs-picker-year-panel .tbs-picker-cell {
  padding: 21px 0;
}
.tbs-picker-rtl {
  direction: rtl;
}
.tbs-picker-rtl .tbs-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}
.tbs-picker-rtl .tbs-picker-clear {
  right: auto;
  left: 0;
}
.tbs-picker-rtl .tbs-picker-separator {
  transform: rotate(180deg);
}
.tbs-picker-panel-rtl .tbs-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}
.tbs-picker-rtl.tbs-picker-range .tbs-picker-clear {
  right: auto;
  left: 11px;
}
.tbs-picker-rtl.tbs-picker-range .tbs-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}
.tbs-picker-rtl.tbs-picker-range.tbs-picker-small .tbs-picker-active-bar {
  margin-right: 7px;
}
.tbs-picker-dropdown-rtl .tbs-picker-ranges {
  text-align: right;
}
.tbs-picker-dropdown-rtl .tbs-picker-ranges .tbs-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}
.tbs-picker-panel-rtl {
  direction: rtl;
}
.tbs-picker-panel-rtl .tbs-picker-prev-icon,
.tbs-picker-panel-rtl .tbs-picker-super-prev-icon {
  transform: rotate(135deg);
}
.tbs-picker-panel-rtl .tbs-picker-next-icon,
.tbs-picker-panel-rtl .tbs-picker-super-next-icon {
  transform: rotate(-45deg);
}
.tbs-picker-cell .tbs-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 35px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-start:before {
  right: 50%;
  left: 0;
}
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-end:before {
  right: 0;
  left: 50%;
}
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-start.tbs-picker-cell-range-end:before {
  right: 50%;
  left: 50%;
}
.tbs-picker-panel-rtl .tbs-picker-date-panel .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-start .tbs-picker-cell-inner:after {
  right: 0;
  left: -6px;
}
.tbs-picker-panel-rtl .tbs-picker-date-panel .tbs-picker-cell-in-view.tbs-picker-cell-in-range.tbs-picker-cell-range-hover-end .tbs-picker-cell-inner:after {
  right: -6px;
  left: 0;
}
.tbs-picker-panel-rtl .tbs-picker-cell-range-hover.tbs-picker-cell-range-start:after {
  right: 0;
  left: 50%;
}
.tbs-picker-panel-rtl .tbs-picker-cell-range-hover.tbs-picker-cell-range-end:after {
  right: 50%;
  left: 0;
}
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-start:not(.tbs-picker-cell-range-start-single):not(.tbs-picker-cell-range-end) .tbs-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-end:not(.tbs-picker-cell-range-end-single):not(.tbs-picker-cell-range-start) .tbs-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}
.tbs-picker-panel-rtl tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover:not(.tbs-picker-cell-selected):first-child:after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-start.tbs-picker-cell-range-hover-edge-start.tbs-picker-cell-range-hover-edge-start-near-range:after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-edge-start:not(.tbs-picker-cell-range-hover-edge-start-near-range):after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-start:after {
  right: 6px;
  left: 0;
  border-right: 1px dashed var(--tbs-primary-blue-100);
  border-left: none;
  border-radius: 0 2px 2px 0;
}
.tbs-picker-panel-rtl tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover:not(.tbs-picker-cell-selected):last-child:after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-end.tbs-picker-cell-range-hover-edge-end.tbs-picker-cell-range-hover-edge-end-near-range:after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-edge-end:not(.tbs-picker-cell-range-hover-edge-end-near-range):after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-end:after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed var(--tbs-primary-blue-100);
  border-radius: 2px 0 0 2px;
}
.tbs-picker-panel-rtl tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-start:last-child:after,
.tbs-picker-panel-rtl tr > .tbs-picker-cell-in-view.tbs-picker-cell-range-hover-end:first-child:after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-start.tbs-picker-cell-range-hover-edge-start:not(.tbs-picker-cell-range-hover):after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-start.tbs-picker-cell-range-hover-end.tbs-picker-cell-range-hover-edge-start:not(.tbs-picker-cell-range-hover):after,
.tbs-picker-panel-rtl .tbs-picker-cell-in-view.tbs-picker-cell-end.tbs-picker-cell-range-hover-start.tbs-picker-cell-range-hover-edge-end:not(.tbs-picker-cell-range-hover):after,
.tbs-picker-panel-rtl tr > .tbs-picker-cell-in-view.tbs-picker-cell-start.tbs-picker-cell-range-hover.tbs-picker-cell-range-hover-edge-start:last-child:after,
.tbs-picker-panel-rtl tr > .tbs-picker-cell-in-view.tbs-picker-cell-end.tbs-picker-cell-range-hover.tbs-picker-cell-range-hover-edge-end:first-child:after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed var(--tbs-primary-blue-100);
  border-left: 1px dashed var(--tbs-primary-blue-100);
  border-radius: 2px;
}
.tbs-picker-dropdown-rtl .tbs-picker-footer-extra {
  direction: rtl;
  text-align: right;
}
.tbs-picker-panel-rtl .tbs-picker-time-panel {
  direction: ltr;
}
.tbs-picker-inline {
  padding: 0;
  border: none;
}
.tbs-picker-inline .tbs-picker-range-arrow {
  display: none !important;
}
.tbs-picker-inline .tbs-picker-dropdown {
  z-index: auto;
}
.tbs-picker-dropdown {
  top: unset;
  left: unset;
}
.tbs-picker-panel-container.tbs-picker-week-number .tbs-picker-date-panel .tbs-picker-content {
  width: 100%;
}
.tbs-picker-panel-container.tbs-picker-week-number .tbs-picker-date-panel .tbs-picker-content th {
  width: inherit;
}
.tbs-picker-range-arrow {
  margin-right: 16.5px;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  position: absolute;
  z-index: 1000;
  display: flex;
}
.cdk-overlay-pane {
  position: absolute;
  z-index: 1000;
  display: flex;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
}
.cdk-overlay-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.3215686275);
}
.cdk-overlay-transparent-backdrop {
  visibility: hidden;
  opacity: 1;
  transition: visibility 1ms linear, opacity 1ms linear;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  visibility: visible;
  opacity: 0;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
.cdk-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.tbs-overlay-transparent-backdrop,
.tbs-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
[class^=tbs-]::-ms-clear,
[class*=tbs-]::-ms-clear,
[class^=tbs-] input::-ms-clear,
[class*=tbs-] input::-ms-clear,
[class^=tbs-] input::-ms-reveal,
[class*=tbs-] input::-ms-reveal {
  display: none;
}
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  font-family: "Arimo", sans-serif;
  color: var(--tbs-neutral-1400);
}
.sketch-fields-container {
  display: none !important;
}
.tbs-row {
  display: flex;
  flex-flow: row wrap;
  min-width: 0;
}

/* node_modules/ag-grid-community/styles/ag-grid.css */
.ag-icon {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  position: relative;
}
.ag-icon::before {
  content: "";
}
.ag-icon::after {
  background: transparent var(--ag-icon-image, none) center/contain no-repeat;
  display: var(--ag-icon-image-display);
  opacity: var(--ag-icon-image-opacity, 0.9);
  position: absolute;
  inset: 0;
  content: "";
}
.ag-icon-aggregation {
  font-family: var(--ag-icon-font-family-aggregation, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-aggregation, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-aggregation, var(--ag-icon-font-color));
}
.ag-icon-aggregation::before {
  content: var(--ag-icon-font-code-aggregation, "\f101");
  display: var(--ag-icon-font-display-aggregation, var(--ag-icon-font-display));
}
.ag-icon-aggregation::after {
  background-image: var(--ag-icon-image-aggregation, var(--ag-icon-image));
  display: var(--ag-icon-image-display-aggregation, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-aggregation, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-arrows {
  font-family: var(--ag-icon-font-family-arrows, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-arrows, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-arrows, var(--ag-icon-font-color));
}
.ag-icon-arrows::before {
  content: var(--ag-icon-font-code-arrows, "\f102");
  display: var(--ag-icon-font-display-arrows, var(--ag-icon-font-display));
}
.ag-icon-arrows::after {
  background-image: var(--ag-icon-image-arrows, var(--ag-icon-image));
  display: var(--ag-icon-image-display-arrows, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-arrows, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-asc {
  font-family: var(--ag-icon-font-family-asc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-asc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-asc, var(--ag-icon-font-color));
}
.ag-icon-asc::before {
  content: var(--ag-icon-font-code-asc, "\f103");
  display: var(--ag-icon-font-display-asc, var(--ag-icon-font-display));
}
.ag-icon-asc::after {
  background-image: var(--ag-icon-image-asc, var(--ag-icon-image));
  display: var(--ag-icon-image-display-asc, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-asc, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cancel {
  font-family: var(--ag-icon-font-family-cancel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cancel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cancel, var(--ag-icon-font-color));
}
.ag-icon-cancel::before {
  content: var(--ag-icon-font-code-cancel, "\f104");
  display: var(--ag-icon-font-display-cancel, var(--ag-icon-font-display));
}
.ag-icon-cancel::after {
  background-image: var(--ag-icon-image-cancel, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cancel, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-cancel, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-chart {
  font-family: var(--ag-icon-font-family-chart, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-chart, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-chart, var(--ag-icon-font-color));
}
.ag-icon-chart::before {
  content: var(--ag-icon-font-code-chart, "\f105");
  display: var(--ag-icon-font-display-chart, var(--ag-icon-font-display));
}
.ag-icon-chart::after {
  background-image: var(--ag-icon-image-chart, var(--ag-icon-image));
  display: var(--ag-icon-image-display-chart, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-chart, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-checked {
  font-family: var(--ag-icon-font-family-checkbox-checked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-checked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-checked, var(--ag-icon-font-color));
}
.ag-icon-checkbox-checked::before {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  display: var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));
}
.ag-icon-checkbox-checked::after {
  background-image: var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-indeterminate {
  font-family: var(--ag-icon-font-family-checkbox-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-indeterminate, var(--ag-icon-font-color));
}
.ag-icon-checkbox-indeterminate::before {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  display: var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));
}
.ag-icon-checkbox-indeterminate::after {
  background-image: var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-checkbox-unchecked {
  font-family: var(--ag-icon-font-family-checkbox-unchecked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-checkbox-unchecked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-checkbox-unchecked, var(--ag-icon-font-color));
}
.ag-icon-checkbox-unchecked::before {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  display: var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));
}
.ag-icon-checkbox-unchecked::after {
  background-image: var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-color-picker {
  font-family: var(--ag-icon-font-family-color-picker, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-color-picker, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-color-picker, var(--ag-icon-font-color));
}
.ag-icon-color-picker::before {
  content: var(--ag-icon-font-code-color-picker, "\f109");
  display: var(--ag-icon-font-display-color-picker, var(--ag-icon-font-display));
}
.ag-icon-color-picker::after {
  background-image: var(--ag-icon-image-color-picker, var(--ag-icon-image));
  display: var(--ag-icon-image-display-color-picker, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-color-picker, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-columns {
  font-family: var(--ag-icon-font-family-columns, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-columns, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-columns, var(--ag-icon-font-color));
}
.ag-icon-columns::before {
  content: var(--ag-icon-font-code-columns, "\f10a");
  display: var(--ag-icon-font-display-columns, var(--ag-icon-font-display));
}
.ag-icon-columns::after {
  background-image: var(--ag-icon-image-columns, var(--ag-icon-image));
  display: var(--ag-icon-image-display-columns, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-columns, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-contracted {
  font-family: var(--ag-icon-font-family-contracted, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-contracted, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-contracted, var(--ag-icon-font-color));
}
.ag-icon-contracted::before {
  content: var(--ag-icon-font-code-contracted, "\f10b");
  display: var(--ag-icon-font-display-contracted, var(--ag-icon-font-display));
}
.ag-icon-contracted::after {
  background-image: var(--ag-icon-image-contracted, var(--ag-icon-image));
  display: var(--ag-icon-image-display-contracted, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-contracted, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-copy {
  font-family: var(--ag-icon-font-family-copy, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-copy, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-copy, var(--ag-icon-font-color));
}
.ag-icon-copy::before {
  content: var(--ag-icon-font-code-copy, "\f10c");
  display: var(--ag-icon-font-display-copy, var(--ag-icon-font-display));
}
.ag-icon-copy::after {
  background-image: var(--ag-icon-image-copy, var(--ag-icon-image));
  display: var(--ag-icon-image-display-copy, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-copy, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cross {
  font-family: var(--ag-icon-font-family-cross, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cross, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cross, var(--ag-icon-font-color));
}
.ag-icon-cross::before {
  content: var(--ag-icon-font-code-cross, "\f10d");
  display: var(--ag-icon-font-display-cross, var(--ag-icon-font-display));
}
.ag-icon-cross::after {
  background-image: var(--ag-icon-image-cross, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cross, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-cross, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-csv {
  font-family: var(--ag-icon-font-family-csv, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-csv, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-csv, var(--ag-icon-font-color));
}
.ag-icon-csv::before {
  content: var(--ag-icon-font-code-csv, "\f10e");
  display: var(--ag-icon-font-display-csv, var(--ag-icon-font-display));
}
.ag-icon-csv::after {
  background-image: var(--ag-icon-image-csv, var(--ag-icon-image));
  display: var(--ag-icon-image-display-csv, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-csv, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-cut {
  font-family: var(--ag-icon-font-family-cut, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-cut, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-cut, var(--ag-icon-font-color));
}
.ag-icon-cut::before {
  content: var(--ag-icon-font-code-cut, "\f10f");
  display: var(--ag-icon-font-display-cut, var(--ag-icon-font-display));
}
.ag-icon-cut::after {
  background-image: var(--ag-icon-image-cut, var(--ag-icon-image));
  display: var(--ag-icon-image-display-cut, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-cut, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-desc {
  font-family: var(--ag-icon-font-family-desc, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-desc, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-desc, var(--ag-icon-font-color));
}
.ag-icon-desc::before {
  content: var(--ag-icon-font-code-desc, "\f110");
  display: var(--ag-icon-font-display-desc, var(--ag-icon-font-display));
}
.ag-icon-desc::after {
  background-image: var(--ag-icon-image-desc, var(--ag-icon-image));
  display: var(--ag-icon-image-display-desc, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-desc, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-excel {
  font-family: var(--ag-icon-font-family-excel, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-excel, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-excel, var(--ag-icon-font-color));
}
.ag-icon-excel::before {
  content: var(--ag-icon-font-code-excel, "\f111");
  display: var(--ag-icon-font-display-excel, var(--ag-icon-font-display));
}
.ag-icon-excel::after {
  background-image: var(--ag-icon-image-excel, var(--ag-icon-image));
  display: var(--ag-icon-image-display-excel, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-excel, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-expanded {
  font-family: var(--ag-icon-font-family-expanded, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-expanded, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-expanded, var(--ag-icon-font-color));
}
.ag-icon-expanded::before {
  content: var(--ag-icon-font-code-expanded, "\f112");
  display: var(--ag-icon-font-display-expanded, var(--ag-icon-font-display));
}
.ag-icon-expanded::after {
  background-image: var(--ag-icon-image-expanded, var(--ag-icon-image));
  display: var(--ag-icon-image-display-expanded, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-expanded, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-eye-slash {
  font-family: var(--ag-icon-font-family-eye-slash, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-eye-slash, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-eye-slash, var(--ag-icon-font-color));
}
.ag-icon-eye-slash::before {
  content: var(--ag-icon-font-code-eye-slash, "\f113");
  display: var(--ag-icon-font-display-eye-slash, var(--ag-icon-font-display));
}
.ag-icon-eye-slash::after {
  background-image: var(--ag-icon-image-eye-slash, var(--ag-icon-image));
  display: var(--ag-icon-image-display-eye-slash, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-eye-slash, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-eye {
  font-family: var(--ag-icon-font-family-eye, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-eye, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-eye, var(--ag-icon-font-color));
}
.ag-icon-eye::before {
  content: var(--ag-icon-font-code-eye, "\f114");
  display: var(--ag-icon-font-display-eye, var(--ag-icon-font-display));
}
.ag-icon-eye::after {
  background-image: var(--ag-icon-image-eye, var(--ag-icon-image));
  display: var(--ag-icon-image-display-eye, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-eye, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-filter {
  font-family: var(--ag-icon-font-family-filter, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-filter, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-filter, var(--ag-icon-font-color));
}
.ag-icon-filter::before {
  content: var(--ag-icon-font-code-filter, "\f115");
  display: var(--ag-icon-font-display-filter, var(--ag-icon-font-display));
}
.ag-icon-filter::after {
  background-image: var(--ag-icon-image-filter, var(--ag-icon-image));
  display: var(--ag-icon-image-display-filter, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-filter, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-first {
  font-family: var(--ag-icon-font-family-first, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-first, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-first, var(--ag-icon-font-color));
}
.ag-icon-first::before {
  content: var(--ag-icon-font-code-first, "\f116");
  display: var(--ag-icon-font-display-first, var(--ag-icon-font-display));
}
.ag-icon-first::after {
  background-image: var(--ag-icon-image-first, var(--ag-icon-image));
  display: var(--ag-icon-image-display-first, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-first, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-grip {
  font-family: var(--ag-icon-font-family-grip, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-grip, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-grip, var(--ag-icon-font-color));
}
.ag-icon-grip::before {
  content: var(--ag-icon-font-code-grip, "\f117");
  display: var(--ag-icon-font-display-grip, var(--ag-icon-font-display));
}
.ag-icon-grip::after {
  background-image: var(--ag-icon-image-grip, var(--ag-icon-image));
  display: var(--ag-icon-image-display-grip, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-grip, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-group {
  font-family: var(--ag-icon-font-family-group, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-group, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-group, var(--ag-icon-font-color));
}
.ag-icon-group::before {
  content: var(--ag-icon-font-code-group, "\f118");
  display: var(--ag-icon-font-display-group, var(--ag-icon-font-display));
}
.ag-icon-group::after {
  background-image: var(--ag-icon-image-group, var(--ag-icon-image));
  display: var(--ag-icon-image-display-group, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-group, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-last {
  font-family: var(--ag-icon-font-family-last, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-last, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-last, var(--ag-icon-font-color));
}
.ag-icon-last::before {
  content: var(--ag-icon-font-code-last, "\f119");
  display: var(--ag-icon-font-display-last, var(--ag-icon-font-display));
}
.ag-icon-last::after {
  background-image: var(--ag-icon-image-last, var(--ag-icon-image));
  display: var(--ag-icon-image-display-last, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-last, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-left {
  font-family: var(--ag-icon-font-family-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-left, var(--ag-icon-font-color));
}
.ag-icon-left::before {
  content: var(--ag-icon-font-code-left, "\f11a");
  display: var(--ag-icon-font-display-left, var(--ag-icon-font-display));
}
.ag-icon-left::after {
  background-image: var(--ag-icon-image-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display-left, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-left, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-linked {
  font-family: var(--ag-icon-font-family-linked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-linked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-linked, var(--ag-icon-font-color));
}
.ag-icon-linked::before {
  content: var(--ag-icon-font-code-linked, "\f11b");
  display: var(--ag-icon-font-display-linked, var(--ag-icon-font-display));
}
.ag-icon-linked::after {
  background-image: var(--ag-icon-image-linked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-linked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-linked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-loading {
  font-family: var(--ag-icon-font-family-loading, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-loading, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-loading, var(--ag-icon-font-color));
}
.ag-icon-loading::before {
  content: var(--ag-icon-font-code-loading, "\f11c");
  display: var(--ag-icon-font-display-loading, var(--ag-icon-font-display));
}
.ag-icon-loading::after {
  background-image: var(--ag-icon-image-loading, var(--ag-icon-image));
  display: var(--ag-icon-image-display-loading, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-loading, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-maximize {
  font-family: var(--ag-icon-font-family-maximize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-maximize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-maximize, var(--ag-icon-font-color));
}
.ag-icon-maximize::before {
  content: var(--ag-icon-font-code-maximize, "\f11d");
  display: var(--ag-icon-font-display-maximize, var(--ag-icon-font-display));
}
.ag-icon-maximize::after {
  background-image: var(--ag-icon-image-maximize, var(--ag-icon-image));
  display: var(--ag-icon-image-display-maximize, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-maximize, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-menu {
  font-family: var(--ag-icon-font-family-menu, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-menu, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-menu, var(--ag-icon-font-color));
}
.ag-icon-menu::before {
  content: var(--ag-icon-font-code-menu, "\f11e");
  display: var(--ag-icon-font-display-menu, var(--ag-icon-font-display));
}
.ag-icon-menu::after {
  background-image: var(--ag-icon-image-menu, var(--ag-icon-image));
  display: var(--ag-icon-image-display-menu, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-menu, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-minimize {
  font-family: var(--ag-icon-font-family-minimize, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-minimize, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-minimize, var(--ag-icon-font-color));
}
.ag-icon-minimize::before {
  content: var(--ag-icon-font-code-minimize, "\f11f");
  display: var(--ag-icon-font-display-minimize, var(--ag-icon-font-display));
}
.ag-icon-minimize::after {
  background-image: var(--ag-icon-image-minimize, var(--ag-icon-image));
  display: var(--ag-icon-image-display-minimize, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-minimize, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-next {
  font-family: var(--ag-icon-font-family-next, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-next, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-next, var(--ag-icon-font-color));
}
.ag-icon-next::before {
  content: var(--ag-icon-font-code-next, "\f120");
  display: var(--ag-icon-font-display-next, var(--ag-icon-font-display));
}
.ag-icon-next::after {
  background-image: var(--ag-icon-image-next, var(--ag-icon-image));
  display: var(--ag-icon-image-display-next, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-next, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-none {
  font-family: var(--ag-icon-font-family-none, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-none, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-none, var(--ag-icon-font-color));
}
.ag-icon-none::before {
  content: var(--ag-icon-font-code-none, "\f121");
  display: var(--ag-icon-font-display-none, var(--ag-icon-font-display));
}
.ag-icon-none::after {
  background-image: var(--ag-icon-image-none, var(--ag-icon-image));
  display: var(--ag-icon-image-display-none, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-none, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-not-allowed {
  font-family: var(--ag-icon-font-family-not-allowed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-not-allowed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-not-allowed, var(--ag-icon-font-color));
}
.ag-icon-not-allowed::before {
  content: var(--ag-icon-font-code-not-allowed, "\f122");
  display: var(--ag-icon-font-display-not-allowed, var(--ag-icon-font-display));
}
.ag-icon-not-allowed::after {
  background-image: var(--ag-icon-image-not-allowed, var(--ag-icon-image));
  display: var(--ag-icon-image-display-not-allowed, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-not-allowed, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-paste {
  font-family: var(--ag-icon-font-family-paste, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-paste, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-paste, var(--ag-icon-font-color));
}
.ag-icon-paste::before {
  content: var(--ag-icon-font-code-paste, "\f123");
  display: var(--ag-icon-font-display-paste, var(--ag-icon-font-display));
}
.ag-icon-paste::after {
  background-image: var(--ag-icon-image-paste, var(--ag-icon-image));
  display: var(--ag-icon-image-display-paste, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-paste, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-pin {
  font-family: var(--ag-icon-font-family-pin, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-pin, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-pin, var(--ag-icon-font-color));
}
.ag-icon-pin::before {
  content: var(--ag-icon-font-code-pin, "\f124");
  display: var(--ag-icon-font-display-pin, var(--ag-icon-font-display));
}
.ag-icon-pin::after {
  background-image: var(--ag-icon-image-pin, var(--ag-icon-image));
  display: var(--ag-icon-image-display-pin, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-pin, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-pivot {
  font-family: var(--ag-icon-font-family-pivot, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-pivot, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-pivot, var(--ag-icon-font-color));
}
.ag-icon-pivot::before {
  content: var(--ag-icon-font-code-pivot, "\f125");
  display: var(--ag-icon-font-display-pivot, var(--ag-icon-font-display));
}
.ag-icon-pivot::after {
  background-image: var(--ag-icon-image-pivot, var(--ag-icon-image));
  display: var(--ag-icon-image-display-pivot, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-pivot, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-previous {
  font-family: var(--ag-icon-font-family-previous, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-previous, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-previous, var(--ag-icon-font-color));
}
.ag-icon-previous::before {
  content: var(--ag-icon-font-code-previous, "\f126");
  display: var(--ag-icon-font-display-previous, var(--ag-icon-font-display));
}
.ag-icon-previous::after {
  background-image: var(--ag-icon-image-previous, var(--ag-icon-image));
  display: var(--ag-icon-image-display-previous, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-previous, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-radio-button-off {
  font-family: var(--ag-icon-font-family-radio-button-off, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-radio-button-off, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-radio-button-off, var(--ag-icon-font-color));
}
.ag-icon-radio-button-off::before {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  display: var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));
}
.ag-icon-radio-button-off::after {
  background-image: var(--ag-icon-image-radio-button-off, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-radio-button-on {
  font-family: var(--ag-icon-font-family-radio-button-on, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-radio-button-on, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-radio-button-on, var(--ag-icon-font-color));
}
.ag-icon-radio-button-on::before {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  display: var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));
}
.ag-icon-radio-button-on::after {
  background-image: var(--ag-icon-image-radio-button-on, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-right {
  font-family: var(--ag-icon-font-family-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-right, var(--ag-icon-font-color));
}
.ag-icon-right::before {
  content: var(--ag-icon-font-code-right, "\f129");
  display: var(--ag-icon-font-display-right, var(--ag-icon-font-display));
}
.ag-icon-right::after {
  background-image: var(--ag-icon-image-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display-right, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-right, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-save {
  font-family: var(--ag-icon-font-family-save, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-save, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-save, var(--ag-icon-font-color));
}
.ag-icon-save::before {
  content: var(--ag-icon-font-code-save, "\f12a");
  display: var(--ag-icon-font-display-save, var(--ag-icon-font-display));
}
.ag-icon-save::after {
  background-image: var(--ag-icon-image-save, var(--ag-icon-image));
  display: var(--ag-icon-image-display-save, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-save, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-down {
  font-family: var(--ag-icon-font-family-small-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-down, var(--ag-icon-font-color));
}
.ag-icon-small-down::before {
  content: var(--ag-icon-font-code-small-down, "\f12b");
  display: var(--ag-icon-font-display-small-down, var(--ag-icon-font-display));
}
.ag-icon-small-down::after {
  background-image: var(--ag-icon-image-small-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-down, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-down, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-left {
  font-family: var(--ag-icon-font-family-small-left, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-left, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-left, var(--ag-icon-font-color));
}
.ag-icon-small-left::before {
  content: var(--ag-icon-font-code-small-left, "\f12c");
  display: var(--ag-icon-font-display-small-left, var(--ag-icon-font-display));
}
.ag-icon-small-left::after {
  background-image: var(--ag-icon-image-small-left, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-left, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-left, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-right {
  font-family: var(--ag-icon-font-family-small-right, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-right, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-right, var(--ag-icon-font-color));
}
.ag-icon-small-right::before {
  content: var(--ag-icon-font-code-small-right, "\f12d");
  display: var(--ag-icon-font-display-small-right, var(--ag-icon-font-display));
}
.ag-icon-small-right::after {
  background-image: var(--ag-icon-image-small-right, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-right, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-right, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-small-up {
  font-family: var(--ag-icon-font-family-small-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-small-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-small-up, var(--ag-icon-font-color));
}
.ag-icon-small-up::before {
  content: var(--ag-icon-font-code-small-up, "\f12e");
  display: var(--ag-icon-font-display-small-up, var(--ag-icon-font-display));
}
.ag-icon-small-up::after {
  background-image: var(--ag-icon-image-small-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display-small-up, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-small-up, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tick {
  font-family: var(--ag-icon-font-family-tick, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tick, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tick, var(--ag-icon-font-color));
}
.ag-icon-tick::before {
  content: var(--ag-icon-font-code-tick, "\f12f");
  display: var(--ag-icon-font-display-tick, var(--ag-icon-font-display));
}
.ag-icon-tick::after {
  background-image: var(--ag-icon-image-tick, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tick, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tick, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-closed {
  font-family: var(--ag-icon-font-family-tree-closed, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-closed, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-closed, var(--ag-icon-font-color));
}
.ag-icon-tree-closed::before {
  content: var(--ag-icon-font-code-tree-closed, "\f130");
  display: var(--ag-icon-font-display-tree-closed, var(--ag-icon-font-display));
}
.ag-icon-tree-closed::after {
  background-image: var(--ag-icon-image-tree-closed, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-closed, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tree-closed, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-indeterminate {
  font-family: var(--ag-icon-font-family-tree-indeterminate, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-indeterminate, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-indeterminate, var(--ag-icon-font-color));
}
.ag-icon-tree-indeterminate::before {
  content: var(--ag-icon-font-code-tree-indeterminate, "\f131");
  display: var(--ag-icon-font-display-tree-indeterminate, var(--ag-icon-font-display));
}
.ag-icon-tree-indeterminate::after {
  background-image: var(--ag-icon-image-tree-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-indeterminate, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tree-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-tree-open {
  font-family: var(--ag-icon-font-family-tree-open, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-tree-open, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-tree-open, var(--ag-icon-font-color));
}
.ag-icon-tree-open::before {
  content: var(--ag-icon-font-code-tree-open, "\f132");
  display: var(--ag-icon-font-display-tree-open, var(--ag-icon-font-display));
}
.ag-icon-tree-open::after {
  background-image: var(--ag-icon-image-tree-open, var(--ag-icon-image));
  display: var(--ag-icon-image-display-tree-open, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-tree-open, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-unlinked {
  font-family: var(--ag-icon-font-family-unlinked, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-unlinked, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-unlinked, var(--ag-icon-font-color));
}
.ag-icon-unlinked::before {
  content: var(--ag-icon-font-code-unlinked, "\f133");
  display: var(--ag-icon-font-display-unlinked, var(--ag-icon-font-display));
}
.ag-icon-unlinked::after {
  background-image: var(--ag-icon-image-unlinked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-unlinked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-unlinked, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-up {
  font-family: var(--ag-icon-font-family-up, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-up, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-up, var(--ag-icon-font-color));
}
.ag-icon-up::before {
  content: var(--ag-icon-font-code-up, "\f134");
  display: var(--ag-icon-font-display-up, var(--ag-icon-font-display));
}
.ag-icon-up::after {
  background-image: var(--ag-icon-image-up, var(--ag-icon-image));
  display: var(--ag-icon-image-display-up, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-up, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-down {
  font-family: var(--ag-icon-font-family-down, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-down, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-down, var(--ag-icon-font-color));
}
.ag-icon-down::before {
  content: var(--ag-icon-font-code-down, "\f135");
  display: var(--ag-icon-font-display-down, var(--ag-icon-font-display));
}
.ag-icon-down::after {
  background-image: var(--ag-icon-image-down, var(--ag-icon-image));
  display: var(--ag-icon-image-display-down, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-down, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-plus {
  font-family: var(--ag-icon-font-family-plus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-plus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-plus, var(--ag-icon-font-color));
}
.ag-icon-plus::before {
  content: var(--ag-icon-font-code-plus, "\f136");
  display: var(--ag-icon-font-display-plus, var(--ag-icon-font-display));
}
.ag-icon-plus::after {
  background-image: var(--ag-icon-image-plus, var(--ag-icon-image));
  display: var(--ag-icon-image-display-plus, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-plus, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-minus {
  font-family: var(--ag-icon-font-family-minus, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-minus, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-minus, var(--ag-icon-font-color));
}
.ag-icon-minus::before {
  content: var(--ag-icon-font-code-minus, "\f137");
  display: var(--ag-icon-font-display-minus, var(--ag-icon-font-display));
}
.ag-icon-minus::after {
  background-image: var(--ag-icon-image-minus, var(--ag-icon-image));
  display: var(--ag-icon-image-display-minus, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-minus, var(--ag-icon-image-opacity, 0.9));
}
.ag-icon-row-drag::before {
  content: var(--ag-icon-font-code-grip);
}
.ag-left-arrow::before {
  content: var(--ag-icon-font-code-left);
}
.ag-right-arrow::before {
  content: var(--ag-icon-font-code-right);
}
[class*=ag-theme-] {
  --ag-foreground-color: #000;
  --ag-data-color: var(--ag-foreground-color);
  --ag-secondary-foreground-color: var(--ag-foreground-color);
  --ag-header-foreground-color: var(--ag-secondary-foreground-color);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.5);
  --ag-background-color: #fff;
  --ag-header-background-color: transparent;
  --ag-tooltip-background-color: transparent;
  --ag-subheader-background-color: transparent;
  --ag-subheader-toolbar-background-color: transparent;
  --ag-control-panel-background-color: transparent;
  --ag-side-button-selected-background-color: var(--ag-control-panel-background-color);
  --ag-selected-row-background-color: #BBB;
  --ag-odd-row-background-color: var(--ag-background-color);
  --ag-modal-overlay-background-color: rgba(255, 255, 255, 0.66);
  --ag-row-hover-color: transparent;
  --ag-column-hover-color: transparent;
  --ag-range-selection-border-color: var(--ag-foreground-color);
  --ag-range-selection-border-style: solid;
  --ag-range-selection-background-color: rgba(0, 0, 0, 0.2);
  --ag-range-selection-background-color-2: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-3: var(--ag-range-selection-background-color);
  --ag-range-selection-background-color-4: var(--ag-range-selection-background-color);
  --ag-range-selection-highlight-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-color: var(--ag-range-selection-border-color);
  --ag-selected-tab-underline-width: 0;
  --ag-selected-tab-underline-transition-speed: 0s;
  --ag-range-selection-chart-category-background-color: rgba(0, 255, 132, 0.1);
  --ag-range-selection-chart-background-color: rgba(0, 88, 255, 0.1);
  --ag-header-cell-hover-background-color: transparent;
  --ag-header-cell-moving-background-color: var(--ag-background-color);
  --ag-value-change-value-highlight-background-color: rgba(22, 160, 133, 0.5);
  --ag-value-change-delta-up-color: #43a047;
  --ag-value-change-delta-down-color: #e53935;
  --ag-chip-background-color: transparent;
  --ag-chip-border-color: var(--ag-chip-background-color);
  --ag-borders: solid 1px;
  --ag-border-color: rgba(0, 0, 0, 0.25);
  --ag-borders-critical: var(--ag-borders);
  --ag-borders-secondary: var(--ag-borders);
  --ag-secondary-border-color: var(--ag-border-color);
  --ag-row-border-style: solid;
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-row-border-width: 1px;
  --ag-cell-horizontal-border: solid transparent;
  --ag-borders-input: var(--ag-borders-secondary);
  --ag-input-border-color: var(--ag-secondary-border-color);
  --ag-borders-input-invalid: solid 2px;
  --ag-input-border-color-invalid: var(--ag-invalid-color);
  --ag-borders-side-button: var(--ag-borders);
  --ag-border-radius: 0px;
  --ag-wrapper-border-radius: var(--ag-border-radius);
  --ag-row-border-color: var(--ag-secondary-border-color);
  --ag-header-column-separator-display: none;
  --ag-header-column-separator-height: 100%;
  --ag-header-column-separator-width: 1px;
  --ag-header-column-separator-color: var(--ag-secondary-border-color);
  --ag-header-column-resize-handle-display: none;
  --ag-header-column-resize-handle-height: 50%;
  --ag-header-column-resize-handle-width: 1px;
  --ag-header-column-resize-handle-color: var(--ag-secondary-border-color);
  --ag-invalid-color: red;
  --ag-input-disabled-border-color: var(--ag-input-border-color);
  --ag-input-disabled-background-color: transparent;
  --ag-checkbox-background-color: transparent;
  --ag-checkbox-border-radius: var(--ag-border-radius);
  --ag-checkbox-checked-color: var(--ag-foreground-color);
  --ag-checkbox-unchecked-color: var(--ag-foreground-color);
  --ag-checkbox-indeterminate-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-border-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-off-background-color: var(--ag-checkbox-unchecked-color);
  --ag-toggle-button-on-border-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-on-background-color: var(--ag-checkbox-checked-color);
  --ag-toggle-button-switch-background-color: var(--ag-background-color);
  --ag-toggle-button-switch-border-color: var(--ag-toggle-button-off-border-color);
  --ag-toggle-button-border-width: 1px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-toggle-button-width: calc(var(--ag-toggle-button-height) * 2);
  --ag-input-focus-box-shadow: none;
  --ag-input-focus-border-color: none;
  --ag-minichart-selected-chart-color: var(--ag-checkbox-checked-color);
  --ag-minichart-selected-page-color: var(--ag-checkbox-checked-color);
  --ag-grid-size: 4px;
  --ag-icon-size: 12px;
  --ag-icon-font-weight: normal;
  --ag-icon-font-color: var(--ag-foreground-color);
  --ag-icon-image-display: block;
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-horizontal-spacing: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: var(--ag-grid-size);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-cell-widget-spacing: var(--ag-cell-horizontal-padding);
  --ag-row-height: calc(var(--ag-grid-size) * 6 + 1px);
  --ag-header-height: var(--ag-row-height);
  --ag-list-item-height: calc(var(--ag-grid-size) * 5);
  --ag-column-select-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-set-filter-indent-size: calc(var(--ag-grid-size) + var(--ag-icon-size));
  --ag-advanced-filter-builder-indent-size: calc(var(--ag-grid-size) * 2 + var(--ag-icon-size));
  --ag-row-group-indent-size: calc(var(--ag-cell-widget-spacing) + var(--ag-icon-size));
  --ag-filter-tool-panel-group-indent: 16px;
  --ag-tab-min-width: 220px;
  --ag-menu-min-width: 181px;
  --ag-side-bar-panel-width: 200px;
  --ag-font-family: "Helvetica Neue", sans-serif;
  --ag-font-size: 14px;
  --ag-card-radius: var(--ag-border-radius);
  --ag-card-shadow: none;
  --ag-popup-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
}
.ag-root-wrapper,
.ag-sticky-top,
.ag-dnd-ghost {
  background-color: var(--ag-background-color);
}
[class*=ag-theme-] {
  -webkit-font-smoothing: antialiased;
  font-family: var(--ag-font-family);
  font-size: var(--ag-font-size);
  line-height: normal;
  color: var(--ag-foreground-color);
}
ag-grid,
ag-grid-angular,
ag-grid-ng2,
ag-grid-polymer,
ag-grid-aurelia {
  display: block;
}
.ag-hidden {
  display: none !important;
}
.ag-invisible {
  visibility: hidden !important;
}
.ag-no-transition {
  transition: none !important;
}
.ag-drag-handle {
  cursor: grab;
}
.ag-column-drop-wrapper {
  display: flex;
}
.ag-column-drop-horizontal-half-width {
  display: inline-block;
  width: 50% !important;
}
.ag-unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-selectable {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.ag-tab {
  position: relative;
}
.ag-tab-guard {
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}
.ag-select-agg-func-popup {
  position: absolute;
}
.ag-input-wrapper,
.ag-picker-field-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  line-height: normal;
  position: relative;
}
.ag-shake-left-to-right {
  animation-direction: alternate;
  animation-duration: 0.2s;
  animation-iteration-count: infinite;
  animation-name: ag-shake-left-to-right;
}
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px;
  }
  to {
    padding-left: 2px;
    padding-right: 6px;
  }
}
.ag-root-wrapper {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: normal;
}
.ag-root-wrapper.ag-layout-normal {
  height: 100%;
}
.ag-watermark {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0.7;
  transition: opacity 1s ease-out 3s;
  color: #9B9B9B;
}
.ag-watermark::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjA5IiBoZWlnaHQ9IjM2IiB2aWV3Qm94PSIwIDAgMjA5IDM2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTkyLjk5MyAyMy42NTgyVjE1LjcxMTdIMTc5LjQ1MkwxNzEuNTA1IDIzLjY1ODJIMTkyLjk5M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTIwOC4yNSAzLjk1MDgxSDE5MS4yNzZMMTgzLjI2NiAxMS44OTczSDIwOC4yNVYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTYzLjYyMiAzMS42MDQ4TDE2Ny42OTEgMjcuNTM2MUgxODEuNDIzVjM1LjQ4MjdIMTYzLjYyMlYzMS42MDQ4WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTY2LjYxIDE5Ljc4MDNIMTc1LjM4M0wxODMuMzkzIDExLjgzMzdIMTY2LjYxVjE5Ljc4MDNaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNTcuMDExIDMxLjYwNDdIMTYzLjYyMkwxNzEuNTA1IDIzLjY1ODJIMTU3LjAxMVYzMS42MDQ3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTkxLjI3NiAzLjk1MDgxTDE4Ny4yMDggOC4wMTk0MUgxNjEuMjdWMC4wNzI4NzZIMTkxLjI3NlYzLjk1MDgxWiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMjAuODM5MSAzMC4yMDYxSDguMzc4OTJMNi4yMTc0NSAzNS41NDYySDAuNzUwMjQ0TDEyLjI1NjggOC41OTE1NUgxNy4wMjQ3TDI4LjUzMTMgMzUuNTQ2MkgyMy4wMDA1TDIwLjgzOTEgMzAuMjA2MVpNMTkuMTIyNyAyNS45NDY4TDE0LjYwOSAxNC45NDg4TDEwLjA5NTQgMjUuOTQ2OEgxOS4xMjI3WiIgZmlsbD0iIzlCOUI5QiIvPgo8cGF0aCBkPSJNMTA0LjQzNyAxOC41MDg5QzEwNi4wMjYgMTYuMTU2NyAxMTAuMDMxIDE1LjkwMjQgMTExLjY4NCAxNS45MDI0VjIwLjQ3OTZDMTA5LjY1IDIwLjQ3OTYgMTA3LjYxNSAyMC41NDMyIDEwNi40MDcgMjEuNDMzMkMxMDUuMiAyMi4zMjMyIDEwNC41NjQgMjMuNTMxMSAxMDQuNTY0IDI0Ljk5MzJWMzUuNTQ2Mkg5OS42MDUxVjE1LjkwMjRIMTA0LjM3M0wxMDQuNDM3IDE4LjUwODlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xMTkuMzc2IDE1LjkwMjRIMTE0LjQxOFYzNS41NDYySDExOS4zNzZWMTUuOTAyNFoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTExOS4zNzYgNy4xMjkzOUgxMTQuNDE4VjEyLjk3OEgxMTkuMzc2VjcuMTI5MzlaIiBmaWxsPSIjOUI5QjlCIi8+CjxwYXRoIGQ9Ik0xNDMuOTc5IDcuMTI5MzlWMzUuNTQ2MkgxMzkuMjExTDEzOS4wODQgMzIuNTU4M0MxMzguMzg0IDMzLjU3NTUgMTM3LjQ5NCAzNC40MDE5IDEzNi40MTQgMzUuMDM3NkMxMzUuMzMzIDM1LjYwOTggMTMzLjk5OCAzNS45Mjc2IDEzMi40NzIgMzUuOTI3NkMxMzEuMTM3IDM1LjkyNzYgMTI5Ljg2NiAzNS42NzMzIDEyOC43ODUgMzUuMjI4M0MxMjcuNjQxIDM0LjcxOTcgMTI2LjYyMyAzNC4wODQgMTI1Ljc5NyAzMy4xOTRDMTI0Ljk3MSAzMi4zMDQgMTI0LjI3MSAzMS4yMjMzIDEyMy44MjYgMzAuMDE1NEMxMjMuMzE4IDI4LjgwNzUgMTIzLjEyNyAyNy40MDkgMTIzLjEyNyAyNS44ODMyQzEyMy4xMjcgMjQuMzU3NSAxMjMuMzgxIDIyLjk1ODkgMTIzLjgyNiAyMS42ODc0QzEyNC4zMzUgMjAuNDE2IDEyNC45NzEgMTkuMzM1MyAxMjUuNzk3IDE4LjQ0NTNDMTI2LjYyMyAxNy41NTUyIDEyNy42NDEgMTYuODU2IDEyOC43ODUgMTYuMzQ3NEMxMjkuOTI5IDE1LjgzODggMTMxLjEzNyAxNS41ODQ1IDEzMi40NzIgMTUuNTg0NUMxMzMuOTk4IDE1LjU4NDUgMTM1LjI2OSAxNS44Mzg4IDEzNi4zNSAxNi40MTA5QzEzNy40MzEgMTYuOTgzMSAxMzguMzIxIDE3Ljc0NTkgMTM5LjAyIDE4LjgyNjdWNy4xOTI5NUgxNDMuOTc5VjcuMTI5MzlaTTEzMy41NTMgMzEuNjY4M0MxMzUuMjA2IDMxLjY2ODMgMTM2LjQ3NyAzMS4wOTYyIDEzNy40OTQgMzAuMDE1NEMxMzguNTExIDI4LjkzNDcgMTM5LjAyIDI3LjQ3MjUgMTM5LjAyIDI1LjY5MjVDMTM5LjAyIDIzLjkxMjUgMTM4LjUxMSAyMi41MTM5IDEzNy40OTQgMjEuMzY5NkMxMzYuNDc3IDIwLjI4ODggMTM1LjIwNiAxOS43MTY3IDEzMy41NTMgMTkuNzE2N0MxMzEuOTYzIDE5LjcxNjcgMTMwLjYyOCAyMC4yODg4IDEyOS42NzUgMjEuMzY5NkMxMjguNjU4IDIyLjQ1MDMgMTI4LjE0OSAyMy45MTI1IDEyOC4xNDkgMjUuNjkyNUMxMjguMTQ5IDI3LjQ3MjUgMTI4LjY1OCAyOC44NzExIDEyOS42NzUgMjkuOTUxOEMxMzAuNjkyIDMxLjA5NjEgMTMxLjk2MyAzMS42NjgzIDEzMy41NTMgMzEuNjY4M1oiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTU3LjIwMjQgMjAuMzUyNUg0NC45MzNWMjQuNjExOEg1MS45MjU5QzUxLjczNTIgMjYuNzczMyA1MC45MDg4IDI4LjQyNjEgNDkuNTEwMiAyOS43NjExQzQ4LjExMTYgMzEuMDMyNiA0Ni4zMzE1IDMxLjY2ODMgNDQuMDQyOSAzMS42NjgzQzQyLjc3MTUgMzEuNjY4MyA0MS41NjM2IDMxLjQxNCA0MC41NDY1IDMwLjk2OUMzOS40NjU3IDMwLjUyNCAzOC41NzU3IDI5Ljg4ODMgMzcuODEyOSAyOC45OTgzQzM3LjA1IDI4LjE3MTggMzYuNDc3OCAyNy4xNTQ3IDM2LjAzMjggMjUuOTQ2OEMzNS41ODc4IDI0LjczODkgMzUuMzk3MSAyMy40Njc1IDM1LjM5NzEgMjIuMDA1M0MzNS4zOTcxIDIwLjU0MzIgMzUuNTg3OCAxOS4yNzE3IDM2LjAzMjggMTguMDYzOEMzNi40MTQzIDE2Ljg1NiAzNy4wNSAxNS45MDI0IDM3LjgxMjkgMTUuMDEyNEMzOC41NzU3IDE0LjE4NTkgMzkuNDY1NyAxMy41NTAyIDQwLjU0NjUgMTMuMDQxNkM0MS42MjcyIDEyLjU5NjYgNDIuNzcxNSAxMi4zNDIzIDQ0LjEwNjUgMTIuMzQyM0M0Ni43NzY2IDEyLjM0MjMgNDguODEwOSAxMi45NzggNTAuMjA5NSAxNC4yNDk1TDUzLjUxNTIgMTAuOTQzOEM1MS4wMzU5IDkuMDM2NTkgNDcuODU3MyA4LjAxOTQxIDQ0LjEwNjUgOC4wMTk0MUM0Mi4wMDg2IDguMDE5NDEgNDAuMTAxNSA4LjMzNzI5IDM4LjM4NSA5LjAzNjU5QzM2LjY2ODYgOS43MzU4OCAzNS4yMDY0IDEwLjYyNTkgMzMuOTk4NSAxMS44MzM3QzMyLjc5MDYgMTMuMDQxNiAzMS44MzcxIDE0LjUwMzggMzEuMjAxNCAxNi4yMjAzQzMwLjU2NTYgMTcuOTM2NyAzMC4yNDc4IDE5Ljg0MzggMzAuMjQ3OCAyMS44NzgyQzMwLjI0NzggMjMuOTEyNSAzMC41NjU2IDI1LjgxOTcgMzEuMjY0OSAyNy41MzYxQzMxLjk2NDIgMjkuMjUyNiAzMi44NTQyIDMwLjcxNDcgMzQuMDYyMSAzMS45MjI2QzM1LjI3IDMzLjEzMDUgMzYuNzMyMSAzNC4wODQxIDM4LjQ0ODYgMzQuNzE5OEM0MC4xNjUgMzUuNDE5MSA0Mi4wNzIyIDM1LjczNyA0NC4xMDY1IDM1LjczN0M0Ni4xNDA4IDM1LjczNyA0Ny45ODQ0IDM1LjQxOTEgNDkuNjM3MyAzNC43MTk4QzUxLjI5MDIgMzQuMDIwNSA1Mi42ODg4IDMzLjEzMDUgNTMuODMzMSAzMS45MjI2QzU0Ljk3NzQgMzAuNzE0NyA1NS44Njc0IDI5LjI1MjYgNTYuNTAzMSAyNy41MzYxQzU3LjEzODggMjUuODE5NyA1Ny40NTY3IDIzLjkxMjUgNTcuNDU2NyAyMS44NzgyVjIxLjA1MTdDNTcuMjY2IDIwLjkyNDYgNTcuMjAyNCAyMC42MDY3IDU3LjIwMjQgMjAuMzUyNVoiIGZpbGw9IiM5QjlCOUIiLz4KPHBhdGggZD0iTTk1Ljk4MTUgMjAuMzUyNUg4My43MTIxVjI0LjYxMThIOTAuNzA1QzkwLjUxNDMgMjYuNzczMyA4OS42ODc5IDI4LjQyNjEgODguMjg5MyAyOS43NjExQzg2Ljg5MDcgMzEuMDMyNiA4NS4xMTA2IDMxLjY2ODMgODIuODIyIDMxLjY2ODNDODEuNTUwNiAzMS42NjgzIDgwLjM0MjcgMzEuNDE0IDc5LjMyNTYgMzAuOTY5Qzc4LjI0NDggMzAuNTI0IDc3LjM1NDggMjkuODg4MyA3Ni41OTIgMjguOTk4M0M3NS44MjkxIDI4LjE3MTggNzUuMjU3IDI3LjE1NDcgNzQuODExOSAyNS45NDY4Qzc0LjM2NjkgMjQuNzM4OSA3NC4xNzYyIDIzLjQ2NzUgNzQuMTc2MiAyMi4wMDUzQzc0LjE3NjIgMjAuNTQzMiA3NC4zNjY5IDE5LjI3MTcgNzQuODExOSAxOC4wNjM4Qzc1LjE5MzQgMTYuODU2IDc1LjgyOTEgMTUuOTAyNCA3Ni41OTIgMTUuMDEyNEM3Ny4zNTQ4IDE0LjE4NTkgNzguMjQ0OCAxMy41NTAyIDc5LjMyNTYgMTMuMDQxNkM4MC40MDYzIDEyLjU5NjYgODEuNTUwNiAxMi4zNDIzIDgyLjg4NTYgMTIuMzQyM0M4NS41NTU3IDEyLjM0MjMgODcuNTkgMTIuOTc4IDg4Ljk4ODYgMTQuMjQ5NUw5Mi4yOTQzIDEwLjk0MzhDODkuODE1IDkuMDM2NTkgODYuNjM2NCA4LjAxOTQxIDgyLjg4NTYgOC4wMTk0MUM4MC43ODc4IDguMDE5NDEgNzguODgwNiA4LjMzNzI5IDc3LjE2NDEgOS4wMzY1OUM3NS40NDc3IDkuNzM1ODggNzMuOTg1NSAxMC42MjU5IDcyLjc3NzYgMTEuODMzN0M3MS41Njk4IDEzLjA0MTYgNzAuNjE2MiAxNC41MDM4IDY5Ljk4MDUgMTYuMjIwM0M2OS4zNDQ3IDE3LjkzNjcgNjkuMDI2OSAxOS44NDM4IDY5LjAyNjkgMjEuODc4MkM2OS4wMjY5IDIzLjkxMjUgNjkuMzQ0NyAyNS44MTk3IDcwLjA0NCAyNy41MzYxQzcwLjc0MzMgMjkuMjUyNiA3MS42MzM0IDMwLjcxNDcgNzIuODQxMiAzMS45MjI2Qzc0LjA0OTEgMzMuMTMwNSA3NS41MTEyIDM0LjA4NDEgNzcuMjI3NyAzNC43MTk4Qzc4Ljk0NDEgMzUuNDE5MSA4MC44NTEzIDM1LjczNyA4Mi44ODU2IDM1LjczN0M4NC45MiAzNS43MzcgODYuNzYzNiAzNS40MTkxIDg4LjQxNjQgMzQuNzE5OEM5MC4wNjkzIDM0LjAyMDUgOTEuNDY3OSAzMy4xMzA1IDkyLjYxMjIgMzEuOTIyNkM5My43NTY1IDMwLjcxNDcgOTQuNjQ2NSAyOS4yNTI2IDk1LjI4MjIgMjcuNTM2MUM5NS45MTggMjUuODE5NyA5Ni4yMzU4IDIzLjkxMjUgOTYuMjM1OCAyMS44NzgyVjIxLjA1MTdDOTYuMDQ1MSAyMC45MjQ2IDk1Ljk4MTUgMjAuNjA2NyA5NS45ODE1IDIwLjM1MjVaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 170px 40px;
  display: block;
  height: 40px;
  width: 170px;
}
.ag-watermark-text {
  opacity: 0.5;
  font-weight: bold;
  font-family: Impact, sans-serif;
  font-size: 19px;
  padding-left: 0.7rem;
}
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row;
}
.ag-root-wrapper-body.ag-layout-normal {
  flex: 1 1 auto;
  height: 0;
  min-height: 0;
}
.ag-root {
  position: relative;
  display: flex;
  flex-direction: column;
}
.ag-root.ag-layout-normal,
.ag-root.ag-layout-auto-height {
  overflow: hidden;
  flex: 1 1 auto;
  width: 0;
}
.ag-root.ag-layout-normal {
  height: 100%;
}
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-center-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-body-vertical-scroll-viewport,
.ag-virtual-list-viewport,
.ag-sticky-top-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-body-viewport,
.ag-center-cols-viewport {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.ag-body-viewport::-webkit-scrollbar,
.ag-center-cols-viewport::-webkit-scrollbar {
  display: none !important;
}
.ag-body-viewport {
  display: flex;
}
.ag-body-viewport.ag-layout-normal {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.ag-center-cols-viewport {
  min-height: 100%;
  width: 100%;
  overflow-x: auto;
}
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll;
}
.ag-body-vertical-scroll-viewport {
  overflow-y: scroll;
}
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%;
}
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-body-vertical-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container,
.ag-sticky-top-container {
  position: relative;
}
.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container {
  height: 100%;
  white-space: nowrap;
}
.ag-center-cols-container {
  display: block;
}
.ag-pinned-right-cols-container {
  display: block;
}
.ag-body-horizontal-scroll-container {
  height: 100%;
}
.ag-body-vertical-scroll-container {
  width: 100%;
}
.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-sticky-top-full-width-container {
  position: absolute;
  top: 0px;
  pointer-events: none;
}
.ag-ltr .ag-full-width-container,
.ag-ltr .ag-floating-top-full-width-container,
.ag-ltr .ag-floating-bottom-full-width-container,
.ag-ltr .ag-sticky-top-full-width-container {
  left: 0;
}
.ag-rtl .ag-full-width-container,
.ag-rtl .ag-floating-top-full-width-container,
.ag-rtl .ag-floating-bottom-full-width-container,
.ag-rtl .ag-sticky-top-full-width-container {
  right: 0;
}
.ag-full-width-container {
  width: 100%;
}
.ag-floating-bottom-full-width-container,
.ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ag-virtual-list-container {
  overflow: hidden;
}
.ag-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row !important;
  min-height: 0;
}
.ag-body-horizontal-scroll,
.ag-body-vertical-scroll {
  min-height: 0;
  min-width: 0;
  display: flex;
  position: relative;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible,
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  position: absolute;
  bottom: 0;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar {
  opacity: 0;
  transition: opacity 400ms;
  visibility: hidden;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-horizontal-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-scrolling,
.ag-body-vertical-scroll.ag-scrollbar-invisible.ag-apple-scrollbar.ag-scrollbar-active {
  visibility: visible;
  opacity: 1;
}
.ag-body-horizontal-scroll {
  width: 100%;
}
.ag-body-horizontal-scroll.ag-scrollbar-invisible {
  left: 0;
  right: 0;
}
.ag-body-vertical-scroll {
  height: 100%;
}
.ag-body-vertical-scroll.ag-scrollbar-invisible {
  top: 0;
  z-index: 10;
}
.ag-ltr .ag-body-vertical-scroll.ag-scrollbar-invisible {
  right: 0;
}
.ag-rtl .ag-body-vertical-scroll.ag-scrollbar-invisible {
  left: 0;
}
.ag-force-vertical-scroll {
  overflow-y: scroll !important;
}
.ag-horizontal-left-spacer,
.ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  overflow-x: scroll;
}
.ag-horizontal-left-spacer.ag-scroller-corner,
.ag-horizontal-right-spacer.ag-scroller-corner {
  overflow-x: hidden;
}
.ag-header,
.ag-pinned-left-header,
.ag-pinned-right-header {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.ag-header-cell-sortable .ag-header-cell-label {
  cursor: pointer;
}
.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap;
}
.ag-pinned-left-header {
  height: 100%;
}
.ag-pinned-right-header {
  height: 100%;
}
.ag-header-row {
  position: absolute;
}
.ag-header-row:not(.ag-header-row-column-group) {
  overflow: hidden;
}
.ag-header.ag-header-allow-overflow .ag-header-row {
  overflow: visible;
}
.ag-header-cell {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.ag-header-cell.ag-header-active .ag-header-cell-menu-button {
  opacity: 1;
}
.ag-header-cell-menu-button:not(.ag-header-menu-always-show) {
  transition: opacity 0.2s;
  opacity: 0;
}
.ag-header-group-cell-label,
.ag-header-cell-label {
  display: flex;
  flex: 1 1 auto;
  align-self: stretch;
  align-items: center;
}
.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-group-cell-label.ag-sticky-label {
  position: sticky;
  flex: none;
  max-width: 100%;
}
.ag-header-group-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-header-cell:not(.ag-header-cell-auto-height) .ag-header-cell-comp-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.ag-header-cell-comp-wrapper {
  width: 100%;
}
.ag-header-cell-wrap-text .ag-header-cell-comp-wrapper {
  white-space: normal;
}
.ag-right-aligned-header .ag-header-cell-label {
  flex-direction: row-reverse;
}
.ag-header-cell-resize {
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 8px;
  top: 0;
  cursor: ew-resize;
}
.ag-ltr .ag-header-cell-resize {
  right: -4px;
}
.ag-rtl .ag-header-cell-resize {
  left: -4px;
}
.ag-pinned-left-header .ag-header-cell-resize {
  right: -4px;
}
.ag-pinned-right-header .ag-header-cell-resize {
  left: -4px;
}
.ag-header-select-all {
  display: flex;
}
.ag-column-moving .ag-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-cell {
  transition: left 0.2s;
}
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s;
}
.ag-column-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 auto;
}
.ag-column-select {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 3 1 0px;
}
.ag-column-select-header {
  position: relative;
  display: flex;
  flex: none;
}
.ag-column-select-header-icon {
  position: relative;
}
.ag-column-select-header-filter-wrapper {
  flex: 1 1 auto;
}
.ag-column-select-header-filter {
  width: 100%;
}
.ag-column-select-list {
  flex: 1 1 0px;
  overflow: hidden;
}
.ag-column-drop {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: auto;
  width: 100%;
}
.ag-column-drop-list {
  display: flex;
  align-items: center;
}
.ag-column-drop-cell {
  position: relative;
  display: flex;
  align-items: center;
}
.ag-column-drop-cell-text {
  overflow: hidden;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  flex: 1 1 0px;
}
.ag-column-drop-vertical-title-bar {
  display: flex;
  align-items: center;
  flex: none;
}
.ag-column-drop-vertical-list {
  position: relative;
  align-items: stretch;
  flex-grow: 1;
  flex-direction: column;
  overflow-x: auto;
}
.ag-column-drop-vertical-list > * {
  flex: none;
}
.ag-column-drop-empty .ag-column-drop-vertical-list {
  overflow: hidden;
}
.ag-column-drop-vertical-empty-message {
  display: block;
}
.ag-column-drop.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden;
}
.ag-column-drop-cell-button {
  cursor: pointer;
}
.ag-filter-toolpanel {
  flex: 1 1 0px;
  min-width: 0;
}
.ag-filter-toolpanel-header {
  position: relative;
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  display: flex;
  align-items: center;
}
.ag-filter-toolpanel-header > *,
.ag-filter-toolpanel-search > * {
  display: flex;
  align-items: center;
}
.ag-filter-apply-panel {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s;
}
.ag-row-animation .ag-row.ag-after-created {
  transition:
    transform 0.4s,
    top 0.4s,
    height 0.4s;
}
.ag-row-no-animation .ag-row {
  transition: none;
}
.ag-row {
  white-space: nowrap;
  width: 100%;
}
.ag-row-loading {
  display: flex;
  align-items: center;
}
.ag-row-position-absolute {
  position: absolute;
}
.ag-row-position-relative {
  position: relative;
}
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all;
}
.ag-row-inline-editing {
  z-index: 1;
}
.ag-row-dragging {
  z-index: 2;
}
.ag-stub-cell {
  display: flex;
  align-items: center;
}
.ag-cell {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  height: 100%;
}
.ag-cell-value {
  flex: 1 1 auto;
}
.ag-cell-value,
.ag-group-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-cell-wrap-text {
  white-space: normal;
  word-break: break-all;
}
.ag-cell-wrapper {
  display: flex;
  align-items: center;
}
.ag-cell-wrapper.ag-row-group {
  align-items: flex-start;
}
.ag-sparkline-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  height: 100%;
  align-items: center;
}
.ag-cell-inline-editing {
  z-index: 1;
}
.ag-cell-inline-editing .ag-cell-wrapper,
.ag-cell-inline-editing .ag-cell-edit-wrapper,
.ag-cell-inline-editing .ag-cell-editor,
.ag-cell-inline-editing .ag-cell-editor .ag-wrapper,
.ag-cell-inline-editing .ag-cell-editor input {
  height: 100%;
  width: 100%;
  line-height: normal;
}
.ag-cell .ag-icon {
  display: inline-block;
  vertical-align: middle;
}
.ag-set-filter-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-set-filter-item-checkbox {
  display: flex;
  overflow: hidden;
  height: 100%;
}
.ag-set-filter-group-icons {
  display: block;
}
.ag-set-filter-group-icons > * {
  cursor: pointer;
}
.ag-filter-body-wrapper {
  display: flex;
  flex-direction: column;
}
.ag-filter-filter {
  flex: 1 1 0px;
}
.ag-filter-condition {
  display: flex;
  justify-content: center;
}
.ag-floating-filter-body {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
}
.ag-floating-filter-full-body {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  align-items: center;
  overflow: hidden;
}
.ag-floating-filter-full-body > div {
  flex: 1 1 auto;
}
.ag-floating-filter-input {
  align-items: center;
  display: flex;
  width: 100%;
}
.ag-floating-filter-input > * {
  flex: 1 1 auto;
}
.ag-floating-filter-button {
  display: flex;
  flex: none;
}
.ag-set-floating-filter-input input[disabled] {
  pointer-events: none;
}
.ag-dnd-ghost {
  position: absolute;
  display: inline-flex;
  align-items: center;
  cursor: move;
  white-space: nowrap;
  z-index: 9999;
}
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ag-overlay-panel {
  display: flex;
  height: 100%;
  width: 100%;
}
.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.ag-overlay-loading-wrapper {
  pointer-events: all;
}
.ag-popup-child {
  z-index: 5;
  top: 0;
}
.ag-popup-editor {
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-large-text-input {
  display: block;
}
.ag-virtual-list-item {
  position: absolute;
  width: 100%;
}
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex;
}
.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
}
.ag-sticky-top {
  position: absolute;
  display: flex;
  width: 100%;
}
.ag-pinned-left-sticky-top,
.ag-pinned-right-sticky-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ag-sticky-top-full-width-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-dialog,
.ag-panel {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.ag-panel-title-bar {
  display: flex;
  flex: none;
  align-items: center;
  cursor: default;
}
.ag-panel-title-bar-title {
  flex: 1 1 auto;
}
.ag-panel-title-bar-buttons {
  display: flex;
}
.ag-panel-title-bar-button {
  cursor: pointer;
}
.ag-panel-content-wrapper {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}
.ag-dialog {
  position: absolute;
}
.ag-resizer {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-resizer.ag-resizer-topLeft {
  top: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-top {
  top: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-topRight {
  top: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-right {
  top: 5px;
  right: 0;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-resizer.ag-resizer-bottomRight {
  bottom: 0;
  right: 0;
  height: 5px;
  width: 5px;
  cursor: nwse-resize;
}
.ag-resizer.ag-resizer-bottom {
  bottom: 0;
  left: 5px;
  right: 5px;
  height: 5px;
  cursor: ns-resize;
}
.ag-resizer.ag-resizer-bottomLeft {
  bottom: 0;
  left: 0;
  height: 5px;
  width: 5px;
  cursor: nesw-resize;
}
.ag-resizer.ag-resizer-left {
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 5px;
  cursor: ew-resize;
}
.ag-tooltip {
  position: absolute;
  z-index: 99999;
}
.ag-tooltip-custom {
  position: absolute;
  z-index: 99999;
}
.ag-tooltip:not(.ag-tooltip-interactive),
.ag-tooltip-custom:not(.ag-tooltip-interactive) {
  pointer-events: none;
}
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear;
}
.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0;
}
.ag-opacity-zero {
  opacity: 0 !important;
}
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
}
.ag-menu-column-select-wrapper .ag-column-select {
  height: 100%;
}
.ag-menu-list {
  display: table;
  width: 100%;
}
.ag-menu-option,
.ag-menu-separator {
  display: table-row;
}
.ag-menu-option-part,
.ag-menu-separator-part {
  display: table-cell;
  vertical-align: middle;
}
.ag-menu-option-text {
  white-space: nowrap;
}
.ag-compact-menu-option {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.ag-compact-menu-option-text {
  white-space: nowrap;
  flex: 1 1 auto;
}
.ag-rich-select {
  cursor: default;
  outline: none;
  height: 100%;
}
.ag-rich-select-value {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-rich-select-value .ag-picker-field-display {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-rich-select-value .ag-picker-field-display.ag-display-as-placeholder {
  opacity: 0.5;
}
.ag-rich-select-list {
  position: relative;
}
.ag-rich-select-list .ag-loading-text {
  min-height: 2rem;
}
.ag-rich-select-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
}
.ag-rich-select-field-input {
  flex: 1 1 auto;
}
.ag-rich-select-field-input .ag-input-field-input {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  text-overflow: ellipsis;
}
.ag-rich-select-field-input .ag-input-field-input::placeholder {
  opacity: 0.8;
}
.ag-autocomplete {
  align-items: center;
  display: flex;
}
.ag-autocomplete > * {
  flex: 1 1 auto;
}
.ag-autocomplete-list-popup {
  position: absolute;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-autocomplete-list {
  position: relative;
}
.ag-autocomplete-virtual-list-item {
  display: flex;
}
.ag-autocomplete-row {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  overflow: hidden;
}
.ag-autocomplete-row-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-paging-panel {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.ag-paging-page-summary-panel {
  display: flex;
  align-items: center;
}
.ag-paging-button {
  position: relative;
}
.ag-disabled .ag-paging-page-summary-panel {
  pointer-events: none;
}
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-column-select-column,
.ag-column-select-column-group,
.ag-select-agg-func-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.ag-column-select-column > *,
.ag-column-select-column-group > *,
.ag-select-agg-func-item > * {
  flex: none;
}
.ag-select-agg-func-item,
.ag-column-select-column-label {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ag-column-select-checkbox {
  display: flex;
}
.ag-tool-panel-horizontal-resize {
  cursor: ew-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1;
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-ltr .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  left: -3px;
}
.ag-rtl .ag-side-bar-right .ag-tool-panel-horizontal-resize {
  right: -3px;
}
.ag-details-row {
  width: 100%;
}
.ag-details-row-fixed-height {
  height: 100%;
}
.ag-details-grid {
  width: 100%;
}
.ag-details-grid-fixed-height {
  height: 100%;
}
.ag-header-group-cell {
  display: flex;
  align-items: center;
  height: 100%;
  position: absolute;
}
.ag-header-group-cell-no-group.ag-header-span-height .ag-header-cell-resize {
  display: none;
}
.ag-cell-label-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 5px 0px;
}
.ag-right-aligned-header .ag-cell-label-container {
  flex-direction: row;
}
.ag-right-aligned-header .ag-header-cell-text {
  text-align: end;
}
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse;
}
.ag-side-bar-left {
  order: -1;
  flex-direction: row;
}
.ag-side-button-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}
.ag-side-button-label {
  writing-mode: vertical-lr;
}
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.ag-status-panel {
  display: inline-flex;
}
.ag-status-name-value {
  white-space: nowrap;
}
.ag-status-bar-left {
  display: inline-flex;
}
.ag-status-bar-center {
  display: inline-flex;
}
.ag-status-bar-right {
  display: inline-flex;
}
.ag-icon {
  display: block;
  speak: none;
}
.ag-group {
  position: relative;
  width: 100%;
}
.ag-group-title-bar {
  display: flex;
  align-items: center;
}
.ag-group-title {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ag-group-title-bar .ag-group-title {
  cursor: default;
}
.ag-group-toolbar {
  display: flex;
  align-items: center;
}
.ag-group-container {
  display: flex;
}
.ag-disabled .ag-group-container {
  pointer-events: none;
}
.ag-group-container-horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.ag-group-container-vertical {
  flex-direction: column;
}
.ag-column-group-icons {
  display: block;
}
.ag-column-group-icons > * {
  cursor: pointer;
}
.ag-group-item-alignment-stretch .ag-group-item {
  align-items: stretch;
}
.ag-group-item-alignment-start .ag-group-item {
  align-items: flex-start;
}
.ag-group-item-alignment-end .ag-group-item {
  align-items: flex-end;
}
.ag-toggle-button-icon {
  transition: right 0.3s;
  position: absolute;
  top: -1px;
}
.ag-input-field,
.ag-select {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ag-input-field-input {
  flex: 1 1 auto;
}
.ag-floating-filter-input .ag-input-field-input[type=date] {
  width: 1px;
}
.ag-range-field {
  display: flex;
  align-items: center;
}
.ag-angle-select {
  display: flex;
  align-items: center;
}
.ag-angle-select-wrapper {
  display: flex;
}
.ag-angle-select-parent-circle {
  display: block;
  position: relative;
}
.ag-angle-select-child-circle {
  position: absolute;
}
.ag-slider-wrapper {
  display: flex;
}
.ag-slider-wrapper .ag-input-field {
  flex: 1 1 auto;
}
.ag-picker-field-display {
  flex: 1 1 auto;
}
.ag-picker-field {
  display: flex;
  align-items: center;
}
.ag-picker-field-icon {
  display: flex;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.ag-picker-field-wrapper {
  overflow: hidden;
}
.ag-label-align-right .ag-label {
  order: 1;
}
.ag-label-align-right > * {
  flex: none;
}
.ag-label-align-top {
  flex-direction: column;
  align-items: flex-start;
}
.ag-label-align-top > * {
  align-self: stretch;
}
.ag-label-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.ag-color-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ag-spectrum-color {
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.ag-spectrum-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-spectrum-val {
  cursor: pointer;
}
.ag-spectrum-dragger {
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
.ag-spectrum-hue {
  cursor: default;
  background:
    linear-gradient(
      to left,
      #ff0000 3%,
      #ffff00 17%,
      #00ff00 33%,
      #00ffff 50%,
      #0000ff 67%,
      #ff00ff 83%,
      #ff0000 100%);
}
.ag-spectrum-alpha {
  cursor: default;
}
.ag-spectrum-hue-background {
  width: 100%;
  height: 100%;
}
.ag-spectrum-alpha-background {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      rgb(0, 0, 0));
  width: 100%;
  height: 100%;
}
.ag-spectrum-tool {
  cursor: pointer;
}
.ag-spectrum-slider {
  position: absolute;
  pointer-events: none;
}
.ag-recent-colors {
  display: flex;
}
.ag-recent-color {
  cursor: pointer;
}
.ag-ltr .ag-column-select-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-set-filter-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-set-filter-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-row-group-indent-1 {
  padding-left: 20px;
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 20px;
}
.ag-ltr .ag-column-select-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-set-filter-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-set-filter-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-row-group-indent-2 {
  padding-left: 40px;
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 40px;
}
.ag-ltr .ag-column-select-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-set-filter-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-set-filter-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-row-group-indent-3 {
  padding-left: 60px;
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 60px;
}
.ag-ltr .ag-column-select-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-set-filter-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-set-filter-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-row-group-indent-4 {
  padding-left: 80px;
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 80px;
}
.ag-ltr .ag-column-select-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-set-filter-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-set-filter-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-row-group-indent-5 {
  padding-left: 100px;
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 100px;
}
.ag-ltr .ag-column-select-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-set-filter-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-set-filter-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-row-group-indent-6 {
  padding-left: 120px;
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 120px;
}
.ag-ltr .ag-column-select-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-set-filter-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-set-filter-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-row-group-indent-7 {
  padding-left: 140px;
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 140px;
}
.ag-ltr .ag-column-select-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-set-filter-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-set-filter-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-row-group-indent-8 {
  padding-left: 160px;
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 160px;
}
.ag-ltr .ag-column-select-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: 180px;
}
.ag-ltr .ag-set-filter-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-set-filter-indent-9 {
  padding-right: 180px;
}
.ag-ltr .ag-row-group-indent-9 {
  padding-left: 180px;
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 180px;
}
.ag-ltr {
  direction: ltr;
}
.ag-ltr .ag-body,
.ag-ltr .ag-floating-top,
.ag-ltr .ag-floating-bottom,
.ag-ltr .ag-header,
.ag-ltr .ag-sticky-top,
.ag-ltr .ag-body-viewport,
.ag-ltr .ag-body-horizontal-scroll {
  flex-direction: row;
}
.ag-rtl {
  direction: rtl;
}
.ag-rtl .ag-body,
.ag-rtl .ag-floating-top,
.ag-rtl .ag-floating-bottom,
.ag-rtl .ag-header,
.ag-rtl .ag-sticky-top,
.ag-rtl .ag-body-viewport,
.ag-rtl .ag-body-horizontal-scroll {
  flex-direction: row-reverse;
}
.ag-rtl .ag-icon-contracted,
.ag-rtl .ag-icon-expanded,
.ag-rtl .ag-icon-tree-closed {
  display: block;
  transform: rotate(180deg);
}
.ag-body .ag-body-viewport {
  -webkit-overflow-scrolling: touch;
}
.ag-layout-print.ag-body {
  display: block;
  height: unset;
}
.ag-layout-print.ag-root-wrapper {
  display: inline-block;
}
.ag-layout-print .ag-body-vertical-scroll {
  display: none;
}
.ag-layout-print .ag-body-horizontal-scroll {
  display: none;
}
.ag-layout-print.ag-force-vertical-scroll {
  overflow-y: visible !important;
}
@media print {
  .ag-root-wrapper.ag-layout-print {
    display: table;
  }
  .ag-root-wrapper.ag-layout-print .ag-root-wrapper-body,
  .ag-root-wrapper.ag-layout-print .ag-root,
  .ag-root-wrapper.ag-layout-print .ag-body-viewport,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-container,
  .ag-root-wrapper.ag-layout-print .ag-center-cols-viewport,
  .ag-root-wrapper.ag-layout-print .ag-body-horizontal-scroll-viewport,
  .ag-root-wrapper.ag-layout-print .ag-virtual-list-viewport {
    height: auto !important;
    overflow: hidden !important;
    display: block !important;
  }
  .ag-root-wrapper.ag-layout-print .ag-row,
  .ag-root-wrapper.ag-layout-print .ag-cell {
    break-inside: avoid;
  }
}
[class^=ag-],
[class^=ag-]:focus,
[class^=ag-]:after,
[class^=ag-]:before {
  box-sizing: border-box;
  outline: none;
}
[class^=ag-]::-ms-clear {
  display: none;
}
.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  overflow: visible;
}
.ag-range-field .ag-input-wrapper {
  height: 100%;
}
.ag-toggle-button {
  flex: none;
  width: unset;
  min-width: unset;
}
.ag-button {
  border-radius: 0px;
  color: var(--ag-foreground-color);
}
.ag-button:hover {
  background-color: transparent;
}
.ag-ltr .ag-label-align-right .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-label-align-right .ag-label {
  margin-right: var(--ag-grid-size);
}
input[class^=ag-] {
  margin: 0;
  background-color: var(--ag-background-color);
}
textarea[class^=ag-],
select[class^=ag-] {
  background-color: var(--ag-background-color);
}
input[class^=ag-]:not([type]),
input[class^=ag-][type=text],
input[class^=ag-][type=number],
input[class^=ag-][type=tel],
input[class^=ag-][type=date],
input[class^=ag-][type=datetime-local],
textarea[class^=ag-] {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  border: var(--ag-borders-input) var(--ag-input-border-color);
}
input[class^=ag-]:not([type]):disabled,
input[class^=ag-][type=text]:disabled,
input[class^=ag-][type=number]:disabled,
input[class^=ag-][type=tel]:disabled,
input[class^=ag-][type=date]:disabled,
input[class^=ag-][type=datetime-local]:disabled,
textarea[class^=ag-]:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
input[class^=ag-]:not([type]):focus,
input[class^=ag-][type=text]:focus,
input[class^=ag-][type=number]:focus,
input[class^=ag-][type=tel]:focus,
input[class^=ag-][type=date]:focus,
input[class^=ag-][type=datetime-local]:focus,
textarea[class^=ag-]:focus {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
input[class^=ag-]:not([type]):invalid,
input[class^=ag-][type=text]:invalid,
input[class^=ag-][type=number]:invalid,
input[class^=ag-][type=tel]:invalid,
input[class^=ag-][type=date]:invalid,
input[class^=ag-][type=datetime-local]:invalid,
textarea[class^=ag-]:invalid {
  border: var(--ag-borders-input-invalid) var(--ag-input-border-color-invalid);
}
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper) {
  -moz-appearance: textfield;
}
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-outer-spin-button,
input[class^=ag-][type=number]:not(.ag-number-field-input-stepper)::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[class^=ag-][type=range] {
  padding: 0;
}
input[class^=ag-][type=button]:focus,
button[class^=ag-]:focus {
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-drag-handle {
  color: var(--ag-secondary-foreground-color);
}
.ag-list-item,
.ag-virtual-list-item {
  height: var(--ag-list-item-height);
}
.ag-virtual-list-item:focus-visible {
  outline: none;
}
.ag-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-select-list {
  background-color: var(--ag-background-color);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-list-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-list-item.ag-active-item {
  background-color: var(--ag-row-hover-color);
}
.ag-select-list-item {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-ltr .ag-select-list-item {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select-list-item {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-select-list-item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ag-row-drag,
.ag-selection-checkbox,
.ag-group-expanded,
.ag-group-contracted {
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-row-drag,
.ag-ltr .ag-selection-checkbox,
.ag-ltr .ag-group-expanded,
.ag-ltr .ag-group-contracted {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-row-drag,
.ag-rtl .ag-selection-checkbox,
.ag-rtl .ag-group-expanded,
.ag-rtl .ag-group-contracted {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  display: flex;
  align-items: center;
  flex: none;
}
.ag-group-expanded,
.ag-group-contracted {
  cursor: pointer;
}
.ag-group-title-bar-icon {
  cursor: pointer;
  flex: none;
  color: var(--ag-secondary-foreground-color);
}
.ag-ltr .ag-group-child-count {
  margin-left: 2px;
}
.ag-rtl .ag-group-child-count {
  margin-right: 2px;
}
.ag-group-title-bar {
  background-color: var(--ag-subheader-background-color);
  padding: var(--ag-grid-size);
}
.ag-group-toolbar {
  padding: var(--ag-grid-size);
  background-color: var(--ag-subheader-toolbar-background-color);
}
.ag-disabled-group-title-bar,
.ag-disabled-group-container {
  opacity: 0.5;
}
.group-item {
  margin: calc(var(--ag-grid-size) * 0.5) 0;
}
.ag-label {
  white-space: nowrap;
}
.ag-ltr .ag-label {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-label {
  margin-left: var(--ag-grid-size);
}
.ag-label-align-top .ag-label {
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-angle-select[disabled] {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-angle-select[disabled] .ag-angle-select-field {
  opacity: 0.4;
}
.ag-ltr .ag-slider-field,
.ag-ltr .ag-angle-select-field {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-slider-field,
.ag-rtl .ag-angle-select-field {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-angle-select-parent-circle {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px;
  border-color: var(--ag-border-color);
  background-color: var(--ag-background-color);
}
.ag-angle-select-child-circle {
  top: 4px;
  left: 12px;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -4px;
  border-radius: 3px;
  background-color: var(--ag-secondary-foreground-color);
}
.ag-picker-field-wrapper {
  border: var(--ag-borders);
  border-color: var(--ag-border-color);
  border-radius: 5px;
  background-color: var(--ag-background-color);
}
.ag-picker-field-wrapper:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-picker-field-wrapper.ag-picker-has-focus,
.ag-picker-field-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-input-focus-border-color);
}
.ag-picker-field-button {
  background-color: var(--ag-background-color);
  color: var(--ag-secondary-foreground-color);
}
.ag-dialog.ag-color-dialog {
  border-radius: 5px;
}
.ag-color-picker .ag-picker-field-display {
  height: var(--ag-icon-size);
}
.ag-color-picker .ag-picker-field-wrapper {
  max-width: 45px;
  min-width: 45px;
}
.ag-color-panel {
  padding: var(--ag-grid-size);
}
.ag-spectrum-color {
  background-color: rgb(255, 0, 0);
  border-radius: 2px;
}
.ag-spectrum-tools {
  padding: 10px;
}
.ag-spectrum-sat {
  background-image:
    linear-gradient(
      to right,
      white,
      rgba(204, 154, 129, 0));
}
.ag-spectrum-val {
  background-image:
    linear-gradient(
      to top,
      black,
      rgba(204, 154, 129, 0));
}
.ag-spectrum-dragger {
  border-radius: 12px;
  height: 12px;
  width: 12px;
  border: 1px solid white;
  background: black;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.24);
}
.ag-spectrum-hue-background {
  border-radius: 2px;
}
.ag-spectrum-alpha-background {
  border-radius: 2px;
}
.ag-spectrum-tool {
  margin-bottom: 10px;
  height: 11px;
  border-radius: 2px;
}
.ag-spectrum-slider {
  margin-top: -12px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background-color: rgb(248, 248, 248);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.ag-recent-color {
  margin: 0 3px;
}
.ag-recent-color:first-child {
  margin-left: 0;
}
.ag-recent-color:last-child {
  margin-right: 0;
}
.ag-spectrum-color:focus-visible:not(:disabled):not([readonly]),
.ag-spectrum-slider:focus-visible:not(:disabled):not([readonly]),
.ag-recent-color:focus-visible:not(:disabled):not([readonly]) {
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-dnd-ghost {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  overflow: hidden;
  text-overflow: ellipsis;
  border: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height) !important;
  line-height: var(--ag-header-height);
  margin: 0;
  padding: 0 calc(var(--ag-grid-size) * 2);
  transform: translateY(calc(var(--ag-grid-size) * 2));
}
.ag-dnd-ghost-icon {
  margin-right: var(--ag-grid-size);
  color: var(--ag-foreground-color);
}
.ag-popup-child:not(.ag-tooltip-custom) {
  box-shadow: var(--ag-popup-shadow);
}
.ag-select .ag-picker-field-wrapper {
  min-height: var(--ag-list-item-height);
  cursor: default;
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-select .ag-picker-field-wrapper {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-select .ag-picker-field-wrapper {
  padding-left: var(--ag-grid-size);
}
.ag-select.ag-disabled .ag-picker-field-wrapper:focus {
  box-shadow: none;
}
.ag-select:not(.ag-cell-editor, .ag-label-align-top) {
  min-height: var(--ag-list-item-height);
}
.ag-select .ag-picker-field-display {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ag-select .ag-picker-field-icon {
  display: flex;
  align-items: center;
}
.ag-select.ag-disabled {
  opacity: 0.5;
}
.ag-rich-select-value,
.ag-rich-select-list {
  background-color: var(--ag-background-color);
}
.ag-rich-select-list {
  width: 100%;
  height: auto;
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-rich-select-list .ag-loading-text {
  padding: var(--ag-widget-vertical-spacing) var(--ag-widget-horizontal-spacing);
}
.ag-rich-select-value {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  padding-top: 0;
  padding-bottom: 0;
}
.ag-ltr .ag-rich-select-value {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-value {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-ltr .ag-rich-select-value {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-rich-select-value {
  padding-left: var(--ag-grid-size);
}
.ag-ltr .ag-rich-select-field-input {
  left: calc(var(--ag-cell-horizontal-padding));
}
.ag-rtl .ag-rich-select-field-input {
  right: calc(var(--ag-cell-horizontal-padding));
}
.ag-popup-editor .ag-rich-select-value {
  height: var(--ag-row-height);
  min-width: 200px;
}
.ag-rich-select-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-rich-select-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-rich-select-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-ltr .ag-rich-select-row {
  padding-left: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rtl .ag-rich-select-row {
  padding-right: calc(var(--ag-cell-horizontal-padding) / 2);
}
.ag-rich-select-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-rich-select-row-text-highlight {
  font-weight: bold;
}
.ag-autocomplete {
  width: 100%;
}
.ag-autocomplete-list {
  width: 100%;
  min-width: 200px;
  height: calc(var(--ag-row-height) * 6.5);
}
.ag-autocomplete-virtual-list-item {
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-autocomplete-virtual-list-item:focus-visible::after {
  content: none;
}
.ag-autocomplete-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-autocomplete-row-label {
  margin: 0px var(--ag-widget-container-horizontal-padding);
}
.ag-autocomplete-row-selected {
  background-color: var(--ag-selected-row-background-color);
}
.ag-dragging-range-handle .ag-dialog,
.ag-dragging-fill-handle .ag-dialog {
  opacity: 0.7;
  pointer-events: none;
}
.ag-dialog {
  border-radius: var(--ag-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
  box-shadow: var(--ag-popup-shadow);
}
.ag-panel {
  background-color: var(--ag-background-color);
}
.ag-panel-title-bar {
  background-color: var(--ag-header-background-color);
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
  padding: var(--ag-grid-size) var(--ag-cell-horizontal-padding);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-panel-title-bar-button {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-panel-title-bar-button {
  margin-right: var(--ag-grid-size);
}
.ag-tooltip {
  background-color: var(--ag-tooltip-background-color);
  color: var(--ag-foreground-color);
  padding: var(--ag-grid-size);
  border: var(--ag-borders) var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  white-space: normal;
}
.ag-tooltip.ag-tooltip-animate,
.ag-tooltip-custom.ag-tooltip-animate {
  transition: opacity 1s;
}
.ag-tooltip.ag-tooltip-animate.ag-tooltip-hiding,
.ag-tooltip-custom.ag-tooltip-animate.ag-tooltip-hiding {
  opacity: 0;
}
.ag-ltr .ag-column-select-indent-1 {
  padding-left: calc(1 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-1 {
  padding-right: calc(1 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-2 {
  padding-left: calc(2 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-2 {
  padding-right: calc(2 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-3 {
  padding-left: calc(3 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-3 {
  padding-right: calc(3 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-4 {
  padding-left: calc(4 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-4 {
  padding-right: calc(4 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-5 {
  padding-left: calc(5 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-5 {
  padding-right: calc(5 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-6 {
  padding-left: calc(6 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-6 {
  padding-right: calc(6 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-7 {
  padding-left: calc(7 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-7 {
  padding-right: calc(7 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-8 {
  padding-left: calc(8 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-8 {
  padding-right: calc(8 * var(--ag-column-select-indent-size));
}
.ag-ltr .ag-column-select-indent-9 {
  padding-left: calc(9 * var(--ag-column-select-indent-size));
}
.ag-rtl .ag-column-select-indent-9 {
  padding-right: calc(9 * var(--ag-column-select-indent-size));
}
.ag-column-select-header-icon {
  cursor: pointer;
}
.ag-column-select-header-icon:focus-visible {
  outline: none;
}
.ag-column-select-header-icon:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-ltr .ag-column-group-icons:not(:last-child),
.ag-ltr .ag-column-select-header-icon:not(:last-child),
.ag-ltr .ag-column-select-header-checkbox:not(:last-child),
.ag-ltr .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-ltr .ag-column-select-checkbox:not(:last-child),
.ag-ltr .ag-column-select-column-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-ltr .ag-column-select-column-label:not(:last-child) {
  margin-right: var(--ag-widget-horizontal-spacing);
}
.ag-rtl .ag-column-group-icons:not(:last-child),
.ag-rtl .ag-column-select-header-icon:not(:last-child),
.ag-rtl .ag-column-select-header-checkbox:not(:last-child),
.ag-rtl .ag-column-select-header-filter-wrapper:not(:last-child),
.ag-rtl .ag-column-select-checkbox:not(:last-child),
.ag-rtl .ag-column-select-column-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-group-drag-handle:not(:last-child),
.ag-rtl .ag-column-select-column-label:not(:last-child) {
  margin-left: var(--ag-widget-horizontal-spacing);
}
.ag-column-select-virtual-list-item:focus-visible {
  outline: none;
}
.ag-column-select-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-select-column-group:not(:last-child),
.ag-column-select-column:not(:last-child) {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-column-select-column-readonly,
.ag-column-select-column-group-readonly {
  color: var(--ag-disabled-foreground-color);
  pointer-events: none;
}
.ag-ltr .ag-column-select-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-rtl .ag-column-select-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
}
.ag-column-select-virtual-list-viewport {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) 0px;
}
.ag-column-select-virtual-list-item {
  padding: 0 var(--ag-widget-container-horizontal-padding);
}
.ag-checkbox-edit {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl {
  text-align: right;
}
.ag-root-wrapper {
  border-radius: var(--ag-wrapper-border-radius);
  border: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-1 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 1);
}
.ag-ltr .ag-row-group-indent-1 {
  padding-left: calc(1 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-1 {
  padding-right: calc(1 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-1 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-1 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-2 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 2);
}
.ag-ltr .ag-row-group-indent-2 {
  padding-left: calc(2 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-2 {
  padding-right: calc(2 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-2 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-2 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-3 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 3);
}
.ag-ltr .ag-row-group-indent-3 {
  padding-left: calc(3 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-3 {
  padding-right: calc(3 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-3 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-3 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-4 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 4);
}
.ag-ltr .ag-row-group-indent-4 {
  padding-left: calc(4 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-4 {
  padding-right: calc(4 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-4 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-4 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-5 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 5);
}
.ag-ltr .ag-row-group-indent-5 {
  padding-left: calc(5 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-5 {
  padding-right: calc(5 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-5 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-5 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-6 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 6);
}
.ag-ltr .ag-row-group-indent-6 {
  padding-left: calc(6 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-6 {
  padding-right: calc(6 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-6 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-6 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-7 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 7);
}
.ag-ltr .ag-row-group-indent-7 {
  padding-left: calc(7 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-7 {
  padding-right: calc(7 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-7 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-7 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-8 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 8);
}
.ag-ltr .ag-row-group-indent-8 {
  padding-left: calc(8 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-8 {
  padding-right: calc(8 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-8 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-8 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-9 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 9);
}
.ag-ltr .ag-row-group-indent-9 {
  padding-left: calc(9 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-9 {
  padding-right: calc(9 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-9 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-9 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-10 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 10);
}
.ag-ltr .ag-row-group-indent-10 {
  padding-left: calc(10 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-10 {
  padding-right: calc(10 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-10 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-10 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-11 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 11);
}
.ag-ltr .ag-row-group-indent-11 {
  padding-left: calc(11 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-11 {
  padding-right: calc(11 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-11 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-11 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-12 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 12);
}
.ag-ltr .ag-row-group-indent-12 {
  padding-left: calc(12 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-12 {
  padding-right: calc(12 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-12 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-12 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-13 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 13);
}
.ag-ltr .ag-row-group-indent-13 {
  padding-left: calc(13 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-13 {
  padding-right: calc(13 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-13 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-13 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-14 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 14);
}
.ag-ltr .ag-row-group-indent-14 {
  padding-left: calc(14 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-14 {
  padding-right: calc(14 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-14 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-14 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-15 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 15);
}
.ag-ltr .ag-row-group-indent-15 {
  padding-left: calc(15 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-15 {
  padding-right: calc(15 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-15 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-15 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-16 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 16);
}
.ag-ltr .ag-row-group-indent-16 {
  padding-left: calc(16 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-16 {
  padding-right: calc(16 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-16 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-16 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-17 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 17);
}
.ag-ltr .ag-row-group-indent-17 {
  padding-left: calc(17 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-17 {
  padding-right: calc(17 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-17 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-17 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-18 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 18);
}
.ag-ltr .ag-row-group-indent-18 {
  padding-left: calc(18 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-18 {
  padding-right: calc(18 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-18 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-18 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-19 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 19);
}
.ag-ltr .ag-row-group-indent-19 {
  padding-left: calc(19 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-19 {
  padding-right: calc(19 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-19 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-19 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-20 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 20);
}
.ag-ltr .ag-row-group-indent-20 {
  padding-left: calc(20 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-20 {
  padding-right: calc(20 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-20 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-20 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-21 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 21);
}
.ag-ltr .ag-row-group-indent-21 {
  padding-left: calc(21 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-21 {
  padding-right: calc(21 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-21 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-21 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-22 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 22);
}
.ag-ltr .ag-row-group-indent-22 {
  padding-left: calc(22 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-22 {
  padding-right: calc(22 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-22 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-22 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-23 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 23);
}
.ag-ltr .ag-row-group-indent-23 {
  padding-left: calc(23 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-23 {
  padding-right: calc(23 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-23 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-23 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-24 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 24);
}
.ag-ltr .ag-row-group-indent-24 {
  padding-left: calc(24 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-24 {
  padding-right: calc(24 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-24 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-24 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-25 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 25);
}
.ag-ltr .ag-row-group-indent-25 {
  padding-left: calc(25 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-25 {
  padding-right: calc(25 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-25 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-25 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-26 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 26);
}
.ag-ltr .ag-row-group-indent-26 {
  padding-left: calc(26 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-26 {
  padding-right: calc(26 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-26 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-26 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-27 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 27);
}
.ag-ltr .ag-row-group-indent-27 {
  padding-left: calc(27 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-27 {
  padding-right: calc(27 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-27 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-27 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-28 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 28);
}
.ag-ltr .ag-row-group-indent-28 {
  padding-left: calc(28 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-28 {
  padding-right: calc(28 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-28 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-28 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-29 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 29);
}
.ag-ltr .ag-row-group-indent-29 {
  padding-left: calc(29 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-29 {
  padding-right: calc(29 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-29 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-29 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-30 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 30);
}
.ag-ltr .ag-row-group-indent-30 {
  padding-left: calc(30 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-30 {
  padding-right: calc(30 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-30 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-30 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-31 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 31);
}
.ag-ltr .ag-row-group-indent-31 {
  padding-left: calc(31 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-31 {
  padding-right: calc(31 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-31 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-31 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-32 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 32);
}
.ag-ltr .ag-row-group-indent-32 {
  padding-left: calc(32 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-32 {
  padding-right: calc(32 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-32 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-32 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-33 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 33);
}
.ag-ltr .ag-row-group-indent-33 {
  padding-left: calc(33 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-33 {
  padding-right: calc(33 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-33 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-33 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-34 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 34);
}
.ag-ltr .ag-row-group-indent-34 {
  padding-left: calc(34 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-34 {
  padding-right: calc(34 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-34 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-34 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-35 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 35);
}
.ag-ltr .ag-row-group-indent-35 {
  padding-left: calc(35 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-35 {
  padding-right: calc(35 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-35 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-35 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-36 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 36);
}
.ag-ltr .ag-row-group-indent-36 {
  padding-left: calc(36 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-36 {
  padding-right: calc(36 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-36 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-36 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-37 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 37);
}
.ag-ltr .ag-row-group-indent-37 {
  padding-left: calc(37 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-37 {
  padding-right: calc(37 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-37 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-37 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-38 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 38);
}
.ag-ltr .ag-row-group-indent-38 {
  padding-left: calc(38 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-38 {
  padding-right: calc(38 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-38 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-38 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-39 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 39);
}
.ag-ltr .ag-row-group-indent-39 {
  padding-left: calc(39 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-39 {
  padding-right: calc(39 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-39 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-39 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-40 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 40);
}
.ag-ltr .ag-row-group-indent-40 {
  padding-left: calc(40 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-40 {
  padding-right: calc(40 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-40 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-40 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-41 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 41);
}
.ag-ltr .ag-row-group-indent-41 {
  padding-left: calc(41 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-41 {
  padding-right: calc(41 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-41 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-41 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-42 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 42);
}
.ag-ltr .ag-row-group-indent-42 {
  padding-left: calc(42 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-42 {
  padding-right: calc(42 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-42 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-42 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-43 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 43);
}
.ag-ltr .ag-row-group-indent-43 {
  padding-left: calc(43 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-43 {
  padding-right: calc(43 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-43 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-43 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-44 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 44);
}
.ag-ltr .ag-row-group-indent-44 {
  padding-left: calc(44 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-44 {
  padding-right: calc(44 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-44 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-44 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-45 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 45);
}
.ag-ltr .ag-row-group-indent-45 {
  padding-left: calc(45 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-45 {
  padding-right: calc(45 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-45 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-45 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-46 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 46);
}
.ag-ltr .ag-row-group-indent-46 {
  padding-left: calc(46 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-46 {
  padding-right: calc(46 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-46 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-46 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-47 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 47);
}
.ag-ltr .ag-row-group-indent-47 {
  padding-left: calc(47 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-47 {
  padding-right: calc(47 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-47 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-47 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-48 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 48);
}
.ag-ltr .ag-row-group-indent-48 {
  padding-left: calc(48 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-48 {
  padding-right: calc(48 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-48 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-48 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-49 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 49);
}
.ag-ltr .ag-row-group-indent-49 {
  padding-left: calc(49 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-49 {
  padding-right: calc(49 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-49 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-49 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-50 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 50);
}
.ag-ltr .ag-row-group-indent-50 {
  padding-left: calc(50 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-50 {
  padding-right: calc(50 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-50 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-50 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-51 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 51);
}
.ag-ltr .ag-row-group-indent-51 {
  padding-left: calc(51 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-51 {
  padding-right: calc(51 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-51 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-51 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-52 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 52);
}
.ag-ltr .ag-row-group-indent-52 {
  padding-left: calc(52 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-52 {
  padding-right: calc(52 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-52 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-52 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-53 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 53);
}
.ag-ltr .ag-row-group-indent-53 {
  padding-left: calc(53 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-53 {
  padding-right: calc(53 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-53 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-53 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-54 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 54);
}
.ag-ltr .ag-row-group-indent-54 {
  padding-left: calc(54 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-54 {
  padding-right: calc(54 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-54 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-54 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-55 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 55);
}
.ag-ltr .ag-row-group-indent-55 {
  padding-left: calc(55 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-55 {
  padding-right: calc(55 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-55 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-55 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-56 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 56);
}
.ag-ltr .ag-row-group-indent-56 {
  padding-left: calc(56 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-56 {
  padding-right: calc(56 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-56 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-56 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-57 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 57);
}
.ag-ltr .ag-row-group-indent-57 {
  padding-left: calc(57 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-57 {
  padding-right: calc(57 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-57 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-57 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-58 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 58);
}
.ag-ltr .ag-row-group-indent-58 {
  padding-left: calc(58 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-58 {
  padding-right: calc(58 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-58 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-58 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-59 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 59);
}
.ag-ltr .ag-row-group-indent-59 {
  padding-left: calc(59 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-59 {
  padding-right: calc(59 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-59 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-59 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-60 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 60);
}
.ag-ltr .ag-row-group-indent-60 {
  padding-left: calc(60 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-60 {
  padding-right: calc(60 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-60 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-60 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-61 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 61);
}
.ag-ltr .ag-row-group-indent-61 {
  padding-left: calc(61 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-61 {
  padding-right: calc(61 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-61 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-61 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-62 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 62);
}
.ag-ltr .ag-row-group-indent-62 {
  padding-left: calc(62 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-62 {
  padding-right: calc(62 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-62 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-62 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-63 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 63);
}
.ag-ltr .ag-row-group-indent-63 {
  padding-left: calc(63 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-63 {
  padding-right: calc(63 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-63 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-63 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-64 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 64);
}
.ag-ltr .ag-row-group-indent-64 {
  padding-left: calc(64 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-64 {
  padding-right: calc(64 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-64 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-64 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-65 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 65);
}
.ag-ltr .ag-row-group-indent-65 {
  padding-left: calc(65 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-65 {
  padding-right: calc(65 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-65 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-65 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-66 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 66);
}
.ag-ltr .ag-row-group-indent-66 {
  padding-left: calc(66 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-66 {
  padding-right: calc(66 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-66 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-66 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-67 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 67);
}
.ag-ltr .ag-row-group-indent-67 {
  padding-left: calc(67 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-67 {
  padding-right: calc(67 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-67 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-67 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-68 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 68);
}
.ag-ltr .ag-row-group-indent-68 {
  padding-left: calc(68 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-68 {
  padding-right: calc(68 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-68 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-68 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-69 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 69);
}
.ag-ltr .ag-row-group-indent-69 {
  padding-left: calc(69 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-69 {
  padding-right: calc(69 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-69 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-69 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-70 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 70);
}
.ag-ltr .ag-row-group-indent-70 {
  padding-left: calc(70 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-70 {
  padding-right: calc(70 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-70 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-70 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-71 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 71);
}
.ag-ltr .ag-row-group-indent-71 {
  padding-left: calc(71 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-71 {
  padding-right: calc(71 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-71 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-71 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-72 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 72);
}
.ag-ltr .ag-row-group-indent-72 {
  padding-left: calc(72 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-72 {
  padding-right: calc(72 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-72 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-72 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-73 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 73);
}
.ag-ltr .ag-row-group-indent-73 {
  padding-left: calc(73 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-73 {
  padding-right: calc(73 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-73 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-73 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-74 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 74);
}
.ag-ltr .ag-row-group-indent-74 {
  padding-left: calc(74 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-74 {
  padding-right: calc(74 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-74 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-74 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-75 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 75);
}
.ag-ltr .ag-row-group-indent-75 {
  padding-left: calc(75 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-75 {
  padding-right: calc(75 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-75 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-75 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-76 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 76);
}
.ag-ltr .ag-row-group-indent-76 {
  padding-left: calc(76 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-76 {
  padding-right: calc(76 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-76 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-76 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-77 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 77);
}
.ag-ltr .ag-row-group-indent-77 {
  padding-left: calc(77 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-77 {
  padding-right: calc(77 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-77 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-77 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-78 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 78);
}
.ag-ltr .ag-row-group-indent-78 {
  padding-left: calc(78 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-78 {
  padding-right: calc(78 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-78 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-78 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-79 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 79);
}
.ag-ltr .ag-row-group-indent-79 {
  padding-left: calc(79 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-79 {
  padding-right: calc(79 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-79 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-79 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-80 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 80);
}
.ag-ltr .ag-row-group-indent-80 {
  padding-left: calc(80 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-80 {
  padding-right: calc(80 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-80 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-80 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-81 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 81);
}
.ag-ltr .ag-row-group-indent-81 {
  padding-left: calc(81 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-81 {
  padding-right: calc(81 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-81 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-81 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-82 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 82);
}
.ag-ltr .ag-row-group-indent-82 {
  padding-left: calc(82 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-82 {
  padding-right: calc(82 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-82 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-82 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-83 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 83);
}
.ag-ltr .ag-row-group-indent-83 {
  padding-left: calc(83 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-83 {
  padding-right: calc(83 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-83 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-83 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-84 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 84);
}
.ag-ltr .ag-row-group-indent-84 {
  padding-left: calc(84 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-84 {
  padding-right: calc(84 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-84 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-84 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-85 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 85);
}
.ag-ltr .ag-row-group-indent-85 {
  padding-left: calc(85 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-85 {
  padding-right: calc(85 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-85 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-85 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-86 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 86);
}
.ag-ltr .ag-row-group-indent-86 {
  padding-left: calc(86 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-86 {
  padding-right: calc(86 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-86 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-86 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-87 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 87);
}
.ag-ltr .ag-row-group-indent-87 {
  padding-left: calc(87 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-87 {
  padding-right: calc(87 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-87 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-87 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-88 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 88);
}
.ag-ltr .ag-row-group-indent-88 {
  padding-left: calc(88 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-88 {
  padding-right: calc(88 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-88 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-88 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-89 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 89);
}
.ag-ltr .ag-row-group-indent-89 {
  padding-left: calc(89 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-89 {
  padding-right: calc(89 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-89 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-89 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-90 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 90);
}
.ag-ltr .ag-row-group-indent-90 {
  padding-left: calc(90 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-90 {
  padding-right: calc(90 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-90 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-90 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-91 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 91);
}
.ag-ltr .ag-row-group-indent-91 {
  padding-left: calc(91 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-91 {
  padding-right: calc(91 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-91 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-91 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-92 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 92);
}
.ag-ltr .ag-row-group-indent-92 {
  padding-left: calc(92 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-92 {
  padding-right: calc(92 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-92 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-92 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-93 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 93);
}
.ag-ltr .ag-row-group-indent-93 {
  padding-left: calc(93 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-93 {
  padding-right: calc(93 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-93 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-93 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-94 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 94);
}
.ag-ltr .ag-row-group-indent-94 {
  padding-left: calc(94 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-94 {
  padding-right: calc(94 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-94 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-94 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-95 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 95);
}
.ag-ltr .ag-row-group-indent-95 {
  padding-left: calc(95 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-95 {
  padding-right: calc(95 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-95 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-95 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-96 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 96);
}
.ag-ltr .ag-row-group-indent-96 {
  padding-left: calc(96 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-96 {
  padding-right: calc(96 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-96 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-96 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-97 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 97);
}
.ag-ltr .ag-row-group-indent-97 {
  padding-left: calc(97 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-97 {
  padding-right: calc(97 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-97 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-97 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-98 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 98);
}
.ag-ltr .ag-row-group-indent-98 {
  padding-left: calc(98 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-98 {
  padding-right: calc(98 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-98 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-98 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-left: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}
.ag-rtl .ag-row > .ag-cell-wrapper.ag-row-group-indent-99 {
  padding-right: calc(var(--ag-cell-horizontal-padding) + var(--ag-row-group-indent-size) * 99);
}
.ag-ltr .ag-row-group-indent-99 {
  padding-left: calc(99 * var(--ag-row-group-indent-size));
}
.ag-rtl .ag-row-group-indent-99 {
  padding-right: calc(99 * var(--ag-row-group-indent-size));
}
.ag-ltr .ag-row-level-99 .ag-pivot-leaf-group {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-level-99 .ag-pivot-leaf-group {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-ltr .ag-row-group-leaf-indent {
  margin-left: var(--ag-row-group-indent-size);
}
.ag-rtl .ag-row-group-leaf-indent {
  margin-right: var(--ag-row-group-indent-size);
}
.ag-value-change-delta {
  padding-right: 2px;
}
.ag-value-change-delta-up {
  color: var(--ag-value-change-delta-up-color);
}
.ag-value-change-delta-down {
  color: var(--ag-value-change-delta-down-color);
}
.ag-value-change-value {
  background-color: transparent;
  border-radius: 1px;
  padding-left: 1px;
  padding-right: 1px;
  transition: background-color 1s;
}
.ag-value-change-value-highlight {
  background-color: var(--ag-value-change-value-highlight-background-color);
  transition: background-color 0.1s;
}
.ag-cell-data-changed {
  background-color: var(--ag-value-change-value-highlight-background-color) !important;
}
.ag-cell-data-changed-animation {
  background-color: transparent;
}
.ag-cell-highlight {
  background-color: var(--ag-range-selection-highlight-color) !important;
}
.ag-row {
  height: var(--ag-row-height);
  background-color: var(--ag-background-color);
  color: var(--ag-data-color);
  border-bottom: var(--ag-row-border-style) var(--ag-row-border-color) var(--ag-row-border-width);
}
.ag-row-highlight-above::after,
.ag-row-highlight-below::after {
  content: "";
  position: absolute;
  width: calc(100% - 1px);
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
  left: 1px;
}
.ag-row-highlight-above::after {
  top: -1px;
}
.ag-row-highlight-above.ag-row-first::after {
  top: 0;
}
.ag-row-highlight-below::after {
  bottom: 0px;
}
.ag-row-odd {
  background-color: var(--ag-odd-row-background-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-left-spacer:not(.ag-scroller-corner) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-body-horizontal-scroll:not(.ag-scrollbar-invisible) .ag-horizontal-right-spacer:not(.ag-scroller-corner) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-row-selected::before {
  content: "";
  background-color: var(--ag-selected-row-background-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-row-hover:not(.ag-full-width-row)::before,
.ag-row-hover.ag-full-width-row.ag-row-group::before {
  content: "";
  background-color: var(--ag-row-hover-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ag-row-hover.ag-full-width-row.ag-row-group > * {
  position: relative;
}
.ag-row-hover.ag-row-selected::before {
  background-color: var(--ag-row-hover-color);
  background-image: linear-gradient(var(--ag-selected-row-background-color), var(--ag-selected-row-background-color));
}
.ag-column-hover {
  background-color: var(--ag-column-hover-color);
}
.ag-ltr .ag-right-aligned-cell {
  text-align: right;
}
.ag-rtl .ag-right-aligned-cell {
  text-align: left;
}
.ag-ltr .ag-right-aligned-cell .ag-cell-value,
.ag-ltr .ag-right-aligned-cell .ag-group-value {
  margin-left: auto;
}
.ag-rtl .ag-right-aligned-cell .ag-cell-value,
.ag-rtl .ag-right-aligned-cell .ag-group-value {
  margin-right: auto;
}
.ag-cell,
.ag-full-width-row .ag-cell-wrapper.ag-row-group {
  --ag-internal-calculated-line-height: var(--ag-line-height, calc(var(--ag-row-height) - var(--ag-row-border-width)));
  --ag-internal-padded-row-height: calc(var(--ag-row-height) - var(--ag-row-border-width));
  border: 1px solid transparent;
  line-height: min(var(--ag-internal-calculated-line-height), var(--ag-internal-padded-row-height));
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
  -webkit-font-smoothing: subpixel-antialiased;
}
.ag-row > .ag-cell-wrapper {
  padding-left: calc(var(--ag-cell-horizontal-padding) - 1px);
  padding-right: calc(var(--ag-cell-horizontal-padding) - 1px);
}
.ag-row-dragging {
  cursor: move;
  opacity: 0.5;
}
.ag-cell-inline-editing {
  border: 1px solid var(--ag-border-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: 0;
  background-color: var(--ag-control-panel-background-color);
}
.ag-popup-editor .ag-large-text,
.ag-autocomplete-list-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background-color: var(--ag-control-panel-background-color);
  padding: 0;
}
.ag-large-text-input {
  height: auto;
  padding: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-large-text-input textarea {
  resize: none;
}
.ag-details-row {
  padding: calc(var(--ag-grid-size) * 5);
  background-color: var(--ag-background-color);
}
.ag-layout-auto-height .ag-center-cols-viewport,
.ag-layout-auto-height .ag-center-cols-container,
.ag-layout-print .ag-center-cols-viewport,
.ag-layout-print .ag-center-cols-container {
  min-height: 50px;
}
.ag-overlay-loading-wrapper {
  background-color: var(--ag-modal-overlay-background-color);
}
.ag-overlay-loading-center {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
}
.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px;
}
.ag-loading {
  display: flex;
  height: 100%;
  align-items: center;
}
.ag-ltr .ag-loading {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-loading {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-loading-icon {
  padding-right: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-loading-icon {
  padding-left: var(--ag-cell-widget-spacing);
}
.ag-icon-loading {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ag-floating-top {
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-floating-bottom {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-ltr .ag-cell {
  border-right: var(--ag-cell-horizontal-border);
}
.ag-rtl .ag-cell {
  border-left: var(--ag-cell-horizontal-border);
}
.ag-ltr .ag-cell {
  border-right-width: 1px;
}
.ag-rtl .ag-cell {
  border-left-width: 1px;
}
.ag-cell.ag-cell-first-right-pinned:not(.ag-cell-range-left):not(.ag-cell-range-single-cell) {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-cell.ag-cell-last-left-pinned:not(.ag-cell-range-right):not(.ag-cell-range-single-cell) {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-cell-range-selected:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart {
  background-color: var(--ag-range-selection-chart-background-color) !important;
}
.ag-cell-range-selected:not(.ag-cell-focus).ag-cell-range-chart.ag-cell-range-chart-category,
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-single-cell:not(.ag-cell-inline-editing).ag-cell-range-chart.ag-cell-range-chart-category {
  background-color: var(--ag-range-selection-chart-category-background-color) !important;
}
.ag-cell-range-selected-1:not(.ag-cell-focus),
.ag-root:not(.ag-context-menu-open) .ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-1:not(.ag-cell-inline-editing) {
  background-color: var(--ag-range-selection-background-color);
}
.ag-cell-range-selected-2:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-2 {
  background-color: var(--ag-range-selection-background-color-2);
}
.ag-cell-range-selected-3:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-3 {
  background-color: var(--ag-range-selection-background-color-3);
}
.ag-cell-range-selected-4:not(.ag-cell-focus),
.ag-body-viewport:not(.ag-has-focus) .ag-cell-range-selected-4 {
  background-color: var(--ag-range-selection-background-color-4);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-top {
  border-top-color: var(--ag-range-selection-border-color);
  border-top-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-right {
  border-right-color: var(--ag-range-selection-border-color);
  border-right-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-bottom {
  border-bottom-color: var(--ag-range-selection-border-color);
  border-bottom-style: var(--ag-range-selection-border-style);
}
.ag-cell.ag-cell-range-selected:not(.ag-cell-range-single-cell).ag-cell-range-left {
  border-left-color: var(--ag-range-selection-border-color);
  border-left-style: var(--ag-range-selection-border-style);
}
.ag-ltr .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-ltr .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-ltr .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-ltr .ag-cell-range-single-cell,
.ag-ltr .ag-cell-range-single-cell.ag-cell-range-handle,
.ag-rtl .ag-cell-focus:not(.ag-cell-range-selected):focus-within,
.ag-rtl .ag-context-menu-open .ag-cell-focus:not(.ag-cell-range-selected),
.ag-rtl .ag-full-width-row.ag-row-focus:focus .ag-cell-wrapper.ag-row-group,
.ag-rtl .ag-cell-range-single-cell,
.ag-rtl .ag-cell-range-single-cell.ag-cell-range-handle {
  border: 1px solid;
  border-color: var(--ag-range-selection-border-color);
  border-style: var(--ag-range-selection-border-style);
  outline: initial;
}
.ag-cell.ag-selection-fill-top,
.ag-cell.ag-selection-fill-top.ag-cell-range-selected {
  border-top: 1px dashed;
  border-top-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-right,
.ag-ltr .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-right,
.ag-rtl .ag-cell.ag-selection-fill-right.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-cell.ag-selection-fill-bottom,
.ag-cell.ag-selection-fill-bottom.ag-cell-range-selected {
  border-bottom: 1px dashed;
  border-bottom-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-cell.ag-selection-fill-left,
.ag-ltr .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-left: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-rtl .ag-cell.ag-selection-fill-left,
.ag-rtl .ag-cell.ag-selection-fill-left.ag-cell-range-selected {
  border-right: 1px dashed var(--ag-range-selection-border-color) !important;
}
.ag-fill-handle,
.ag-range-handle {
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: -1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-ltr .ag-fill-handle,
.ag-ltr .ag-range-handle {
  right: -1px;
}
.ag-rtl .ag-fill-handle,
.ag-rtl .ag-range-handle {
  left: -1px;
}
.ag-fill-handle {
  cursor: cell;
}
.ag-range-handle {
  cursor: nwse-resize;
}
.ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}
.ag-menu {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  padding: 0;
}
.ag-menu-list {
  cursor: default;
  padding: var(--ag-grid-size) 0;
}
.ag-menu-separator {
  height: calc(var(--ag-grid-size) * 2 + 1px);
}
.ag-menu-separator-part::after {
  content: "";
  display: block;
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-menu-option-active,
.ag-compact-menu-option-active {
  background-color: var(--ag-row-hover-color);
}
.ag-menu-option-part,
.ag-compact-menu-option-part {
  line-height: var(--ag-icon-size);
  padding: calc(var(--ag-grid-size) + 2px) 0;
}
.ag-menu-option-disabled,
.ag-compact-menu-option-disabled {
  opacity: 0.5;
}
.ag-menu-option-icon,
.ag-compact-menu-option-icon {
  width: var(--ag-icon-size);
}
.ag-ltr .ag-menu-option-icon,
.ag-ltr .ag-compact-menu-option-icon {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-menu-option-icon,
.ag-rtl .ag-compact-menu-option-icon {
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-menu-option-text,
.ag-compact-menu-option-text {
  padding-left: calc(var(--ag-grid-size) * 2);
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-ltr .ag-menu-option-shortcut,
.ag-ltr .ag-compact-menu-option-shortcut {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-shortcut,
.ag-rtl .ag-compact-menu-option-shortcut {
  padding-left: var(--ag-grid-size);
}
.ag-ltr .ag-menu-option-popup-pointer,
.ag-ltr .ag-compact-menu-option-popup-pointer {
  padding-right: var(--ag-grid-size);
}
.ag-rtl .ag-menu-option-popup-pointer,
.ag-rtl .ag-compact-menu-option-popup-pointer {
  padding-left: var(--ag-grid-size);
}
.ag-tabs {
  min-width: var(--ag-tab-min-width);
}
.ag-tabs-header {
  display: flex;
}
.ag-tab {
  border-bottom: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-bottom var(--ag-selected-tab-underline-transition-speed);
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ag-tab:focus-visible {
  outline: none;
}
.ag-tab:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-tab-selected {
  border-bottom-color: var(--ag-selected-tab-underline-color);
}
.ag-menu-header {
  color: var(--ag-secondary-foreground-color);
}
.ag-filter-separator {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-filter-select .ag-picker-field-wrapper {
  width: 0;
}
.ag-filter-condition-operator {
  height: 17px;
}
.ag-ltr .ag-filter-condition-operator-or {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-condition-operator-or {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-set-filter-select-all {
  padding-top: var(--ag-widget-container-vertical-padding);
}
.ag-set-filter-list,
.ag-filter-no-matches {
  height: calc(var(--ag-list-item-height) * 6);
}
.ag-set-filter-tree-list {
  height: calc(var(--ag-list-item-height) * 10);
}
.ag-set-filter-filter {
  margin-top: var(--ag-widget-container-vertical-padding);
  margin-left: var(--ag-widget-container-horizontal-padding);
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-filter-to {
  margin-top: var(--ag-widget-vertical-spacing);
}
.ag-mini-filter {
  margin: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-set-filter-item {
  padding: 0px var(--ag-widget-container-horizontal-padding);
}
.ag-ltr .ag-set-filter-indent-1 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 1 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-1 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 1 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-2 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 2 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-2 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 2 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-3 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 3 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-3 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 3 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-4 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 4 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-4 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 4 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-5 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 5 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-5 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 5 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-6 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 6 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-6 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 6 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-7 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 7 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-7 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 7 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-8 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 8 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-8 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 8 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-indent-9 {
  padding-left: calc(var(--ag-widget-container-horizontal-padding) + 9 * var(--ag-set-filter-indent-size));
}
.ag-rtl .ag-set-filter-indent-9 {
  padding-right: calc(var(--ag-widget-container-horizontal-padding) + 9 * var(--ag-set-filter-indent-size));
}
.ag-ltr .ag-set-filter-add-group-indent {
  margin-left: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-rtl .ag-set-filter-add-group-indent {
  margin-right: calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding));
}
.ag-ltr .ag-set-filter-group-icons {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-set-filter-group-icons {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-filter-virtual-list-item:focus-visible {
  outline: none;
}
.ag-filter-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-filter-apply-panel {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-filter-apply-panel-button {
  line-height: 1.5;
}
.ag-ltr .ag-filter-apply-panel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-filter-apply-panel-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-simple-filter-body-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
  overflow-y: auto;
  min-height: calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));
}
.ag-simple-filter-body-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-simple-filter-body-wrapper .ag-resizer-wrapper {
  margin: 0;
}
.ag-menu:not(.ag-tabs) .ag-filter .ag-simple-filter-body-wrapper,
.ag-menu:not(.ag-tabs) .ag-filter > *:not(.ag-filter-wrapper) {
  min-width: calc(var(--ag-menu-min-width) - 2px);
}
.ag-filter-no-matches {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
}
.ag-multi-filter-menu-item {
  margin: var(--ag-grid-size) 0;
}
.ag-multi-filter-group-title-bar {
  padding: calc(var(--ag-grid-size) * 2) var(--ag-grid-size);
  background-color: transparent;
}
.ag-group-filter-field-select-wrapper {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-group-filter-field-select-wrapper > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-multi-filter-group-title-bar:focus-visible {
  outline: none;
}
.ag-multi-filter-group-title-bar:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-side-bar {
  position: relative;
}
.ag-tool-panel-wrapper {
  width: var(--ag-side-bar-panel-width);
  background-color: var(--ag-control-panel-background-color);
}
.ag-side-buttons {
  padding-top: calc(var(--ag-grid-size) * 4);
  width: calc(var(--ag-icon-size) + 4px);
  position: relative;
  overflow: hidden;
}
button.ag-side-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: transparent;
  padding: calc(var(--ag-grid-size) * 2) 0 calc(var(--ag-grid-size) * 2) 0;
  width: 100%;
  margin: 0;
  min-height: calc(var(--ag-grid-size) * 18);
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  border: none;
  border-top: var(--ag-borders-side-button) var(--ag-border-color);
  border-bottom: var(--ag-borders-side-button) var(--ag-border-color);
}
button.ag-side-button-button:focus {
  box-shadow: none;
}
.ag-side-button-button:focus-visible {
  outline: none;
}
.ag-side-button-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-selected button.ag-side-button-button {
  background-color: var(--ag-side-button-selected-background-color);
}
.ag-side-button-icon-wrapper {
  margin-bottom: 3px;
}
.ag-ltr .ag-side-bar-left,
.ag-rtl .ag-side-bar-right {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-rtl .ag-side-bar-right .ag-tool-panel-wrapper {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-side-bar-left .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-side-button-button {
  border-right: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-right var(--ag-selected-tab-underline-transition-speed);
}
.ag-ltr .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-rtl .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-right-color: var(--ag-selected-tab-underline-color);
}
.ag-rtl .ag-side-bar-left,
.ag-ltr .ag-side-bar-right {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-tool-panel-wrapper,
.ag-ltr .ag-side-bar-right .ag-tool-panel-wrapper {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-side-bar-left .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-side-button-button {
  border-left: var(--ag-selected-tab-underline-width) solid transparent;
  transition: border-left var(--ag-selected-tab-underline-transition-speed);
}
.ag-rtl .ag-side-bar-left .ag-selected .ag-side-button-button,
.ag-ltr .ag-side-bar-right .ag-selected .ag-side-button-button {
  border-left-color: var(--ag-selected-tab-underline-color);
}
.ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 6);
}
.ag-filter-toolpanel-header,
.ag-filter-toolpanel-search {
  padding: 0 var(--ag-grid-size);
}
.ag-filter-toolpanel-header:focus-visible {
  outline: none;
}
.ag-filter-toolpanel-header:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--ag-icon-font-code-filter, "\f115");
  position: absolute;
}
.ag-ltr .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-group.ag-has-filter > .ag-group-title-bar .ag-group-title::after {
  padding-right: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 8);
}
.ag-filter-toolpanel-group-item {
  margin-top: calc(var(--ag-grid-size) * 0.5);
  margin-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-filter-toolpanel-search {
  height: var(--ag-header-height);
}
.ag-filter-toolpanel-search-input {
  flex-grow: 1;
  height: calc(var(--ag-grid-size) * 4);
}
.ag-ltr .ag-filter-toolpanel-search-input {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-search-input {
  margin-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-level-0 {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-ltr .ag-filter-toolpanel-expand,
.ag-ltr .ag-filter-toolpanel-group-title-bar-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-expand,
.ag-rtl .ag-filter-toolpanel-group-title-bar-icon {
  margin-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-1-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-1 .ag-filter-toolpanel-group-level-2-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 1 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-2-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-2 .ag-filter-toolpanel-group-level-3-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 2 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-3-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-3 .ag-filter-toolpanel-group-level-4-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 3 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-4-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-4 .ag-filter-toolpanel-group-level-5-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 4 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-5-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-5 .ag-filter-toolpanel-group-level-6-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 5 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-6-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-6 .ag-filter-toolpanel-group-level-7-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 6 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-7-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-7 .ag-filter-toolpanel-group-level-8-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 7 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-8-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-8 .ag-filter-toolpanel-group-level-9-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 8 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-9-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-9 .ag-filter-toolpanel-group-level-10-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 9 + var(--ag-grid-size));
}
.ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-10-header.ag-filter-toolpanel-group-title-bar {
  background-color: transparent;
}
.ag-ltr .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-left: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}
.ag-rtl .ag-filter-toolpanel-group-level-10 .ag-filter-toolpanel-group-level-11-header {
  padding-right: calc(var(--ag-filter-tool-panel-group-indent) * 10 + var(--ag-grid-size));
}
.ag-filter-toolpanel-instance-header.ag-filter-toolpanel-group-level-1-header {
  padding-left: var(--ag-grid-size);
}
.ag-filter-toolpanel-instance-filter {
  border-bottom: var(--ag-borders) var(--ag-border-color);
  border-top: var(--ag-borders) var(--ag-border-color);
  margin-top: var(--ag-grid-size);
}
.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-instance-header-icon {
  margin-right: var(--ag-grid-size);
}
.ag-set-filter-group-icons {
  color: var(--ag-secondary-foreground-color);
}
.ag-pivot-mode-panel {
  min-height: var(--ag-header-height);
  height: var(--ag-header-height);
  display: flex;
}
.ag-pivot-mode-select {
  display: flex;
  align-items: center;
}
.ag-ltr .ag-pivot-mode-select {
  margin-left: var(--ag-widget-container-horizontal-padding);
}
.ag-rtl .ag-pivot-mode-select {
  margin-right: var(--ag-widget-container-horizontal-padding);
}
.ag-column-select-header:focus-visible {
  outline: none;
}
.ag-column-select-header:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-select-header {
  height: var(--ag-header-height);
  align-items: center;
  padding: 0 var(--ag-widget-container-horizontal-padding);
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-panel-column-select {
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-group-icons,
.ag-column-select-header-icon {
  color: var(--ag-secondary-foreground-color);
}
.ag-column-select-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-column-select-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-column-select-list .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-header,
.ag-advanced-filter-header {
  background-color: var(--ag-header-background-color);
  border-bottom: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-header-row {
  color: var(--ag-header-foreground-color);
  height: var(--ag-header-height);
}
.ag-pinned-right-header {
  border-left: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-pinned-left-header {
  border-right: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}
.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon {
  margin-left: var(--ag-grid-size);
}
.ag-header-cell,
.ag-header-group-cell {
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell.ag-header-cell-moving,
.ag-header-group-cell.ag-header-cell-moving {
  background-color: var(--ag-header-cell-moving-background-color);
}
.ag-ltr .ag-header-group-cell-label.ag-sticky-label {
  left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-group-cell-label.ag-sticky-label {
  right: var(--ag-cell-horizontal-padding);
}
.ag-header-cell:focus-visible {
  outline: none;
}
.ag-header-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-header-group-cell:focus-visible {
  outline: none;
}
.ag-header-group-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-header-cell:focus-visible {
  outline: none;
}
.ag-advanced-filter-header-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 4px;
  left: 4px;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-header-icon {
  color: var(--ag-secondary-foreground-color);
}
.ag-header-expand-icon {
  cursor: pointer;
}
.ag-ltr .ag-header-expand-icon {
  margin-left: 4px;
}
.ag-rtl .ag-header-expand-icon {
  margin-right: 4px;
}
.ag-header-row:not(:first-child) .ag-header-cell:not(.ag-header-span-height.ag-header-span-total),
.ag-header-row:not(:first-child) .ag-header-group-cell.ag-header-group-cell-with-group {
  border-top: var(--ag-borders-critical) var(--ag-border-color);
}
.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-group-cell:not(.ag-column-resizing) + .ag-header-group-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover):not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-resizing) + .ag-header-cell:not(.ag-column-hover).ag-column-resizing,
.ag-header-group-cell:first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-group-cell:first-of-type.ag-column-resizing,
.ag-header-cell:not(.ag-column-hover):first-of-type:not(.ag-header-cell-moving):hover,
.ag-header-cell:not(.ag-column-hover):first-of-type.ag-column-resizing {
  background-color: var(--ag-header-cell-hover-background-color);
}
.ag-header-cell::before,
.ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-separator-display);
  width: var(--ag-header-column-separator-width);
  height: var(--ag-header-column-separator-height);
  top: calc(50% - var(--ag-header-column-separator-height) * 0.5);
  background-color: var(--ag-header-column-separator-color);
}
.ag-ltr .ag-header-cell::before,
.ag-ltr .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  right: 0;
}
.ag-rtl .ag-header-cell::before,
.ag-rtl .ag-header-group-cell:not(.ag-header-span-height.ag-header-group-cell-no-group)::before {
  left: 0;
}
.ag-header-cell-resize {
  display: flex;
  align-items: center;
}
.ag-header-cell-resize::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: var(--ag-header-column-resize-handle-display);
  width: var(--ag-header-column-resize-handle-width);
  height: var(--ag-header-column-resize-handle-height);
  top: calc(50% - var(--ag-header-column-resize-handle-height) * 0.5);
  background-color: var(--ag-header-column-resize-handle-color);
}
.ag-header-cell.ag-header-span-height .ag-header-cell-resize::after {
  height: calc(100% - var(--ag-grid-size) * 4);
  top: calc(var(--ag-grid-size) * 2);
}
.ag-ltr .ag-header-viewport .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-rtl .ag-header-viewport .ag-header-cell-resize::after {
  right: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-pinned-left-header .ag-header-cell-resize::after {
  left: calc(50% - var(--ag-header-column-resize-handle-width));
}
.ag-pinned-right-header .ag-header-cell-resize::after {
  left: 50%;
}
.ag-ltr .ag-header-select-all {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-header-select-all {
  margin-left: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-floating-filter-button {
  margin-left: var(--ag-cell-widget-spacing);
}
.ag-rtl .ag-floating-filter-button {
  margin-right: var(--ag-cell-widget-spacing);
}
.ag-floating-filter-button-button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  appearance: none;
  background: transparent;
  border: none;
  height: var(--ag-icon-size);
  padding: 0;
  width: var(--ag-icon-size);
}
.ag-filter-loading {
  background-color: var(--ag-control-panel-background-color);
  height: 100%;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ag-paging-panel {
  border-top: 1px solid;
  border-top-color: var(--ag-border-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
}
.ag-paging-panel > * {
  margin: 0 var(--ag-cell-horizontal-padding);
}
.ag-paging-panel > .ag-paging-page-size .ag-wrapper {
  min-width: calc(var(--ag-grid-size) * 10);
}
.ag-paging-button {
  cursor: pointer;
}
.ag-paging-button.ag-disabled {
  cursor: default;
  color: var(--ag-disabled-foreground-color);
}
.ag-paging-button:focus-visible {
  outline: none;
}
.ag-paging-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 0px;
  left: 0px;
  display: block;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-paging-button,
.ag-paging-description {
  margin: 0 var(--ag-grid-size);
}
.ag-status-bar {
  border-top: var(--ag-borders) var(--ag-border-color);
  color: var(--ag-disabled-foreground-color);
  padding-right: calc(var(--ag-grid-size) * 4);
  padding-left: calc(var(--ag-grid-size) * 4);
  line-height: 1.5;
}
.ag-status-name-value-value {
  color: var(--ag-foreground-color);
}
.ag-status-bar-center {
  text-align: center;
}
.ag-status-name-value {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
  padding-top: calc(var(--ag-grid-size) * 2);
  padding-bottom: calc(var(--ag-grid-size) * 2);
}
.ag-column-drop-cell {
  background: var(--ag-chip-background-color);
  border-radius: calc(var(--ag-grid-size) * 4);
  height: calc(var(--ag-grid-size) * 4);
  padding: 0 calc(var(--ag-grid-size) * 0.5);
  border: 1px solid var(--ag-chip-border-color);
}
.ag-column-drop-cell:focus-visible {
  outline: none;
}
.ag-column-drop-cell:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-column-drop-cell-text {
  margin: 0 var(--ag-grid-size);
}
.ag-column-drop-cell-button {
  min-width: calc(var(--ag-grid-size) * 4);
  margin: 0 calc(var(--ag-grid-size) * 0.5);
  color: var(--ag-secondary-foreground-color);
}
.ag-column-drop-cell-drag-handle {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-column-drop-cell-ghost {
  opacity: 0.5;
}
.ag-column-drop-horizontal {
  background-color: var(--ag-header-background-color);
  color: var(--ag-secondary-foreground-color);
  height: var(--ag-header-height);
  border-bottom: var(--ag-borders) var(--ag-border-color);
}
.ag-ltr .ag-column-drop-horizontal {
  padding-left: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal {
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-ltr .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-right: var(--ag-borders) var(--ag-border-color);
}
.ag-rtl .ag-column-drop-horizontal-half-width:not(:last-child) {
  border-left: var(--ag-borders) var(--ag-border-color);
}
.ag-column-drop-horizontal-cell-separator {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-secondary-foreground-color);
}
.ag-column-drop-horizontal-empty-message {
  color: var(--ag-disabled-foreground-color);
}
.ag-ltr .ag-column-drop-horizontal-icon {
  margin-right: var(--ag-cell-horizontal-padding);
}
.ag-rtl .ag-column-drop-horizontal-icon {
  margin-left: var(--ag-cell-horizontal-padding);
}
.ag-column-drop-vertical-list {
  padding-bottom: var(--ag-grid-size);
  padding-right: var(--ag-grid-size);
  padding-left: var(--ag-grid-size);
}
.ag-column-drop-vertical-cell {
  margin-top: var(--ag-grid-size);
}
.ag-column-drop-vertical {
  min-height: 50px;
  border-bottom: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-column-drop-vertical-icon {
  margin-left: var(--ag-grid-size);
  margin-right: var(--ag-grid-size);
}
.ag-column-drop-vertical-empty-message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  color: var(--ag-disabled-foreground-color);
  margin-top: var(--ag-grid-size);
}
.ag-select-agg-func-popup {
  border: var(--ag-borders) var(--ag-border-color);
  background: var(--ag-background-color);
  border-radius: var(--ag-card-radius);
  box-shadow: var(--ag-card-shadow);
  padding: var(--ag-grid-size);
  background: var(--ag-background-color);
  height: calc(var(--ag-grid-size) * 5 * 3.5);
  padding: 0;
}
.ag-select-agg-func-virtual-list-item {
  cursor: default;
}
.ag-ltr .ag-select-agg-func-virtual-list-item {
  padding-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-select-agg-func-virtual-list-item {
  padding-right: calc(var(--ag-grid-size) * 2);
}
.ag-select-agg-func-virtual-list-item:hover {
  background-color: var(--ag-selected-row-background-color);
}
.ag-select-agg-func-virtual-list-item:focus-visible {
  outline: none;
}
.ag-select-agg-func-virtual-list-item:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: 1px;
  left: 1px;
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-sort-indicator-container {
  display: flex;
}
.ag-ltr .ag-sort-indicator-icon {
  padding-left: var(--ag-grid-size);
}
.ag-rtl .ag-sort-indicator-icon {
  padding-right: var(--ag-grid-size);
}
.ag-chart {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.ag-chart-components-wrapper {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-chart-title-edit {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  text-align: center;
}
.ag-chart-title-edit.currently-editing {
  display: inline-block;
}
.ag-chart-canvas-wrapper {
  position: relative;
  flex: 1 1 auto;
  overflow: hidden;
}
.ag-charts-canvas {
  display: block;
}
.ag-chart-menu {
  position: absolute;
  top: 16px;
  display: flex;
  flex-direction: column;
}
.ag-ltr .ag-chart-menu {
  right: 20px;
}
.ag-rtl .ag-chart-menu {
  left: 20px;
}
.ag-chart-docked-container {
  position: relative;
  width: 0;
  min-width: 0;
  transition: min-width 0.4s;
}
.ag-chart-menu-hidden ~ .ag-chart-docked-container {
  max-width: 0;
  overflow: hidden;
}
.ag-chart-tabbed-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ag-chart-tabbed-menu-header {
  flex: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.ag-chart-tabbed-menu-body {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  overflow: hidden;
}
.ag-chart-tab {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.ag-chart-settings {
  overflow-x: hidden;
}
.ag-chart-settings-wrapper {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.ag-chart-settings-nav-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ag-chart-settings-card-selector {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 1 1 auto;
  height: 100%;
  padding: 0 10px;
}
.ag-chart-settings-card-item {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #000;
  position: relative;
}
.ag-chart-settings-card-item.ag-not-selected {
  opacity: 0.2;
}
.ag-chart-settings-card-item::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.ag-chart-settings-prev,
.ag-chart-settings-next {
  position: relative;
  flex: none;
}
.ag-chart-settings-prev-button,
.ag-chart-settings-next-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ag-chart-settings-mini-charts-container {
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ag-chart-settings-mini-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.ag-chart-settings-mini-wrapper.ag-animating {
  transition: left 0.3s;
  transition-timing-function: ease-in-out;
}
.ag-chart-mini-thumbnail {
  cursor: pointer;
}
.ag-chart-mini-thumbnail-canvas {
  display: block;
}
.ag-chart-data-wrapper,
.ag-chart-format-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 16px;
}
.ag-chart-data-wrapper {
  height: 100%;
  overflow-y: auto;
}
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.ag-chart .ag-chart-menu {
  display: none;
}
.ag-chart-menu-hidden:hover .ag-chart-menu {
  display: block;
}
.ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  display: flex;
  flex-direction: row;
  top: 8px;
  gap: 20px;
  width: auto;
}
.ag-ltr .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  right: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: right;
}
.ag-rtl .ag-chart .ag-chart-tool-panel-button-enable .ag-chart-menu {
  left: calc(var(--ag-cell-horizontal-padding) + var(--ag-grid-size) - 4px);
  justify-content: left;
}
.ag-chart-menu-close {
  display: none;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  position: absolute;
  top: 50%;
  transition: transform 0.33s ease-in-out;
  padding: 0;
  display: block;
  cursor: pointer;
  border: none;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  right: 0px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  left: 0px;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close .ag-icon {
  padding: 14px 5px 14px 2px;
  width: auto;
  height: auto;
}
.ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -40px;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: 0px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: 0px;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  left: -10px;
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:before {
  right: -10px;
}
.ag-chart-tool-panel-button-enable .ag-icon-menu {
  display: none;
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(3px, -50%);
}
.ag-ltr .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}
.ag-ltr .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(5px, -50%);
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close {
  transform: translate(-3px, -50%);
}
.ag-rtl .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(0, -50%);
}
.ag-rtl .ag-chart-menu-visible .ag-chart-tool-panel-button-enable .ag-chart-menu-close:hover {
  transform: translate(-5px, -50%);
}
.ag-charts-font-size-color {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
}
.ag-charts-data-group-item {
  position: relative;
}
.ag-chart-menu {
  border-radius: var(--ag-card-radius);
  background: var(--ag-background-color);
}
.ag-chart-menu-icon {
  opacity: 0.5;
  margin: 2px 0;
  cursor: pointer;
  border-radius: var(--ag-card-radius);
  color: var(--ag-secondary-foreground-color);
}
.ag-chart-menu-icon:hover {
  opacity: 1;
}
.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
  margin: 5px;
}
.ag-chart-mini-thumbnail:nth-last-child(3),
.ag-chart-mini-thumbnail:nth-last-child(3) ~ .ag-chart-mini-thumbnail {
  margin-left: auto;
  margin-right: auto;
}
.ag-ltr .ag-chart-mini-thumbnail:first-child {
  margin-left: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:first-child {
  margin-right: 0;
}
.ag-ltr .ag-chart-mini-thumbnail:last-child {
  margin-right: 0;
}
.ag-rtl .ag-chart-mini-thumbnail:last-child {
  margin-left: 0;
}
.ag-chart-mini-thumbnail.ag-selected {
  border-color: var(--ag-minichart-selected-chart-color);
}
.ag-chart-settings-card-item {
  background: var(--ag-foreground-color);
  width: 8px;
  height: 8px;
  border-radius: 4px;
}
.ag-chart-settings-card-item.ag-selected {
  background-color: var(--ag-minichart-selected-page-color);
}
.ag-chart-data-column-drag-handle {
  margin-left: var(--ag-grid-size);
}
.ag-charts-settings-group-title-bar,
.ag-charts-data-group-title-bar,
.ag-charts-format-top-level-group-title-bar {
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-charts-settings-group-container {
  padding: var(--ag-grid-size);
}
.ag-charts-data-group-container {
  padding: calc(var(--ag-widget-container-vertical-padding) * 0.5) var(--ag-widget-container-horizontal-padding);
}
.ag-charts-data-group-container .ag-charts-data-group-item:not(.ag-charts-format-sub-level-group) {
  height: var(--ag-list-item-height);
}
.ag-charts-data-group-container .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-charts-data-group-container .ag-item-highlight-top::after {
  top: 0;
}
.ag-charts-data-group-container .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-charts-format-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
  padding: var(--ag-grid-size);
}
.ag-charts-format-top-level-group-item {
  margin: var(--ag-grid-size) 0;
}
.ag-charts-format-sub-level-group-container {
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  padding-bottom: calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));
}
.ag-charts-format-sub-level-group-container > * {
  margin-bottom: var(--ag-widget-vertical-spacing);
}
.ag-charts-group-container.ag-group-container-horizontal {
  padding: var(--ag-grid-size);
}
.ag-chart-data-section,
.ag-chart-format-section {
  display: flex;
  margin: 0;
}
.ag-chart-menu-panel {
  background-color: var(--ag-control-panel-background-color);
}
.ag-ltr .ag-chart-menu-panel {
  border-left: solid 1px var(--ag-border-color);
}
.ag-rtl .ag-chart-menu-panel {
  border-right: solid 1px var(--ag-border-color);
}
.ag-date-time-list-page-title-bar {
  display: flex;
}
.ag-date-time-list-page-title {
  flex-grow: 1;
  text-align: center;
}
.ag-date-time-list-page-column-labels-row,
.ag-date-time-list-page-entries-row {
  display: flex;
}
.ag-date-time-list-page-column-label,
.ag-date-time-list-page-entry {
  flex-basis: 0;
  flex-grow: 1;
}
.ag-date-time-list-page-entry {
  cursor: pointer;
  text-align: center;
}
.ag-date-time-list-page-column-label {
  text-align: center;
}
.ag-advanced-filter-header {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: var(--ag-cell-horizontal-padding);
  padding-right: var(--ag-cell-horizontal-padding);
}
.ag-advanced-filter {
  display: flex;
  align-items: center;
  width: 100%;
}
.ag-advanced-filter-apply-button,
.ag-advanced-filter-builder-button {
  line-height: normal;
  white-space: nowrap;
}
.ag-ltr .ag-advanced-filter-apply-button,
.ag-ltr .ag-advanced-filter-builder-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-rtl .ag-advanced-filter-apply-button,
.ag-rtl .ag-advanced-filter-builder-button {
  margin-right: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-button {
  display: flex;
  align-items: center;
  border: 0;
  background-color: unset;
  color: var(--ag-foreground-color);
  font-size: var(--ag-font-size);
  font-weight: 600;
}
.ag-advanced-filter-builder-button:hover:not(:disabled) {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-button:not(:disabled) {
  cursor: pointer;
}
.ag-advanced-filter-builder-button-label {
  margin-left: var(--ag-grid-size);
}
.ag-advanced-filter-builder {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  background-color: var(--ag-control-panel-background-color);
  display: flex;
  flex-direction: column;
}
.ag-advanced-filter-builder-list {
  flex: 1;
  overflow: auto;
}
.ag-advanced-filter-builder-list .ag-list-item-hovered::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--ag-range-selection-border-color);
}
.ag-advanced-filter-builder-list .ag-item-highlight-top::after {
  top: 0;
}
.ag-advanced-filter-builder-list .ag-item-highlight-bottom::after {
  bottom: 0;
}
.ag-advanced-filter-builder-button-panel {
  display: flex;
  justify-content: flex-end;
  padding: var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);
  border-top: var(--ag-borders-secondary) var(--ag-secondary-border-color);
}
.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-apply-button,
.ag-advanced-filter-builder .ag-advanced-filter-builder-button-panel .ag-advanced-filter-builder-cancel-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-item-wrapper {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-left: calc(var(--ag-icon-size) / 2);
  padding-right: var(--ag-icon-size);
}
.ag-advanced-filter-builder-item-tree-lines > * {
  width: var(--ag-advanced-filter-builder-indent-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root {
  width: var(--ag-icon-size);
}
.ag-advanced-filter-builder-item-tree-lines .ag-advanced-filter-builder-item-tree-line-root::before {
  top: 50%;
  height: 50%;
}
.ag-advanced-filter-builder-item-tree-line-horizontal,
.ag-advanced-filter-builder-item-tree-line-vertical,
.ag-advanced-filter-builder-item-tree-line-vertical-top,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.ag-advanced-filter-builder-item-tree-line-horizontal::before,
.ag-advanced-filter-builder-item-tree-line-horizontal::after,
.ag-advanced-filter-builder-item-tree-line-vertical::before,
.ag-advanced-filter-builder-item-tree-line-vertical::after,
.ag-advanced-filter-builder-item-tree-line-vertical-top::before,
.ag-advanced-filter-builder-item-tree-line-vertical-top::after,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before,
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::after {
  content: "";
  position: absolute;
  height: 100%;
}
.ag-advanced-filter-builder-item-tree-line-horizontal::after {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size));
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-bottom: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical::before {
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical-top::before {
  height: 50%;
  width: calc(var(--ag-advanced-filter-builder-indent-size) - var(--ag-icon-size) / 2);
  top: 0;
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-tree-line-vertical-bottom::before {
  height: calc((100% - 1.5 * var(--ag-icon-size)) / 2);
  width: calc(var(--ag-icon-size) / 2);
  top: calc((100% + 1.5 * var(--ag-icon-size)) / 2);
  left: calc(var(--ag-icon-size) / 2);
  border-left: 1px solid;
  border-color: var(--ag-border-color);
}
.ag-advanced-filter-builder-item-condition {
  padding-top: var(--ag-grid-size);
  padding-bottom: var(--ag-grid-size);
}
.ag-advanced-filter-builder-item,
.ag-advanced-filter-builder-item-condition,
.ag-advanced-filter-builder-pill-wrapper,
.ag-advanced-filter-builder-pill,
.ag-advanced-filter-builder-item-buttons,
.ag-advanced-filter-builder-item-tree-lines {
  display: flex;
  align-items: center;
  height: 100%;
}
.ag-advanced-filter-builder-pill-wrapper {
  margin: 0px var(--ag-grid-size);
}
.ag-advanced-filter-builder-pill {
  position: relative;
  border-radius: var(--ag-border-radius);
  padding: var(--ag-grid-size) calc(var(--ag-grid-size) * 2);
  min-height: calc(100% - var(--ag-grid-size) * 3);
  min-width: calc(var(--ag-grid-size) * 2);
}
.ag-advanced-filter-builder-pill .ag-picker-field-display {
  margin-right: var(--ag-grid-size);
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-number {
  font-family: monospace;
  font-weight: 700;
}
.ag-advanced-filter-builder-pill .ag-advanced-filter-builder-value-empty {
  color: var(--ag-disabled-foreground-color);
}
.ag-advanced-filter-builder-pill:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-pill:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -4px;
  left: -4px;
  display: block;
  width: calc(100% - -8px);
  height: calc(100% - -8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-builder-item-button:focus-visible {
  outline: none;
}
.ag-advanced-filter-builder-item-button:focus-visible::after {
  content: "";
  position: absolute;
  background-color: transparent;
  pointer-events: none;
  top: -4px;
  left: -4px;
  display: block;
  width: calc(100% - -8px);
  height: calc(100% - -8px);
  border: 1px solid;
  border-color: var(--ag-input-focus-border-color);
}
.ag-advanced-filter-builder-pill-display {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.ag-advanced-filter-builder-join-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-join-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-column-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-column-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-option-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-option-pill-color);
  cursor: pointer;
}
.ag-advanced-filter-builder-value-pill {
  color: var(--ag-foreground-color);
  background-color: var(--ag-advanced-filter-value-pill-color);
  cursor: text;
  max-width: 140px;
}
.ag-advanced-filter-builder-value-pill .ag-advanced-filter-builder-pill-display {
  display: block;
}
.ag-advanced-filter-builder-item-buttons > * {
  margin: 0 calc(var(--ag-grid-size) * 0.5);
}
.ag-advanced-filter-builder-item-button {
  position: relative;
  cursor: pointer;
  color: var(--ag-secondary-foreground-color);
  opacity: 50%;
}
.ag-advanced-filter-builder-item-button-disabled {
  color: var(--ag-disabled-foreground-color);
  cursor: default;
}
.ag-advanced-filter-builder-virtual-list-container {
  top: var(--ag-grid-size);
}
.ag-advanced-filter-builder-virtual-list-item {
  display: flex;
  cursor: default;
  height: var(--ag-list-item-height);
}
.ag-advanced-filter-builder-virtual-list-item:hover {
  background-color: var(--ag-row-hover-color);
}
.ag-advanced-filter-builder-virtual-list-item:hover .ag-advanced-filter-builder-item-button {
  opacity: 100%;
}
.ag-advanced-filter-builder-virtual-list-item-highlight .ag-advanced-filter-builder-item-button:focus-visible,
.ag-advanced-filter-builder-validation .ag-advanced-filter-builder-invalid {
  opacity: 100%;
}
.ag-advanced-filter-builder-invalid {
  margin: 0 var(--ag-grid-size);
  color: var(--ag-invalid-color);
  cursor: default;
}
.ag-input-field-input {
  width: 100%;
  min-width: 0;
}
.ag-checkbox-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
}
.ag-checkbox-input-wrapper input,
.ag-checkbox-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-checkbox-input-wrapper:focus-within,
.ag-checkbox-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-checkbox-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-checkbox-input-wrapper::after {
  content: var(--ag-icon-font-code-checkbox-unchecked, "\f108");
  color: var(--ag-checkbox-unchecked-color);
  display: var(--ag-icon-font-display-checkbox-unchecked, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-checkbox-checked, "\f106");
  color: var(--ag-checkbox-checked-color);
  display: var(--ag-icon-font-display-checkbox-checked, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper.ag-indeterminate::after {
  content: var(--ag-icon-font-code-checkbox-indeterminate, "\f107");
  color: var(--ag-checkbox-indeterminate-color);
  display: var(--ag-icon-font-display-checkbox-indeterminate, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-checkbox-input-wrapper::before {
  content: "";
  background: transparent center/contain no-repeat;
  position: absolute;
  inset: 0;
  background-image: var(--ag-icon-image-checkbox-unchecked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-unchecked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-unchecked, var(--ag-icon-image-opacity, 0.9));
}
.ag-checkbox-input-wrapper.ag-checked::before {
  background-image: var(--ag-icon-image-checkbox-checked, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-checked, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-checked, var(--ag-icon-image-opacity, 0.9));
}
.ag-checkbox-input-wrapper.ag-indeterminate::before {
  background-image: var(--ag-icon-image-checkbox-indeterminate, var(--ag-icon-image));
  display: var(--ag-icon-image-display-checkbox-indeterminate, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-checkbox-indeterminate, var(--ag-icon-image-opacity, 0.9));
}
.ag-toggle-button-input-wrapper {
  box-sizing: border-box;
  width: var(--ag-toggle-button-width);
  min-width: var(--ag-toggle-button-width);
  max-width: var(--ag-toggle-button-width);
  height: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-off-background-color);
  border-radius: calc(var(--ag-toggle-button-height) * 0.5);
  position: relative;
  flex: none;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-off-border-color);
}
.ag-toggle-button-input-wrapper input {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.ag-toggle-button-input-wrapper:focus-within {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-toggle-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-toggle-button-input-wrapper.ag-checked {
  background-color: var(--ag-toggle-button-on-background-color);
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-toggle-button-input-wrapper::before {
  content: " ";
  position: absolute;
  top: calc(0px - var(--ag-toggle-button-border-width));
  left: calc(0px - var(--ag-toggle-button-border-width));
  display: block;
  box-sizing: border-box;
  height: var(--ag-toggle-button-height);
  width: var(--ag-toggle-button-height);
  background-color: var(--ag-toggle-button-switch-background-color);
  border-radius: 100%;
  transition: left 100ms;
  border: var(--ag-toggle-button-border-width) solid;
  border-color: var(--ag-toggle-button-switch-border-color);
}
.ag-toggle-button-input-wrapper.ag-checked::before {
  left: calc(100% - var(--ag-toggle-button-height) + var(--ag-toggle-button-border-width));
  border-color: var(--ag-toggle-button-on-border-color);
}
.ag-radio-button-input-wrapper {
  font-family: var(--ag-icon-font-family);
  font-weight: var(--ag-icon-font-weight);
  color: var(--ag-icon-font-color);
  font-size: var(--ag-icon-size);
  line-height: var(--ag-icon-size);
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-checkbox-background-color);
  border-radius: var(--ag-checkbox-border-radius);
  display: inline-block;
  vertical-align: middle;
  flex: none;
  border-radius: var(--ag-icon-size);
}
.ag-radio-button-input-wrapper input,
.ag-radio-button-input-wrapper input {
  -webkit-appearance: none;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.ag-radio-button-input-wrapper:focus-within,
.ag-radio-button-input-wrapper:active {
  outline: none;
  box-shadow: var(--ag-input-focus-box-shadow);
}
.ag-radio-button-input-wrapper.ag-disabled {
  opacity: 0.5;
}
.ag-radio-button-input-wrapper::after {
  content: var(--ag-icon-font-code-radio-button-off, "\f127");
  color: var(--ag-checkbox-unchecked-color);
  display: var(--ag-icon-font-display-radio-button-off, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper.ag-checked::after {
  content: var(--ag-icon-font-code-radio-button-on, "\f128");
  color: var(--ag-checkbox-checked-color);
  display: var(--ag-icon-font-display-radio-button-on, var(--ag-icon-font-display));
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.ag-radio-button-input-wrapper::before {
  content: "";
  background: transparent center/contain no-repeat;
  position: absolute;
  inset: 0;
  background-image: var(--ag-icon-image-radio-button-off, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-off, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-off, var(--ag-icon-image-opacity, 0.9));
}
.ag-radio-button-input-wrapper.ag-checked::before {
  background-image: var(--ag-icon-image-radio-button-on, var(--ag-icon-image));
  display: var(--ag-icon-image-display-radio-button-on, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-radio-button-on, var(--ag-icon-image-opacity, 0.9));
}
input[class^=ag-][type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  overflow: visible;
}
input[class^=ag-][type=range]::-webkit-slider-runnable-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-moz-range-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
}
input[class^=ag-][type=range]::-ms-track {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ag-border-color);
  border-radius: var(--ag-border-radius);
  border-radius: var(--ag-checkbox-border-radius);
  color: transparent;
  width: calc(100% - 2px);
}
input[class^=ag-][type=range]::-webkit-slider-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
  transform: translateY(calc(var(--ag-icon-size) * -0.5 + 1.5px));
}
input[class^=ag-][type=range]::-ms-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]::-moz-ag-range-thumb {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  width: var(--ag-icon-size);
  height: var(--ag-icon-size);
  background-color: var(--ag-background-color);
  border: 1px solid;
  border-color: var(--ag-checkbox-unchecked-color);
  border-radius: var(--ag-icon-size);
}
input[class^=ag-][type=range]:focus {
  outline: none;
}
input[class^=ag-][type=range]:focus::-webkit-slider-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-ms-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:focus::-moz-ag-range-thumb {
  box-shadow: var(--ag-input-focus-box-shadow);
  border-color: var(--ag-checkbox-checked-color);
}
input[class^=ag-][type=range]:active::-webkit-slider-runnable-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-moz-ag-range-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:active::-ms-track {
  background-color: var(--ag-input-focus-border-color);
}
input[class^=ag-][type=range]:disabled {
  opacity: 0.5;
}

/* node_modules/ag-grid-community/styles/ag-theme-material.css */
@font-face {
  font-family: "agGridMaterial";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABEEAAsAAAAAJOwAABCxAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIkuBmAAi2IKo3ieDgE2AiQDgjALgRoABCAFhF4HhRkbniBlBhRsHADcvPwuonoSyv7/QwInY4g5qJtYWIJCVaWmiu9r4xG+pvqWWVHZ/LABDqiJbl2EgQ14dm4PC0+8u1FiLsd8G3fG/b4njZmNisMOSUKTB/7Xvt03M39WvS5xTTSRVkxCJZEIkUPIGuKGxCHTvPLjXO9rkwIeMPSatCkc0f/bFKEjUpsxM2JKTM+oyQXA/+CmfUgN6tSAelKH2kZNoZ4yIRVRmJjULDN2d2Sqlhm998hJpiAgns06kCeXbKXSnVHavbOdxNyFoEppf1EFDkajJzbDNjvtTGtEWGhAAgqDm+rvEb3NGZaEMnI7b4L/+67YimNwJJ+stBcB/zdX6hSQp2xkdZ0OzML8+UuQyx2rbEppSntXQBLqXhXxwlGOC8DGALu+2gpfofsqVJ2tIwInrXZe1MuStxJKTtxUix6PUGFbsmVsfvAKsLEBo+azb0UAck2F+PHJ+XXmyebNmTzsbM8AHucMJ4f7m+TdEPxJt0C+z8k4U91D3/0NVuEmvFfsURO9jJ/iz/Jp4gWIrGqMo1mcn5+NWLBQDhfDE9nTuC6PD2m+4B0jLkt4N/vBUQZmcxzDsvVdtERZdhFlt9YOKHqsb7ku5/vbFvn0/jEdAsfCEoWpyqZ8CYoTYssXsvg7Nx8n2ziyMDvEToxgI0CEklAzx4nqJ0+NaTYS4HGOrRRh2z/n1g7Tzp0N1kDI5ccWTCjvNew6IpgRzBFYpdm9r1bWRW1ZwpktvewajNigqnCPAmlI18Tc89qAZt/Ot3nS7oXeYu/xXdSeTP/oVUPEBTUkTw/74KgLs5wRuryTj359+OrFNz/8g8smSVsiHRz4mmuTzN5l8Ubh4As2D57YEUUblvKpodC52Uy1bR0TtBI2jcpK2SzBDxo7Kqk128Ee48PEkdMxM8GCSxYbZVRzLJ9Px9wd7cSsr3EWgcqWDVPldc0VQ2kZdWahQL6nf5Hn0tN8dCmkGXO+Nx59rvmCezoSObCuojGmRGbZcJLTr4jKzu4O9orPS25lDnzlIPlRDj5+1pSMCf+EgfCOdbGW9RGr6hs24rwcyQF5dcIf1YhmMD8XUZvBuRm+BhRn5YmSUn16whHzdDO3507lmKy1AqdpWwOhnX2lLuUCR2/pFBkQPUUfBW9u3374riXwICLEzi5jeW9ixx8NP7uQ/3idjK6zlnBplUAGiIF6IAFR6eclIR+6N+oh6ntjYf9wczIeNvLGZz9+dv3+rcEr73z9GZ45z9RAP7cWtRGwnGprQdn5ZZkby7ES4qw4NA12cD6ejZMrDg/BBOJ0sTKFSqMzmCKiYuIS2ZrTMrJyvjMWFJWUVWiqauoamuJa2jq6evoGhkY0YxNTSNTMHITU2WQeY9c2MrDrvLQvHVgN7nvd//z776eHmb7N9Byz5wPiF1OXgYZLMgZskjZgi4wA22QA2CHjwC7pBPbILLBP2oEDMgQckm7gmAwDJ2QQOCUTwBnpBc5JD3BBpoAr0gFck37ghnQBt2QSuCMzwD3pAx7IKPBIpoGnUXPgJ+AWFQBKAKoA1ACoA9AAoAlAC4A2AB0AugD0AOgDMABgCMAIgDEAEwCmAMwAmAOwAGAJwAqANQAbALYA7ADYA3AA4GgieeDnBF7jDMAFgCsANwDuKL3iHvgMDwA8AvAEwDMALwC8AvAGwDsAHyaSB34+QRu+APgG4MdEYvDzq4wNf8B8/GOUYL7BruMdzyBTC5A1guWFG14EvtNynjO05NzdP08kaOQoXTGRypTaVCZPuFKKc2QJTkusXNY+P6tfToWOc8rFpJWPijGkTnOKsV6C1DqnJCgn8EoJZqoX/YRhKCSTZfEqkjRNcipwMisXSaowjCpFTvKrgmxlYVKTMlSkmDkxe9ZpkpbickyP4Z/5Xm1QHGOkNl7GyNawITSCvMoCAYO1gUSpp6kVrkp7PPEmY7dU8m5By27OFjX2NaxpqW2LNs0AV+h+sxNIGSiZ5i9egqWXX/P0cOUqTnZX3mweV1kk0lPsrWE9mTRt8uQ61403ZHSsW0W2fXtKeA7cCl/R/bUnYICR+ohgBBREV2AcdFkXCJU6lzXENDWJ/CeIJ8biFaWfOS6fbaL70htNjJOWsTmSpW2THbaYOTgWJtSfez/h5smxSBl02M1cUpkOnjpF/sSZPXsOoDt68S6H2+fBNr9j5p4z5C+B/afD2Xk7d4btkm69Rf6nHSspUvPu3ds5nEW358TME2cuuItnj3b89O5CF7Zjjz8Ftm//7kfdd9tP71bRnU5Y2rw9hZttvXp9x0w707GKwO6kg8Xol/dXV2W6rVeNf+AehvvpvW7vUnQvuicf/LtH6eP3HH4Wc4JCacLHp+jmqjD29IhUqWIbY9OA2m4lzzvJ4fQc0Vn9kdCagJ+R7V3Wj/kTMy2u5GPkz6Db1DJ77cFsOvCkIP/qF1tykDyXS9k/9uH3NPhLB+VsI/9hLq15nHfIJiNvi8KWKrtmc/xeUN/PWXZS5WYmH4pgxdjf6X29rixDnqdZ1u1vnUvP3w53L7oLd0YYaRzquPqsVddZbfh6xrlCSQ3qy+tYWxenl14RLYIINby+7PC+86I0siV39S0PHOSgjXOnj7Q1Ota2cY97+pHVFp9laZ4L9cMTqVkdIUCWeJw+ekfkwsrSFcUmFcNAYiwQGquV2qsgd7KiJQNJADXFAGi6YQs1hgg5GFXRSsllXz/BUefXyiFfOPqgGPNFx6L7OcikJnTgWEbm0xnbqn5dFIXT6Sl/xp1dUpvIECMvMh3aM/bLb6aJJ6mpvyU1/+ZKNmlrob4LWHvEbi0BL4oq8XCjucDqwq5mAB5Z0Gp0qIz7kikoTw6E3D3nRl5Jo+Bmj1MZQsCudA6X7TG6YzaeLZY2aUgEsWkuSiq189HRN7U6qPhTt6XKy0Q3GVmkVqKlq1Nd1BrYsbDpQg3rpsOSBO7+3Xxb4vh4hoTXyqsMjp8J3dWPP8uIiVHc3ph8QimP5FGZwmdjQEC3jW0xKOaNcLEHvUliVFYsx1Ixs7xu3kjyAu1sSq0+xaLqCC9HnTrWlsJRKjx5TUAZSJr+Tnz/QG/GcXCX940rjywNDy+NLH8tMf7S8F7765mI+FBfL9mQ6e0Tdwk36mcNzfqYNjF9Is1O+jYJInpovlvgbTe+2+1At8G744nxHRyysy+c1+mylXp9pUSqkcr90/izrxCtWpsaPp3SasnKSi43LvYCm33h/IUdcVu3tn3KEaGQAqiI+NwGFElVkB2yBJ2X8AIsC3ydENYxLZkBer6Sx47z/EmWBQlynMEATSPSmJljr6CApaGAunZoGgae5JW0KxA6/9lmmi1pnReE3/5QVzNJPU+xi+Nb5xvqW+sbbv43U5buuen8ZvLUZZy7Zn6JNo85au19i3bX2/Y2daHf1ikc0LOTEDunGB8Bb63ltNiJI62d9ozwOFzjkZcnmm21ZqeVSOjg6Gp1mRGYt1lNr9d8trDNFVhpnf4J/wOC7F87CmYaTXFYZ9kQrXzlJrDkFW5MdnT867xgdUxbwGH/I8IAcJhmPhnnGwtld4StA9YHS4QjrgWZ8dcJxoHUYHnksP7xY/dIP5MhCz7y5EexYmRUOFnY5/EPOnuKuuRdPDmvExUvz2DaCjEa/ix5pwgVH8zIePy41B1ktsxZtFJ2xXO7fSF/amZjW3OmY4K1LfpfTEFCwdpbxFkz62ALWzy7WTX1eK+gTWgvDMubnTstbImxmbWHtQDadh8mcaQD9hKhx6b6qRz19dxYg+P5I+pGp7mluDW0OKc2ExWabFwxX17HGVLKFRqeZ/hsec01Berr9Ss1JVmUnktovArvstEJhUXzRy5ccsXPI6wNDO8rECla/HLT3LSx3i6pLvOM6pVmSCQZ+RLjy6dlJVzxpdWy1ZdkdvNAy1IqCtOq9CoNxhAM/Cs7cZywGbXNZQPBECATjCNV5BBlFUMq7nh6l9rgkK1x1FDPzvIEo26VqFlCo37WqtYUwN+7i+OUocntO01vwinbtOdrhD8MmHg3Ro2iosoiIkrHSwyLimTBdos3mSgJ5WTdsCAgNSBDh7JxKUEyrbpGqayp7tR0rvi2r65ZemJqzcLixEQjDZjeadKr9DCTtfVZekJ/cxtNwN5gVExSImx9NPAVS10pd5SrPaYtkuKSrCwJLi2KqsPW374txupwO98XpbKD0AVNO87+HP3z7nYU0FWmJ901edkuwZagUJPsa/oqYpZ2FgGFYcuX1+qanr+QSJ49G556JIcYHiZyjkwdfgYym0jSXXrafQtOS91FXGBPTQbDwqOLjrpu0w/XDjLXce7dozZQn4Nqfw/fxQKfV+rNDrrn1PNnOir1LzVdW+yT7718uXe+T/FVifEvX/7fd7HPVUlqk6qFLcXhBTJZQXjx4xa7/AJZcfjjxLxg+KoYn5w8fmmJ5Vsqfjk5206Juzxp08WrnEsLQug8xivdS+W1Y81euHNTE3mDuckn0UMAVhRoUHTG6bgC64itOK+WsVu3bvpAGwxDcMM1nUiH3W3Hb62BTSzLhTNnTr9MmDRcQV6Njq+IjRp/aoWuWKUyS2uaN3cgrT4x6qS9FszzQbIhJ8edGF9akp5OUSMPHgKLO85kwiClYRMnDiZQW0ycGJlGhxN37sAK5qvqGwEz5/z+zf5+iaWI9EgyAPEuKq4nOeruKwXcQiiwx1SkWjcw6uDqd5uLnMgzwf8fSCvyxR3Yi+VdTOYqs2cBl3axiUSi/3Q9k7nj9lKK8MGJrSP3HPKJP27iknXsoYdbUde2eJqx7jsRid9mRx0Do3PcEixpw+U6ZCVxFWIBmpDrBnl6bkcbaza1JVPHf5kvsitU2pRZx/5jZo7QAKGQ9+b4XJD2T0vak/3FysKKEqe9Ng71zmt++uaPz3nYY9pa4FE9ApBLNgP/jvOK4fw+zgtg5taJQIrQMYuFJwVC0rpBMqDBjKWy1j7JhQFkNpwHCZgECHBGPOCgCEuB8GDCb4ag9W6GofV1IkAaPrlFdOYAUeE+x+Xr06ANHhTDRqP/QCONmH5TGBNOlxJ5E/9JSxSuXoJCUvUNMenycfqqXasyhVezrupUhupd2CglqbLKFzlrerP89hRcOz+Pxsmwg2Gj0X/QnkY6pt9EDaPYf9Rcyy3n/ykr8K4LV140nnMLG85RKjP7Srva5jKF12V368ydyiD4e81yTpY4kyXPcv2LHNUafQk9v3nia+vyag1Xi/NP1KQgUN3/REhUNHQMTKzPIM3F+3L984WxeCKZSmeyuXyhWCpXqrV6o9lqd7q9/mA4Gk+ms7m1sAl1XOb5QbhcMcIoY4wzwSRTTDPDLHPMsyDYFAxBKaBF4UNUlbnsYXGHDtlROnA9ql3bSu67laX2Csg/xpqI7MlIh8hodJsWGTlX8rmTJFrnGGqvR/dxHLicOmFTdEZ+30leD5xKKXuuTHtutH1PxR3Q0rT72IGMtaf1J7RSXRKWfk8UHXYxNeg+iJ0W2w8a80FQGfO+Mo3tJ+rsMEVu+XyPkqCPHI4HXOIQt7Q/EI/HSGmkBhamMxarMSWZETjIhf20Bz8fXH0Su9aib0bqdjQTrqXrrmJ2fKAx9LZfcKLTMtQwtfYysy93As9AyYLHCwkjs11Rzq0p0b7jJ/FZJRMfj4zetJ/TWA5Uol8IIARQIDCIIMAwQwEHCXr4hhYWqD0MMEKGFSboYLsDAAAA);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-material {
  --ag-material-primary-color: #3f51b5;
  --ag-material-accent-color: #ff4081;
  --ag-foreground-color: rgba(0, 0, 0, 0.87);
  --ag-secondary-foreground-color: rgba(0, 0, 0, 0.54);
  --ag-disabled-foreground-color: rgba(0, 0, 0, 0.38);
  --ag-background-color: #fff;
  --ag-header-background-color: #fff;
  --ag-tooltip-background-color: #fff;
  --ag-subheader-background-color: #eee;
  --ag-subheader-toolbar-background-color: rgba(238, 238, 238, 0.5);
  --ag-header-cell-hover-background-color: #f2f2f2;
  --ag-chip-background-color: #e2e2e2;
  --ag-range-selection-background-color: rgba(122, 134, 203, 0.1);
  --ag-range-selection-background-color-2: rgba(122, 134, 203, 0.19);
  --ag-range-selection-background-color-3: rgba(122, 134, 203, 0.27);
  --ag-range-selection-background-color-4: rgba(122, 134, 203, 0.34);
  --ag-range-selection-highlight-color: #fce4ec;
  --ag-row-hover-color: #fafafa;
  --ag-column-hover-color: #fafafa;
  --ag-control-panel-background-color: #fafafa;
  --ag-selected-row-background-color: rgba(33, 150, 243, 0.3);
  --ag-checkbox-unchecked-color: #333;
  --ag-value-change-value-highlight-background-color: #00acc1;
  --ag-side-button-selected-background-color: transparent;
  --ag-advanced-filter-join-pill-color: #f08e8d;
  --ag-advanced-filter-column-pill-color: #a6e194;
  --ag-advanced-filter-option-pill-color: #f3c08b;
  --ag-advanced-filter-value-pill-color: #85c0e4;
  --ag-range-selection-border-color: var(--ag-material-primary-color);
  --ag-checkbox-checked-color: var(--ag-material-accent-color);
  --ag-borders: none;
  --ag-borders-critical: solid 1px;
  --ag-border-color: #e2e2e2;
  --ag-grid-size: 8px;
  --ag-icon-size: 18px;
  --ag-header-height: calc(var(--ag-grid-size) * 7);
  --ag-row-height: calc(var(--ag-grid-size) * 6);
  --ag-cell-horizontal-padding: calc(var(--ag-grid-size) * 3);
  --ag-list-item-height: calc(var(--ag-grid-size) * 4);
  --ag-row-group-indent-size: calc(var(--ag-grid-size) * 3 + var(--ag-icon-size));
  --ag-filter-tool-panel-sub-level-row-height: calc(var(--ag-grid-size) * 4);
  --ag-checkbox-border-radius: 2px;
  --ag-toggle-button-switch-border-width: 2px;
  --ag-toggle-button-height: var(--ag-icon-size);
  --ag-widget-container-horizontal-padding: calc(var(--ag-grid-size) * 1.5);
  --ag-widget-container-vertical-padding: calc(var(--ag-grid-size) * 2);
  --ag-widget-vertical-spacing: calc(var(--ag-grid-size) * 1.75);
  --ag-font-family:
    Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  --ag-font-size: 13px;
  --ag-icon-font-family: agGridMaterial;
  --ag-selected-tab-underline-color: var(--ag-material-primary-color);
  --ag-selected-tab-underline-width: 2px;
  --ag-input-focus-border-color: var(--ag-material-primary-color);
  --ag-input-focus-box-shadow: 0 0 0 5px rgba(32, 33, 36, 0.122);
  --ag-card-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  --ag-card-radius: 2px;
  --ag-invalid-color: #e02525;
}
.ag-theme-material .ag-filter-toolpanel-header,
.ag-theme-material .ag-filter-toolpanel-search,
.ag-theme-material .ag-status-bar,
.ag-theme-material .ag-header-row,
.ag-theme-material .ag-panel-title-bar-title,
.ag-theme-material .ag-multi-filter-group-title-bar {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-header-foreground-color);
}
.ag-theme-material .ag-tab {
  height: calc(var(--ag-grid-size) * 4.5);
  flex: 1 1 auto;
}
.ag-theme-material .ag-tabs-header,
.ag-theme-material .ag-column-drop-horizontal {
  background-color: var(--ag-subheader-background-color);
}
.ag-theme-material .ag-tabs-body {
  padding: calc(var(--ag-grid-size) * 0.5) 0;
}
.ag-theme-material .ag-tabs-body .ag-menu-list {
  padding-top: 0;
  padding-bottom: 0;
}
.ag-theme-material .ag-header-cell,
.ag-theme-material .ag-header-group-cell {
  transition: background-color 0.5s;
}
.ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {
  bottom: 0;
}
.ag-theme-material .ag-cell-inline-editing {
  padding: var(--ag-grid-size);
  height: calc(var(--ag-row-height) + var(--ag-grid-size) * 3);
  border-color: var(--ag-border-color) !important;
}
.ag-theme-material .ag-has-focus .ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}
.ag-theme-material .ag-column-drop-vertical {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
  padding-top: var(--ag-grid-size);
}
.ag-theme-material .ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-theme-material .ag-column-drop-vertical-cell {
  margin-left: 0;
}
.ag-theme-material .ag-column-drop-vertical-empty-message {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
  color: var(--ag-disabled-foreground-color);
}
.ag-theme-material .ag-ltr .ag-column-drop-vertical-empty-message {
  padding-left: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-right: var(--ag-grid-size);
}
.ag-theme-material .ag-rtl .ag-column-drop-vertical-empty-message {
  padding-right: calc(var(--ag-icon-size) + var(--ag-grid-size) * 2);
  padding-left: var(--ag-grid-size);
}
.ag-theme-material .ag-status-bar {
  border: solid 1px;
  border-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-panel-column-select {
  border-top: solid 1px;
  border-top-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-select,
.ag-theme-material .ag-column-select-header {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-select-header {
  height: var(--ag-header-height);
}
.ag-theme-material .ag-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.75) var(--ag-grid-size);
}
.ag-theme-material .ag-charts-format-sub-level-group-title-bar {
  padding: calc(var(--ag-grid-size) * 0.5) var(--ag-grid-size);
}
.ag-theme-material .ag-chart-data-section,
.ag-theme-material .ag-chart-format-section {
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-theme-material .ag-chart-menu-close {
  background: var(--ag-background-color);
}
.ag-theme-material .ag-chart-menu-close .ag-icon {
  background: var(--ag-subheader-background-color);
}
.ag-theme-material input[class^=ag-]:not([type]),
.ag-theme-material input[class^=ag-][type=text],
.ag-theme-material input[class^=ag-][type=number],
.ag-theme-material input[class^=ag-][type=tel],
.ag-theme-material input[class^=ag-][type=date],
.ag-theme-material input[class^=ag-][type=datetime-local],
.ag-theme-material textarea[class^=ag-] {
  background: transparent;
  color: var(--ag-foreground-color);
  font-family: inherit;
  font-size: inherit;
  height: calc(var(--ag-grid-size) * 5);
  padding-bottom: var(--ag-grid-size);
  border-width: 0;
  border-radius: 0;
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material input[class^=ag-]:not([type]):focus,
.ag-theme-material input[class^=ag-][type=text]:focus,
.ag-theme-material input[class^=ag-][type=number]:focus,
.ag-theme-material input[class^=ag-][type=tel]:focus,
.ag-theme-material input[class^=ag-][type=date]:focus,
.ag-theme-material input[class^=ag-][type=datetime-local]:focus,
.ag-theme-material textarea[class^=ag-]:focus {
  border-bottom: 2px solid;
  border-bottom-color: var(--ag-material-primary-color);
  outline: none;
  box-shadow: none;
}
.ag-theme-material input[class^=ag-]:not([type])::placeholder,
.ag-theme-material input[class^=ag-][type=text]::placeholder,
.ag-theme-material input[class^=ag-][type=number]::placeholder,
.ag-theme-material input[class^=ag-][type=tel]::placeholder,
.ag-theme-material input[class^=ag-][type=date]::placeholder,
.ag-theme-material input[class^=ag-][type=datetime-local]::placeholder,
.ag-theme-material textarea[class^=ag-]::placeholder {
  color: var(--ag-disabled-foreground-color);
}
.ag-theme-material input[class^=ag-]:not([type]):disabled,
.ag-theme-material input[class^=ag-][type=text]:disabled,
.ag-theme-material input[class^=ag-][type=number]:disabled,
.ag-theme-material input[class^=ag-][type=tel]:disabled,
.ag-theme-material input[class^=ag-][type=date]:disabled,
.ag-theme-material input[class^=ag-][type=datetime-local]:disabled,
.ag-theme-material textarea[class^=ag-]:disabled {
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material input[class^=ag-]:not([type]):invalid,
.ag-theme-material input[class^=ag-][type=text]:invalid,
.ag-theme-material input[class^=ag-][type=number]:invalid,
.ag-theme-material input[class^=ag-][type=tel]:invalid,
.ag-theme-material input[class^=ag-][type=date]:invalid,
.ag-theme-material input[class^=ag-][type=datetime-local]:invalid,
.ag-theme-material textarea[class^=ag-]:invalid {
  border-width: 0;
  border-bottom: 1px solid;
  border-bottom-color: var(--ag-invalid-color);
  color: var(--ag-invalid-color);
}
.ag-theme-material .ag-standard-button {
  appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--ag-material-primary-color);
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.ag-theme-material .ag-standard-button:disabled {
  color: var(--ag-disabled-foreground-color);
  background-color: var(--ag-input-disabled-background-color);
  border-color: var(--ag-input-disabled-border-color);
}
.ag-theme-material.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
}
.ag-theme-material .ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 4);
}
.ag-theme-material .ag-filter-toolpanel-group-level-0-header {
  height: calc(var(--ag-grid-size) * 7);
}
.ag-theme-material .ag-ltr .ag-filter-apply-panel-button,
.ag-theme-material .ag-ltr .ag-advanced-filter-apply-button,
.ag-theme-material .ag-ltr .ag-advanced-filter-builder-button {
  margin-left: var(--ag-grid-size);
}
.ag-theme-material .ag-rtl .ag-filter-apply-panel-button,
.ag-theme-material .ag-rtl .ag-advanced-filter-apply-button,
.ag-theme-material .ag-rtl .ag-advanced-filter-builder-button {
  margin-right: var(--ag-grid-size);
}
.ag-theme-material .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-material .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-material .ag-layout-print .ag-center-cols-viewport,
.ag-theme-material .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-material .ag-picker-field-wrapper:focus-within {
  box-shadow: 0 0 0 1px var(--ag-material-primary-color);
}
.ag-theme-material .ag-rich-select-list {
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 5px 5px -3px,
    rgba(0, 0, 0, 0.14) 0px 8px 10px 1px,
    rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
}
.ag-theme-material .ag-advanced-filter-builder-button-label {
  text-transform: uppercase;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
