/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-rsc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-rcs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.flex-rcc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-rbs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-rbc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.flex-rec {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.flex-res {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-res {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.flex-rse {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.flex-ccc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-ccs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flex-csc {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-cec {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.flex-cbs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-cbc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.flex-gap-5 {
  gap: 5px;
}

.flex-gap-10 {
  gap: 10px;
}

.flex-gap-20 {
  gap: 20px;
}

.flex-gap-30 {
  gap: 30px;
}

.flex-gap-40 {
  gap: 40px;
}

.flex-gap-50 {
  gap: 50px;
}

.flex-gap-60 {
  gap: 60px;
}

.flex-rr {
  flex-direction: row-reverse;
}

.flex-cr {
  flex-direction: column-reverse;
}

.flex-grow-1 {
  flex-grow: 1;
}

.separator {
  width: 100%;
  height: 1px;
  display: block;
  background: #5575a6;
}

.disabled {
  pointer-events: none !important;
}

.italic {
  font-style: italic;
}

.pointer {
  cursor: pointer;
}

.bold-text {
  font-weight: bold;
}

/*
* Customized checkbox
*/
/* Customize the label (the container) */
.styled-checkbox-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

/* Hide the browser's information checkbox */
.styled-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.styled-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.styled-checkbox {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  border: 1px solid #2b5390;
  transition: border-color 90ms cubic-bezier(0, 0, 0.2, 0.1), background-color 90ms cubic-bezier(0, 0, 0.2, 0);
}
.styled-checkbox.checked:after {
  top: 4px;
  left: 3px;
  width: 8px;
  opacity: 1;
  content: "";
  height: 4px;
  position: absolute;
  box-sizing: content-box;
  transform: rotate(-45deg);
  border-left: 2px solid #2b5390;
  border-bottom: 2px solid #2b5390;
  border-bottom: 2px solid currentColor;
  transition: opacity 90ms cubic-bezier(0, 0, 0.2, 0.1);
}
.styled-checkbox input {
  opacity: 0;
}

.horizontal-line {
  width: 80%;
  background-color: #e4e4e4;
  height: 1px;
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.rounded-with-shadow {
  border: 1px solid #f1f1f1;
  box-shadow: 0px 3px 5px rgba(69, 69, 69, 0.2);
  border-radius: 4px;
}

.container-with-side-bar-shrinked {
  width: calc(100% - 31px);
  left: 31px;
  transition: all 0.2s ease-in-out 0.2s;
}

.container-with-side-bar-opened {
  position: relative;
  width: calc(100% - 230px);
  left: 230px;
  transition: all 0.1s ease-in-out 0.1s;
}

.ci-check-circle-32-f {
  color: #6bb130;
}

.tb-hourglass {
  color: #808080;
}

.datepicker-with-tooltip tr > td:first-of-type > .datepicker-tooltip .datepicker-tooltip-text {
  left: 0;
  margin-left: 0;
}
.datepicker-with-tooltip tr > td:nth-of-type(7) > .datepicker-tooltip .datepicker-tooltip-text,
.datepicker-with-tooltip tr:first-of-type > td:last-of-type > .datepicker-tooltip .datepicker-tooltip-text {
  right: 0;
  margin-left: 0;
  left: auto;
}
.datepicker-with-tooltip .datepicker-tooltip .datepicker-tooltip-text {
  visibility: hidden;
  background-color: #1b3359;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  padding: 8px 12px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  font-size: 13px;
  width: max-content;
}
.datepicker-with-tooltip .datepicker-tooltip:hover::after {
  content: "";
  position: absolute;
  top: -25%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #1b3359 transparent transparent transparent;
}
.datepicker-with-tooltip .datepicker-tooltip:hover .datepicker-tooltip-text {
  visibility: visible;
}

.invalid-kpi {
  color: #dc2a0e !important;
}

.autodetection-classes-count-img {
  margin-right: 10px;
  height: 16px;
  width: 16px;
}

.h-500 {
  height: 500px;
}

.loader-alignment {
  height: 72vh;
  padding: 18px;
}

.vertical-separator {
  width: 1px;
  height: 60px;
  background-color: #e4e4e4;
}

.mat-select-panel.inspection-check-status .mat-option .ci-x-circle-16-f,
.inspection-status-trigger .ci-x-circle-16-f {
  color: #f25037;
}
.mat-select-panel.inspection-check-status .mat-option .ci-check-circle-16-f,
.inspection-status-trigger .ci-check-circle-16-f {
  color: #34640c;
}

.drone-ellipsis {
  max-width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pass-check svg {
  fill: #45731f;
}

.fail-check svg {
  fill: #dc2a0e;
}

.portal-btn {
  width: 106px;
}

.chart-tooltip {
  width: 188px;
}

.chart-tooltip table {
  width: 168px;
}

.chart-tooltip td {
  white-space: normal;
  word-break: break-word;
}

.map {
  width: 100%;
  height: 100%;
}
.map .ol-custom-overviewmap,
.map .ol-custom-overviewmap.ol-uncollapsible {
  bottom: auto;
  left: auto;
  right: 73px;
  top: 33px;
  background-color: #181818 !important;
}
.map .ol-custom-overviewmap .ol-overviewmap-map {
  border: 2px solid #c0c0c0;
  width: 230px;
  height: 230px;
  box-sizing: content-box;
}
.map .ol-custom-overviewmap .ol-overviewmap-box {
  border: 2px solid #fe9e2f;
}
.map .ol-custom-overviewmap:not(.ol-collapsed) button {
  display: none;
}

.map-tools {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

.map-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
}

.map-drawer {
  position: absolute;
  right: 40px;
  top: 0;
  background-color: #ffffff;
  border-right: 1px solid #e4e4e4;
  z-index: 10;
}

.darkBackground {
  background-color: #181818;
}

.kiosk-background {
  background-color: #0d1626;
}

.pano-image {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}

.hidden {
  visibility: hidden;
  z-index: -1;
}

.alignImageryCenter {
  margin-left: -460px !important;
}

.inspection-map-dialog .tbs-dialog mat-dialog-content {
  padding: 0 !important;
  overflow: visible;
}

.switcher-labels {
  padding: 12px 6px 12px 12px;
  box-sizing: border-box;
  width: 230px;
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 2px solid #224273;
  border-radius: 0 0 2px 2px;
}
.switcher-labels-header {
  width: 100%;
  margin-bottom: 5px;
}
.switcher-labels h4 {
  font: normal 700 13px / 19px "Arimo", sans-serif;
  color: #181818;
  margin: 2px 0 0 0;
}
.switcher-labels-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.switcher-labels-item p {
  font: normal 400 11px / 15px "Arimo", sans-serif;
  color: #181818;
  height: 30px;
  display: flex;
  align-items: center;
}
.switcher-labels-item p .zoom-information {
  color: #c0c0c0;
  margin-left: 5px;
}

.pano-image-dialog .mat-dialog-container,
.pano-image-dialog .mat-dialog-actions {
  padding: 0;
}
.pano-image-dialog .psv-notification {
  bottom: 0;
}
.pano-image-dialog .psv-compass {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 20px;
}
.pano-image-dialog .psv-compass svg {
  position: absolute;
}

.drone-imagery-date {
  background: #f4f6f9 !important;
  font-weight: 700;
}

.map .drag-box {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #ffffff;
}
.map .ol-control button {
  color: transparent !important;
}
.map .ol-control button::before, .map .ol-control button::after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 0;
  height: 0;
  clear: both;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
}
.map .ol-control button::before {
  left: -14px !important;
  transform: rotate(90deg) !important;
}
.map .ol-control button::after {
  left: 17px !important;
  transform: rotate(-90deg) !important;
}
.map .ol-swipe {
  background-color: transparent !important;
}
.map .ol-swipe::before {
  width: 2px;
  transform: translate(-1px, 0);
}
.map .ol-swipe::after {
  background-color: transparent !important;
}
.map .ol-swipe:active button::after,
.map .ol-swipe:active button::before {
  content: none !important;
}
.map .ol-swipe button {
  background-color: transparent !important;
}
.map .ol-swipe button:hover {
  outline: none !important;
}

.logistics-output-table-data-slicer-container {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 10px;
}
.logistics-output-table-data-slicer-container .data-slicer-title {
  display: flex;
  column-gap: 10px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  width: 100px;
  margin-right: 25px;
}
.logistics-output-table-data-slicer-container .input-container {
  display: flex;
  column-gap: 10px;
  margin-right: 10px;
  width: calc(100% - 120px);
}
.logistics-output-table-data-slicer-container .input-container tbs-input,
.logistics-output-table-data-slicer-container .input-container tbs-select,
.logistics-output-table-data-slicer-container .input-container tbs-datepicker {
  padding-bottom: 0;
}
.logistics-output-table-data-slicer-container .input-container .search-shipment-wrapper,
.logistics-output-table-data-slicer-container .input-container .search-pallet-id-wrapper,
.logistics-output-table-data-slicer-container .input-container .delivered-select-wrapper {
  width: 15%;
  max-width: 240px;
}
.logistics-output-table-data-slicer-container .input-container .datepicker-container {
  width: 250px;
}
.logistics-output-table-data-slicer-container .input-container .datepicker-container input {
  caret-color: transparent;
}
.logistics-output-table-data-slicer-container .input-container .mat-calendar-icon {
  font-size: 24px;
  color: #454545;
}
.logistics-output-table-data-slicer-container .actions-container {
  display: flex;
}
.logistics-output-table-data-slicer-container .actions-container button {
  width: 124px;
}
.logistics-output-table-data-slicer-container .actions-container .tbs-button {
  margin-right: 10px;
}

.logistic-output-table-note-container {
  padding: 12px 0px;
}

.logistic-output-table-breadcrumb-container {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  column-gap: 8px;
  margin-bottom: 10px;
  padding: 0 14px;
}
.logistic-output-table-breadcrumb-container span:nth-child(odd) {
  cursor: pointer;
}
.logistic-output-table-breadcrumb-container span:first-child {
  text-transform: uppercase;
}
.logistic-output-table-breadcrumb-container span:last-child {
  color: #2b5390;
}

.logistic-output-table-container {
  padding: 12px 0px;
}
.logistic-output-table-container .terabase-flag {
  visibility: hidden;
}
.logistic-output-table-container .ag-row-hover .terabase-flag {
  font-size: 20px;
  visibility: visible;
  cursor: pointer;
}
.logistic-output-table-container .ag-row-hover .terabase-flag:hover {
  color: #f25037;
}
.logistic-output-table-container .icon-text-cell-container .mat-icon {
  margin-top: 10px;
  color: #f25037;
  cursor: pointer;
}
.logistic-output-table-container .shipment-output-cell {
  display: flex;
  align-items: center;
}
.logistic-output-table-container .ag-header-container,
.logistic-output-table-container .ag-floating-top-container,
.logistic-output-table-container .ag-floating-bottom-container,
.logistic-output-table-container .ag-sticky-top-container {
  background: #f9f9f9;
}
.logistic-output-table-container .ag-header-cell-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.logistic-output-table-container .ag-cell .ag-cell-wrapper .ag-cell-value {
  text-align: center;
}
.logistic-output-table-container .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;
}
.logistic-output-table-container .ag-ltr .ag-floating-filter-button {
  margin-left: calc(var(--ag-grid-size) * 2);
}
.logistic-output-table-container .ag-root-wrapper {
  border: solid 0px;
  border-color: var(--ag-border-color);
}
.logistic-output-table-container .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;
}
.logistic-output-table-container .ag-floating-filter:first-child .ag-floating-filter-body .ag-floating-filter-input .ag-text-field .ag-text-field-input-wrapper .ag-text-field-input {
  display: none;
}
.logistic-output-table-container .shipment-actual-cell {
  display: flex;
  align-items: center;
}
.logistic-output-table-container .flag-cell .icon-text-cell-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.logistic-output-table-container .flag-cell .icon-text-cell-container .terabase-flag-f {
  font-size: 20px;
  visibility: visible;
  cursor: pointer;
  color: #f25037;
}
.logistic-output-table-container .ag-row-hover {
  background-color: #f4f6f9;
  cursor: pointer;
}
.logistic-output-table-container .ag-row-odd {
  background-color: #f9f9f9;
}
.logistic-output-table-container .ag-cell-focus {
  border-color: #8098bc;
}
.logistic-output-table-container .ag-cell-focus:focus-within {
  border-color: #8098bc !important;
}
.logistic-output-table-container .ag-root-wrapper-body {
  border: 1px solid;
  border-color: var(--ag-border-color);
  min-height: 600px;
}
.logistic-output-table-container .ag-theme-material .ag-layout-auto-height .ag-center-cols-clipper,
.logistic-output-table-container .ag-theme-material .ag-layout-auto-height .ag-center-cols-container,
.logistic-output-table-container .ag-theme-material .ag-layout-print .ag-center-cols-clipper,
.logistic-output-table-container .ag-theme-material .ag-layout-print .ag-center-cols-container {
  min-height: 600px;
}
.logistic-output-table-container .ag-theme-material .ag-status-bar {
  border: 0;
}
.logistic-output-table-container .ag-theme-material input[class^=ag-]:not([type]),
.logistic-output-table-container .ag-theme-material input[class^=ag-][type=text],
.logistic-output-table-container .ag-theme-material input[class^=ag-][type=number],
.logistic-output-table-container .ag-theme-material input[class^=ag-][type=tel],
.logistic-output-table-container .ag-theme-material input[class^=ag-][type=date],
.logistic-output-table-container .ag-theme-material input[class^=ag-][type=datetime-local],
.logistic-output-table-container .ag-theme-material textarea[class^=ag-] {
  padding-bottom: 0;
}

@font-face {
  font-family: "lg";
  src: url('lg.woff2?io9a6k') format("woff2"), url('lg.ttf?io9a6k') format("truetype"), url('lg.woff?io9a6k') format("woff"), url('lg.svg?io9a6k#lg') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url('loading.gif') no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-show-in .lg-toolbar {
  z-index: 1083;
}

.lg-outer.lg-components-open:is(.lg-zoomed) .lg-sub-html {
  opacity: 1 !important;
  transition: opacity 0.2s ease-out 0.15s !important;
  position: fixed;
  z-index: 1082;
  width: 100%;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1 !important;
  transition: opacity 0.2s ease-out 0.15s !important;
  position: fixed;
  z-index: 1082;
  width: 100%;
  top: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}

.lg-custom-thumbnails > .lg-outer .lg-components {
  transform: translate3d(0, 0%, 0);
}
.lg-custom-thumbnails > .lg-outer .lg-thumb-outer {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  height: 100px;
  max-width: none;
}

.version {
  position: fixed;
  bottom: 16px;
  left: 18px;
  z-index: 1000;
  font: normal 400 13px / 19px "Arimo", sans-serif;
  color: #aabad2;
  text-decoration: underline;
  cursor: pointer;
}

.mat-autocomplete-panel.mat-autocomplete-visible {
  visibility: visible;
  margin-top: 5px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #5575a6;
}
.mat-autocomplete-panel.mat-autocomplete-visible .mat-option {
  height: 48px;
  padding: 0 8px;
  background: #ffffff;
  /*

    MULTISELECT

  */
}
.mat-autocomplete-panel.mat-autocomplete-visible .mat-option:hover {
  background: #f4f6f9;
}
.mat-autocomplete-panel.mat-autocomplete-visible .mat-option-text {
  margin-left: 2px;
  color: #181818;
}
.mat-autocomplete-panel.mat-autocomplete-visible .mat-option .mat-pseudo-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #2b5390;
  border-radius: 3px;
}
.mat-autocomplete-panel.mat-autocomplete-visible .mat-option .mat-pseudo-checkbox-checked:after {
  top: 4px;
  left: 3px;
  width: 8px;
  opacity: 1;
  height: 4px;
  box-sizing: content-box;
  transform: rotate(-45deg);
  border-bottom: 2px solid #2b5390;
  border-left: 2px solid #2b5390;
}

.sidenav-container .mat-drawer-inner-container {
  overflow: hidden !important;
}

.mat-sidenav {
  display: flex;
  flex-direction: column;
  --mat-sidenav-container-background-color: #1b3359;
}

.mat-divider {
  border-top-color: #e4e4e4;
}

.core-radio-button.mat-radio-button .mat-radio-checked .mat-radio-inner-circle {
  transition: none;
  background: #2b5390 !important;
}
.core-radio-button.mat-radio-button .mat-radio-inner-circle {
  background: #2b5390 !important;
}
.core-radio-button.mat-radio-button .mat-radio-outer-circle {
  border-width: 1px;
  border-color: #2b5390 !important;
}
.core-radio-button.mat-radio-button .mat-radio-ripple {
  display: none;
}

.data-slicer-popup .mat-tab-nav-bar,
.data-slicer-popup .mat-tab-header {
  border-bottom: none;
}
.data-slicer-popup .mat-tab-body-content {
  min-height: 150px;
}
.data-slicer-popup .mat-tab-label {
  margin-bottom: 7px;
}
.data-slicer-popup .mat-tab-label {
  min-width: 42px;
  max-width: 100px;
  padding: 3px 8px;
  border-radius: 2px;
  margin-right: 15px;
  height: 20px;
  color: #808080;
  background-color: #f1f1f1;
}
.data-slicer-popup .mat-tab-label-active {
  color: #224273;
  background: #d5dde9;
}
.data-slicer-popup .mat-tab-group.mat-primary .mat-ink-bar,
.data-slicer-popup .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  display: none;
}

.project-verification .c--core-input-label {
  text-align: left;
}

.mat-paginator-container {
  justify-content: space-between !important;
}
.mat-paginator-container .mat-option-text {
  font-size: 15px !important;
}
.mat-paginator-container .mat-select-panel-wrap .mat-select-panel {
  margin-top: -50px !important;
}

.mat-paginator-page-size-label,
.mat-paginator-range-label {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.001em;
  color: #808080;
}

.mat-select-value-text {
  color: #181818;
  font-size: 15px;
}

.mat-form-field-underline {
  height: 0 !important;
}

a {
  color: #2b5390;
}

.pano-modal .mat-dialog-container {
  padding: 0;
}

input[type=time]::-webkit-calendar-picker-indicator {
  font-size: 16px;
}

input:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.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-row-selected::before {
  content: "";
  background-color: var(--tbs-neutral-200, #f9f9f9);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ag-theme-material .ag-row-hover.ag-row-selected::before {
  background-color: var(--tbs-neutral-200, #f9f9f9);
  background-image: none;
}
.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 {
  --ag-data-color: var(--tbs-neutral-1400, #181818);
  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-last:not(.ag-row-first) .ag-cell-inline-editing {
  bottom: 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-row-hover table-menu i {
  color: #2b5390;
}
.ag-theme-material .ag-row-hover icon-button-cell i {
  color: #2b5390;
}
.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%;
}

.default-cursor {
  cursor: auto;
}

.mat-select-panel-taller {
  max-height: 500px !important;
}

.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;
}

.print-avoid-break {
  break-inside: avoid;
}

.tbs-checkbox + span {
  width: 100%;
}

.pointer {
  cursor: pointer;
}

.ag-cell-value.ag-cell.ag-cell-not-inline-editing.ag-cell-normal-height.disabled-text {
  color: #808080;
  font: italic 400 13px / 19px "Arimo", sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/@ngx-terabase/ui/styles.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.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 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

div {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  outline: none;
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button {
  outline: none;
  border: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
  outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the information vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Removing padding from lists, paragraphs and menu
 */
menu,
ol,
ul,
p {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "terabase-icons";
  src: url('terabase-icons.woff?lkqn55') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=tb-],
i[class*=" tb-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "terabase-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -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('calcite-ui.woff?942dg') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i[class^=ci-],
i[class*=" ci-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "calcite-ui" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -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 {
    /* IE10+ */
  }
  .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;
  box-sizing: border-box;
  display: block;
  font-size: 0;
}
.tbs-spinner > div {
  position: relative;
  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%;
  animation: ball-clip-rotate 0.75s linear infinite;
}

/*
  * Animation
  */
@keyframes ball-clip-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    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: " ";
}

.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: " ";
}

.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: " ";
}

.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: " ";
}

.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;
  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: " ";
}

.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: " ";
}

.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: " ";
}

.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: " ";
}

.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;
  /* Body Primary/Bold */
  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;
  /* Body Primary/Bold */
  font-family: Arimo;
  font-size: 15px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 24px; /* 160% */
  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);
}
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;
}
/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ol/ol.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************/
:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
  overflow: hidden;
}

.ol-viewport {
  touch-action: pan-x pan-y;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

.ol-overviewmap .ol-viewport:hover {
  cursor: pointer;
}

/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ol-ext/dist/ol-ext.css?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.ol-control i {
  cursor: default;
}

/* Bar style */
.ol-control.ol-bar {
  left: 50%;
  min-height: 1em;
  min-width: 1em;
  position: absolute;
  top: 0.5em;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  white-space: nowrap;
}

/* Hide subbar when not inserted in a parent bar */
.ol-control.ol-toggle .ol-option-bar {
  display: none;
}

/* Default position for controls */
.ol-control.ol-bar .ol-bar {
  position: static;
}
.ol-control.ol-bar .ol-control {
  position: relative;
  top: auto;
  left:auto;
  right:auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  padding: 0;
  margin: 0;
  transform: none;
  -webkit-transform: none;
}
.ol-control.ol-bar .ol-bar {
  position: static;
}
.ol-control.ol-bar .ol-control button {
  margin:2px 1px;
  outline: none;
}

/* Positionning */
.ol-control.ol-bar.ol-left {
  left: 0.5em;
  top: 50%;
  transform: translate(0px, -50%);
}
.ol-control.ol-bar.ol-left .ol-control {
  display: block;
}

.ol-control.ol-bar.ol-right {
  left: auto;
  right: 0.5em;
  top: 50%;
  transform: translate(0px, -50%);
}
.ol-control.ol-bar.ol-right .ol-control {
  display: block;
}

.ol-control.ol-bar.ol-bottom {
  top: auto;
  bottom: 0.5em;
}

.ol-control.ol-bar.ol-top.ol-left,
.ol-control.ol-bar.ol-top.ol-right {
  top: 4.5em;
  transform:none;
}
.ol-touch .ol-control.ol-bar.ol-top.ol-left,
.ol-touch .ol-control.ol-bar.ol-top.ol-right {
  top: 5.5em;
}
.ol-control.ol-bar.ol-bottom.ol-left,
.ol-control.ol-bar.ol-bottom.ol-right {
  top: auto;
  bottom: 0.5em;
  transform:none;
}

/* Group buttons */
.ol-control.ol-bar.ol-group {
  margin: 1px 1px 1px 0;
}
.ol-control.ol-bar.ol-right .ol-group,
.ol-control.ol-bar.ol-left .ol-group {
  margin: 1px 1px 0 1px;
}

.ol-control.ol-bar.ol-group button {
  border-radius:0;
  margin: 0 0 0 1px;
}
.ol-control.ol-bar.ol-right.ol-group button,
.ol-control.ol-bar.ol-left.ol-group button,
.ol-control.ol-bar.ol-right .ol-group button,
.ol-control.ol-bar.ol-left .ol-group button {
  margin: 0 0 1px 0;
}
.ol-control.ol-bar.ol-group .ol-control:first-child > button {
  border-radius: 5px 0 0 5px;
}
.ol-control.ol-bar.ol-group .ol-control:last-child > button {
  border-radius: 0 5px 5px 0;
}
.ol-control.ol-bar.ol-left.ol-group .ol-control:first-child > button,
.ol-control.ol-bar.ol-right.ol-group .ol-control:first-child > button,
.ol-control.ol-bar.ol-left .ol-group .ol-control:first-child > button,
.ol-control.ol-bar.ol-right .ol-group .ol-control:first-child > button {
  border-radius: 5px 5px 0 0;
}
.ol-control.ol-bar.ol-left.ol-group .ol-control:last-child > button,
.ol-control.ol-bar.ol-right.ol-group .ol-control:last-child > button,
.ol-control.ol-bar.ol-left .ol-group .ol-control:last-child > button,
.ol-control.ol-bar.ol-right .ol-group .ol-control:last-child > button {
  border-radius: 0 0 5px 5px;
}

/* */
.ol-control.ol-bar .ol-rotate {
  opacity:1;
  visibility: visible;
}
.ol-control.ol-bar .ol-rotate button {
  display: block
}

/* Active buttons */
.ol-control.ol-bar .ol-toggle.ol-active > button,
.ol-control.ol-bar .ol-toggle.ol-active button:hover {
  background-color: #00AAFF;
  color: #fff;
}
.ol-control.ol-toggle button:disabled {
  background-color: #ccc;
}

/* Subbar toolbar */
.ol-control.ol-bar .ol-control.ol-option-bar {
  display: none;
  position:absolute;
  top:100%;
  left:0;
  margin: 5px 0;
  border-radius: 0;
  background-color: rgba(255,255,255, 0.8);
  /* border: 1px solid rgba(0, 60, 136, 0.5); */
  box-shadow: 0 0 0 1px rgba(0, 60, 136, 0.5), 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.ol-control.ol-bar .ol-option-bar:before {
  content: "";
  border: 0.5em solid transparent;
  border-color: transparent transparent rgba(0, 60, 136, 0.5);
  position: absolute;
  bottom: 100%;
  left: 0.3em;
  pointer-events: none;
}

.ol-control.ol-bar .ol-option-bar .ol-control {
  display: table-cell;
}
.ol-control.ol-bar .ol-control .ol-bar
{	display: none;
}
.ol-control.ol-bar .ol-control.ol-active > .ol-option-bar {
  display: block;
}

.ol-control.ol-bar .ol-control.ol-collapsed ul {
  display: none;
}

.ol-control.ol-bar .ol-control.ol-text-button > div:hover,
.ol-control.ol-bar .ol-control.ol-text-button > div {
  background-color: transparent;
  color: rgba(0, 60, 136, 0.5);
  width: auto;
  min-width: 1.375em;
  margin: 0;
}

.ol-control.ol-bar .ol-control.ol-text-button {
  font-size:0.9em;
  border-left: 1px solid rgba(0, 60, 136, 0.8);
  border-radius: 0;
}
.ol-control.ol-bar .ol-control.ol-text-button:first-child {
  border-left:0;
}
.ol-control.ol-bar .ol-control.ol-text-button > div {
  padding: .11em 0.3em;
  font-weight: normal;
  font-size: 1.14em;
  font-family: Arial,Helvetica,sans-serif;
}
.ol-control.ol-bar .ol-control.ol-text-button div:hover {
  color: rgba(0, 60, 136, 1);
}

.ol-control.ol-bar.ol-bottom .ol-option-bar {
  top: auto;
  bottom: 100%;
}
.ol-control.ol-bar.ol-bottom .ol-option-bar:before {
  border-color: rgba(0, 60, 136, 0.5) transparent transparent ;
  bottom: auto;
  top: 100%;
}

.ol-control.ol-bar.ol-left .ol-option-bar {
  left:100%;
  top: 0;
  bottom: auto;
  margin: 0 5px;
}
.ol-control.ol-bar.ol-left .ol-option-bar:before {
  border-color: transparent rgba(0, 60, 136, 0.5) transparent transparent;
  bottom: auto;
  right: 100%;
  left: auto;
  top: 0.3em;
}
.ol-control.ol-bar.ol-right .ol-option-bar {
  right:100%;
  left:auto;
  top: 0;
  bottom: auto;
  margin: 0 5px;
}
.ol-control.ol-bar.ol-right .ol-option-bar:before {
  border-color: transparent transparent transparent rgba(0, 60, 136, 0.5);
  bottom: auto;
  left: 100%;
  top: 0.3em;
}

.ol-control.ol-bar.ol-left .ol-option-bar .ol-option-bar,
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar {
  top: 100%;
  bottom: auto;
  left: 0.3em;
  right: auto;
  margin: 5px 0;
}
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar {
  right: 0.3em;
  left: auto;
}
.ol-control.ol-bar.ol-left .ol-option-bar .ol-option-bar:before,
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar:before {
  border-color: transparent transparent rgba(0, 60, 136, 0.5);
  bottom: 100%;
  top: auto;
  left: 0.3em;
  right: auto;
}
.ol-control.ol-bar.ol-right .ol-option-bar .ol-option-bar:before {
  right: 0.3em;
  left: auto;
}

.ol-control-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ol-center-position {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255,255,255,.8);
  padding: .1em 1em;
}

.ol-compassctrl {
  display: none;
  top: 1em;
  left: auto;
  right: 1em;
}
.ol-compassctrl.ol-visible {
  display: block!important;
}
.ol-ext-dialog {
  position: fixed;
  top: -100%;
  left: 0;
  width: 150%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 1000;
  pointer-events: none!important;
  transition: opacity .2s, top 0s .2s;
}
.ol-ext-dialog.ol-visible {
  opacity: 1;
  top: 0;
  pointer-events: all!important;
  transition: opacity .2s, top 0s;
}

.ol-viewport .ol-ext-dialog {
  position: absolute;
}
.ol-ext-dialog > form > h2 {
  margin: 0 .5em .5em 0;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ol-ext-dialog > form.ol-title > h2 {
  display: block;
}
.ol-ext-dialog > form {
  position: absolute;
  top: 0;
  left: 33.33%;
  min-width: 5em;
  max-width: 60%;
  min-height: 3em;
  max-height: 100%;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 3px 3px 4px rgba(0,0,0, 0.5);
  transform: translate(-50%, -30%);
  transition: top .2s, transform .2s;
  padding: 1em;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}
.ol-ext-dialog > form.ol-closebox {
  padding-top: 1.5em;
}
.ol-ext-dialog > form.ol-title {
  padding-top: 1em;
}
.ol-ext-dialog > form.ol-button {
  padding-bottom: .5em;
}

.ol-ext-dialog.ol-zoom > form {
  top: 30%;
  transform: translate(-50%, -30%) scale(0);
}
.ol-ext-dialog.ol-visible > form {
  top: 30%;
}
.ol-ext-dialog.ol-zoom.ol-visible > form {
  transform: translate(-50%, -30%) scale(1);
}

.ol-ext-dialog > form .ol-content {
  overflow-x: hidden;
  overflow-y: auto;
}

.ol-ext-dialog > form .ol-closebox {
  position: absolute;
  top: .5em;
  right: .5em;
  width: 1em;
  height: 1em;
  cursor: pointer;
  display: none;
}
.ol-ext-dialog > form.ol-closebox .ol-closebox {
  display: block;
}
.ol-ext-dialog > form .ol-closebox:before,
.ol-ext-dialog > form .ol-closebox:after {
  content: "";
  position: absolute;
  background-color: currentColor;
  top: 50%;
  left: 50%;
  width: 1em;
  height: .1em;
  border-radius: .1em;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-ext-dialog > form .ol-closebox:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ol-ext-dialog > form .ol-buttons {
  text-align: right;
  overflow-x: hidden;
}
.ol-ext-dialog > form .ol-buttons input {
  margin-top: .5em;
  padding: .5em;
  background: none;
  border: 0;
  font-size: 1em;
  color: rgba(0,60,136,1);
  cursor: pointer;
  border-radius: .25em;
  outline-width: 0;
}
.ol-ext-dialog > form .ol-buttons input:hover {
  background-color:  rgba(0,60,136,.1);
}
.ol-ext-dialog > form .ol-buttons input[type=submit] {
  font-weight: bold;
}

.ol-ext-dialog .ol-progress-message {
  font-size: .9em;
  text-align: center;
  padding-bottom: .5em;
}
.ol-ext-dialog .ol-progress-bar {
  border: 1px solid #369;
  width: 20em;
  height: 1em;
  max-width: 100%;
  padding: 2px;
  margin: .5em auto 0;
  overflow: hidden;
}
.ol-ext-dialog .ol-progress-bar > div {
  background: #369;
  height: 100%;
  width: 50%;
  transition: width .3s;
}
.ol-ext-dialog .ol-progress-bar > div.notransition {
  transition: unset;
}

/* full screen */
.ol-ext-dialog.ol-fullscreen-dialog form {
  top: 1em;
  transform: none;
  left: 1em;
  bottom: 1em;
  right: 1em;
  max-width: calc(66.6% - 2em);
  text-align: center;
  background: transparent;
  box-shadow: none;
  border: none;
  color: #fff;
}
.ol-ext-dialog.ol-fullscreen-dialog form .ol-closebox {
  top: 0;
  right: 0;
  font-size: 2em;
}
.ol-ext-dialog.ol-fullscreen-dialog .ol-closebox:before,
.ol-ext-dialog.ol-fullscreen-dialog .ol-closebox:after {
  border: .1em solid currentColor;
}
.ol-ext-dialog.ol-fullscreen-dialog img,
.ol-ext-dialog.ol-fullscreen-dialog video {
  max-width: 100%;
}

/* Fullscreen dialog */
body > .ol-ext-dialog .ol-content {
  max-height: calc(100vh - 10em);
}

body > .ol-ext-dialog > form {
  overflow: visible;
}
.ol-editbar .ol-button button {
  position: relative;
  display: inline-block;
  font-style: normal;
  box-sizing: border-box;
  vertical-align: middle;
}
.ol-editbar .ol-button button:before, 
.ol-editbar .ol-button button:after {
  content: "";
  border-width: 0;
  position: absolute;
  box-sizing: border-box;
  background-color: currentColor;
}
.ol-editbar .ol-button button:focus {
  outline: none;
}

.ol-editbar .ol-selection > button:before {
  width: .6em;
  height: 1em;
  background-color: transparent;
  border: .5em solid currentColor;
  border-width: 0 .25em .65em;
  border-color: currentColor transparent;
  box-shadow:0 0.6em 0 -0.23em;
  top: .35em;
  left: .5em;
  transform: translate(-50%, -50%) rotate(-30deg);
}
.ol-editbar .ol-selection0 > button:after {
  width: .28em;
  height: .6em;
  background-color: transparent;
  border: .5em solid currentColor;
  border-width: 0 .05em .7em;
  border-color: currentColor transparent;
  top: .5em;
  left: .7em;
  transform: rotate(-45deg);
}

.ol-editbar .ol-delete button:after,
.ol-editbar .ol-delete button:before {
  width: 1em;
  height: .2em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-editbar .ol-delete button:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ol-editbar .ol-info button:before {
  width: .25em;
  height: .6em;
  border-radius: .03em;
  top: .47em;
  left: 50%;
  transform: translateX(-50%);
}
.ol-editbar .ol-info button:after {
  width: .25em;
  height: .2em;
  border-radius: .03em;
  box-shadow: -0.1em 0.35em, -0.1em 0.82em, 0.1em 0.82em;
  top: .12em;
  left: 50%;
  transform: translateX(-50%);
}

.ol-editbar .ol-drawpoint button:before {
  width: .7em;
  height: .7em;
  border-radius: 50%;
  border: .15em solid currentColor;
  background-color: transparent;
  top: .2em;
  left: 50%;
  transform: translateX(-50%);
}
.ol-editbar .ol-drawpoint button:after {
  width: .4em;
  height: .4em;
  border: .15em solid currentColor;
  border-color: currentColor transparent;
  border-width: .4em .2em 0;
  background-color: transparent;
  top: .8em;
  left: 50%;
  transform: translateX(-50%);
}

.ol-editbar .ol-drawline > button:before,
.ol-editbar .ol-drawpolygon > button:before,
.ol-editbar .ol-drawhole > button:before {
  width: .8em;
  height: .8em;
  border: .13em solid currentColor;
  background-color: transparent;
  border-width: .2em .13em .09em;
  top: .2em;
  left: .25em;
  transform: rotate(10deg) perspective(1em) rotateX(40deg);
}
.ol-editbar .ol-drawline > button:before {
  border-bottom: 0;
}
.ol-editbar .ol-drawline > button:after,
.ol-editbar .ol-drawhole > button:after,
.ol-editbar .ol-drawpolygon > button:after {
  width: .3em;
  height: .3em;
  top: 0.2em;
  left: .25em;
  box-shadow: -0.2em 0.55em, 0.6em 0.1em, 0.65em 0.7em;
}
.ol-editbar .ol-drawhole > button:after {
  box-shadow: -0.2em 0.55em, 0.6em 0.1em, 0.65em 0.7em, 0.25em 0.35em;
}


.ol-editbar .ol-offset > button i,
.ol-editbar .ol-transform > button i {
  position: absolute;
  width: .9em;
  height: .9em;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-editbar .ol-offset > button i{
  width: .8em;
  height: .8em;
}

.ol-editbar .ol-offset > button i:before,
.ol-editbar .ol-transform > button i:before,
.ol-editbar .ol-transform > button i:after {
  content: "";
  height: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: 0.5em 0 0 0.1em, -0.5em 0 0 0.1em;
  width: .1em;
  position: absolute;
  background-color: currentColor;
}
.ol-editbar .ol-offset > button i:before{
  box-shadow: 0.45em 0 0 0.1em, -0.45em 0 0 0.1em;
}
.ol-editbar .ol-transform > button i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ol-editbar .ol-split > button:before {
  width: .3em;
  height: .3em;
  top: .81em;
  left: .75em;
  border-radius: 50%;
  box-shadow: 0.1em -0.4em, -0.15em -0.25em;
}
.ol-editbar .ol-split > button:after {
  width: .8em;
  height: .8em;
  top: .15em;
  left: -.1em;
  border: .1em solid currentColor;
  border-width: 0 .2em .2em 0;
  background-color: transparent;
  border-radius: .1em;
  transform: rotate(20deg) scaleY(.6) rotate(-45deg);
}

.ol-editbar .ol-drawregular > button:before {
  width: .9em;
  height: .9em;
  top: 50%;
  left: 50%;
  border: .1em solid currentColor;
  background-color: transparent;
  transform: translate(-50%, -50%);
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button > div > div > div {
  border: .5em solid currentColor;
  border-color: transparent currentColor;
  display: inline-block;
  cursor: pointer;
  vertical-align: text-bottom;
}
.ol-editbar .ol-drawregular .ol-bar:before,
.ol-control.ol-bar.ol-editbar .ol-drawregular .ol-bar {
  left: 50%;
  transform: translateX(-50%);
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button {
  min-width: 6em;
  text-align: center;
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button > div > div > div:first-child {
  border-width: .5em .5em .5em 0;
  margin: 0 .5em 0 0;
}
.ol-editbar .ol-drawregular .ol-bar .ol-text-button > div > div > div:last-child {
  border-width: .5em 0 .5em .5em;
  margin: 0 0 0 .5em;
}

.ol-feature-list {
  position: relative;
}
.ol-control.ol-feature-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ol-control.ol-feature-list > button:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 2.5px;  
  background-image: linear-gradient(90deg, currentColor, transparent);
}

.ol-control.ol-feature-list.ol-collapsed {
  bottom: .5em;
  left: .5em;
  width: auto;
}
.ol-feature-list .ol-content {
  background-color: #f4f6f8;
  clear: both;
}
.ol-feature-list.ol-collapsed .ol-content > * {
  display: none;
}
.ol-feature-list .ol-header {
  position: relative;
  overflow: hidden;
}
.ol-feature-list.ol-collapsed .ol-header {
  display: block;
}

.ol-control.ol-feature-list > button,
.ol-control.ol-feature-list.ol-collapsed .ol-content {
  display: none;
}
.ol-control.ol-feature-list.ol-collapsed > button {
  display: block;
}

.ol-feature-list .ol-sizer {
  width: 100%;
  height: 1px;
  cursor: row-resize;
  background-color: #ccc;
  position: relative;
  border: 1px solid #f4f6f8;
  border-width: 1px 0;
}
.ol-feature-list.ol-bottom .ol-sizer {
  position: absolute;
  bottom: 0;
}
.ol-feature-list .ol-sizer:before {
  content: "";
  width: 1.5em;
  height: 4px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 3px solid transparent;
  border-width: 3px 1.5em;
  box-shadow: inset 0 -1px #aaa, inset 0 1px #aaa;
  border-radius: 2px;
}
.ol-feature-list .ol-sizer:hover:before {
  background-color: #ccc;
}

.ol-feature-list .ol-content .ol-header p {
  display: inline-block;
  margin: 0.1em .25em;
  vertical-align: middle;
  white-space: nowrap;
  width: calc(100% - 2em);
  text-overflow: ellipsis;
  overflow: hidden;
}
.ol-feature-list .ol-content .ol-header .ol-buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ol-feature-list .ol-content .ol-header button {
  position: relative;
  border: 0;
  background: transparent;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin: 0 .2em;
  box-sizing: border-box;
}
.ol-feature-list .ol-content .ol-header button.ol-closebox:before,
.ol-feature-list .ol-content .ol-header button.ol-closebox:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: currentColor;
  width: .1em;
  height: 1em;
  display: block;
  font-style: normal;
}
.ol-feature-list .ol-content .ol-header button.ol-closebox:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ol-feature-list.ol-collapsed .ol-content .ol-header button.ol-closebox {
  border: 1px solid currentColor;
}
.ol-feature-list.ol-collapsed .ol-content .ol-header button.ol-closebox:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.ol-feature-list.ol-collapsed .ol-content .ol-header button.ol-closebox:after {
  display: none;
}

.ol-feature-list .ol-scroll-container {
  overflow: auto;
  height: 10em;
  min-height: 3em;
}
.ol-feature-list .ol-scroll-container:focus {
  outline: unset;
}

.ol-feature-list table {
  background-color: #fff;
  border-collapse: collapse;
  white-space: nowrap;
  position: relative;
}
.ol-feature-list table thead {
  background-color: #f4f6f8;
  position: sticky;
  top: 0;
  overflow: hidden;
}
/* Fixed height */
.ol-feature-list table tr {
  height: 1.4em;
  box-sizing: border-box;
}
.ol-feature-list table tbody tr:hover {
  background-color: #eee;
  cursor: pointer;
}

.ol-feature-list table tbody tr.ol-selected {
  background-color: #eee;
}

.ol-feature-list table td {
  border: 0 solid #ddd;
  border-width: 0 0 1px 1px;
  overflow: hidden;
  width: 100px;
}
.ol-feature-list table td.number {
  text-align: right;
}
.ol-feature-list table td.undefined {
  text-align: center;
  background-color: #fafafa;
}
.ol-feature-list table tr:hover td,
.ol-feature-list table .ol-selected td {
  background-color: transparent;
}
.ol-feature-list thead td {
  position: relative;
}
.ol-feature-list thead td.sort {
  padding-right: 1.5em;
}

.ol-feature-list thead td p {
  margin: 0;
  display: inline-block;
}
.ol-feature-list table td button {
  position: absolute;
  width: 1.2em;
  height: 1.4em;
  top: 0;
  right: 0;
  margin: .1em 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.ol-feature-list thead td button.sort:before {
  content: '⇅';
  font-style: normal;
  font-weight: normal;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
}
.ol-feature-list thead td button.sortup:before {
  content: '↧';
}
.ol-feature-list thead td button.sortdown:before {
  content: '↥';
}

.ol-gauge {
  top: 0.5em;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255,255,255,.5);
  padding: 0.1em 0.5em;
}

.ol-gauge > * {
  display: inline-block;
  vertical-align: middle;
}
.ol-gauge > span {
  margin: 0 0.5em 0 0;
}
.ol-gauge > div {
  display: inline-block;
  width: 200px;
  border: 1px solid rgba(0,60,136,.5);
  border-radius: 3px;
  padding:1px;
}
.ol-gauge button {
  height: 0.8em;
  margin:0;
  max-width:100%;
}

.ol-control.ol-bookmark {
  top: 0.5em;
  left: 3em;
  background-color: rgba(255,255,255,.5);
}
.ol-control.ol-bookmark button {
  position: relative;
}
.ol-control.ol-bookmark > button::before {
  content: "";
  position: absolute;
  border-width: 10px 5px 4px;
  border-style: solid;
  border-color: currentColor;
  border-bottom-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
}


.ol-control.ol-bookmark > div {
  display: block;
  min-width: 5em;
}
.ol-control.ol-bookmark.ol-collapsed > div {
  display: none;
}
.ol-control.ol-bookmark input {
  font-size: 0.9em;
  margin: 0 0.5em 0.5em;
  padding: 0 0.5em;
}
.ol-control.ol-bookmark ul {
  margin: 0 0 0.5em;
  padding: 0;
  list-style: none;
  min-width: 10em;
}
.ol-control.ol-bookmark li {
  color: rgba(0,60,136,0.8);
  font-size: 0.9em;
  padding: 0 0.2em 0 0.5em;
  cursor: default;
  clear:both;
}

.ol-control.ol-bookmark li:hover {
  background-color: rgba(0,60,136,.5);
  color: #fff;
}

.ol-control.ol-bookmark > div button {
  width: 1em;
  height: 0.8em;
  float: right;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0;
}
.ol-control.ol-bookmark > div button:before {
  content: "\2A2F";
  color: #936;
  font-size: 1.2em;
  line-height: 1em;
  border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ol-bookmark ul li button,
.ol-bookmark input {
  display: none;
}
.ol-bookmark.ol-editable ul li button,
.ol-bookmark.ol-editable input {
  display: block;
}


.ol-control.ol-geobt {
  top: auto;
  left: auto;
  right: .5em;
  bottom: 3em;
}
.ol-touch .ol-control.ol-geobt {
  bottom: 3.5em;
}
.ol-control.ol-geobt button:before {
  content: "";
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: .16em solid currentColor;
  width: .4em;
  height: .4em;
  border-radius: 50%;
}
.ol-control.ol-geobt button:after {
  content: "";
  position: absolute;
  width: .2em;
  height: .2em;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: .42em 0, -.42em 0, 0 .42em, 0 -.42em;
}

.ol-control.ol-bar.ol-geobar .ol-control {
	display: inline-block;
	vertical-align: middle;
}

.ol-control.ol-bar.ol-geobar .ol-bar {
  display: none;
}
.ol-bar.ol-geobar.ol-active .ol-bar {
  display: inline-block;
}

.ol-bar.ol-geobar .geolocBt button:before,
.ol-bar.ol-geobar .geolocBt button:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid transparent;
  border-width: 0.3em 0.8em 0 0.2em;
  border-color: currentColor transparent transparent;
  transform: rotate(-30deg);
  top: .45em;
  left: 0.15em;
  font-size: 1.2em;
}
.ol-bar.ol-geobar .geolocBt button:after {
  border-width: 0 0.8em .3em 0.2em;
  border-color: transparent transparent currentColor;
	transform: rotate(-61deg);
}

.ol-bar.ol-geobar .startBt button:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  background-color: #800;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ol-bar.ol-geobar .pauseBt button:before,
.ol-bar.ol-geobar .pauseBt button:after {
  content: "";
  display: block;
  position: absolute;
  width: .25em;
  height: 1em;
  background-color: currentColor;
  top: 50%;
  left: 35%;
  transform: translate(-50%,-50%);
}
.ol-bar.ol-geobar .pauseBt button:after {
  left: 65%;
}

.ol-control.ol-bar.ol-geobar .centerBt,
.ol-control.ol-bar.ol-geobar .pauseBt,
.ol-bar.ol-geobar.pauseTrack .startBt,
.ol-bar.ol-geobar.centerTrack .startBt,
.ol-bar.ol-geobar.centerTrack.pauseTrack .pauseBt,
.ol-bar.ol-geobar.centerTrack .pauseBt {
  display: none;
}
.ol-bar.ol-geobar.pauseTrack .pauseBt,
.ol-bar.ol-geobar.centerTrack .centerBt{
  display: inline-block;
}

.ol-control.ol-globe
{	position: absolute;
	left: 0.5em;
	bottom: 0.5em;
	border-radius: 50%;
	opacity: 0.7;
	transform: scale(0.5);
	transform-origin: 0 100%;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 100%;
}
.ol-control.ol-globe:hover
{	opacity: 0.9;
}

.ol-control.ol-globe .panel
{	display:block;
	width:170px;
	height:170px;
	background-color:#fff;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
}
.ol-control.ol-globe .panel .ol-viewport
{	border-radius: 50%;
}

.ol-control.ol-globe .ol-pointer
{	display: block;
	background-color: #fff;
	width:10px;
	height: 10px;
	border:10px solid red;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-15px, -40px);
	-webkit-transform: translate(-15px, -40px);
	border-radius: 50%;
	z-index:1;
	transition: opacity 0.15s, top 0s, left 0s;
	-webkit-transition: opacity 0.15s, top 0s, left 0s;
}
.ol-control.ol-globe .ol-pointer.hidden
{	opacity:0;
	transition: opacity 0.15s, top 3s, left 5s;
	-webkit-transition: opacity 0.15s, top 3s, left 5s;
}

.ol-control.ol-globe .ol-pointer::before
{	border-radius: 50%;
	box-shadow: 6px 6px 10px 5px #000;
	content: "";
	display: block;
	height: 0;
	left: 0;
	position: absolute;
	top: 23px;
	width: 0;
}
.ol-control.ol-globe .ol-pointer::after
{	content:"";
	width:0;
	height:0;
	display: block;
	position: absolute;
	border-width: 20px 10px 0;
	border-color: red transparent;
	border-style: solid;
	left: -50%;
	top: 100%;
}

.ol-control.ol-globe .panel::before {
  border-radius: 50%;
  box-shadow: -20px -20px 80px 2px rgba(0, 0, 0, 0.7) inset;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.ol-control.ol-globe .panel::after {
  border-radius: 50%;
  box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
  content: "";
  display: block;
  height: 0;
  left: 23%;
  position: absolute;
  top: 20%;
  transform: rotate(-40deg);
  width: 20%;
  z-index: 1;
}


.ol-control.ol-globe.ol-collapsed .panel
{	display:none;
}

.ol-control-top.ol-globe
{	bottom: auto;
	top: 5em;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.ol-control-right.ol-globe
{	left: auto;
	right: 0.5em;
	transform-origin: 100% 100%;
	-webkit-transform-origin: 100% 100%;
}
.ol-control-right.ol-control-top.ol-globe
{	left: auto;
	right: 0.5em;
	transform-origin: 100% 0;
	-webkit-transform-origin: 100% 0;
}

.ol-gridreference
{	background: #fff;
	border: 1px solid #000;
	overflow: auto;
	max-height: 100%;
	top:0;
	right:0;
}
.ol-gridreference input
{	width:100%;
}
.ol-gridreference ul
{	margin:0;
	padding:0;
	list-style: none;
} 
.ol-gridreference li
{	padding: 0 0.5em;
	cursor: pointer;
}
.ol-gridreference ul li:hover 
{	background-color: #ccc;
}
.ol-gridreference li.ol-title,
.ol-gridreference li.ol-title:hover
{	background:rgba(0,60,136,.5);
	color:#fff;
	cursor:default;
}
.ol-gridreference ul li .ol-ref
{	margin-left: 0.5em;
}
.ol-gridreference ul li .ol-ref:before
{	content:"(";
}
.ol-gridreference ul li .ol-ref:after
{	content:")";
}

.ol-control.ol-imageline {
  bottom:0;
  left: 0;
  right: 0;
  padding: 0;
  overflow: visible;
  transition: .3s;
  border-radius: 0;
}
.ol-control.ol-imageline.ol-collapsed {
  transform: translateY(100%);
}
.ol-imageline > div {
  height: 4em;
  position: relative;
  white-space: nowrap;
  scroll-behavior: smooth;
  overflow: hidden;
  width: 100%;
}
.ol-imageline > div.ol-move {
  scroll-behavior: unset;
}

.ol-control.ol-imageline button {
  position: absolute;
  top: -1em;
  transform: translateY(-100%);
  margin: .65em;
  box-shadow: 0 0 0 0.15em rgba(255,255,255,.4);
}
.ol-control.ol-imageline button:before {
  content: '';
  position: absolute;
  transform: translate(-50%, -50%) rotate(135deg);
  top: 40%;
  left: 50%;
  width: .4em;
  height: .4em;
  border: .1em solid currentColor;
  border-width: .15em .15em 0 0;
}
.ol-control.ol-imageline.ol-collapsed button:before {
  top: 60%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ol-imageline,
.ol-imageline:hover {
  background-color: rgba(0,0,0,.75);
}

.ol-imageline.ol-arrow:after,
.ol-imageline.ol-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: .2em;
  border-color: #fff #000;
  border-width: 1em .6em 1em 0;
  border-style: solid;
  transform: translateY(-50%);
  z-index: 1;
  opacity: .8;
  pointer-events: none;
  box-shadow: -0.6em 0 0 1em #fff;
}
.ol-imageline.ol-arrow:after {
  border-width: 1em 0 1em .6em;
  left: auto;
  right: .2em;
  box-shadow: 0.6em 0 0 1em #fff;
}
.ol-imageline.ol-scroll0.ol-arrow:before {
  display: none;
}
.ol-imageline.ol-scroll1.ol-arrow:after {
  display: none;
}


.ol-imageline .ol-image {
  position: relative;
  height: 100%;
  display: inline-block;
  cursor: pointer;
}
.ol-imageline img {
  max-height: 100%;
  border: .25em solid transparent;
  box-sizing: border-box;
  opacity: 0;
  transition: 1s;
}
.ol-imageline img.ol-loaded {
  opacity:1;
}

.ol-imageline .ol-image.select {
  background-color: #fff;
}
.ol-imageline .ol-image span {
  position: absolute;
  width: 125%;
  max-height: 2.4em;
  left: 50%;
  bottom: 0;
  display: none;
  color: #fff;
  background-color: rgba(0,0,0,.5);
  font-size: .8em;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  line-height: 1.2em;
  transform: translateX(-50%) scaleX(.8);
}
/*
.ol-imageline .ol-image.select span,
*/
.ol-imageline .ol-image:hover span {
  display: block;
}

.ol-control.ol-routing.ol-isochrone .ol-method-time,
.ol-control.ol-routing.ol-isochrone .ol-method-distance,
.ol-control.ol-routing.ol-isochrone > button {
  position: relative;
}
.ol-control.ol-routing.ol-isochrone .ol-method-time:before,
.ol-control.ol-routing.ol-isochrone > button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: .1em solid currentColor;
  width: .8em;
  height: .8em;
  border-radius: 50%;
  box-shadow: 0 -0.5em 0 -0.35em, 0.4em -0.35em 0 -0.35em;
  clip: unset;
}
.ol-control.ol-routing.ol-isochrone .ol-method-time:after,
.ol-control.ol-routing.ol-isochrone > button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  border-radius: 50%;
  border: .3em solid transparent;
  border-right-color: currentColor;
  box-shadow: none;
  box-sizing: border-box;
  clip: unset;
}

.ol-control.ol-routing.ol-isochrone .ol-method-distance:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 1em;
  height: .5em;
  border: .1em solid currentColor;
  box-sizing: border-box
}
.ol-control.ol-routing.ol-isochrone .ol-method-distance:after {
  content: '';
  position: absolute;
  width: .1em;
  height: .15em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  box-shadow: inset 0 -0.15em, 0 0.1em, 0.25em 0.1em, -0.25em 0.1em;
}

.ol-control.ol-routing.ol-isochrone .ol-direction-direct:before,
.ol-control.ol-routing.ol-isochrone .ol-direction-reverse:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: .3em;
  height: .3em;
  border-radius: 50%;
  border: .1em solid currentColor;
  box-sizing: border-box;
  box-shadow: 0.25em 0 0 -0.05em;
}
.ol-control.ol-routing.ol-isochrone .ol-direction-direct:after,
.ol-control.ol-routing.ol-isochrone .ol-direction-reverse:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  border: .4em solid transparent;
  border-width: .4em 0 .4em .4em;
  border-color: transparent currentColor;
}
.ol-control.ol-routing.ol-isochrone .ol-direction-reverse:after {
  border-width: .4em .4em .4em 0;
}

.ol-control.ol-isochrone.ol-collapsed .content {
  display: none;
}
.ol-control.ol-isochrone input[type="number"] {
  width: 3em;
  text-align: right;
  margin: 0 .1em;
}
.ol-control.ol-isochrone .ol-distance input[type="number"] {
  width: 5em;
}

.ol-isochrone .ol-time,
.ol-isochrone .ol-distance {
  display: none;
}
.ol-isochrone .ol-time.selected,
.ol-isochrone .ol-distance.selected {
  display: block;
}

.ol-control.ol-layerswitcher-popup {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 3em;
}
.ol-control.ol-layerswitcher-popup .panel {
  clear:both;
  background:#fff;
}

.ol-layerswitcher-popup .panel {
  list-style: none;
  padding: 0.25em;
  margin:0;
  overflow: hidden;
}

.ol-layerswitcher-popup .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
}

.ol-layerswitcher-popup.ol-collapsed .panel {
  display:none;
}
.ol-layerswitcher-popup.ol-forceopen .panel {
  display:block;
}

.ol-layerswitcher-popup button  {
  background-color: white;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAACE1BMVEX///8A//8AgICA//8AVVVAQID///8rVVVJtttgv98nTmJ2xNgkW1ttyNsmWWZmzNZYxM4gWGgeU2JmzNNr0N1Rwc0eU2VXxdEhV2JqytQeVmMhVmNoydUfVGUgVGQfVGQfVmVqy9hqy9dWw9AfVWRpydVry9YhVmMgVGNUw9BrytchVWRexdGw294gVWQgVmUhVWPd4N6HoaZsy9cfVmQgVGRrytZsy9cgVWQgVWMgVWRsy9YfVWNsy9YgVWVty9YgVWVry9UgVWRsy9Zsy9UfVWRsy9YgVWVty9YgVWRty9Vsy9aM09sgVWRTws/AzM0gVWRtzNYgVWRuy9Zsy9cgVWRGcHxty9bb5ORbxdEgVWRty9bn6OZTws9mydRfxtLX3Nva5eRix9NFcXxOd4JPeINQeIMiVmVUws9Vws9Vw9BXw9BYxNBaxNBbxNBcxdJexdElWWgmWmhjyNRlx9IqXGtoipNpytVqytVryNNrytZsjZUuX210k5t1y9R2zNR3y9V4lp57zth9zdaAnKOGoaeK0NiNpquV09mesrag1tuitbmj1tuj19uktrqr2d2svcCu2d2xwMO63N+7x8nA3uDC3uDFz9DK4eHL4eLN4eIyYnDX5OM5Z3Tb397e4uDf4uHf5uXi5ePi5+Xj5+Xk5+Xm5+Xm6OY6aHXQ19fT4+NfhI1Ww89gx9Nhx9Nsy9ZWw9Dpj2abAAAAWnRSTlMAAQICAwQEBgcIDQ0ODhQZGiAiIyYpKywvNTs+QklPUlNUWWJjaGt0dnd+hIWFh4mNjZCSm6CpsbW2t7nDzNDT1dje5efr7PHy9PT29/j4+Pn5+vr8/f39/f6DPtKwAAABTklEQVR4Xr3QVWPbMBSAUTVFZmZmhhSXMjNvkhwqMzMzMzPDeD+xASvObKePPa+ffHVl8PlsnE0+qPpBuQjVJjno6pZpSKXYl7/bZyFaQxhf98hHDKEppwdWIW1frFnrxSOWHFfWesSEWC6R/P4zOFrix3TzDFLlXRTR8c0fEEJ1/itpo7SVO9Jdr1DVxZ0USyjZsEY5vZfiiAC0UoTGOrm9PZLuRl8X+Dq1HQtoFbJZbv61i+Poblh/97TC7n0neCcK0ETNUrz1/xPHf+DNAW9Ac6t8O8WH3Vp98f5lCaYKAOFZMLyHL4Y0fe319idMNgMMp+zWVSybUed/+/h7I4wRAG1W6XDy4XmjR9HnzvDRZXUAYDFOhC1S/Hh+fIXxen+eO+AKqbs+wAo30zDTDvDxKoJN88sjUzDFAvBzEUGFsnADoIvAJzoh2BZ8sner+Ke/vwECuQAAAABJRU5ErkJggg==");
  background-position: center;
  background-repeat: no-repeat;
  float: right;
  height: 38px;
  width: 38px;
}

.ol-layerswitcher-popup li {
  color:#369;
  padding:0.25em 1em;
  font-family:"Trebuchet MS",Helvetica,sans-serif;
  cursor:pointer;
}
.ol-layerswitcher-popup li.ol-header {
  display: none;
}
.ol-layerswitcher-popup li.select,
.ol-layerswitcher-popup li.ol-visible {
  background:rgba(0, 60, 136, 0.7);
  color:#fff;
}
.ol-layerswitcher-popup li:hover {
  background:rgba(0, 60, 136, 0.9);
  color:#fff;
}

.ol-control.ol-layerswitcher.ol-layer-shop {
  height: calc(100% - 4em);
  max-height: unset;
  max-width: 16em;
  background-color: transparent;
  pointer-events: none!important;
  overflow: visible;
}
.ol-control.ol-layerswitcher > * {
  pointer-events: auto;
}

.ol-control.ol-layer-shop > button,
.ol-control.ol-layer-shop .panel-container {
  box-shadow: 0 0 0 3px rgba(255,255,255,.5);
}
.ol-control.ol-layerswitcher.ol-layer-shop .panel-container {
  overflow-y: scroll;
  max-height: calc(100% - 6.5em);
  border: 2px solid #369;
  border-width: 2px 0;
  padding: 0;
}
.ol-control.ol-layer-shop .panel {
  padding: 0;
  box-sizing: border-box;
  margin: .25em .5em;
}
.ol-control.ol-layerswitcher.ol-layer-shop .panel-container.ol-scrolldiv {
  overflow: hidden;
}
.ol-control.ol-layer-shop .ol-scroll {
  background-color: rgba(0,0,0,.3);
  opacity: .5;
}
.ol-layerswitcher.ol-layer-shop ul.panel li.ol-header {
  display: none;
}
.ol-layerswitcher.ol-layer-shop ul.panel li {
  margin-right: 0;
  padding-right: 0;
}
.ol-layerswitcher.ol-layer-shop .layerup {
  height: 1.5em;
  width: 1.4em;
  margin: 0;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: transparent;
  color: rgba(0,60,136,1);
}
.ol-layerswitcher.ol-layer-shop .layerup:hover {
  background-color: rgba(0,60,136,.3);
}
.ol-layerswitcher.ol-layer-shop .layerup:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  background-color: currentColor;
  width: 1em;
  height: 2px;
  box-shadow: 0 -4px, 0 4px;
}
.ol-layerswitcher.ol-layer-shop .layerup:after {
  content: unset;
}

.ol-control.ol-layer-shop .ol-title-bar {
  background-color: rgba(255,255,255,.5);
  font-size: .9em;
  height: calc(2.8em - 4px);
  max-width: 14.6em;
  padding: .7em .5em;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  transform: scaleY(1.1);
  transition: transform .1s, width 0s;
  transform-origin: 100% 0;
}
.ol-control.ol-layer-shop:hover .ol-title-bar {
  background-color: rgba(255,255,255,.7);
}
.ol-control.ol-layer-shop.ol-collapsed .ol-title-bar {
  max-width: 10em;
  transform: scale(.9, 1.1);
}
.ol-control.ol-layer-shop.ol-forceopen .ol-title-bar {
  max-width: 14.6em;
  transform: scaleY(1.1);
}

.ol-control.ol-layer-shop .ol-bar {
  position: relative;
  height: 1.75em;
  clear: both;
  box-shadow: 0 0 0 3px rgba(255,255,255,.5);
  background-color: #fff;
  text-align: right;
  z-index: 10;
}
.ol-control.ol-layer-shop.ol-collapsed .ol-scroll,
.ol-control.ol-layer-shop.ol-collapsed .ol-bar {
  border-width: 2px 0 0;
  display: none;
}
.ol-control.ol-layer-shop.ol-forceopen .ol-scroll,
.ol-control.ol-layer-shop.ol-forceopen .ol-bar  {
  display: block;
}
.ol-control.ol-layer-shop .ol-bar > * {
  font-size: .9em;
  display: inline-block;
  vertical-align: middle;
  margin-top: .25em;
  background-color: transparent;
}

.ol-layer-shop .ol-bar .ol-button,
.ol-touch .ol-layer-shop .ol-bar .ol-button {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  margin: 0;
}
.ol-layer-shop .ol-bar button {
  background-color: #fff;
  color: rgba(0,60,136,1)
}
.ol-layer-shop .ol-bar button:hover {
  background-color: rgba(0,60,136,.2);
}

/* Touch device */
.ol-touch .ol-layerswitcher.ol-layer-shop > button {
  font-size: 1.7em;
}
.ol-touch .ol-layer-shop .ol-bar {
  height: 2em;
}
.ol-touch .ol-layer-shop .ol-control button {
  font-size: 1.4em;
}
.ol-touch .ol-control.ol-layer-shop .panel {
  max-height: calc(100% - 7em);
}
.ol-touch .ol-control.ol-layer-shop .panel label {
  height: 1.8em;
}
.ol-touch .ol-control.ol-layer-shop .panel label span {
  margin-left: .5em;
  padding-top: .25em;
}
.ol-touch .ol-control.ol-layer-shop .panel label:before,
.ol-touch .ol-control.ol-layer-shop .panel label:after {
  font-size: 1.3em;
  z-index: 1;
}

.ol-control.ol-layerswitcher {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 3em;
  max-height: calc(100% - 6em);
  box-sizing: border-box;
  overflow: hidden;
}
.ol-control.ol-layerswitcher .ol-switchertopdiv,
.ol-control.ol-layerswitcher .ol-switcherbottomdiv {
  display: block
}
.ol-control.ol-layerswitcher.ol-collapsed .ol-switchertopdiv,
.ol-control.ol-layerswitcher.ol-collapsed .ol-switcherbottomdiv {
  display: none;
}
.ol-layerswitcher.ol-forceopen.ol-collapsed .ol-switchertopdiv,
.ol-layerswitcher.ol-forceopen.ol-collapsed .ol-switcherbottomdiv {
  display: block;
}

.ol-control.ol-layerswitcher .ol-switchertopdiv,
.ol-control.ol-layerswitcher .ol-switcherbottomdiv {
  position: absolute;
  top:0;
  left:0;
  right:0;
  height: 45px;
  background: #fff; 
  z-index:2;
  opacity:1;
  cursor: pointer;
  border-top:2px solid transparent;
  border-bottom:2px solid #369;
  margin:0 2px;
  box-sizing: border-box;
}
.ol-control.ol-layerswitcher .ol-switcherbottomdiv {
  top: auto;
  bottom: 0;
  height: 2em;
  border-top:2px solid #369;
  border-bottom:2px solid transparent;
}
.ol-control.ol-layerswitcher .ol-switchertopdiv:before,
.ol-control.ol-layerswitcher .ol-switcherbottomdiv:before {
  content:"";
  position: absolute;
  left:50%;
  top:50%;
  border:10px solid transparent;
  width:0;
  height:0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity:0.8;
}

.ol-control.ol-layerswitcher .ol-switchertopdiv:hover:before,
.ol-control.ol-layerswitcher .ol-switcherbottomdiv:hover:before {
  opacity:1;
}
.ol-control.ol-layerswitcher .ol-switchertopdiv:before {
  border-bottom-color: #369;
  border-top: 0;
}
.ol-control.ol-layerswitcher .ol-switcherbottomdiv:before {
  border-top-color: #369;
  border-bottom: 0;
}

.ol-control.ol-layerswitcher .panel-container {
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  clear: both;
  display: block; /* display:block to show panel on over */
  padding: 0.5em 0.5em 0;
}

.ol-layerswitcher .panel {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: Tahoma,Geneva,sans-serif;
  font-size:0.9em;
  transition: top 0.3s;
  position: relative;
  top:0;
}

.ol-layerswitcher .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
  clear: both;
}

/** Customize checkbox
*/
.ol-layerswitcher input[type="radio"],
.ol-layerswitcher input[type="checkbox"] {
  display:none;
}

.ol-layerswitcher .panel li {
  -weblit-transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  clear: both;
  display: block;
  border:1px solid transparent;
  box-sizing: border-box;
}
.ol-layerswitcher .panel li.ol-layer-select {
  background-color: rgba(0,60,136,.2);
  margin: 0 -.5em;
  padding: 0 .5em
}
/* drag and drop */
.ol-layerswitcher .panel li.drag {
  opacity: 0.5;
  transform:scale(0.8);
  -webkit-transform:scale(0.8);
}
.ol-dragover {
  background:rgba(51,102,153,0.5);
  opacity:0.8;
}
.ol-layerswitcher .panel li.forbidden,
.forbidden .ol-layerswitcher-buttons div,
.forbidden .layerswitcher-opacity div {
  background:rgba(255,0,0,0.5);
  color:#f00!important;
}

/* cursor management */
.ol-layerswitcher.drag,
.ol-layerswitcher.drag * {
  cursor:not-allowed!important;
  cursor:no-drop!important;
}
.ol-layerswitcher.drag .panel li.dropover,
.ol-layerswitcher.drag .panel li.dropover * {
  cursor: pointer!important;
  cursor: n-resize!important;
  cursor: ns-resize!important;
  cursor: grab!important;
  cursor: grabbing!important;
}

.ol-layerswitcher .panel li.dropover {
  background: rgba(51, 102, 153, 0.5);
}

.ol-layerswitcher .panel li label {
  display: inline-block;
  height: 1.4em;
  max-width: 12em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 1.7em;
  position: relative;
}

.ol-layerswitcher .panel li label span {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: .2em;
}
.ol-layerswitcher [type="radio"] + label:before,
.ol-layerswitcher [type="checkbox"] + label:before,
.ol-layerswitcher [type="radio"]:checked + label:after,
.ol-layerswitcher [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 0.1em; top: 0.1em;
  width: 1.2em; height: 1.2em; 
  border: 2px solid #369;
  background: #fff;
  box-sizing:border-box;
}

.ol-layerswitcher [type="radio"] + label:before,
.ol-layerswitcher [type="radio"] + label:after {
  border-radius: 50%;
}

.ol-layerswitcher [type="radio"]:checked + label:after {
  background: #369 none repeat scroll 0 0;
  margin: 0.3em;
  width: 0.6em;
  height: 0.6em;
}

.ol-layerswitcher [type="checkbox"]:checked + label:after {
  background: transparent;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #369;
    width: 0.7em;
    height: 1em;
    transform: rotate(45deg);
    left: 0.55em;
    top: -0.05em;
    box-shadow: 1px 0px 1px 1px #fff;
}

.ol-layerswitcher .panel li.ol-layer-hidden {
  opacity: 0.6;
}

.ol-layerswitcher.ol-collapsed .panel-container {
  display:none;
}
.ol-layerswitcher.ol-forceopen .panel-container {
  display:block;
}

.ol-layerswitcher-image > button,
.ol-layerswitcher > button {
  background-color: white;
  float: right;
  z-index: 10;
  position: relative;
  font-size: 1.7em;
}
.ol-touch .ol-layerswitcher-image > button,
.ol-touch .ol-layerswitcher > button {
  font-size: 2.5em;
}
.ol-layerswitcher-image > button:before,
.ol-layerswitcher-image > button:after,
.ol-layerswitcher > button:before,
.ol-layerswitcher > button:after {
  content: "";
  position:absolute;
  width: .75em;
  height: .75em;
  border-radius: 0.15em;
  transform: scaleY(.8) rotate(45deg);
}
.ol-layerswitcher-image > button:before,
.ol-layerswitcher > button:before {
  background: #e2e4e1;
  top: .32em;
  left: .34em;
  box-shadow: 0.1em 0.1em #325158;
}
.ol-layerswitcher-image > button:after,
.ol-layerswitcher > button:after {
  top: .22em;
  left: .34em;
  background: #83bcc5;
  background-image: radial-gradient( circle at .85em .6em, #70b3be 0, #70b3be .65em, #83bcc5 .65em);
}
.ol-layerswitcher-buttons {
  display:block;
  float: right;
  text-align:right;
}
.ol-layerswitcher-buttons > div {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height:1em;
  width:1em;
  margin:2px;
  line-height: 1em;
    text-align: center;
    background: #369;
    vertical-align: middle;
    color: #fff;
}

.ol-layerswitcher .panel li > div {
  display: inline-block;
  position: relative;
}

/* line break */
.ol-layerswitcher .ol-separator {
  display:block;
  width:0;
  height:0;
  padding:0;
  margin:0;
}

.ol-layerswitcher .layerup {
  float: right;
  height:2.5em;
  background-color: #369;
  opacity: 0.5;
  cursor: move;
  cursor: ns-resize;
}

.ol-layerswitcher .layerup:before,
.ol-layerswitcher .layerup:after {
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0.4em 0.4em 0;
  content: "";
  height: 0;
  position: absolute;
  bottom: 3px;
  left: 0.1em;
  width: 0;
}
.ol-layerswitcher .layerup:after {
  border-width: 0 0.4em 0.4em;
  top:3px;
  bottom: auto;
}

.ol-layerswitcher .layerInfo {
  background: #369;
  border-radius: 100%;
}
.ol-layerswitcher .layerInfo:before {
  color: #fff;
  content: "i";
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  width: 1.25em;
  position:absolute;
  left: 0;
  top: 0;
}

.ol-layerswitcher .layerTrash {
  background: #369;
}
.ol-layerswitcher .layerTrash:before {
  color: #fff;
  content: "\00d7";
  font-size:1em;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1em;
  margin: -0.5em 0;
  position: absolute;
}

.ol-layerswitcher .layerExtent {
  background: #369;
}
.ol-layerswitcher .layerExtent:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  right: 2px;
  top: 6px;
  bottom: 3px;
}
.ol-layerswitcher .layerExtent:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 2px;
  right: 6px;
  top: 3px;
}

.ol-layerswitcher .expend-layers,
.ol-layerswitcher .collapse-layers {
  margin: 0 2px;
  background-color: transparent;
}
.ol-layerswitcher .expend-layers:before,
.ol-layerswitcher .collapse-layers:before {
  content:"";
  position:absolute;
  top:50%;
  left:0;
  margin-top:-2px;
  height:4px;
  width:100%;
  background:#369;
}
.ol-layerswitcher .expend-layers:after {
  content:"";
  position:absolute;
  left:50%;
  top:0;
  margin-left:-2px;
  width:4px;
  height:100%;
  background:#369;
}
/*
.ol-layerswitcher .collapse-layers:before {
  content:"";
  position:absolute;
  border:0.5em solid #369;
  border-color: #369 transparent transparent;
  margin-top:0.25em;
}
.ol-layerswitcher .expend-layers:before {
  content:"";
  position:absolute;
  border:0.5em solid #369;
  border-color: transparent transparent transparent #369 ;
  margin-left:0.25em;
}
*/

.ol-layerswitcher .layerswitcher-opacity {
  position:relative;
  border: 1px solid #369;
  height: 3px;
  width: 120px;
  margin:5px 1em 10px 7px;
  box-sizing: border-box;
  border-radius: 3px;
  background: #69c;
  background: linear-gradient(to right, rgba(0,60,136,0), rgba(0,60,136,0.6));
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor,
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background: rgba(0,60,136,0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
}
.ol-touch .ol-layerswitcher .layerswitcher-opacity .layerswitcher-opacity-cursor {
  width: 26px;
  height: 26px;
}

.ol-layerswitcher .layerswitcher-opacity-label { 
  display:none;
  position: absolute;
  right: -2.5em;
  bottom: 5px;
  font-size: 0.8em;
}
.ol-layerswitcher .layerswitcher-opacity-label::after {
  content:"%";
}

.ol-layerswitcher .layerswitcher-progress {
  display:block;
  margin:-4px 1em 2px 7px;
  width: 120px;
}
.ol-layerswitcher .layerswitcher-progress div {
  background-color: #369;
  height:2px;
  display:block;
  width:0;
}

.ol-control.ol-layerswitcher-image {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: 1em;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.ol-control.ol-layerswitcher-image.ol-collapsed {
  top:3em;
  transition: none;
}

.ol-layerswitcher-image .panel {
  list-style: none;
  padding: 0.25em;
  margin:0;
  overflow: hidden;
}

.ol-layerswitcher-image .panel ul {
  list-style: none;
  padding: 0 0 0 20px;
  overflow: hidden;
}

.ol-layerswitcher-image.ol-collapsed .panel {
  display:none;
}
.ol-layerswitcher-image.ol-forceopen .panel {
  display:block;
  clear:both;
}

.ol-layerswitcher-image button {
  float: right;
  display:none;
}

.ol-layerswitcher-image.ol-collapsed button {
  display:block;
  position:relative;
}

.ol-layerswitcher-image li {
  border-radius: 4px;
  border: 3px solid transparent;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 64px;
  height: 64px;
  margin:2px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  vertical-align: middle;
  cursor:pointer;
}
.ol-layerswitcher-image li.ol-layer-hidden {
  opacity: 0.5;
  border-color:#555;
}
.ol-layerswitcher-image li.ol-header {
  display: none;
}

.ol-layerswitcher-image li img {
  position:absolute;
  max-width:100%;
}
.ol-layerswitcher-image li.select,
.ol-layerswitcher-image li.ol-visible {
  border: 3px solid red;
}

.ol-layerswitcher-image li p {
  display:none;
}
.ol-layerswitcher-image li:hover p {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  height:1.2em;
  font-family:Verdana, Geneva, sans-serif;
  font-size:0.8em;
}
.ol-control.ol-legend {
  bottom: .5em;
  left: .5em;
  z-index: 1;
  max-height: 90%;
  max-width: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(255,255,255,.6);
}
.ol-control.ol-legend:hover {
  background-color: rgba(255,255,255,.8);
}
.ol-control.ol-legend.ol-empty,
.ol-control.ol-legend.ol-collapsed {
  overflow: hidden;
}
.ol-control.ol-legend button {
  position: relative;
  display: none;
}
.ol-control.ol-legend.ol-empty button,
.ol-control.ol-legend.ol-collapsed button {
  display: block;
}
.ol-control.ol-legend.ol-uncollapsible button {
  display: none;
}

.ol-control.ol-legend > ul,
.ol-control.ol-legend > canvas {
  margin: 2px;
}

.ol-control.ol-legend button.ol-closebox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  cursor: pointer;
  z-index: 1;
}
.ol-control.ol-legend.ol-empty button.ol-closebox,
.ol-control.ol-legend.ol-uncollapsible button.ol-closebox,
.ol-control.ol-legend.ol-collapsed button.ol-closebox {
  display: none;
}
.ol-control.ol-legend button.ol-closebox:before {
  content: "\D7";
  background: none;
  color: rgba(0,60,136,.5);
  font-size: 1.3em;
}
.ol-control.ol-legend button.ol-closebox:hover:before {
  color: rgba(0,60,136,1);
}
.ol-control.ol-legend .ol-legendImg {
  display: block;
}
.ol-control.ol-legend.ol-empty .ol-legendImg,
.ol-control.ol-legend.ol-collapsed .ol-legendImg {
  display: none;
}
.ol-control.ol-legend.ol-uncollapsible .ol-legendImg {
  display: block;
}

.ol-control.ol-legend > button:first-child:before,
.ol-control.ol-legend > button:first-child:after {
  content: "";
  position: absolute;
  top: .25em;
  left: .2em;
  width: .2em;
  height: .2em;
  background-color: currentColor;
  box-shadow: 0 0.35em, 0 0.7em;
}
.ol-control.ol-legend button:first-child:after {
  top: .27em;
  left: .55em;
  height: .15em;
  width: .6em;
}

ul.ol-legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-control.ol-legend.ol-empty ul,
.ol-control.ol-legend.ol-collapsed ul {
  display: none;
}
.ol-control.ol-legend.ol-uncollapsible ul {
  display: block;
}
ul.ol-legend li.ol-title {
  text-align: center;
  font-weight: bold;
}
ul.ol-legend li.ol-title > div:first-child {
  width: 0!important;
}
ul.ol-legend li {
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}
ul.ol-legend li div {
  display: inline-block;
  vertical-align: top;
}

.ol-control.ol-legend .ol-legend {
  display: inline-block;
}
.ol-control.ol-legend.ol-empty .ol-legend,
.ol-control.ol-legend.ol-collapsed .ol-legend {
  display: none;
}
.ol-control.ol-legend.ol-empty button {
  opacity: .4;
}
.ol-control.ol-mapzone {
  position: absolute;
  right: 0.5em;
  text-align: left;
  top: .5em;
  max-height: calc(100% - 6em);
  box-sizing: border-box;
  overflow: hidden;
}

.ol-control.ol-mapzone.ol-collapsed {
  top: 3em;
}

.ol-control.ol-mapzone button {
  position: relative;
  float: right;
  margin-top: 2.5em;
}
.ol-touch .ol-control.ol-mapzone button {
  margin-top: 1.67em;
}
.ol-control.ol-mapzone.ol-collapsed button {
  margin-top: 0;
}

.ol-control.ol-mapzone button i {
  border: .1em solid currentColor;
  border-radius: 50%;
  width: .9em;
  height: .9em; 
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-control.ol-mapzone button i:before {
  content: "";
  background-color: currentColor;
  width: 0.4em;
  height: .4em;
  position: absolute;
  left: .5em;
  top: 0.3em;
  border-radius: 50%;
  box-shadow: .05em .3em 0 -.051em currentColor,
  	-.05em -.35em 0 -.1em currentColor,
  	-.5em -.35em 0 0em currentColor,
  	-.65em .1em 0 -.03em currentColor,
  	-.65em -.05em 0 -.05em currentColor
}

.ol-mapzone > div {
  position: relative;
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 0 .2em 0 0;
}
.ol-control.ol-mapzone.ol-collapsed > div {
  display: none;
}
.ol-mapzone > div p {
  margin: 0;
  position: absolute;
  bottom: 0;
  /* background: rgba(255,255,255,.5); */
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 160%;
  overflow: hidden;
  font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
  transform: scaleX(.625);
  transform-origin: 0 0;
  cursor: default;
}

.ol-notification {
  width: 150%;
  bottom: 0;
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
.ol-notification > div,
.ol-notification > div:hover {
  position: absolute;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  bottom: 0;
  left: 33.33%;
  max-width: calc(66% - 4em);
  min-width: 5em;
  max-height: 5em;
  min-height: 1em;
  border-radius: 4px 4px 0 0;
  padding: .2em .5em;
  text-align: center;
  box-sizing: border-box;
  transform: translateX(-50%);
  transition: .3s;
  opacity: 1;
}
.ol-notification.ol-collapsed > div {
  bottom: -5em;
  opacity: 0;
}

.ol-notification a {
  color: #9cf;
  cursor: pointer;
}

.ol-notification .ol-close,
.ol-notification .ol-close:hover {
  padding-right: 1.5em;
}

.ol-notification .closeBox {
  position: absolute;
  top: 0;
  right: 0.3em;
}
.ol-notification .closeBox:before {
  content: '\00d7';
}
.ol-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  padding: 1em;
  color: #fff;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  display: none;
  cursor: default;
  overflow: hidden;
  transition: all 0.5s;
  pointer-events: none;
  z-index: 9;
}

.ol-overlay.slide-up {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.ol-overlay.slide-down {
  transform: translateY(-100%);
}
.ol-overlay.slide-left
{
  transform: translateX(-100%);
}
.ol-overlay.slide-right {
  transform: translateX(100%);
}
.ol-overlay.zoom {
  top: 50%;
  left: 50%;
  opacity:0.5;
  transform: translate(-50%,-50%) scale(0);
}
.ol-overlay.zoomout {
  transform: scale(3);
}
.ol-overlay.zoomrotate {
  top: 50%;
  left: 50%;
  opacity:0.5;
  transform: translate(-50%,-50%) scale(0) rotate(360deg);
}
.ol-overlay.stretch {
  top: 50%;
  left: 50%;
  opacity:0.5;
  transform: translate(-50%,-50%) scaleX(0) ;
}
.ol-overlay.stretchy {
  top: 50%;
  left: 50%;
  opacity:0.5;
  transform: translate(-50%,-50%) scaleY(0) ;
}
.ol-overlay.wipe {
  opacity: 1;
  /* clip: must be set programmatically */
  /* clip-path: use % but not crossplatform (IE) */
}
.ol-overlay.flip {
  transform: perspective(600px) rotateY(180deg);
}
.ol-overlay.card {
  opacity: 0.5;
  transform: translate(-80%, 100%) rotate(-0.5turn);
}
.ol-overlay.book {
  transform: perspective(600px) rotateY(-180deg) scaleX(0.6) ;
  transform-origin: 10% 50%;
}
.ol-overlay.book.visible {
  transform-origin: 10% 50%;
}

.ol-overlay.ol-visible {
  opacity:1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  pointer-events: all;  
}

.ol-overlay .ol-closebox {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index:1;
}
.ol-overlay .ol-closebox:before {
  content: "\274c";
  display: block;
  text-align: center;
  vertical-align: middle;
}

.ol-overlay .ol-fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.ol-overlay .ol-fullscreen-image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  padding: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-overlay .ol-fullscreen-image.ol-has-title img {
  padding-bottom: 3em;
}
.ol-overlay .ol-fullscreen-image p {
  background-color: rgba(0,0,0,.5);
  padding: .5em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  text-align: center;
}
.ol-control.ol-overview
{	position: absolute;
	left: 0.5em;
	text-align: left;
	bottom: 0.5em;
}

.ol-control.ol-overview .panel
{	display:block;
	width:150px;
	height:150px;
	margin:2px;
	background-color:#fff;
	border:1px solid #369;
	cursor: pointer;
}

.ol-overview:not(.ol-collapsed) button
{	position:absolute;
	bottom:2px;
	left:2px;
	z-index:2;
}

.ol-control.ol-overview.ol-collapsed .panel
{	display:none;
}

.ol-overview.ol-collapsed button:before
{	content:'\00bb';
}
.ol-overview button:before
{	content:'\00ab';
}


.ol-control-right.ol-overview
{	left: auto;
	right: 0.5em;
}
.ol-control-right.ol-overview:not(.ol-collapsed) button
{	left:auto;
	right:2px;
}
.ol-control-right.ol-overview.ol-collapsed button:before
{	content:'\00ab';
}
.ol-control-right.ol-overview button:before
{	content:'\00bb';
}

.ol-control-top.ol-overview
{	bottom: auto;
	top: 5em;
}
.ol-control-top.ol-overview:not(.ol-collapsed) button
{	bottom:auto;
	top:2px;
}

.ol-permalink {
  position: absolute;
  top:0.5em;
  right: 2.5em;
}
.ol-touch .ol-permalink {
  right: 3em;
}

.ol-permalink button i {
  position: absolute;
  width: 1em;
  height: 1em;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-permalink button i:before {
  content: '\2197';
  position: absolute;
  border: 1px solid currentColor;
  left: 0;
  top: 0;
  width: 0.3em;
  height: 1em;
  box-sizing: border-box;
  border-width: 1px 0 0 1px;
  padding: 0 0.2em;
}
.ol-permalink button i:after {
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 0.3em;
  box-sizing: border-box;
  border-width: 0 1px 1px 0;
  padding: 0.2em;
}
.ol-control.ol-print {
  top:.5em;
  left: 3em;
}
.ol-control.ol-print button:before {
  content: "";
  width: .9em;
  height: .35em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 0.1em, inset 0.55em 0, 0 0.2em 0 -0.1em;
}
.ol-control.ol-print button:after {
  content: "";
  width: .7em;
  height: .6em;
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 0.15em;
}
.ol-ext-print-dialog {
  width: 100%;
  height: 100%;
}
.ol-ext-print-dialog > form .ol-closebox {
  right: auto;
  left: 16.5em;
  z-index: 1;
  color: #999;
}
.ol-ext-print-dialog .ol-content[data-status="printing"] {
  opacity: .5;
}
.ol-ext-print-dialog .ol-content .ol-error {
  display: none;
  background: #b00;
  color: yellow;
  text-align: center;
  padding: 1em .5em;
  font-weight: bold;
  margin: 0 -1em;
}
.ol-ext-print-dialog .ol-content[data-status="error"] .ol-error {
  display: block;
}


.ol-ext-print-dialog > form,
.ol-ext-print-dialog.ol-visible > form {
  transition: none;
  top: 1em;
  left: 1em;
  bottom: 1em;
  right: 1em;
  transform: none;
  max-width: 100%;
  max-height: 100%;
  background-color: #eee;
  padding: 0;
}
.ol-ext-print-dialog .ol-print-map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 18em);
  overflow: hidden;
}
.ol-ext-print-dialog .ol-print-map .ol-page {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  box-sizing: border-box;
}
.ol-ext-print-dialog .ol-print-map .ol-page.margin {
  box-sizing: content-box;
}
.ol-ext-print-dialog .ol-map {
  width: 100%;
  height: 100%;
}
.ol-ext-print-dialog .ol-print-map .ol-control {
  display: none!important;
}

.ol-ext-print-dialog .ol-print-param {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18em;
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
}

.ol-ext-print-dialog .ol-print-param h2 {
  display: block;
  color: rgba(0,60,136,.7);
  font-size: 1.1em;
}
.ol-ext-print-dialog .ol-print-param ul {
  padding: 0;
  list-style: none;
}
.ol-ext-print-dialog .ol-print-param li {
  position: relative;
  margin: .5em 0;
  font-size: .9em;
}
.ol-ext-print-dialog .ol-print-param li.hidden {
  display: none;
}
.ol-ext-print-dialog .ol-print-param label {
  width: 8em;
  display: inline-block;
  vertical-align: middle;
}

.ol-ext-print-dialog select {
  outline: none;
  vertical-align: middle;
}

.ol-ext-print-dialog .ol-orientation {
  text-align: center;
}
.ol-ext-print-dialog .ol-orientation label {
  position: relative;
  width: 7em;
  cursor: pointer;
}
.ol-ext-print-dialog .ol-orientation input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.ol-ext-print-dialog .ol-orientation span {
  position: relative;
  width: 80%;
  display: block;
  padding: 3.5em 0 .2em;
}
.ol-ext-print-dialog .ol-orientation span:before {
  content: "";
  position: absolute;
  width: 2em;
  height: 2.6em;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  background-color: currentColor;
  border: 1px solid currentColor;
  border-radius: 0 1em 0 0;
  opacity: .5;
  overflow: hidden;
  box-shadow: inset 1.3em -1.91em #ddd;
}

.ol-ext-print-dialog .ol-orientation .landscape span:before {
  width: 2.6em;
  height: 2em;
  margin: .2em 0;
  box-shadow: inset 1.91em -1.3em #ddd;
}
.ol-ext-print-dialog .ol-orientation input:checked + span {
  opacity: 1;
  box-shadow: 0 0 .2em rgba(0,0,0,.5);
}

.ol-ext-print-dialog .ol-ext-toggle-switch span {
  position: absolute;
  right: -2em;
  top: 50%;
  transform: translateY(-50%);
}

.ol-print-title input[type=text] {
  margin-top: .5em;
  width: calc(100% - 6em);
  margin-left: 6em;
}

.ol-ext-print-dialog .ol-size option:first-child {
  font-style: italic;
}

.ol-ext-print-dialog .ol-saveas,
.ol-ext-print-dialog .ol-savelegend {
  text-align: center;
}
.ol-ext-print-dialog .ol-saveas select,
.ol-ext-print-dialog .ol-savelegend select {
  background-color: rgba(0,60,136,.7);
  color: #fff;
  padding: .5em;
  margin: 1em 0 0;
  font-size: 1em;
  border: 0;
  font-weight: bold;
  max-width: 12em;
}
.ol-ext-print-dialog .ol-saveas select option,
.ol-ext-print-dialog .ol-savelegend select option {
  background-color: #fff;
  color: #666;
}
.ol-ext-print-dialog .ol-savelegend select {
  margin-top: 0;
}

.ol-ext-print-dialog .ol-ext-buttons {
  text-align: right;
  border-top: 1px solid #ccc;
  padding: .8em .5em;
  margin: 0 -1em;
}
.ol-ext-print-dialog button {
  font-size: 1em;
  margin: 0 .2em;
  border: 1px solid #999;
  background: none;
  padding: .3em 1em;
  color: #333;
}
.ol-ext-print-dialog button[type="submit"] {
  background-color: rgba(0,60,136,.7);
  color: #fff;
  font-weight: bold;
}

.ol-ext-print-dialog .ol-clipboard-copy {
  position: absolute;
  pointer-events: none;
  top: 0;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  padding: .5em 1em;
  border-radius: 1em;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  transition: 0s;
  opacity: 0;
}
.ol-ext-print-dialog .ol-clipboard-copy.visible {
  animation: 1s ol-clipboard-copy;
}
.ol-ext-print-dialog .ol-print-map .ol-control.ol-canvas-control {
  display: block!important;
}
.ol-ext-print-dialog .ol-print-map .ol-control.ol-print-compass {
  display: block!important;
}
.ol-ext-print-dialog .ol-print-map .ol-control.olext-print-compass {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 20px;
}

@keyframes ol-clipboard-copy { 
  0% { opacity: 0; top: 0; }
  80% { opacity: 1; top: -3em; }
  100% { opacity: 0; top: -3em; }  
}

@media print {
  body.ol-print-document {
    margin: 0!important;
    padding: 0!important;
  }
  body.ol-print-document > * {
    display: none!important;
  }
  body.ol-print-document > .ol-ext-print-dialog {
    display: block!important;
  }
  body.ol-print-document > .ol-ext-print-dialog .ol-content {
    max-height: unset!important;
    max-width: unset!important;
    width: unset!important;
    height: unset!important;
  }
  .ol-ext-print-dialog > form,
  .ol-ext-print-dialog {
    position: unset;
    box-shadow: none;
    background: none!important;
    border: 0;
  }
  .ol-ext-print-dialog > form > *,
  .ol-ext-print-dialog .ol-print-param {
    display: none!important;
    background: none;
  } 
  .ol-ext-print-dialog .ol-content {
    display: block!important;
    border: 0;
    background: none;
  }
  .ol-ext-print-dialog .ol-print-map {
    position: unset; 
    background: none;
    width: auto;
    overflow: visible;
  }
  .ol-ext-print-dialog .ol-print-map .ol-page {
    transform: none!important;
    box-shadow: none!important;
    position: unset;
  }
}

@media (max-width: 25em) {
  .ol-ext-print-dialog .ol-print-param {
    width: 13em;
  }
  .ol-ext-print-dialog .ol-print-map {
    width: calc(100% - 13em);
  }
  .ol-ext-print-dialog .ol-print-param .ol-print-title input[type="text"] {
    width: 100%;
    margin: 0;
  }
}
.ol-ext-print-dialog2x .ol-map,
.ol-ext-print-dialog2x .ol-map2 {
  width: 100%;
  height: 50%;
}
.ol-ext-print-dialog2x[data-orientation="landscape"] .ol-map,
.ol-ext-print-dialog2x[data-orientation="landscape"] .ol-map2 {
  display: inline-block;
  width: 50%;
  height: 100%;
}

.ol-ext-print-dialog2x[data-clip-map] .ol-map,
.ol-ext-print-dialog2x[data-swipe-orientation] .ol-map {
  width: 100%!important;
  height: 100%!important;
}
.ol-ext-print-dialog2x[data-clip-map] .ol-map2,
.ol-ext-print-dialog2x[data-swipe-orientation] .ol-map2 {
  width: 100%!important;
  height: 100%!important;
  position: relative!important;
  left: 0;
  top: -100%;
}
.ol-profile {
  position: relative;
  -webkit-user-select: none;
          user-select: none;
}
.ol-control.ol-profile {
  position: absolute;
  top: 0.5em;
  right: 3em;
  text-align: right;
  overflow: hidden;
}
.ol-profile .ol-zoom-out {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
}
.ol-profile .ol-zoom-out:before {
  content: '';
  height: 2px;
  width: 60%;
  background: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ol-profile .ol-inner  {
  position: relative;
  padding: 0.5em;
  font-size: 0.8em;
}
.ol-control.ol-profile .ol-inner {
  display: block;
  background-color: rgba(255,255,255,0.7);
  margin: 2.3em 2px 2px;
}
.ol-control.ol-profile.ol-collapsed .ol-inner {
  display: none;
}

.ol-profile canvas {
  display: block;
}
.ol-profile button {
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.ol-profile button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.ol-profile button i:before,
.ol-profile button i:after {
  content: "";
  position: absolute;
  display: block;
  background-color: currentColor;
  width: 1em;
  height: .9em;
  transform: scaleX(.8) translate(-.25em, .5em) rotate(45deg);
}
.ol-profile button i:after {
  transform: scaleX(.8) translate(.35em, .7em) rotate(45deg);
}

.ol-profile.ol-collapsed button {
  position: static;
}

.ol-profile .ol-profilebar,
.ol-profile .ol-profilecursor {
  position:absolute;
  pointer-events: none;
  width: 1px;
  display: none;
}
.ol-profile .ol-profilecursor {
  width: 0;
  height: 0;
}
.ol-profile .ol-profilecursor:before {
  content:"";
  pointer-events: none;
  display: block;
  margin: -2px;
  width:5px;
  height:5px;
}
.ol-profile .ol-profilebar,
.ol-profile .ol-profilecursor:before {
  background: red;
}

.ol-profile table {
  text-align: center;
  width: 100%;
}

.ol-profile table span {
  display: block;
}

.ol-profilepopup {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0.5em;
  padding: 0 0.5em;
  position: absolute;
  top:-1em;
  white-space: nowrap;
}
.ol-profilepopup.ol-left {
  right:0;
}


.ol-profile table td {
  padding: 0 2px;
}

.ol-profile table .track-info {
  display: table-row;
}
.ol-profile table .point-info {
  display: none;
}
.ol-profile .over table .track-info {
  display: none;
}
.ol-profile .over table .point-info {
  display: table-row;
}

.ol-profile p {
  text-align: center;
  margin:0;
}

.ol-control.ol-progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  pointer-events: none!important;
  background-color: transparent;
}

.ol-control.ol-progress-bar > .ol-bar {
  position: absolute;
  background-color: rgba(0,60,136,.5);
  left: 0;
  bottom: 0;
  height: .5em;
  width: 0;
  transition: width .2s;
  box-sizing: border-box;
}

.ol-progress-bar > .ol-waiting {
  display: none;
}

.ol-viewport .ol-control.ol-progress-bar > .ol-waiting {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2em;
  display: block;
  animation: 1s linear infinite ol-progress-bar-blink;
}

@keyframes ol-progress-bar-blink {
  0%, 30% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

.ol-control.ol-routing {
  top: 0.5em;
  left: 3em;
  max-height: 90%;
  overflow-y: auto;
}
.ol-touch .ol-control.ol-routing {
  left: 3.5em;
}
.ol-control.ol-routing.ol-searching {
  opacity: .5;
}

.ol-control.ol-routing .ol-car,
.ol-control.ol-routing > button {
  position: relative;
}
.ol-control.ol-routing .ol-car:after,
.ol-control.ol-routing > button:after {
  content: "";
  position: absolute;
  width: .78em;
  height: 0.6em;
  border-radius: 40% 50% 0 0 / 50% 70% 0 0;
  box-shadow: inset 0 0 0 0.065em, -0.35em 0.14em 0 -0.09em, inset 0 -0.37em, inset -0.14em 0.005em;
  clip: rect(0 1em .5em -1em);
  top: .35em;
  left: .4em;
}
.ol-control.ol-routing .ol-car:before,
.ol-control.ol-routing > button:before {
  content: "";
  position: absolute;
  width: .28em;
  height: .28em;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1em, 0.65em 0;
  top: 0.73em;
  left: .20em;
}
.ol-control.ol-routing .ol-pedestrian:after {
  content: "";
  position: absolute;
  width: .3em;
  height: .4em;
  top: .25em;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: inset 0.3em 0, 0.1em 0.5em 0 -0.1em, -0.1em 0.5em 0 -0.1em, 0.25em 0.1em 0 -0.1em, -0.25em 0.1em 0 -0.1em;
  border-top: .2em solid transparent;
}
.ol-control.ol-routing .ol-pedestrian:before {
  content: "";
  position: absolute;
  width: .3em;
  height: .3em;
  top: .1em;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: currentColor;
}

.ol-control.ol-routing .content {
  margin: .5em;
}

.ol-control.ol-routing.ol-collapsed .content {
  display: none;
}

.ol-routing .ol-search.ol-collapsed ul {
	display: none;
}
.ol-routing .ol-search ul .copy {
  display: none;
}
.ol-routing .ol-search ul.history {
  /* display: none; */
}
.ol-routing .content .search-input > div > * {
  display: inline-block;
  vertical-align: top;
}
.ol-routing .ol-result ul {
  list-style: none;
  display: block;
}
.ol-routing .ol-result li {
  position: relative;
  min-height: 1.65em;
}
.ol-routing .ol-result li i {
  display: block;
  font-size: .8em;
  font-weight: bold;
}

.ol-routing .ol-result li:before {
  content: "";
  border: 5px solid transparent;
  position: absolute;
  left: -1.75em;
  border-bottom-color: #369;
  border-width: .6em .4em .6em;
  transform-origin: 50% 125%;
  box-shadow: 0 0.65em 0 -0.25em #369;
  top: -.8em;
}
.ol-routing .ol-result li:after {
  content: "";
  position: absolute;
  width: 0.25em;
  height: .6em;
  left: -1.5em;
  background: #369;
  top: .6em;
  border-radius: 0.1em;
}
.ol-routing .ol-result li.R:before {
  transform: rotate(90deg);
}
.ol-routing .ol-result li.FR:before {
  transform: rotate(45deg);
}
.ol-routing .ol-result li.L:before {
  transform: rotate(-90deg);
}
.ol-routing .ol-result li.FL:before {
  transform: rotate(-45deg);
}

.ol-routing .content > i {
  vertical-align: middle;
  margin: 0 .3em 0 .1em;
  font-style: normal;
}
.ol-routing .ol-button,
.ol-routing .ol-button:focus,
.ol-routing .ol-pedestrian,
.ol-routing .ol-car {
  font-size: 1.1em;
  position: relative;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  color: rgba(0,60,136,1);
  background-color: transparent;
  margin: 0 .1em;
  opacity: .5;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ol-routing .ol-button:hover,
.ol-routing .ol-button.selected,
.ol-routing i.selected {
  opacity: 1;
  background: transparent;
}

.ol-control.ol-routing {
  background-color: rgba(255,255,255,.25);
}
.ol-control.ol-routing:hover {
  background-color: rgba(255,255,255,.75);
}

.search-input > div > button:before {
  content: '\00b1';
}
.ol-viewport .ol-scale {
	left: .5em;
	bottom: 2.5em;
	text-align: center;
	-webkit-transform: scaleX(.8);
	-webkit-transform-origin: 0 0;
	transform: scaleX(.8);
	transform-origin: 0 0;
	background-color: rgba(255, 255, 255, 0.75);
}
.ol-viewport .ol-scale input {
	background: none;
    border: 0;
    width: 8em;
    text-align: center;
}

.ol-search{
  top: 0.5em;
  left: 3em;
}
.ol-touch .ol-search {
  left: 3.5em;
}
.ol-search button {
  top: 2px;
  left: 2px;
  float: left;
}
.ol-control.ol-search > button:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: .7em;
  height: .7em;
  background-color: transparent;
  border: .12em solid currentColor;
  border-radius: 100%;
  top: .35em;
  left: .35em;
}
.ol-control.ol-search > button:after {
  content: "";
  position: absolute;
  top: 1.1em;
  left: .95em;
  width: .45em;
  height: .15em;
  background-color: currentColor;
  border-radius: .05em;
  transform: rotate(45deg);
  box-shadow: -0.18em 0 0 -0.03em;
}

.ol-search button.ol-revers {
  float: none;
  background-image: none;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 0;
  left: 0;
}
.ol-search.ol-revers button.ol-revers {
  background-color: rgba(0,136,60,.5)
}

.ol-control.ol-search.ol-collapsed button.ol-revers {
  display: none;
}
.ol-search button.ol-revers:before {
  content: "";
  border: .1em solid currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: .55em;
  height: .55em;
  box-sizing: border-box;
}
.ol-search button.ol-revers:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: .2em;
  height: .2em;
  background-color: transparent;
  box-shadow: .35em 0 currentColor, 0 .35em currentColor, -.35em 0 currentColor, 0 -.35em currentColor;
}

.ol-search input {
  display: inline-block;
  border: 0;
  margin: 1px 1px 1px 2px;
  font-size: 1.14em;
  padding-left: 0.3em;
  height: 1.375em;
  box-sizing: border-box;
  transition: all 0.1s;
}
.ol-touch .ol-search input,
.ol-touch .ol-search ul {
  font-size: 1.5em;
}
.ol-search.ol-revers > ul,
.ol-control.ol-search.ol-collapsed > * {
  display: none;
}
.ol-control.ol-search.ol-collapsed > button {
  display: block;
}

.ol-search ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  cursor: pointer;
  max-width: 17em;
  overflow-x: hidden;
  z-index: 1;
  background: #fff;
}
/*
.ol-control.ol-search ul {
  position: absolute;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
*/
.ol-search ul li {
  padding: 0.1em 0.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-search ul li.select,
.ol-search ul li:hover {
  background-color: rgba(0,60,136,.5);
  color: #fff;
}
.ol-search ul li img {
  float: left;
  max-height: 2em;
}
.ol-search li.copy {
    background: rgba(0,0,0,.5);
  color: #fff;
}
.ol-search li.copy a {
  color: #fff;
  text-decoration: none;
}

.ol-search.searching:before {
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  top: 1.6em;
  animation: pulse .5s infinite alternate linear;
  background: red;
  z-index: 2;
}

@keyframes pulse {
  0% { left:0; right: 95%; }
  50% {	left: 30%; right: 30%; }
  100% {	left: 95%; right: 0; }
}


.ol-control.ol-search.IGNF-parcelle {
  background-color: rgba(255,255,255,.7);
  padding-bottom: .2em;
}
.ol-search.IGNF-parcelle input {
  width: 14.5em;
}
.ol-search.IGNF-parcelle input:read-only {
  background: #ccc;
  opacity: .8;
}
.ol-search.IGNF-parcelle.ol-collapsed-list > ul.autocomplete {
  display: none;
}

.ol-search.IGNF-parcelle label {
  display: block;
  clear: both;
}

.ol-search.IGNF-parcelle > div input {
  text-align: right;
}
.ol-search.IGNF-parcelle > div input,
.ol-search.IGNF-parcelle > div label {
  width: 4em;
  box-sizing: border-box;
  display: inline-block;
  margin: .1em;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-search.IGNF-parcelle > div label {
  letter-spacing: -0.04em;
}
.ol-search.IGNF-parcelle ul.autocomplete-page {
  margin-top:.5em;
  width:100%;
  text-align: center;
  display: none;
}
.ol-search.IGNF-parcelle.ol-collapsed-list ul.autocomplete-parcelle,
.ol-search.IGNF-parcelle.ol-collapsed-list ul.autocomplete-page {
  display: block;
}
.ol-search.IGNF-parcelle.ol-collapsed ul.autocomplete-page,
.ol-search.IGNF-parcelle.ol-collapsed ul.autocomplete-parcelle,
.ol-search.IGNF-parcelle ul.autocomplete-parcelle {
  display: none;
}
.ol-search.IGNF-parcelle ul.autocomplete-page li {
  display: inline-block;
  color: #fff;
  background: rgba(0,60,136,.5);
  border-radius: 50%;
  width: 1.3em;
  height: 1.3em;
  padding: .1em;
  margin: 0 .1em;
}
.ol-search.IGNF-parcelle ul.autocomplete-page li.selected {
  background: rgba(0,60,136,1);
}

/* GPS */
.ol-searchgps input.search,
.ol-searchcoord input.search {
  display: none;
}
.ol-control.ol-searchgps > button:first-child,
.ol-control.ol-searchcoord > button:first-child {
  background-image: none;
}
.ol-control.ol-searchgps > button:first-child:before,
.ol-control.ol-searchcoord > button:first-child:before {
  content: "x/y";
  position: unset;
  display: block;
  transform: scaleX(.8);
  border: unset;
  border-radius: 0;
  width: auto;
  height: auto;
}
.ol-control.ol-searchgps > button:first-child:after,
.ol-control.ol-searchcoord > button:first-child:after {
  content: unset;
}
.ol-control.ol-searchgps .ol-latitude,
.ol-control.ol-searchgps .ol-longitude,
.ol-control.ol-searchcoord .ol-latitude,
.ol-control.ol-searchcoord .ol-longitude {
  clear: both;
}
.ol-control.ol-searchgps .ol-latitude label,
.ol-control.ol-searchgps .ol-longitude label,
.ol-control.ol-searchcoord .ol-latitude label,
.ol-control.ol-searchcoord .ol-longitude label {
  width: 5.5em;
  display: inline-block;
  text-align: right;
  transform: scaleX(.8);
  margin: 0 -.8em 0 0;
  transform-origin: 0 0;
}
.ol-control.ol-searchcoord .ol-latitude label,
.ol-control.ol-searchcoord .ol-longitude label {
  width: 2em;
  margin: 0;
}
.ol-control.ol-searchgps .ol-latitude input,
.ol-control.ol-searchgps .ol-longitude input {
  max-width: 10em;
}

.ol-control.ol-searchgps .ol-ext-toggle-switch {
  cursor: pointer;
  float: right;
  margin: .5em;
  font-size: .9em;
}

.ol-searchgps .ol-decimal{
  display: inline-block;
  margin-right: .7em;
}
.ol-searchgps .ol-dms,
.ol-searchgps.ol-dms .ol-decimal {
  display: none;
  width: 3em;
  text-align: right;
}
.ol-searchgps.ol-dms .ol-dms {
  display: inline-block;
}

.ol-searchgps span.ol-dms {
  width: .5em;
  text-align: left;
}
.ol-searchgps.ol-control.ol-collapsed button.ol-geoloc,
.ol-searchgps.ol-control.ol-collapsed button.ol-centerloc,
.ol-searchcoord.ol-control.ol-collapsed button.ol-centerloc,
.ol-searchcoord.ol-control.ol-collapsed button.ol-geoloc {
  display: none;
}
.ol-searchgps button.ol-geoloc,
.ol-searchgps button.ol-centerloc,
.ol-searchcoord button.ol-centerloc,
.ol-searchcoord button.ol-geoloc {
  top: 0;
  float: right;
  margin-right: 3px;
  background-image: none;
  position: relative;
}
.ol-searchgps button.ol-geoloc:before,
.ol-searchcoord button.ol-geoloc:before {
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .6em;
  height: .6em;
  border: .1em solid currentColor;
  border-radius: 50%;
  transform: translate(-50%,-50%);
}
.ol-searchgps button.ol-geoloc:after,
.ol-searchcoord button.ol-geoloc:after {
  content:"";
  position: absolute;
  left: 50%;
  top: 50%;
  width: .2em;
  height: .2em;
  background-color: transparent;
  transform: translate(-50%,-50%);
  box-shadow: 
    .45em 0 currentColor, -.45em 0 currentColor, 0 -.45em currentColor, 0 .45em currentColor,
    .25em 0 currentColor, -.25em 0 currentColor, 0 -.25em currentColor, 0 .25em currentColor;
}

.ol-searchgps button.ol-centerloc:before,
.ol-searchcoord button.ol-centerloc:before {
  content: "📍";
  border: 0;
  width: auto;
  height: auto;
  padding: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-searchgps button.ol-centerloc:after,
.ol-searchcoord button.ol-centerloc:after {
  display: none;
}
.ol-control.ol-select {
  top: .5em;
  left: 3em;
  background-color: rgba(255,255,255,.5);
}
.ol-control.ol-select:hover {
  background-color: rgba(255,255,255,.7);
}
.ol-touch .ol-control.ol-select {
  left: 3.5em;
}
.ol-control.ol-select > button:before {
  content: "A";
  font-size: .6em;
  font-weight: normal;
  position: absolute;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .2em solid currentColor;
  border-radius: 100%;
  top: .5em;
  left: .5em;
  line-height: 1em;
  text-align: center;
}
.ol-control.ol-select > button:after {
  content: "";
  position: absolute;
  top: 1.15em;
  left: 1em;
  width: .45em;
  height: .15em;
  background-color: currentColor;
  border-radius: .05em;
  transform: rotate(45deg);
  box-shadow: -0.18em 0 0 -0.03em;
}
.ol-select > div button {
  width: auto;
  padding: 0 .5em;
  float: right;
  font-weight: normal;
  height: 1.2em;
  line-height: 1.2em;
}
.ol-select .ol-delete {
    width: 1.5em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.ol-select .ol-delete:before {
  content:'\00d7';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.ol-control.ol-select input {
  font-size: 1em;
}
.ol-control.ol-select select {
  font-size: 1em;
  max-width: 10em;
}
.ol-control.ol-select select option.ol-default {
  color: #999;
  font-style: italic;
}
.ol-control.ol-select > div {
  display: block;
  margin: .25em;
}
.ol-control.ol-select.ol-collapsed > div {
  display: none;
}

.ol-control.ol-select.ol-select-check {
  max-width: 20em;
}
.ol-control.ol-select label.ol-ext-check {
  margin-right: 1em;
}
.ol-control.ol-select label.ol-ext-toggle-switch span {
  font-size: 1.1em;
}

.ol-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ol-control.ol-select input[type="search"],
.ol-control.ol-select input[type="text"]  {
  width: 8em;
}

.ol-select .ol-autocomplete {
  display: inline;
}
.ol-select .ol-autocomplete ul {
  position: absolute;
  display: block;
  background: #fff;
  border: 1px solid #999;
  min-width: 10em;
  font-size: .85em;
}
.ol-select .ol-autocomplete ul li {
  padding: 0 .5em;
}
.ol-select .ol-autocomplete ul li:hover {
  color: #fff;
  background: rgba(0,60,136,.5);
}
.ol-select ul.ol-hidden {
  display: none;
}

.ol-select-multi li > div:hover,
.ol-select-multi li > div.ol-control.ol-select {
  position: relative;
  top: unset;
  left: unset;
  background: transparent;
}
.ol-select-multi li > div  > button,
.ol-select-multi li > div  .ol-ok {
  display: none;
}
.ol-select-multi li .ol-control.ol-select.ol-collapsed > div,
.ol-select-multi li > div  > div {
  display: block;
}

.ol-control.ol-status {
  top: 0;
  left: 0;
  background: rgba(0,0,0,.2);
  color: #fff;
  font-size: .9em;
  padding: .3em 3em;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none!important;
  display: none;
}
.ol-control.ol-status.ol-visible {
  display: initial;
}
.ol-control.ol-status.ol-bottom {
  top: auto;
  bottom: 0;
}
.ol-control.ol-status.ol-left {
  top: 0;
  bottom: 0;
  padding: .3em .5em .3em 3em;
  width: auto;
}
.ol-control.ol-status.ol-right {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  padding: .3em 3em .3em .5em;
  width: auto;
}
.ol-control.ol-status.ol-center {
  top: 50%;
  transform: translateY(-50%);
}

.ol-control.ol-storymap {
  top: .5em;
  left: .5em;
  bottom: .5em;
  max-width: 35%;
  border-radius: .5em;
  position: absolute;
  height: auto;
  background-color: rgba(255,255,255,.5);
}
.ol-storymap {
  overflow: hidden;
  padding: 0;
  height: 100%;
  position: relative;
}
.ol-storymap > div {
  overflow: hidden;
  padding: 0;
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
  -webkit-user-select: none;
          user-select: none;
}
.ol-storymap >div.ol-move {
  scroll-behavior: unset;
}

.ol-control.ol-storymap .chapter {
  position: relative;
  padding: .5em;
  overflow: hidden;
}
.ol-control.ol-storymap .chapter:last-child {
  margin-bottom: 100%;
}
.ol-storymap .chapter {
  cursor: pointer;
  opacity: .4;
}
.ol-storymap .chapter.ol-select {
  cursor: default;
  opacity: 1;
  background-color: rgba(255,255,255,.8);
}

.ol-storymap .ol-scroll-top,
.ol-storymap .ol-scroll-next {
  position: relative;
  min-height: 1.7em;
  color: rgba(0,60,136,.5);
  text-align: center;
  cursor: pointer;
}
.ol-storymap .ol-scroll-next span {
  padding-bottom: 1.4em;
  display: block;
}
.ol-storymap .ol-scroll-top span {
  padding-top: 1.4em;
  display: block;
}

.ol-storymap .ol-scroll-top:before,
.ol-storymap .ol-scroll-next:before {
  content: "";
  border: .3em solid currentColor;
  border-radius: .3em;
  border-color: transparent currentColor currentColor transparent;
  width: .8em;
  height: .8em;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  animation: ol-bounce-bottom 0.35s linear infinite alternate;
  pointer-events: none;
}
.ol-storymap .ol-scroll-top:before {
  border-color: currentColor transparent transparent currentColor;
  animation: ol-bounce-top 0.35s linear infinite alternate;
}

@keyframes ol-bounce-top{
  from {top: -.2em;}
  to   {top: .5em;}
}
@keyframes ol-bounce-bottom{
  from {bottom: -.2em;}
  to   {bottom: .5em;}
}

.ol-storymap img[data-title] {
  cursor: pointer;
}

/* scrollLine / scrollbox */
.ol-storymap.scrollLine,
.ol-storymap.scrollBox {
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 0;
  max-width: 40%;
}
.ol-storymap.scrollLine .chapter,
.ol-storymap.scrollBox .chapter {
  background-color: #fff;
  margin: 100% 0;
}
.ol-storymap.scrollLine .chapter:first-child,
.ol-storymap.scrollBox .chapter:first-child {
  margin-top: 3em;
}
.ol-storymap.scrollLine .chapter.ol-select,
.ol-storymap.scrollLine .chapter,
.ol-storymap.scrollBox .chapter.ol-select,
.ol-storymap.scrollBox .chapter {
  opacity: 1;
}

.ol-storymap.scrollLine .ol-scrolldiv,
.ol-storymap.scrollBox .ol-scrolldiv {
  padding-right: 30px;
}
.ol-storymap.scrollLine:before,
.ol-storymap.scrollBox:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 14px;
  background-color: #fff;
}

.ol-storymap.scrollLine .ol-scroll,
.ol-storymap.scrollBox .ol-scroll {
  display: block!important;
  padding: 0;
  width: 1px;
  opacity: 1!important;
  right: 15px;
  overflow: visible;
  transition: none;
}
.ol-storymap.scrollLine .ol-scroll > div {
  background-color: transparent;
  overflow: visible;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: unset;
}
.ol-storymap.scrollLine .ol-scroll > div:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0af;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ol-storymap.scrollBox .ol-scroll > div {
  display: none;
}
.ol-storymap.scrollBox .chapter:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: Min(30%, 5em);
  right: -24.5px;
  box-shadow: 0 0 0 2px #fff, inset 0 0 0 15px #0af; 
  border-radius: 50%;
  border: 5px solid transparent;
  box-sizing: border-box;
  z-index: 1;
}

.ol-swipe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  touch-action: none;
}

.ol-swipe:before {
  content: "";
  position: absolute;
  top: -5000px;
  bottom: -5000px;
  left: 50%;
  width: 4px;
  background: #fff;
  z-index:-1;
  transform: translate(-2px, 0);
}
.ol-swipe.horizontal:before {
  left: -5000px;
  right: -5000px;
  top: 50%;
  bottom: auto;
  width: auto;
  height: 4px;
}

.ol-swipe,
.ol-swipe button {
  cursor: ew-resize;
}
.ol-swipe.horizontal,
.ol-swipe.horizontal button {
  cursor: ns-resize;
}

.ol-swipe:after,
.ol-swipe button:before,
.ol-swipe button:after {
  content: "";
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 50%;
  width: 2px;
  background: currentColor;
  transform: translate(-1px, 0);
  -webkit-transform: translate(-1px, 0);
}
.ol-swipe button:after {
  transform: translateX(4px);
}
.ol-swipe button:before {
  transform: translateX(-6px);
}

.ol-control.ol-timeline {
  bottom: 0;
  left: 0;
  right: 0;
  transition: .3s;
  background-color: rgba(255,255,255,.4);
}
.ol-control.ol-timeline.ol-collapsed {
  transform: translateY(100%);
}
.ol-timeline {
  overflow: hidden;
  padding: 2px 0 0;
}
.ol-timeline .ol-scroll {
  overflow: hidden;
  padding: 0;
  scroll-behavior: smooth;
  line-height: 1em;
  height: 6em;
  padding: 0 50%;
}
.ol-timeline .ol-scroll.ol-move {
  scroll-behavior: unset;
}

.ol-timeline.ol-hasbutton .ol-scroll {
  margin-left: 1.5em;
  padding: 0 calc(50% - .75em);
}
.ol-timeline .ol-buttons {
  display: none;
  position: absolute;
  top: 0;
  background: rgba(255,255,255,.5);
  width: 1.5em;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.ol-timeline.ol-hasbutton .ol-buttons {
  display: block;
}
.ol-timeline .ol-buttons button {
  font-size: 1em;
  margin: 1px;
  position: relative;
}
.ol-timeline .ol-buttons .ol-zoom-in:before,
.ol-timeline .ol-buttons .ol-zoom-out:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-timeline .ol-buttons .ol-zoom-out:before{
  content: '−';
}

.ol-timeline .ol-scroll > div {
  height: 100%;
  position: relative;
}

.ol-timeline .ol-scroll .ol-times {
  background: rgba(255,255,255,.5);
  height: 1em;
  bottom: 0;
  position: absolute;
  left: -1000px;
  right: -1000px;
}
.ol-timeline .ol-scroll .ol-time {
  position: absolute;
  font-size: .7em;
  color: #999;
  bottom: 0;
  transform: translateX(-50%);
}
.ol-timeline .ol-scroll .ol-time.ol-year {
  color: #666;
  z-index: 1;
}
.ol-timeline .ol-scroll .ol-time:before {
  content: "";
  position: absolute;
  bottom: 1.2em;
  left: 50%;
  height: 500px;
  border-left: 1px solid currentColor;
}

.ol-timeline .ol-scroll .ol-features {
  position: absolute;
  top: 0;
  bottom: 1em;
  left: -200px;
  right: -1000px;
  margin: 0 0 0 200px;
  overflow: hidden;
}

.ol-timeline .ol-scroll .ol-feature {
  position: absolute;
  font-size: .7em;
  color: #999;
  top: 0;
  background: #fff;
  max-width: 3em;
  max-height: 2.4em;
  min-height: 1em;
  line-height: 1.2em;
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 0 .5em 0 0;
  transition: all .3s;
  cursor: pointer;
  box-sizing: border-box;
}

.ol-timeline.ol-zoomhover .ol-scroll .ol-feature:hover,
.ol-timeline.ol-zoomhover .ol-scroll .ol-feature.ol-select {
  z-index: 1;
  transform: scale(1.2);
  background: #eee;
  /* max-width: 14em!important; */
}

/* Center */
.ol-timeline .ol-center-date {
  display: none;
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  transform: translateX(-50%);
  background-color: #f00;
  opacity: .4;
}
.ol-timeline.ol-hasbutton .ol-center-date {
  left: calc(50% + .75em);
}

/* Show center */ 
.ol-timeline.ol-pointer .ol-center-date {
  display: block;
}
.ol-timeline.ol-pointer .ol-center-date:before, 
.ol-timeline.ol-pointer .ol-center-date:after {
  content: '';
  border: 0.3em solid transparent;
  border-width: .3em .25em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ol-timeline.ol-pointer .ol-center-date:before {
  border-top-color: #f00;
  top: 0;
}
.ol-timeline.ol-pointer .ol-center-date:after {
  border-bottom-color: #f00;
  bottom: 0
}

/* show interval */
.ol-timeline.ol-interval .ol-center-date {
  display: block;
  background-color: transparent;
  border: 0 solid #000;
  border-width: 0 10000px;
  box-sizing: content-box;
  opacity: .2;
}
.ol-control.ol-videorec {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.ol-control.ol-videorec button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.ol-control.ol-videorec button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .8em;
  height: .8em;
  transform: translate(-50%, -50%);
  background-color: currentColor;
}
.ol-control.ol-videorec button.ol-start:before {
  width: .9em;
  height: .9em;
  border-radius: 50%;
  background-color: #c00;
}
.ol-control.ol-videorec button.ol-pause:before {
  width: .2em;
  background-color: transparent;
  box-shadow: -.2em 0, .2em 0;
}
.ol-control.ol-videorec button.ol-resume:before {
  border-style: solid;
  background: transparent;
  width: auto;
  border-width: .4em 0 .4em .6em;
  border-color: transparent transparent transparent currentColor;
  box-sizing: border-box;
}

.ol-control.ol-videorec button.ol-stop,
.ol-control.ol-videorec button.ol-pause,
.ol-control.ol-videorec button.ol-resume,
.ol-control.ol-videorec[data-state="rec"] .ol-start,
.ol-control.ol-videorec[data-state="pause"] .ol-start {
  display: none;
}
.ol-control.ol-videorec[data-state="rec"] .ol-stop,
.ol-control.ol-videorec[data-state="pause"] .ol-stop,
.ol-control.ol-videorec[data-state="rec"] .ol-pause,
.ol-control.ol-videorec[data-state="pause"] .ol-resume {
  display: inline-block;
}

.ol-control.ol-wmscapabilities {
  top: .5em;
  right: 2.5em;
}
.ol-touch .ol-control.ol-wmscapabilities {
  right: 3em;
}
.ol-control.ol-wmscapabilities.ol-hidden {
  display: none;
}
.ol-control.ol-wmscapabilities button:before {
  content: "+";
  position: absolute;
  top: calc(50% - .35em);
  left: 50%;
  transform: translate(-50%, -50%);
}
.ol-control.ol-wmscapabilities button:after {
  content: "";
  width: .75em;
  height: .75em;
  position: absolute;
  background: transparent;
  top: calc(50% - .05em);
  left: 50%;
  transform: scaleY(.6) translate(-50%, -50%) rotate(45deg);
  box-shadow: inset -.18em -.18em currentColor, -.4em .1em 0 -.25em currentColor, .1em -.35em 0 -.25em currentColor, .15em .15em currentColor;
  border-radius: .1em 0;
  border: .15em solid transparent;
  border-width: 0 .15em .15em 0;
}

.ol-wmscapabilities .ol-searching {
  opacity: .5;
}
.ol-wmscapabilities .ol-searching .ol-url:after{
  content: "";
  width: .7em;
  height: .7em;
  background-color: currentColor;
  position: absolute;
  top: 6em;
  border-radius: 50%;
  display: block;
  left: calc(50% - .35em);
  box-shadow: 0 1em currentColor, 0 -1em currentColor, 1em 0 currentColor, -1em 0 currentColor;
  animation:ol-wmscapabilities-rotate 2s linear infinite;
}
@keyframes ol-wmscapabilities-rotate { 
  100% { transform:rotate(360deg); } 
}

.ol-wmscapabilities .ol-url input {
  width: calc(100% - 10em);
  box-sizing: border-box;
  min-width: Min(100%, 20em);
}
.ol-wmscapabilities .ol-url select {
  width: 2em;
  height: 100%;
  padding: 1px;
}
.ol-wmscapabilities .ol-url button {
  width: 7.5em;
  margin-left: .5em;
}
.ol-wmscapabilities .ol-result {
  display: none;
  margin-top: .5em;
}
.ol-wmscapabilities .ol-result.ol-visible {
  display: block;
}

.ol-wmscapabilities .ol-select-list {
  position: relative;
  border: 1px solid #369;
  overflow-x: hidden;
  width: calc(100% - 120px);
  box-sizing: border-box;
  max-height: 14.5em;
}
.ol-wmscapabilities .ol-select-list div {
  padding: 0 .5em;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ol-wmscapabilities .ol-select-list .level-1 {
  padding-left: 1em;
}
.ol-wmscapabilities .ol-select-list .level-2 {
  padding-left: 1.5em;
}
.ol-wmscapabilities .ol-select-list .level-3 {
  padding-left: 2em;
}
.ol-wmscapabilities .ol-select-list .level-4 {
  padding-left: 2.5em;
}
.ol-wmscapabilities .ol-select-list .level-5 {
  padding-left: 3em;
}

.ol-wmscapabilities .ol-select-list .ol-info {
  font-style: italic;
}
.ol-wmscapabilities .ol-select-list .ol-title {
  background-color: rgba(0,60,136,.1);
}
.ol-wmscapabilities .ol-select-list div:hover {
  background-color: rgba(0,60,136,.5);
  color: #fff;
}
.ol-wmscapabilities .ol-select-list div.selected {
  background-color: rgba(0,60,136,.7);
  color: #fff;
}

.ol-wmscapabilities .ol-preview {
  width: 100px;
  float: right;
  background: rgba(0,60,136,.1);
  color: #666;
  padding: 0 5px 5px;
  text-align: center;
  margin-left: 10px;
}
.ol-wmscapabilities .ol-preview.tainted {
  width: 100px;
  float: right;
  background: rgba(136,0,60,.1);
  color: #666;
  padding: 0 5px 5px;
  text-align: center;
  margin-left: 10px;
}
.ol-wmscapabilities .ol-preview img {
  width: 100%;
  display: block;
  background: #fff;
}
.ol-wmscapabilities .ol-legend {
  max-width: 100%;
  display: none;
}
.ol-wmscapabilities .ol-legend.visible {
  display: block;
}
.ol-wmscapabilities .ol-buttons {
  clear: both;
  text-align: right;
}
.ol-wmscapabilities .ol-data p {
  margin: 0;
}
.ol-wmscapabilities .ol-data p.ol-title {
  font-weight: bold;
  margin: 1em 0 .5em;
}
.ol-wmscapabilities .ol-error {
  color: #800;
}

.ol-wmscapabilities ul.ol-wmsform {
  display: none;
  list-style: none;
  padding: 0;
}
.ol-wmscapabilities ul.ol-wmsform.visible {
  display: block;
}
.ol-wmscapabilities .ol-wmsform label {
  display: inline-block;
  text-align: right;
  width: calc(40% - .5em);
  margin-right: .5em;
}
.ol-wmscapabilities .ol-wmsform input {
  display: inline-block;
  width: 60%;
  box-sizing: border-box;
}
.ol-wmscapabilities .ol-wmsform input[type="checkbox"] {
  width: auto;
}
.ol-wmscapabilities .ol-wmsform button {
  float: right;
  margin: 1em 0;
}

.ol-wmscapabilities ul.ol-wmsform li[data-param="extent"] input {
  width: calc(60% - 2em);
}
.ol-wmscapabilities ul.ol-wmsform li[data-param="extent"] button {
  position: relative;
  width: 2em;
  height: 1.6em;
  margin: 0;
  vertical-align: middle;
  color: #444;
}
.ol-wmscapabilities ul.ol-wmsform li[data-param="extent"] button:before,
.ol-wmscapabilities ul.ol-wmsform li[data-param="extent"] button:after {
  content: "";
  position: absolute;
  width: .25em;
  height: .9em;
  border: .1em solid currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewY(-15deg);
}
.ol-wmscapabilities ul.ol-wmsform li[data-param="extent"] button:after {
  transform: translateX(.4em) translate(-50%, -50%) skewY(15deg);
  box-shadow: -0.8em 0.25em;
}

.ol-ext-dialog.ol-wmscapabilities form {
  width: 600px;
  min-height: 15em;
  top: 15%;
  transform: translate(-50%, -15%);
}
.ol-ext-dialog.ol-wmscapabilities .ol-content {
  max-height: calc(100vh - 6em);
}

.ol-ext-dialog.ol-wmtscapabilities [data-param="map"] {
  display: none;
}
.ol-ext-dialog [data-param="style"] {
  display: none;
}
.ol-ext-dialog.ol-wmtscapabilities [data-param="style"] {
  display: list-item;
}
.ol-ext-dialog.ol-wmtscapabilities [data-param="proj"],
.ol-ext-dialog.ol-wmtscapabilities [data-param="version"] {
  opacity: .6;
  pointer-events: none;
}

.ol-ext-dialog.ol-wmscapabilities button.ol-wmsform {
  width: 1.8em;
  text-align: center;
}
.ol-ext-dialog.ol-wmscapabilities button.ol-wmsform:before {
  content: "+";
}
.ol-ext-dialog.ol-wmscapabilities .ol-form button.ol-wmsform:before {
  content: "-";
}

.ol-ext-dialog.ol-wmscapabilities .ol-form button.ol-load,
.ol-ext-dialog.ol-wmscapabilities .ol-form .ol-legend {
  display: none;
}
.ol-ext-dialog.ol-wmscapabilities .ol-form ul.ol-wmsform {
  display: block;
  clear: both;
}
.ol-target-overlay .ol-target 
{	border: 1px solid transparent;
	box-shadow: 0 0 1px 1px #fff;
	display: block;
	height: 20px;
	width: 0;
}

.ol-target-overlay .ol-target:after,
.ol-target-overlay .ol-target:before
{	content:"";
	border: 1px solid #369;
	box-shadow: 0 0 1px 1px #fff;
	display: block;
	width: 20px;
	height: 0;
	position:absolute;
	top:10px;
	left:-10px;
}
.ol-target-overlay .ol-target:after
{	box-shadow: none;
	height: 20px;
	width: 0;
	top:0px;
	left:0px;
}

.ol-overlaycontainer .ol-touch-cursor {
  /* human fingertips are typically 16x20 mm = 45x57 pixels
    source: http://touchlab.mit.edu/publications/2003_009.pdf
  */
  width: 56px;
  height: 56px;
  margin: 6px;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255,255,255,.4);
  box-shadow: inset 0 0 0 5px #369;
}

.ol-overlaycontainer .ol-touch-cursor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: radial-gradient(circle at 100% 100%, transparent, transparent 70%, #369 70%, #369)
}

.ol-overlaycontainer .ol-touch-cursor .ol-button {
  position: absolute;
  color: #369;
  height: 55%;
  width: 55%;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(255,255,255,.4);
  box-shadow: inset 0 0 0 3px currentColor;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all .5s, opacity 0s, background 0s;
  overflow: hidden;
}
.ol-overlaycontainer .ol-touch-cursor.active.disable .ol-button {
  opacity: .8;
  background: rgba(51, 102, 153, .2);
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button {
  transform: translate(-50%, -50%) scale(1);
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-0 {
  top: -18%;
  left: 118%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-1 {
  top: 50%;
  left: 140%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-2 {
  top: 120%;
  left: 120%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-3 {
  top: 140%;
  left: 50%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-4 {
  top: 118%;
  left: -18%;
}
/* extra buttons */
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-5 {
  top: 50%;
  left: -40%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-6 {
  top: -18%;
  left: -18%;
}
.ol-overlaycontainer .ol-touch-cursor.active .ol-button-7 {
  top: -40%;
  left: 50%;
}

.ol-overlaycontainer .ol-touch-cursor .ol-button:before {
  content: "";
  width: 1.5em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1em;
  text-align: center;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-add:before,
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-remove:before {
  content: "−";
  line-height: .95em;
  font-size: 1.375em;
  font-weight: bold;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-add:before {
  content: "+";
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-x:before {
  content: "\00D7";
  font-size: 1.2em;
  font-weight: bold;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-move:before {
  content: "\2725";
  font-size: 1.2em;
}
.ol-overlaycontainer .ol-touch-cursor .ol-button.ol-button-check:before {
  content: "\2713";
  font-weight: bold;
}

.ol-overlaycontainer .ol-touch-cursor.nodrawing .ol-button.ol-button-x,
.ol-overlaycontainer .ol-touch-cursor.nodrawing .ol-button.ol-button-remove,
.ol-overlaycontainer .ol-touch-cursor.nodrawing .ol-button.ol-button-check {
  opacity: .8;
  background: rgba(51, 102, 153, .2);
}

.ol-overlaycontainer .ol-touch-cursor .ol-button > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ol-overlaycontainer .ol-touch-cursor .ol-button-type:before {
  content: "\21CE";
  font-weight: bold;
}



/* remove outline on focus */
.mapboxgl-canvas:focus {
  outline: none;
}
.ol-perspective-map {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
}
.ol-perspective-map .ol-layer {
  z-index: -1!important; /* bug using Chrome ? */
}
.ol-perspective-map .ol-layers {
  transform: translateY(0) perspective(200px) rotateX(0deg) scaleY(1);
}

.ol-perspective-map .ol-overlaycontainer,
.ol-perspective-map .ol-overlaycontainer-stopevent {
  width: 50%!important;
  height: 50%!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ol-overlay-container .ol-magnify 
{	background: rgba(0,0,0, 0.5);
	border:3px solid #369;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	overflow: hidden;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	position:relative;
	z-index:0;
}

.ol-overlay-container .ol-magnify:before 
{	border-radius: 50%;
	box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.25) inset;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.ol-overlay-container .ol-magnify:after 
{
	border-radius: 50%;
	box-shadow: 0 0 20px 7px rgba(255, 255, 255, 1);
	content: "";
	display: block;
	height: 0;
	left: 23%;
	position: absolute;
	top: 20%;
	width: 20%;
	z-index: 1;
	transform: rotate(-40deg);
	-webkit-transform: rotate(-40deg);
}
/** popup animation using visible class
*/
.ol-popup.anim {
  visibility: hidden;
}

.ol-popup.anim.visible {
  visibility: visible;
}
/** No transform when visible 
*/
.ol-popup.anim.visible > div {
  visibility: visible;
  transform: none;
  animation: ol-popup_bounce 0.4s ease 1;
}

@keyframes ol-popup_bounce {
  from { transform: scale(0); }
  50%  { transform: scale(1.1) }
  80%  { transform: scale(0.95) }
  to   { transform: scale(1); }
}

/** Transform Origin */
.ol-popup.anim.ol-popup-bottom.ol-popup-left > div  {
  transform-origin:0 100%;
}
.ol-popup.anim.ol-popup-bottom.ol-popup-right > div {
  transform-origin:100% 100%;
}
.ol-popup.anim.ol-popup-bottom.ol-popup-center > div {
  transform-origin:50% 100%;
}
.ol-popup.anim.ol-popup-top.ol-popup-left > div {
  transform-origin:0 0;
}
.ol-popup.anim.ol-popup-top.ol-popup-right > div {
  transform-origin:100% 0;
}
.ol-popup.anim.ol-popup-top.ol-popup-center > div {
  transform-origin:50% 0;
}
.ol-popup.anim.ol-popup-middle.ol-popup-left > div {
  transform-origin:0 50%;
}
.ol-popup.anim.ol-popup-middle.ol-popup-right > div {
  transform-origin:100% 50%;
}

.ol-overlaycontainer-stopevent {
  /* BOUG ol6.1 to enable DragOverlay interaction 
  position: initial!important;
  */
}

/** ol.popup */
.ol-popup {
  font-size:0.9em;
  -webkit-user-select: none;      
  user-select: none;
}
.ol-popup .ol-popup-content {
  overflow:hidden;
  cursor: default;
  padding: 0.25em 0.5em;
}
.ol-popup.hasclosebox .ol-popup-content {
  margin-right: 1.7em;
}
.ol-popup .ol-popup-content:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  height: 0;
}

/** Anchor position */
.ol-popup .anchor {
  display: block;
  width: 0px;
  height: 0px;
  background:red;
  position: absolute;
  margin: -11px 22px;
  pointer-events: none;
}
.ol-popup .anchor:after,
.ol-popup .anchor:before {
  position:absolute;
}
.ol-popup-right .anchor:after,
.ol-popup-right .anchor:before {
  right:0;
}
.ol-popup-top .anchor { top:0; }
.ol-popup-bottom .anchor { bottom:0; }
.ol-popup-right .anchor { right:0; }
.ol-popup-left .anchor { left:0; }
.ol-popup-center .anchor { 
  left:50%; 
  margin-left: 0!important;
}
.ol-popup-middle .anchor { 
  top:50%; 
  margin-top: 0!important;
}
.ol-popup-center.ol-popup-middle .anchor { 
  display:none; 
}

/** Fixed popup */
.ol-popup.ol-fixed {
  margin: 0!important;
  top: .5em!important;
  right: .5em!important;
  left: auto!important;
  bottom: auto!important;
  transform: none!important;
}
.ol-popup.ol-fixed .anchor {
  display: none;
}
.ol-popup.ol-fixed.anim > div {
  animation: none;
}

.ol-popup .ol-fix {
  width: 1em;
  height: .9em;
  background: #fff;
  position: relative;
  float: right;
  margin: .2em;
  cursor: pointer;
}
.ol-popup .ol-fix:before {
  content: "";
  width: .8em;
  height: .7em;
  display: block;
  border: .1em solid #666;
      border-right-width: 0.1em;
  border-right-width: .3em;
  box-sizing: border-box;
  margin: .1em;
}

/** Add a shadow to the popup */
.ol-popup.shadow {
  box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.5);
}

/** Close box */
.ol-popup .closeBox {
  background-color: rgba(0, 60, 136, 0.5);
  color: #fff;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  float: right;
  font-size: 0.9em;
  font-weight: 700;
  width: 1.4em;
  height: 1.4em;
  margin: 5px 5px 0 0;
  padding: 0;
  position: relative;
  display:none;
}
.ol-popup.hasclosebox .closeBox {
  display:block;
}

.ol-popup .closeBox:hover {
  background-color: rgba(0, 60, 136, 0.7);
}
/* the X */
.ol-popup .closeBox:after {
  content: "\00d7";
  font-size:1.5em;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  line-height: 1em;
  margin: -0.5em 0;
  position: absolute;
}

/** Modify touch poup */
.ol-popup.modifytouch {
  background-color: #eee;
}
.ol-popup.modifytouch .ol-popup-content {	
  padding: 0 0.25em;
  font-size: 0.85em;
  white-space: nowrap;
}
.ol-popup.modifytouch .ol-popup-content a {
  text-decoration: none;
}

/** Tool tips popup*/
.ol-popup.tooltips {
  background-color: #ffa;
}
.ol-popup.tooltips .ol-popup-content{
  padding: 0 0.25em;
  font-size: 0.85em;
  white-space: nowrap;
}

/** Default popup */
.ol-popup.default > div {
  background-color: #fff;
  border:1px solid #69f;
  border-radius: 5px;
}
.ol-popup.default {
  margin: -11px 0;
  transform: translate(0, -22px);
}
.ol-popup-top.ol-popup.default {
  margin: 11px 0;
  transform: none;
}
.ol-popup-left.default {
  margin: -11px -22px;
  transform: translate(0, -22px);
}
.ol-popup-top.ol-popup-left.default {
  margin: 11px -22px;
  transform: none;
}
.ol-popup-right.default {
  margin: -11px 22px;
  transform: translate(44px, -22px);
}
.ol-popup-top.ol-popup-right.default {
  margin: 11px 22px;
  transform: translate(44px, 0);
}
.ol-popup-middle.default {
  margin:0 10px;
  transform: none;
}
.ol-popup-middle.ol-popup-right.default {
  margin:0 -10px;
  transform: translate(-20px, 0);
}

.ol-popup.default .anchor {
  color: #69f;
}
.ol-popup.default .anchor:after,
.ol-popup.default .anchor:before {
  content:"";
  border-color: currentColor transparent;
  border-style: solid;
  border-width: 11px;
  margin: 0 -11px;
}
.ol-popup.default .anchor:after {
  border-color: #fff transparent;
  border-width: 11px;
  margin: 2px -11px;
}

.ol-popup-top.default .anchor:before,
.ol-popup-top.default .anchor:after {
  border-top:0;
  top:0;
}

.ol-popup-bottom.default .anchor:before,
.ol-popup-bottom.default .anchor:after {
  border-bottom:0;
  bottom:0;
}

.ol-popup-middle.default .anchor:before {
  margin: -11px -33px;
  border-color: transparent currentColor;
}
.ol-popup-middle.default .anchor:after {
  margin: -11px -31px;
  border-color: transparent #fff;
}
.ol-popup-middle.ol-popup-left.default .anchor:before,
.ol-popup-middle.ol-popup-left.default .anchor:after {
  border-left:0;
}
.ol-popup-middle.ol-popup-right.default .anchor:before,
.ol-popup-middle.ol-popup-right.default .anchor:after {
  border-right:0;
}

/** Placemark popup */
.ol-popup.placemark {
  color: #c00;
  margin: -.65em 0;
  transform: translate(0, -1.3em);
}
.ol-popup.placemark > div {
  position: relative;
  font-size: 15px;	
  background-color: #fff;
  border: 0;
  box-shadow: inset 0 0 0 0.45em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  min-width: unset;
  box-sizing: border-box;
}
.ol-popup.placemark .ol-popup-content {
  overflow: hidden;
  cursor: default;
  text-align: center;
  padding: .25em 0;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1em;
}
.ol-popup.placemark .anchor {
  margin: 0;
}

.ol-popup.placemark .anchor:before {
  content: "";
  margin: -.5em -.5em;
  background: transparent;
  width: 1em;
  height: .5em;
  border-radius: 50%;
  box-shadow: 0 1em 0.5em rgba(0,0,0,.5);
}
.ol-popup.placemark .anchor:after {
  content: "";
  border-color: currentColor transparent;
  border-style: solid;
  border-width: 1em .7em 0;
  margin: -.75em -.7em;
  bottom:0;
}

/** Placemark Shield */
.ol-popup.placemark.shield > div {
  border-radius: .2em;
}

.ol-popup.placemark.shield .anchor:after {
    border-width: .8em 1em 0;
    margin: -.7em -1em;
}

/** Placemark Blazon */
.ol-popup.placemark.blazon > div {
  border-radius: .2em;
}

/** Placemark Needle/Pushpin */
.ol-popup.placemark.pushpin {	
  margin: -2.2em 0;
  transform: translate(0, -4em);
}
.ol-popup.placemark.pushpin > div {	
  border-radius: 0;
  background: transparent!important;
  box-shadow: inset 2em 0 currentColor;
  width: 1.1em;
}
.ol-popup.placemark.pushpin > div:before {
  content: "";
  width: 1.3em;
  height: 1.5em;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border-color: currentColor transparent;
  border-width: .3em .5em .5em;
  pointer-events: none;
}

.ol-popup.placemark.needle {	
  margin: -2em 0;
  transform: translate(0, -4em);
}
.ol-popup.placemark.pushpin .anchor,
.ol-popup.placemark.needle .anchor {
  margin: -1.2em;
}
.ol-popup.placemark.pushpin .anchor:after,
.ol-popup.placemark.needle .anchor:after {
  border-style: solid;
    border-width: 2em .15em 0;
    margin: -.55em -0.2em;
    width: .1em;
}
.ol-popup.placemark.pushpin .anchor:before,
.ol-popup.placemark.needle .anchor:before {
    margin: -.75em -.5em;
}

/** Placemark Flag */
.ol-popup.placemark.flagv {
  margin: -2em 1em;
  transform: translate(0, -4em);
}
.ol-popup.placemark.flagv > div {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
.ol-popup.placemark.flagv > div:before {
  content: "";
  border: 1em solid transparent;
  position: absolute;
  border-left: 2em solid currentColor;
  pointer-events: none;
}
.ol-popup.placemark.flagv .anchor {
  margin: -1.4em;
}

.ol-popup.placemark.flag {	
  margin: -2em 1em;
  transform: translate(0, -4em);
}
.ol-popup.placemark.flag > div {	
  border-radius: 0;
  transform-origin: 0% 150%!important;
}
.ol-popup.placemark.flag .anchor {
  margin: -1.4em;
}
.ol-popup.placemark.flagv .anchor:after, 
.ol-popup.placemark.flag .anchor:after {
  border-style: solid;
  border-width: 2em .15em 0;
  margin: -.55em -1em;
  width: .1em;
}
.ol-popup.placemark.flagv .anchor:before,
.ol-popup.placemark.flag .anchor:before {
  margin: -.75em -1.25em;
}

.ol-popup.placemark.flag.finish {
  margin: -2em 1em;
}
.ol-popup.placemark.flag.finish > div {
  background-image: 
    linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor), 
    linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
  background-size: 1em 1em;
  background-position: .5em 0, 0 .5em;
  box-shadow: inset 0 0 0 .25em;
}

/** Black popup */
.ol-popup.black .closeBox {
  background-color: rgba(0,0,0, 0.5);
  border-radius: 5px;
  color: #f80;
}
.ol-popup.black .closeBox:hover {
  background-color: rgba(0,0,0, 0.7);
  color:#da2;
}

.ol-popup.black {
  margin: -20px 0;
  transform: translate(0, -40px);
}
.ol-popup.black > div{
  background-color: rgba(0,0,0,0.6);
  border-radius: 5px;
  color:#fff;
}
.ol-popup-top.ol-popup.black {
  margin: 20px 0;
  transform: none;
}
.ol-popup-left.black {
  margin: -20px -22px;
  transform: translate(0, -40px);
}
.ol-popup-top.ol-popup-left.black {
  margin: 20px -22px;
  transform: none;
}
.ol-popup-right.black {
  margin: -20px 22px;
  transform: translate(44px, -40px);
}
.ol-popup-top.ol-popup-right.black {
  margin: 20px 22px;
  transform: translate(44px, 0);
}
.ol-popup-middle.black {
  margin: 0 11px;
  transform: none;
}
.ol-popup-left.ol-popup-middle.black {
  transform: none;
}
.ol-popup-right.ol-popup-middle.black {
  margin:0 -11px;
  transform: translate(-22px, 0);
}

.ol-popup.black .anchor {
  margin: -20px 11px;
  color: rgba(0,0,0,0.6);
} 
.ol-popup.black .anchor:before {
  content:"";
  border-color: currentColor transparent;
  border-style: solid;
  border-width: 20px 11px;
}

.ol-popup-top.black .anchor:before {
  border-top:0;
  top:0;
}

.ol-popup-bottom.black .anchor:before {
  border-bottom:0;
  bottom:0;
}

.ol-popup-middle.black .anchor:before {
  margin: -20px -22px;
  border-color: transparent currentColor;
}
.ol-popup-middle.ol-popup-left.black .anchor:before {
  border-left:0;
}
.ol-popup-middle.ol-popup-right.black .anchor:before {
  border-right:0;
}

.ol-popup-center.black .anchor:before {
  margin: 0 -10px;
}


/** Green tips popup */
.ol-popup.tips .closeBox {
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  width:1.2em;
  height:1.2em;
}
.ol-popup.tips .closeBox:hover {
  background-color: #f40;
}

.ol-popup.tips {
  margin: -20px 0;
  transform: translate(0,-40px);
}
.ol-popup.tips > div {
  background-color: #cea;
  border: 5px solid #ad7;
  border-radius: 5px;
  color:#333;
}
.ol-popup-top.ol-popup.tips {
  margin: 20px 0;
  transform: none;
}
.ol-popup-left.tips {
  margin: -20px -22px;
  transform: translate(0,-40px);
}
.ol-popup-top.ol-popup-left.tips {
  margin: 20px -22px;
  transform: none;
}
.ol-popup-right.tips {
  margin: -20px 22px;
  transform: translate(44px,-40px);
}
.ol-popup-top.ol-popup-right.tips {
  margin: 20px 22px;
  transform: translate(44px,0);
}
.ol-popup-middle.tips {
  margin:0;
  transform: none;
}
.ol-popup-left.ol-popup-middle.tips {
  margin: 0 22px;
  transform: none;
}
.ol-popup-right.ol-popup-middle.tips {
  margin: 0 -22px;
  transform: translate(-44px,0);
}

.ol-popup.tips .anchor {
  margin: -18px 22px;
  color: #ad7;
} 
.ol-popup.tips .anchor:before {
  content:"";
  border-color: currentColor transparent;
  border-style: solid;
  border-width: 20px 11px;
}

.ol-popup-top.tips .anchor:before {
  border-top:0;
  top:0;
}
.ol-popup-bottom.tips .anchor:before {
  border-bottom:0;
  bottom:0;
}
.ol-popup-center.tips .anchor:before {
  border-width: 20px 6px;
  margin: 0 -6px;
}
.ol-popup-left.tips .anchor:before {
  border-left:0;
  margin-left:0;
}
.ol-popup-right.tips .anchor:before {
  border-right:0;
  margin-right:0;
}

.ol-popup-middle.tips .anchor:before {
  margin: -6px -41px;
  border-color: transparent currentColor;
  border-width:6px 20px;
}
.ol-popup-middle.ol-popup-left.tips .anchor:before {
  border-left:0;
}
.ol-popup-middle.ol-popup-right.tips .anchor:before {
  border-right:0;
}

/** Warning popup */
.ol-popup.warning .closeBox {
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  font-size: 0.83em;
}
.ol-popup.warning .closeBox:hover {
  background-color: #f40;
}

.ol-popup.warning {
  background-color: #fd0;
  border-radius: 3px;
  border:4px dashed #f00;
  margin:20px 0;
  color:#900;
  margin: -28px 10px;
  transform: translate(0, -56px);
}
.ol-popup-top.ol-popup.warning {
  margin: 28px 10px;
  transform: none;
}
.ol-popup-left.warning {
  margin: -28px -22px;
  transform: translate(0, -56px);
}
.ol-popup-top.ol-popup-left.warning {
  margin: 28px -22px;
  transform: none;
}
.ol-popup-right.warning {
  margin: -28px 22px;
  transform: translate(44px, -56px);
}
.ol-popup-top.ol-popup-right.warning {
  margin: 28px 22px;
  transform: translate(44px, 0);
}
.ol-popup-middle.warning {
  margin:0;
  transform: none;
}
.ol-popup-left.ol-popup-middle.warning {
  margin:0 22px;
  transform: none;
}
.ol-popup-right.ol-popup-middle.warning {
  margin:0 -22px;
  transform: translate(-44px, 0);
}

.ol-popup.warning .anchor {
  margin: -33px 7px;
} 
.ol-popup.warning .anchor:before {
  content:"";
  border-color: #f00 transparent;
  border-style: solid;
  border-width: 30px 11px;
}

.ol-popup-top.warning .anchor:before {
  border-top:0;
  top:0;
}
.ol-popup-bottom.warning .anchor:before {
  border-bottom:0;
  bottom:0;
}

.ol-popup-center.warning .anchor:before {
  margin: 0 -21px;
}
.ol-popup-middle.warning .anchor:before {
  margin: -10px -33px;
  border-color: transparent #f00;
  border-width:10px 22px;
}
.ol-popup-middle.ol-popup-left.warning .anchor:before {
  border-left:0;
}
.ol-popup-middle.ol-popup-right.warning .anchor:before {
  border-right:0;
}

.ol-popup .ol-popupfeature table {
  width: 100%;
}
.ol-popup .ol-popupfeature table td {
  max-width: 25em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ol-popup .ol-popupfeature table td img {
  max-width: 100px;
  max-height: 100px;
}
.ol-popup .ol-popupfeature tr:nth-child(2n+1) {
  background-color: #eee;
}
.ol-popup .ol-popupfeature .ol-zoombt {
  border: 0;
  width: 2em;
  height: 2em;
  display: inline-block;
  color: rgba(0,60,136,.5);
  position: relative;
  background: transparent;
  outline: none;
}
.ol-popup .ol-popupfeature .ol-zoombt:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: .17em solid currentColor;
  border-radius: 100%;
  top: .3em;
  left: .3em;
}
.ol-popup .ol-popupfeature .ol-zoombt:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 1.35em;
  left: 1.15em;
  border-width: .1em .3em;
  border-style: solid;
  border-radius: .03em;
  transform: rotate(45deg);
  box-shadow: -0.2em 0 0 -0.04em;
}

.ol-popup .ol-popupfeature .ol-count{
  float: right;
  margin: .25em 0;
}
.ol-popup .ol-popupfeature .ol-prev,
.ol-popup .ol-popupfeature .ol-next {
  border-style: solid;
  border-color: transparent rgba(0,60,136,.5);
  border-width: .5em 0 .5em .5em;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 .5em;
  cursor: pointer;
}
.ol-popup .ol-popupfeature .ol-prev{
  border-width: .5em .5em .5em 0;
}

.ol-popup.tooltips.black {
  background-color: transparent;
}
.ol-popup.tooltips.black > div {
  transform: scaleY(1.3);
  padding: .2em .5em;
  background-color: rgba(0,0,0, 0.5);
}
.ol-popup-middle.tooltips.black .anchor:before {
  border-width: 5px 10px;
  margin: -5px -21px;
}

.ol-popup-center.ol-popup-middle { 
  margin: 0;
}

.ol-popup-top.ol-popup-left.ol-fixPopup,
.ol-popup-top.ol-popup-right.ol-fixPopup,
.ol-popup.ol-fixPopup {
  margin: 0;
}

.ol-miniscroll {
  position: relative;
}
.ol-miniscroll:hover .ol-scroll {
  opacity: .5;
  transition: opacity 1s;
}
.ol-miniscroll .ol-scroll {
  touch-action: none;
  position: absolute;
  right: 0px;
  width: 9px;
  height: auto;
  max-height: 100%;
  opacity: 0;
  border-radius: 9px;
  transition: opacity 1s .5s;
  overflow: hidden;
  z-index: 1;
}
.ol-miniscroll .ol-scroll > div {
  touch-action: none;
  position: absolute;
  top: 0;
  right: 0px;
  width: 9px;
  height: 9px;
  box-shadow: inset 10px 0 currentColor;
  border-radius: 9px / 12px;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.ol-miniscroll .ol-scroll.ol-100pc {
  opacity: 0;
}

.ol-viewport canvas.ol-fixedoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Toggle Switch */
.ol-ext-toggle-switch {
  cursor: pointer;
  position: relative;
}
.ol-ext-toggle-switch input[type="radio"],
.ol-ext-toggle-switch input[type="checkbox"] {
  display: none;
}
.ol-ext-toggle-switch span {
  color: rgba(0,60,136,.5);
  position: relative;
  cursor: pointer;
  background-color: #ccc;
  transition: .4s, background-color 0s, border-color 0s;
  width: 1.6em;
  height: 1em;
  display: inline-block;
  border-radius: 1em;
  font-size: 1.3em;
  vertical-align: middle;
  margin: -.15em .2em .15em;
}
.ol-ext-toggle-switch span:before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  left: 0;
  top: 50%;
  background-color: #fff;
  transition: .4s;
  border-radius: 1em;
  display: block;
  transform: translateY(-50%);
  border: 2px solid #ccc;
  box-sizing: border-box;
}
.ol-ext-toggle-switch:hover span {
  background-color: #999;
}
.ol-ext-toggle-switch:hover span:before {
  border-color: #999;
}

.ol-ext-toggle-switch input:checked + span {
  background-color: currentColor;
}
.ol-ext-toggle-switch input:checked + span:before {
  transform: translate(.6em,-50%);
  border-color: currentColor;
}

/* Check/radio buttons */
.ol-ext-check {
  position: relative;
  display: inline-block;
}
.ol-ext-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ol-ext-check span {
  color: rgba(0,60,136,.5);
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: -.1em .5em .1em;
  background-color: #ccc;
  vertical-align: middle;
}
.ol-ext-check:hover span {
  background-color: #999;
}
.ol-ext-checkbox input:checked ~ span {
  background-color: currentColor;
}
.ol-ext-checkbox input:checked ~ span:before {
  content: "";
  position: absolute;
  width: .5em;
  height: .8em;
  top: 50%;
  left: 50%;
  transform: translateY(-.1em) translate(-50%, -50%) rotate(45deg);
  box-shadow: inset -0.2em -0.2em #fff;
}

.ol-ext-radio span {
  width: 1.1em;
  height: 1.1em;
  border-radius: 50%;
}
.ol-ext-radio:hover input:checked ~ span {
  background-color: #ccc;
}
.ol-ext-radio input:checked ~ span:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: currentColor;
}

.ol-collection-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-collection-list li {
  position: relative;
  padding: 0 2em 0 1em;
}
.ol-collection-list li:hover {
  background-color: rgba(0,60,136,.2);
}
.ol-collection-list li.ol-select {
  background-color: rgba(0,60,136,.5);
  color: #fff;
}

.ol-collection-list li .ol-order {
  position: absolute;
  touch-action: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 100%;
  cursor: n-resize;
}
.ol-collection-list li .ol-order:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 2px;
  background-color: currentColor;
  box-shadow: 0 5px, 0 -5px;
  border-radius: 2px;
}

.ol-ext-colorpicker.ol-popup {
  width: 2em;
  height: 1.5em;
  background-color: transparent;
  background-image: 
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%), 
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%);
  background-size: 10px 10px;
  background-position: 0 -1px, 5px 4px;
}

.ol-ext-colorpicker .ol-tabbar {
  background-color: #eee;
  border-bottom: 1px solid #999;
  display: none;
}
.ol-ext-colorpicker.ol-tab .ol-tabbar {
  display: block;
}

.ol-ext-colorpicker .ol-tabbar > div {
  display: inline-block;
  background-color: #fff;
  padding: 0 .5em;
  border: 1px solid #999;
  border-radius: 2px 2px 0 0;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.ol-ext-colorpicker .ol-tabbar > div:nth-child(1) {
  border-bottom-color: #fff;
}
.ol-ext-colorpicker.ol-picker-tab .ol-tabbar > div:nth-child(1) {
  border-bottom-color: #999;
}
.ol-ext-colorpicker.ol-picker-tab .ol-tabbar > div:nth-child(2) {
  border-bottom-color: #fff;
}

.ol-ext-colorpicker.ol-popup.ol-tab .ol-popup {
  width: 180px;
}
.ol-ext-colorpicker.ol-tab .ol-palette {
  margin: 0 10px;
}
.ol-ext-colorpicker.ol-tab .ol-container {
  display: none;
}
.ol-ext-colorpicker.ol-tab.ol-picker-tab .ol-container {
  display: block;
}
.ol-ext-colorpicker.ol-tab.ol-picker-tab .ol-palette {
  display: none;
}

.ol-ext-colorpicker.ol-popup .ol-popup {
  width: 340px;
}

.ol-ext-colorpicker.ol-popup .ol-vignet {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  background-color: currentColor;
  pointer-events: none;
}

.ol-ext-colorpicker .ol-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ol-ext-colorpicker .ol-cursor {
  pointer-events: none;
}

.ol-ext-colorpicker .ol-picker {
  position: relative;
  cursor: crosshair;
  width: 150px;
  height: 150px;
  border: 5px solid #fff;
  background-color: currentColor;
  background-image: linear-gradient(0, #000, transparent),
    linear-gradient(90deg, #fff, transparent);
}
.ol-ext-colorpicker .ol-picker .ol-cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(0,0,0,.7);
  box-shadow: 0 0 0 1px rgba(255,255,255,.7);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.ol-ext-colorpicker .ol-slider {
  position: relative;
  cursor: crosshair;
  background-color: #fff;
  height: 10px;
  width: 150px;
  margin: 5px 0 10px;
  border: 5px solid #fff;
  border-width: 0 5px;
  background-image: 
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%), 
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%);
  background-size: 10px 10px;
  background-position: 0 -1px, 5px 4px;
}
.ol-ext-colorpicker .ol-slider > div {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, transparent, #fff);
  pointer-events: none;
}
.ol-ext-colorpicker .ol-slider .ol-cursor {
  position: absolute;
  width: 4px;
  height: 12px;
  border: 1px solid #000;
  top: 50%;
  left: 0;
  background: transparent;
  transform: translate(-50%, -50%);
}
.ol-ext-colorpicker .ol-tint {
  position: absolute;
  cursor: crosshair;
  width: 10px;
  height: 150px;
  border: 5px solid #fff;
  border-width: 5px 0;
  box-sizing: border-box;
  top: 0;
  right: 5px;
  background-image: linear-gradient(0, #f00, #f0f, #00f, #0ff, #0f0, #ff0, #f00)
}
.ol-ext-colorpicker .ol-tint .ol-cursor {
  position: absolute;
  top: 0;
  left: 50%;
  border: 1px solid #000;
  height: 4px;
  width: 12px;
  transform: translate(-50%, -50%);
}

.ol-ext-colorpicker .ol-clear {
  position: absolute;
  border: 2px solid #999;
  right: 4px;
  top: 163px;
  width: 10px;
  height: 10px;
}
.ol-ext-colorpicker .ol-clear:before,
.ol-ext-colorpicker .ol-clear:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-ext-colorpicker .ol-clear:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ol-ext-colorpicker.ol-nopacity .ol-slider,
.ol-ext-colorpicker.ol-nopacity .ol-clear {
  display: none;
}
.ol-ext-colorpicker.ol-nopacity .ol-alpha {
  display: none;
}

.ol-ext-colorpicker .ol-rgb {
  position: relative;
  padding: 5px;
  width: 170px;
  display: none;
}
.ol-ext-colorpicker .ol-rgb input {
  width: 25%;
  box-sizing: border-box;
  padding: 0 0 0 2px;
  border: 1px solid #999;
  border-radius: 2px;
  font-size: 13px;
}
.ol-ext-colorpicker .ol-rgb input:nth-child(1) {
	background-color: rgba(255,0,0,.1);
}
.ol-ext-colorpicker .ol-rgb input:nth-child(2) {
	background-color: rgba(0,255,0,.1);
}
.ol-ext-colorpicker .ol-rgb input:nth-child(3) {
	background-color: rgba(0,0,255,.12);
}

.ol-ext-colorpicker button,
.ol-ext-colorpicker .ol-txt-color {
  font-size: 13px;
  margin: 0 5px 5px;
  text-align: center;
  width: 170px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #999;
  border-radius: 2px;
  display: block;
}
.ol-ext-colorpicker button {
  background-color: #eee;
}
.ol-ext-colorpicker button:hover {
  background-color: #e9e9e9;
}

.ol-ext-colorpicker .ol-txt-color.ol-error {
  background-color: rgba(255,0,0,.2);
}

.ol-ext-colorpicker .ol-palette {
  padding: 2px;
  display: inline-block;
  width: 152px;
}
.ol-ext-colorpicker .ol-palette > div {
  width: 15px;
  height: 15px;
  display: inline-block;
  background-image: 
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%), 
    linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  margin: 2px;
  box-shadow: 0 0 2px 0px #666;
  border-radius: 1px;
  cursor: pointer;
  position: relative;
}
.ol-ext-colorpicker .ol-palette > div:before {
  content: "";
  position: absolute;
  background-color: currentColor;
  width: 100%;
  height: 100%;
}
.ol-ext-colorpicker .ol-palette > div.ol-select:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  box-shadow: 1px 1px #fff, 2px 2px #000;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ol-ext-colorpicker .ol-palette > div:hover {
  box-shadow: 0 0 2px 1px #d90;
}
.ol-ext-colorpicker .ol-palette hr {
  margin: 0;
}

.ol-input-popup {
  display: inline-block;
  position: relative;
}
.ol-input-popup .ol-popup {
  position: absolute;
  box-shadow: 1px 1px 3px 1px #999;
  background-color: #fff;
  z-index: 1;
  display: none;
  left: -5px;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.ol-input-popup.ol-hover:hover .ol-popup,
.ol-input-popup.ol-focus .ol-popup {
  display: block;
}
.ol-input-popup.ol-right .ol-popup {
  left: auto;
  right: -5px;
}
.ol-input-popup.ol-middle .ol-popup {
  top: 50%;
  transform: translateY(-50%);
}


.ol-input-popup .ol-popup li {
  position: relative;
  padding: 10px 5px;
}

.ol-input-popup li:hover {
  background-color: #ccc;
}
.ol-input-popup li.ol-selected {
  background-color: #ccc;
}

.ol-input-popup.ol-fixed:hover .ol-popup,
.ol-input-popup.ol-fixed .ol-popup {
  position: relative;
  left: 0;
  box-shadow: unset;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.ol-input-popup.ol-fixed.ol-left .ol-popup {
  float: left;
}

.ol-input-popup > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  border: 1px solid #999;
  padding: 3px 20px 3px 10px
}
.ol-input-popup > div:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 50%;
  border: 5px solid transparent;
  border-top: 5px solid #999;
}

.ol-ext-popup-input {
  display: inline-block;
  vertical-align: top;
}
.ol-ext-popup-input.ol-popup {
  position: relative;
  width: 2em;
  height: 1.5em;
  display: inline-block;
  border: 3px solid #fff;
  border-right-width: 1em;
  box-shadow: 0 0 2px 1px #666;
  border-radius: 2px;
  box-sizing: content-box;
  -webkit-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.ol-ext-popup-input.ol-popup:after {
  content: "";
  position: absolute;
  border: .5em solid #aaa;
  border-width: .5em .3em 0;
  border-color: #999 transparent;
  right: -.8em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.ol-ext-popup-input * {
  box-sizing: content-box;
}

.ol-ext-popup-input.ol-popup .ol-popup {
  position: absolute;
  top: 100%;
  min-width: 3em;
  min-height: 3em;
  left: 0;
  box-shadow: 1px 1px 3px 1px #999;
  display: block;
  background-color: #fff;
  display: none;
  z-index: 1;
}
.ol-ext-popup-input.ol-popup .ol-popup.ol-visible {
  display: block;
}

.ol-ext-popup-input.ol-popup-fixed .ol-popup {
  position: fixed;
  top: auto;
  left: auto;
}

.ol-input-popup.ol-size li {
  display: table-cell;
  height: 100%;
  padding: 5px;
  vertical-align: middle;
}

.ol-input-popup.ol-size li > * {
  background-color: #369;
  border-radius: 50%;
  vertical-align: middle;
  width: 1em;
  height: 1em;
}

.ol-input-popup.ol-size li > .ol-option-0 {
  position: relative;
  width: 1em;
  height: 1em;
  border: 2px solid currentColor;
  color: #aaa;
  background-color: transparent;
  box-sizing: border-box;
}
.ol-input-popup.ol-size li > *:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ol-input-popup.ol-size li > .ol-option-0:before {
  content: "";
  width: 1em;
  height: 2px;
  background-color: #aaa;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ol-input-slider {
  display: inline-block;
  position: relative;
}
.ol-input-slider .ol-popup {
  position: absolute;
  box-shadow: 1px 1px 3px 1px #999;
  background-color: #fff;
  z-index: 1;
  display: none;
  left: -5px;
}
.ol-input-slider.ol-right .ol-popup {
  left: auto;
  right: -5px;
}
.ol-input-slider.ol-hover:hover .ol-popup,
.ol-input-slider.ol-focus .ol-popup {
  display: block;
  white-space: nowrap;
}
.ol-input-slider.ol-hover:hover .ol-popup > *,
.ol-input-slider.ol-focus .ol-popup > * {
  display: inline-block;
  vertical-align: middle;
}
.ol-input-slider.ol-hover:hover .ol-popup > .ol-before,
.ol-input-slider.ol-focus .ol-popup > .ol-before {
  margin-left: 10px;
}
.ol-input-slider.ol-hover:hover .ol-popup > .ol-after,
.ol-input-slider.ol-focus .ol-popup > .ol-after {
  margin-right: 10px;
}
.ol-input-slider .ol-slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100px;
  height: 3px;
  border: 0 solid transparent;
  border-width: 10px 15px;
  box-shadow: inset 0 0 0 1px #999;
  box-sizing: content-box;
  cursor: pointer;
}

.ol-input-slider .ol-slider > .ol-cursor {
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #999;
  pointer-events: none;
}
.ol-input-range .ol-slider {
  cursor: default;
  width: 150px;
}
.ol-input-range .ol-slider > .ol-cursor {
  pointer-events: all;
  cursor: pointer;
  width: 10px;
  border-radius: 50%;
  background-color: rgb(0,60,136);
}
.ol-input-range.ol-moving .ol-slider > .ol-cursor {
  pointer-events: none;
}
.ol-input-range .ol-slider > .ol-back {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30%;
  right: 20%;
  height: 100%;
  background-color: rgb(0,60,136);
  pointer-events: none;
}

.ol-input-slider.ol-fixed:hover .ol-popup,
.ol-input-slider.ol-fixed .ol-popup {
  position: relative;
  left: 0;
  box-shadow: unset;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
}
.ol-input-slider.ol-fixed.ol-left .ol-popup {
  float: left;
}

/* Grow */
.ol-input-slider.ol-size .ol-slider {
  height: auto;
  box-shadow: none;
}
.ol-input-slider.ol-size .ol-slider .ol-back {
  width: 0;
  color: #aaa;
  border: 0 solid transparent;
  border-width: 0 0 20px 100px;
  border-color: currentColor transparent;
  pointer-events: none;
}

.ol-input-slider.ol-size .ol-slider > .ol-cursor {
  width: 2px;
  height: calc(100% + 4px);
  border-width: 5px 3px;
  border-style: solid;
  border-color: #f00 transparent;
  border-image: initial;
  background-color: transparent;
  box-shadow: inset 3px 0px #f00;
}

.ol-input-popup.ol-width li {
  padding: 5px;
}


.ol-input-popup.ol-width li > * {
  background-color: #369;
  width: 100px;
  height: 1em;
}

.ol-input-popup.ol-width li > .ol-option-0 {
  position: relative;
  height: 1px;
  background-image: linear-gradient(90deg,#aaa 2px, transparent 2px);
  background-color: transparent;
  background-size: 4px;
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@photo-sphere-viewer/core/index.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/*!
 * PhotoSphereViewer 5.7.0
 * @copyright 2014-2015 Jérémy Heleine
 * @copyright 2024 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */
/* src/styles/index.scss */
.psv-container {
  --psv-core-loaded: true;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: radial-gradient(#fff 0%, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  overflow: hidden;
}
.psv-container * {
  box-sizing: content-box;
}
.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: opacity linear 100ms;
}
.psv-canvas {
  display: block;
}
.psv-loader-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
}
.psv-loader {
  --psv-loader-border: 3px;
  --psv-loader-tickness: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  width: 150px;
  height: 150px;
}
.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: rgba(61, 61, 61, 0.5);
  z-index: -1;
}
.psv-loader-text {
  font: 600 16px sans-serif;
}
.psv-navbar {
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(61, 61, 61, 0.5);
  transition: bottom ease-in-out 0.1s;
  font: 16px sans-serif;
  cursor: default;
}
.psv-navbar--open {
  bottom: 0;
}
.psv-navbar,
.psv-navbar * {
  box-sizing: content-box;
}
.psv-button {
  flex: 0 0 auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.psv-button--active {
  background: rgba(255, 255, 255, 0.2);
}
.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.psv-button-svg {
  width: 100%;
  transform: scale(1);
  transition: transform 200ms ease;
  vertical-align: initial;
}
.psv-button:not(.psv-button--disabled):focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}
.psv-container:not(.psv--is-touch) .psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg {
  transform: scale(1.2);
}
.psv-move-button + .psv-move-button {
  margin-left: -10px;
}
.psv-custom-button {
  width: auto;
  min-width: 20px;
}
.psv-custom-button--no-padding {
  padding: 0;
  height: 100%;
}
.psv-caption {
  flex: 1 1 100%;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-align: center;
  cursor: unset;
  padding: unset;
  height: unset;
  width: unset;
}
.psv-caption-content {
  display: inline-block;
  padding: 10px;
  white-space: nowrap;
}
.psv-zoom-range.psv-button {
  width: 80px;
  height: 1px;
  margin: 10px 0;
  padding: 9.5px 0;
  max-width: 600px;
}
.psv-zoom-range-line {
  position: relative;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.psv-zoom-range-handle {
  position: absolute;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1);
  transition: transform 0.3s ease;
}
.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-line {
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}
.psv-zoom-range:not(.psv-button--disabled):hover .psv-zoom-range-handle {
  transform: scale(1.3);
}
.psv-notification {
  position: absolute;
  z-index: 100;
  bottom: -40px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  opacity: 0;
  transition-property: opacity, bottom;
  transition-timing-function: ease-in-out;
  transition-duration: 200ms;
}
.psv-notification-content {
  max-width: 50em;
  background: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  font: 14px sans-serif;
  color: rgb(255, 255, 255);
}
.psv-notification--visible {
  opacity: 100;
  bottom: 80px;
}
.psv-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 110;
  inset: 0;
  background: radial-gradient(#fff 0%, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  opacity: 0.8;
  cursor: default;
}
.psv-overlay-image {
  margin-bottom: 4vh;
}
.psv-overlay-image svg {
  width: 50vw;
}
@media (orientation: landscape) {
  .psv-overlay-image svg {
    width: 25vw;
  }
}
.psv-overlay-title {
  color: black;
  font: 30px sans-serif;
  text-align: center;
}
.psv-overlay-text {
  color: rgba(0, 0, 0, 0.8);
  font: 20px sans-serif;
  opacity: 0.8;
  text-align: center;
}
.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: calc(100% - 9px);
  background: rgba(10, 10, 10, 0.7);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
  cursor: default;
  margin-left: 9px;
}
.psv--has-navbar .psv-panel {
  height: calc(100% - 40px);
}
.psv-panel-close-button {
  display: none;
  position: absolute;
  top: -1px;
  right: 0;
  width: 19.2px;
  height: 19.2px;
  padding: 6.4px;
  background: transparent;
  color: #fff;
  transition: background 300ms ease-in-out;
  cursor: pointer;
}
.psv-panel-close-button svg {
  transition: transform 300ms ease-in-out;
}
.psv-panel-close-button:hover {
  background: rgba(0, 0, 0, 0.9);
}
.psv-panel-close-button:hover svg {
  transform: scale(-1);
}
.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: col-resize;
}
.psv-panel-resizer::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  box-shadow:
    1px 0 #fff,
    3px 0px #fff,
    5px 0px #fff,
    1px 2px #fff,
    3px 2px #fff,
    5px 2px #fff,
    1px 4px #fff,
    3px 4px #fff,
    5px 4px #fff,
    1px 6px #fff,
    3px 6px #fff,
    5px 6px #fff,
    1px 8px #fff,
    3px 8px #fff,
    5px 8px #fff,
    1px 10px #fff,
    3px 10px #fff,
    5px 10px #fff,
    1px 12px #fff,
    3px 12px #fff,
    5px 12px #fff,
    1px 14px #fff,
    3px 14px #fff,
    5px 14px #fff,
    1px 16px #fff,
    3px 16px #fff,
    5px 16px #fff,
    1px 18px #fff,
    3px 18px #fff,
    5px 18px #fff,
    1px 20px #fff,
    3px 20px #fff,
    5px 20px #fff,
    1px 22px #fff,
    3px 22px #fff,
    5px 22px #fff,
    1px 24px #fff,
    3px 24px #fff,
    5px 24px #fff,
    1px 26px #fff,
    3px 26px #fff,
    5px 26px #fff,
    1px 28px #fff,
    3px 28px #fff,
    5px 28px #fff;
  background: transparent;
}
.psv-panel-content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: rgb(220, 220, 220);
  font: 16px sans-serif;
  overflow: auto;
}
.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}
.psv-panel-content--no-interaction {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.psv-panel--open {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-duration: 0.2s;
}
.psv-panel--open .psv-panel-close-button,
.psv-panel--open .psv-panel-resizer {
  display: block;
}
@media screen and (max-width: 400px) {
  .psv-panel {
    width: 100% !important;
    max-width: none;
  }
  .psv-panel-resizer {
    display: none !important;
  }
}
.psv-panel-menu {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.psv-panel-menu-title {
  flex: none;
  display: flex;
  align-items: center;
  font: 24px sans-serif;
  margin: 24px 12px;
}
.psv-panel-menu-title svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.psv-panel-menu-list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.psv-panel-menu-item {
  min-height: 1.5em;
  padding: 0.5em 1em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: background 0.1s ease-in-out;
}
.psv-panel-menu-item--active {
  outline: 1px solid currentcolor;
  outline-offset: -1px;
}
.psv-panel-menu-item-icon {
  flex: none;
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.5em;
}
.psv-panel-menu-item-icon img {
  max-width: 100%;
  max-height: 100%;
}
.psv-panel-menu-item-icon svg {
  width: 100%;
  height: 100%;
}
.psv-panel-menu-item:focus-visible {
  outline: 2px solid #007cff;
  outline-offset: -2px;
}
.psv-panel-menu--stripped .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd),
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(odd)::before {
  background: rgba(255, 255, 255, 0.1);
}
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(even),
.psv-panel-menu--stripped .psv-panel-menu-item:nth-child(even)::before {
  background: transparent;
}
.psv-container:not(.psv--is-touch) .psv-panel-menu-item:hover {
  background: rgba(255, 255, 255, 0.2);
}
.psv-tooltip {
  position: absolute;
  z-index: 50;
  box-sizing: border-box;
  max-width: 200px;
  background: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: ease-in-out;
  transition-duration: 100ms;
  cursor: default;
}
.psv-tooltip-content {
  color: rgb(255, 255, 255);
  font: 14px sans-serif;
  text-shadow: 0 1px #000;
  padding: 0.5em 1em;
}
.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}
.psv-tooltip--top-left,
.psv-tooltip--top-center,
.psv-tooltip--top-right {
  transform: translate3d(0, 5px, 0);
}
.psv-tooltip--top-left .psv-tooltip-arrow,
.psv-tooltip--top-center .psv-tooltip-arrow,
.psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--bottom-left,
.psv-tooltip--bottom-center,
.psv-tooltip--bottom-right {
  transform: translate3d(0, -5px, 0);
}
.psv-tooltip--bottom-left .psv-tooltip-arrow,
.psv-tooltip--bottom-center .psv-tooltip-arrow,
.psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--left-top,
.psv-tooltip--center-left,
.psv-tooltip--left-bottom {
  transform: translate3d(5px, 0, 0);
}
.psv-tooltip--left-top .psv-tooltip-arrow,
.psv-tooltip--center-left .psv-tooltip-arrow,
.psv-tooltip--left-bottom .psv-tooltip-arrow {
  border-left-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--right-top,
.psv-tooltip--center-right,
.psv-tooltip--right-bottom {
  transform: translate3d(-5px, 0, 0);
}
.psv-tooltip--right-top .psv-tooltip-arrow,
.psv-tooltip--center-right .psv-tooltip-arrow,
.psv-tooltip--right-bottom .psv-tooltip-arrow {
  border-right-color: rgba(61, 61, 61, 0.8);
}
.psv-tooltip--left-top,
.psv-tooltip--top-left {
  box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--top-center {
  box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--right-top,
.psv-tooltip--top-right {
  box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--left-bottom,
.psv-tooltip--bottom-left {
  box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--bottom-center {
  box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--right-bottom,
.psv-tooltip--bottom-right {
  box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--center-left {
  box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--center-right {
  box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
}
.psv-tooltip--visible {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/*# sourceMappingURL=index.css.map */
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@photo-sphere-viewer/compass-plugin/index.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/*!
 * PhotoSphereViewer.CompassPlugin 5.7.0
 * @copyright 2024 Damien "Mistic" Sorel
 * @licence MIT (https://opensource.org/licenses/MIT)
 */
/* src/style.scss */
.psv-container {
  --psv-compass-plugin-loaded: true;
}
.psv-compass {
  position: absolute;
  margin: 10px;
  z-index: 40;
  cursor: default;
}
.psv--has-navbar .psv-compass {
  margin-bottom: calc(40px + 10px);
}
.psv-compass canvas,
.psv-compass svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.psv-compass--top-left,
.psv-compass--top-center,
.psv-compass--top-right {
  top: 0;
}
.psv-compass--center-left,
.psv-compass--center-center,
.psv-compass--center-right {
  top: 50%;
}
.psv-compass--bottom-left,
.psv-compass--bottom-center,
.psv-compass--bottom-right {
  bottom: 0;
}
.psv-compass--top-left,
.psv-compass--center-left,
.psv-compass--bottom-left {
  left: 0;
}
.psv-compass--top-center,
.psv-compass--center-center,
.psv-compass--bottom-center {
  left: 50%;
}
.psv-compass--top-right,
.psv-compass--center-right,
.psv-compass--bottom-right {
  right: 0;
}
/*# sourceMappingURL=index.css.map */
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ag-grid-community/styles/ag-grid.css?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.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-menu-alt {
  font-family: var(--ag-icon-font-family-menu-alt, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-menu-alt, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-menu-alt, var(--ag-icon-font-color));
}

.ag-icon-menu-alt::before {
  content: var(--ag-icon-font-code-menu-alt, "\f138");
  display: var(--ag-icon-font-display-menu-alt, var(--ag-icon-font-display));
}

.ag-icon-menu-alt::after {
  background-image: var(--ag-icon-image-menu-alt, var(--ag-icon-image));
  display: var(--ag-icon-image-display-menu-alt, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-menu-alt, var(--ag-icon-image-opacity, 0.9));
}

.ag-icon-settings {
  font-family: var(--ag-icon-font-family-settings, var(--ag-icon-font-family));
  font-weight: var(--ag-icon-font-weight-settings, var(--ag-icon-font-weight));
  color: var(--ag-icon-font-color-settings, var(--ag-icon-font-color));
}

.ag-icon-settings::before {
  content: var(--ag-icon-font-code-settings, "\f139");
  display: var(--ag-icon-font-display-settings, var(--ag-icon-font-display));
}

.ag-icon-settings::after {
  background-image: var(--ag-icon-image-settings, var(--ag-icon-image));
  display: var(--ag-icon-image-display-settings, var(--ag-icon-image-display));
  opacity: var(--ag-icon-image-opacity-settings, 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-menu-background-color: var(--ag-background-color);
  --ag-menu-border-color: var(--ag-border-color);
  --ag-panel-background-color: var(--ag-background-color);
  --ag-panel-border-color: var(--ag-border-color);
  --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-row-loading-skeleton-effect-color: rgba(66, 66, 66, 0.2);
  --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-sticky-bottom, .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-aria-description-container {
  z-index: 9999;
  border: 0px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  padding: 0px;
  white-space: nowrap;
}

.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 {
  -webkit-user-select: none;
  user-select: none;
}

.ag-selectable {
  -webkit-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,
.ag-sticky-bottom-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,
.ag-sticky-bottom-container {
  position: relative;
}

.ag-header-container,
.ag-floating-top-container,
.ag-floating-bottom-container,
.ag-sticky-top-container,
.ag-sticky-bottom-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,
.ag-sticky-bottom-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,
.ag-ltr .ag-sticky-bottom-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,
.ag-rtl .ag-sticky-bottom-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%;
}

.ag-header-cell.ag-header-active .ag-header-cell-menu-button, .ag-header-cell-filter-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-header-cell-menu-button,
.ag-header-cell-filter-button,
.ag-side-button-button,
.ag-panel-title-bar-button,
.ag-floating-filter-button-button {
  cursor: pointer;
}

.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;
}

.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;
  width: 100%;
  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;
  -webkit-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,
.ag-sticky-bottom {
  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,
.ag-sticky-bottom-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;
  -webkit-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;
  -webkit-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-dialog .ag-panel-content-wrapper .ag-column-select {
  -webkit-user-select: none;
          user-select: none;
}

.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-menu-option-custom {
  display: contents;
}

.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;
  -webkit-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;
  -webkit-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: inline;
  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-pill-select {
  display: flex;
  flex-direction: column;
}
.ag-pill-select .ag-column-drop {
  flex: unset;
}

.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-sticky-bottom, .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-sticky-bottom, .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 {
  -webkit-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-panel-background-color);
  border-color: var(--ag-panel-border-color);
}

.ag-panel-title-bar {
  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-pill-select .ag-column-drop {
  border-bottom: 0;
  min-height: unset;
}
.ag-pill-select .ag-column-drop-list {
  padding: 0;
}
.ag-pill-select .ag-select {
  padding-top: var(--ag-grid-size);
}
.ag-pill-select .ag-picker-field-wrapper {
  background-color: transparent;
  border: 0;
}
.ag-pill-select .ag-picker-field-display {
  cursor: pointer;
}

.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-sticky-bottom .ag-row {
  border-bottom: none;
  border-top: 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-skeleton-container {
  width: 100%;
  height: 100%;
  align-content: center;
}

.ag-skeleton-effect {
  background-color: var(--ag-row-loading-skeleton-effect-color);
  width: 100%;
  height: 1em;
  border-radius: 0.25rem;
  animation: ag-skeleton-loading 1.5s ease-in-out 0.5s infinite;
}

@keyframes ag-skeleton-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.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);
  background-color: var(--ag-menu-background-color);
  border-color: var(--ag-menu-border-color);
  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-tabs-header-wrapper {
  display: flex;
}
.ag-tabs-header-wrapper .ag-tabs-header {
  flex: 1;
}

.ag-tabs-close-button-wrapper {
  border: 0;
  border-right: var(--ag-borders) var(--ag-border-color);
  padding: var(--ag-grid-size);
}

.ag-tabs-close-button {
  border: 0;
  background-color: unset;
  cursor: pointer;
  padding: 0;
}

.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-menu .ag-set-filter-list {
  min-width: 200px;
}

.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:not(.ag-has-filter) > .ag-group-title-bar .ag-filter-toolpanel-group-instance-header-icon {
  display: none;
}

.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-group-instance-header-icon,
.ag-ltr .ag-filter-toolpanel-instance-header-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-filter-toolpanel-group-instance-header-icon,
.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, .ag-ltr .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon {
  margin-left: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-label-icon, .ag-rtl .ag-header-cell:not(.ag-right-aligned-header) .ag-header-menu-icon {
  margin-right: var(--ag-grid-size);
}

.ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-label-icon, .ag-ltr .ag-header-cell.ag-right-aligned-header .ag-header-menu-icon {
  margin-right: var(--ag-grid-size);
}
.ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-label-icon, .ag-rtl .ag-header-cell.ag-right-aligned-header .ag-header-menu-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;
  -webkit-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;
  -webkit-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,
.ag-chart-advanced-settings-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  padding-bottom: 16px;
}

.ag-chart-data-wrapper,
.ag-chart-advanced-settings-wrapper {
  height: 100%;
  overflow-y: auto;
}

.ag-chart-advanced-settings {
  background-color: var(--ag-control-panel-background-color);
}

.ag-chart-advanced-settings-wrapper, .ag-chart-advanced-settings {
  width: 100%;
}

.ag-chart-advanced-settings-wrapper {
  padding-bottom: 0;
}

.ag-chart-data-section,
.ag-chart-format-section,
.ag-chart-advanced-settings-section {
  display: flex;
  margin: 0;
}

.ag-chart-advanced-settings-section {
  border-bottom: 1px solid var(--ag-secondary-border-color);
  padding-top: var(--ag-grid-size);
  padding-bottom: var(--ag-grid-size);
}

.ag-chart-empty-text {
  display: flex;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--ag-background-color);
}

.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, .ag-chart .ag-chart-menu-wrapper .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, .ag-ltr .ag-chart .ag-chart-menu-wrapper .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, .ag-rtl .ag-chart .ag-chart-menu-wrapper .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-charts-data-group-item:not(:last-child) {
  margin-bottom: var(--ag-grid-size);
}

.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-menu-toolbar-button {
  border: 0;
  background-color: unset;
  padding: 0 2px;
  border-radius: 1px;
}

.ag-chart-mini-thumbnail {
  border: 1px solid var(--ag-secondary-border-color);
  border-radius: 5px;
}
.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);
  position: relative;
}

.ag-charts-advanced-settings-top-level-group-title-bar {
  position: relative;
  background-color: unset;
}

.ag-charts-settings-group-title-bar:focus-visible {
  outline: none;
}
.ag-charts-settings-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-charts-data-group-title-bar:focus-visible {
  outline: none;
}
.ag-charts-data-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-charts-format-top-level-group-title-bar:focus-visible {
  outline: none;
}
.ag-charts-format-top-level-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-charts-advanced-settings-top-level-group-title-bar:focus-visible {
  outline: none;
}
.ag-charts-advanced-settings-top-level-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-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):not(.ag-pill-select):not(.ag-select) {
  height: var(--ag-list-item-height);
}
.ag-charts-data-group-container .ag-charts-data-group-item.ag-picker-field {
  margin-top: var(--ag-grid-size);
}
.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,
.ag-charts-advanced-settings-top-level-group-container {
  margin-left: calc(var(--ag-grid-size) * 2);
  padding: var(--ag-grid-size);
}

.ag-charts-format-top-level-group-item,
.ag-charts-advanced-settings-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-settings-group-container {
  padding: var(--ag-grid-size);
  row-gap: 8px;
  display: grid;
  grid-template-columns: 60px 1fr 60px 1fr 60px;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+1) {
  grid-column: 1;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+2) {
  grid-column: 3;
}
.ag-charts-settings-group-container .ag-chart-mini-thumbnail:nth-child(3n+3) {
  grid-column: 5;
}

.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 {
  -webkit-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;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ag-grid-community/styles/ag-theme-material.css?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "agGridMaterial";
  src: url(data:font/woff2;charset=utf-8;base64,d09GMgABAAAAABFoAAsAAAAAJkgAABEYAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHIlWBmAAi34KpXCfVQE2AiQDgjgLgR4ABCAFhF4HhS8bxyFFJCOtoY6iYlKLqKCkZP8fEsghg77xKkhaKGEaKwO6lrY1b6YxxKUASMSl4yPDHPYi3fdu5d7Kbyt/D7IwsJrgsEOSoklQjLW9F0MTJZloool4ZIiE5jESEkOm+Y9zva9J2iPCtkn5CP82BQzCslEzenpGo3H/f2ibX7ASC3CC3NngEivpEQsOIwpWEdyKBWcsq26Fe49b3PJQZ96ZEt9JdgpIe5phJkHoAcugxVrltchzh61rR6AGJKAwOOmWsCZ3P9Vt6tS1P0wVC9REYIX14V1qYpH9qflReps9LPYlGfP23PRL3XUgMAmWeEL4SgRkAEDYvHO9dhkBqnmXpDlI0x5wf+5Y9XN/Rx0gy6kvR9j2PqwDRGOA3d7snCFhJiXx//QXQ9lnn3hR1u4csqjxACBAiT03VdHjEVrYjiUjwOGyN1M6c6rPjJCGzZexSaiPAhujUVH27FsRQEGfAQ0OTy7y7i2fHUgiwpYBbieNve3NZfbtMNLTOdivLbXHq+i8136FN86iPVGPafw6OT/5NxmnSZhdXhfHRWrPT0ZJRIxCpUEEcjOmSmfA3GBGyoLi+GjxtY0YQqbYJCvWtFXhJ1qmmHZhZo1hh+qCat9ub5Wv9/5pangKyQRDOGX1aUIctqgFg0VkbI0fZDe3IV7cErUUwJszUZYwPBrP1/atXdbFZfRQVg71DCVb3WfiFnW17hF6k0VlpM30OGKnV21Qmg5CYZoWs0tTYVoVsyCyZjbTi7sQ1ByTR3K8PErgVaU557a3WlxWM9iioCR/0JgtxpbJttQ0D17VQu0xbfZGv7YxZs+QseysJIY6QrRrrtctae2p7zqd8Obdp38Ol2MTNWkOv2lqRjUv1tbtgiPB2m9Gdp5aEvhHzKW3zMFNLVeFbGFTVD0lc3HSMzKR+YJlS062scXWVjQGQqgDsvSUN+OESMZ46nU0g8GNqlt8y1vTZTs+uAKLEU5JdUPppKRCVY0kBV+Tt8gSxeMG9skkRWcoN+a/zw3mNVkkznPXb/Gpoww70ZxSOvWAytlcoT1qPQKovK4fzgw/DXiNG7LJ8S1+sf3H9dlprDdWgSGbFyxrklifkTIZtfu84QSpIv7Nc6qcmO0qtvcAgXt5CU6nRwRhkdxla9lZdDST51ZwvMRvD8YWQG+yLK0q71L2SOIhvnMCiZvEEeD+8u3HB9QFAgl8UriM2Y2hNT9VfTH8H1hK5Xy3zeHSKoA0kAQqgRRIVPQXohzwdVklzBl7OMRvFLNDiI4Hnvv4xU5PUeWGR15+cffcQQnuVp9WJYGl4DPmJ4DtP5mjKaYsTKsmUgy6dj66ua0DDoIRPKG5WDsHJxc3Dy8fv4CgUGnb71ExcQk/gClpGVk5LnkFRSVlQRVVNXUNTS1tHS5dPX2Y38DQyBhERrh5yLemAXNJ99JEgWnvSKf6vv9/N1vvuubbKV7FgJr5hHmg6nRDwPKagJUNAKvrAdY2DKyvFdjYJLC5ZmBrfcD22oHd9QN76wX2NwIcrBM4XAdwtDHgZC3A6bqBs7UB5xsFLjYBXK4LuNogcL1x4OaaAl9cLiEBC0TgBUGwCXbBITgFl+AWPIJX8Al+ISAEhZAQFiJCVIgJcSEhJIWUkBYyQlbICXmHIvBVyGNFoSSUhYpQ9eSqJn3qQkNoCi2hLXSErtAT+g5F4GuQcYbCSBg7JMGXeCgHX1LmkwUqMEYpBUyfn+QRuAXpQ5B9FVJx5yqKfAsz1FJ8wLhfhpSA78H3ySFNT7aO18k5ieFtls9iuDZHS2b44//lC2stKBqhd77BnZSsF9afpeMWYZ7lLSLWYDpGd6R5Bfc5bmscF9ohKR8qkEMbvIEky5J8A1kfb7YxbPDITY5mIvoSm5XZZEtEKpcXecwssiRbS3YGxBqijLb4s3ECFuZBorBGXmJko1gRKo18zQABgyEgbWnSsxHHerDqQh2uzhIinVWRdZYFetyWrlF9awba9tQcR3S+2YQsA7lWuLDDrdp9hWs+Xd7nG37vbX7V6nO69BCbCyxd1rJNrnNqtauXV8ZW60dxEfYG+FX/eV9si22DSDMEKIBAqxYY5wM6wiA66aWuVj3rRPjh4lTqMFf9Qtm9WOr/mkUqXV8ZCaMeGPdEoAnzFhgon/ss4f2G1M/irR48s1hZIhEQQjGbzcV7//Y5rE83OSZFT7B1grDDcUbV9VTzClVD0sYJCAX6CqWOb7VqsF7nvS2UEOrckrfXiwej1lbmOq5EOJoWn/85UPvXEJF9msh31moSd2Uy1at6gpCwsY+gdUnDPC4Hvb8GJVOdciVfq5fSRWN4KaKd93df4eOmuv3kuhDVfQEJi/r7Hn2KiBi3dI/EFJnuyjRojV7GSWFYR5ORuGl7EFgNp6gOPdZZDSihBAGWMQBCjPdzNeqgPZh7b+4ohZciw2CNCNFfcZn5lgueFRlJPwLhK4Ve3xKNHDAIAqXmv6ifJcHOQVA+ky+dVUms/hoQ9J8VqA++Xs9YTUiF8TicbEibp+r5trx11gWRVqHE6xetcsvYga9nlSNyBZSXSyxuyWrnBdA5EGjr112fzVwWUyMb8vvvcO4oh4yUtha2v7wyMHLi77+5WhcwrggRytedVqwsEQArva1uPohcGGOe0ntWKwbSygChMrZXZ6uRh2zRkAJXQmEhiOh44WatBIESFDFYlJ/37RPq9tEJYU1Kl69oT6DGc5eE00hZojenMppGF2zz8rqAqKNSRInJ6wOGlEEin1Md27Ry+KiqhmPo2aPOEN72mqGdFct9QDsgTpMEfE5EcrHbaxvxrK42wEvtflXHotUIOcAydySwfu4NXiEzNB9gCoaoQhe0k4YOGNkzK8+0s1zqagFS9c65qLgcXdumxPMWvvlAx3xJ23tKn7NG0OjmVM715/aseO9Kjdh7x8UAcEnvnaG1P0Wab+rvGE6fBv3+d6E2qbbzg7vuB0hsYnOafwH3AAHdN9bFUPHGBS6FP/lf/ZV+hFBZog8NaJb29H2LdC7PF4bHOYOOt1AZoqUCXFF9Bbq/zqb03jRHG1Djwm9cN4SDZTxhNJ5kMWNiWGKUD/RQMkYk5K8JCDtOkr+x3+/JTo0G+JJlg8qTShMSSpPKXwkmUJowS381g0iYly0lNTu+ZeIu4Xr9OPO4D4qhyqEkPezXMEhcQrrz4m7x3Hm34njo3RGg7oGBWu35c1arVlevzhWKTKLywCj33VZPi7HWHD6etFjwykoGIz3tPM/5/Lnz29O3bJn30cBBQAYIB/s0Dwic6BBtdoHVh4VBmsZsnQDrqIVUgyVf8KPHeP44TYOQeYxCAVFgCmrswMsIoAoEkMAJUaAgwC8rLkOvyU87STane16QcOt9Xc0w4yTpToeouqheUbVRCc5/UzZz942Q18NHznK44xqd5fvIwWi55zk/9FaAb12vX+ukgciZYUz/4NRIlttar1FpQ/v4BO/uHXaoJiwvjzPee80Obw47MCjU+xLF8pjnPbre9MnTL5flbQn+lrABuge8CmKNdRwRuM6rIUX3ksfycitszwkK2nSOtTp1XuyhmMPsWAgc5TFc4+7EFt9mt67wOVDC7n21u6v7OtYgENm9Dh+yPXrET4p2NnvyYSc+cKV9YuzhwjnP/UCIgLNIsshN4rYQ4c5WMT6HiyQ/S7KQg3APqFSPHpXyQexHXUQLZV88t1vn80f2bZzX3Dco08cP+ZFakFmw9iZ2xtWnh6efRtusH3lsKWseO4Adnzc+d1T8DCdXnzAfFszbdZzgoiP2EmGJb/UTCRIlaK/RaPJ71/VX8GS8hpYQeTNWYdJqpJMldQ5mnURqchMkjJfUXJUiUeH/5LIcjlIKNF5FRFn/zMKiyX2mzrgcHRY/D+zveoCELpfxFDxLpkc3ebcp+i0VqYRCVb5g/PliWiGDe3G1ePVFsXduYKEJPYFa9Da9CaUwCr6Ljx+j2Ana4ZIdozAQswbhetxMuHmQa4LO76naArWmIBPx9CIvpYytQiMrNRmfthprMvB1V3tphKHh/SbJDg2lHQf+uLDBjnJ3oUQ/IrksMbF0sGBocqoIuovb4azDdMOtRiZWHtugbdkgUxCOqq7R6WqqF5oWXvi2qa6Ze66iZmpxVpZtAS63m2x6G4ylPXWcDbPd2EUN0NcpPZVHhK5PB7+ghQvlgXK1Ry1FIo1QrRZqREXJdej6W7e4aJ3GP/InVzlBrylN28/87f/3zjYEkFWOrAw04X4z0BkIPp74i3IVNs4yDoPC+Nmza3VNz54LhU+fdo08bMC6ujDD4ZFdT0Hsm4TzRaf4N3NKxBcJVgCxNvapR6YdCd1q66pF9nUOd+8SbcSn7rX/u+ZM8NPcem2g9Rnx7KmVou0zJ2uLI/MjZs+OyI8sviKYwOzZ320XR14pMXeumtpSnFAgFhckFD8aOLUXiIsTHuWmBPsX6eCcnMEzG7Z/pvjtJPQ4Bb4ku+PqFS6lGaHXJCpcGa4P37PacE1IUxN+nXnxp3QJBmhRzKHotN9uDtoOnXNeLQO3bOl4T9rtZrgeqsSUsGvesXtrsINmSTh9+vyzQ0UJUvxKSkZFWrL1qRXWYr3eVdE0aeIKRX1W8ll7Lajgfo7dYOBjg0tLlEqC6HPgIHjeDsEzVxIaPHToykwCZo5UJZmA3b5NFlBuml8Y2AkEpHwdAlpcEygbbJOsBrkJk+89kHFgHyYzGWTEJE5GtKw/mhhSI4dPrMoezDy4NxBGuXUiOz3a0B+jDRhg7IT//+n/P4GZIBszBwAA74QQyDlp77IWsJcNAW8xklld1w8tYNg2m8g8LjPO6R9mK/OzN25mk52tzNNlywIGGUhNJIp+1HXLYQzaSinTHbuhtWOcldxJADdxThVb2OBm2rMrcjPUbWcxM3bZpaIfOssokUrG8ASusgKuYnpizmbwcMrGWDDGkk1juWgUKVWDTtd/py/y401kaZlP2jdXDyYJwBW6vT42kaDD1YxM2SH6wnf97fN4c/lP7PpLgGt+GZzvnzPuwPG14EZVBABOshrAf/KUH84d6hQHhbQKgKCRIhbFQt6AAWmxbwQPDGeoUNaiPcIJx6Dv6V2wDoYBE9DRDRC2w0w8IoICPtEYt9hFE9zi2ogUNsJHb4YODjCCwCZE+uuDCuLlcanJf0MjTZh/U2wZp3NJvYn/pDUJd6/DS6G6JCZdPk7frbZdneObWeiCytR9CBvlLF1R+SRnw2hW3heLMD+Pwcm0h6IllXjfaDdDKsp+EyVqYvuRSs13OftPacXvumCdV4MXabBknCZlWq+zsvW01Sx6W3YxQRsoMQn2oRhL0sypLFkpVz8RR/lg7KAW7xZ8aUGWD5wScmvvAAXs5NOBMMYEU8ywgU3Mv+W4QPnz/WdsBYKhcCQaiyeSqXQmm8sXiqVypVqrN5qtdqfb6w+Go7EoyZQpqqYbpmViamZuYWllbWNrZ+/g6KQL0TEqRbQkfIyqsq4HWN2xQ3aUj9yIarfWk/tayaYPM+SfM2dJ7MlIp8RodF8UbSxlvHSSRfuSEm305D62ieu5EzZFZ+QPnZTtkVOp9cDV+cA1O/RU3RFthvaeOlhQuaU/oy31NWMdD0TuOKQ8oPcoTlrtMGoqR1GllcNKCzvMFOw4Jx75fE+yoE8cTyfcpCnt6HAibqdASeo4LEwXLNZjzrJG8Ki0DtABjHxU0ix2q8s3I/2qmQn3EsJNxomPNMXRDivOdF4nBRW9lzVHWAvpAgtNpNMFgkhtX9Ryb0p06NhZdkIpxKeNwWsOS271qApaPIWNQCIVCpnt0IupgBBBgcAggQDDGio4yDDCF6xgA/0aTNCgwBZmCLDbAw==);
  font-weight: normal;
  font-style: normal;
}
.ag-theme-material, .ag-theme-material-dark, .ag-theme-material-auto-dark {
  --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-dark {
  --ag-material-primary-color: #3f51b5;
  --ag-material-accent-color: #bb86fcff;
  --ag-range-selection-border-color: var(--ag-material-accent-color);
  --ag-background-color: #121212ff;
  --ag-foreground-color: #ffffffff;
  --ag-data-color: #f5f5f5ff;
  --ag-header-cell-hover-background-color: #000000ff;
  --ag-advanced-filter-join-pill-color: #7a3a37ff;
  --ag-advanced-filter-column-pill-color: #355f2dff;
  --ag-advanced-filter-option-pill-color: #5a3168ff;
  --ag-advanced-filter-value-pill-color: #374c86ff;
  --ag-input-disabled-border-color: #3a434eff;
  --ag-input-disabled-background-color: #68686e12;
  --ag-selected-row-background-color: #bb86fc33;
  --ag-row-hover-color: #bb86fc33;
  --ag-column-hover-color: #f5f5f50d;
  --ag-range-selection-background-color: #bb86fc1a;
  --ag-range-selection-background-color-2: #bb86fc30;
  --ag-range-selection-background-color-3: #bb86fc45;
  --ag-range-selection-background-color-4: #bb86fc57;
  --ag-border-color: #383838ff;
  --ag-secondary-border-color: #383838ff;
  --ag-header-background-color: #121212ff;
  --ag-tooltip-background-color: #212b38ff;
  --ag-odd-row-background-color: #121212ff;
  --ag-control-panel-background-color: #2c2c2cff;
  --ag-subheader-background-color: #ffffff0d;
  --ag-subheader-toolbar-background-color: #2c2c2cff;
  --ag-invalid-color: #e02525ff;
  --ag-checkbox-unchecked-color: #797e87ff;
  --ag-checkbox-background-color: #121212ff;
  --ag-secondary-foreground-color: #f5f5f5ff;
  --ag-input-border-color: #383838ff;
  --ag-input-border-color-invalid: #e02525ff;
  --ag-disabled-foreground-color: #f5f5f580;
  --ag-chip-background-color: #22262812;
  --ag-side-button-selected-background-color: #2c2c2cff;
  --ag-selected-tab-underline-color: #3f51b5ff;
  --ag-modal-overlay-background-color: #121212a8;
  --ag-value-change-delta-up-color: #43a047a8;
  --ag-value-change-delta-down-color: #e53935ff;
  --ag-menu-background-color: #2c2c2cff;
  --ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, 0.4);
  color-scheme: dark;
}

@media (prefers-color-scheme: dark) {
  .ag-theme-material-auto-dark {
    --ag-material-primary-color: #3f51b5;
    --ag-material-accent-color: #bb86fcff;
    --ag-range-selection-border-color: var(--ag-material-accent-color);
    --ag-background-color: #121212ff;
    --ag-foreground-color: #ffffffff;
    --ag-data-color: #f5f5f5ff;
    --ag-header-cell-hover-background-color: #000000ff;
    --ag-advanced-filter-join-pill-color: #7a3a37ff;
    --ag-advanced-filter-column-pill-color: #355f2dff;
    --ag-advanced-filter-option-pill-color: #5a3168ff;
    --ag-advanced-filter-value-pill-color: #374c86ff;
    --ag-input-disabled-border-color: #3a434eff;
    --ag-input-disabled-background-color: #68686e12;
    --ag-selected-row-background-color: #bb86fc33;
    --ag-row-hover-color: #bb86fc33;
    --ag-column-hover-color: #f5f5f50d;
    --ag-range-selection-background-color: #bb86fc1a;
    --ag-range-selection-background-color-2: #bb86fc30;
    --ag-range-selection-background-color-3: #bb86fc45;
    --ag-range-selection-background-color-4: #bb86fc57;
    --ag-border-color: #383838ff;
    --ag-secondary-border-color: #383838ff;
    --ag-header-background-color: #121212ff;
    --ag-tooltip-background-color: #212b38ff;
    --ag-odd-row-background-color: #121212ff;
    --ag-control-panel-background-color: #2c2c2cff;
    --ag-subheader-background-color: #ffffff0d;
    --ag-subheader-toolbar-background-color: #2c2c2cff;
    --ag-invalid-color: #e02525ff;
    --ag-checkbox-unchecked-color: #797e87ff;
    --ag-checkbox-background-color: #121212ff;
    --ag-secondary-foreground-color: #f5f5f5ff;
    --ag-input-border-color: #383838ff;
    --ag-input-border-color-invalid: #e02525ff;
    --ag-disabled-foreground-color: #f5f5f580;
    --ag-chip-background-color: #22262812;
    --ag-side-button-selected-background-color: #2c2c2cff;
    --ag-selected-tab-underline-color: #3f51b5ff;
    --ag-modal-overlay-background-color: #121212a8;
    --ag-value-change-delta-up-color: #43a047a8;
    --ag-value-change-delta-down-color: #e53935ff;
    --ag-menu-background-color: #2c2c2cff;
    --ag-row-loading-skeleton-effect-color: rgba(202, 203, 204, 0.4);
    color-scheme: dark;
  }
}
.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, .ag-theme-material-dark .ag-filter-toolpanel-header,
.ag-theme-material-dark .ag-filter-toolpanel-search,
.ag-theme-material-dark .ag-status-bar,
.ag-theme-material-dark .ag-header-row,
.ag-theme-material-dark .ag-panel-title-bar-title,
.ag-theme-material-dark .ag-multi-filter-group-title-bar, .ag-theme-material-auto-dark .ag-filter-toolpanel-header,
.ag-theme-material-auto-dark .ag-filter-toolpanel-search,
.ag-theme-material-auto-dark .ag-status-bar,
.ag-theme-material-auto-dark .ag-header-row,
.ag-theme-material-auto-dark .ag-panel-title-bar-title,
.ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-tab, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-tabs-header,
.ag-theme-material-dark .ag-column-drop-horizontal, .ag-theme-material-auto-dark .ag-tabs-header,
.ag-theme-material-auto-dark .ag-column-drop-horizontal {
  background-color: var(--ag-subheader-background-color);
}
.ag-theme-material .ag-tabs-body, .ag-theme-material-dark .ag-tabs-body, .ag-theme-material-auto-dark .ag-tabs-body {
  padding: calc(var(--ag-grid-size) * 0.5) 0;
}
.ag-theme-material .ag-tabs-body .ag-menu-list, .ag-theme-material-dark .ag-tabs-body .ag-menu-list, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-header-cell, .ag-theme-material-dark .ag-header-group-cell, .ag-theme-material-auto-dark .ag-header-cell, .ag-theme-material-auto-dark .ag-header-group-cell {
  transition: background-color 0.5s;
}
.ag-theme-material .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing, .ag-theme-material-dark .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing, .ag-theme-material-auto-dark .ag-row-last:not(.ag-row-first) .ag-cell-inline-editing {
  bottom: 0;
}
.ag-theme-material .ag-cell-inline-editing, .ag-theme-material-dark .ag-cell-inline-editing, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-has-focus .ag-cell-inline-editing, .ag-theme-material-auto-dark .ag-has-focus .ag-cell-inline-editing {
  border-color: var(--ag-input-focus-border-color) !important;
}
.ag-theme-material .ag-column-drop-vertical, .ag-theme-material-dark .ag-column-drop-vertical, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-column-drop-vertical.ag-last-column-drop, .ag-theme-material-auto-dark .ag-column-drop-vertical.ag-last-column-drop {
  border-bottom: none;
}
.ag-theme-material .ag-column-drop-vertical-cell, .ag-theme-material-dark .ag-column-drop-vertical-cell, .ag-theme-material-auto-dark .ag-column-drop-vertical-cell {
  margin-left: 0;
}
.ag-theme-material .ag-column-drop-vertical-empty-message, .ag-theme-material-dark .ag-column-drop-vertical-empty-message, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-ltr .ag-column-drop-vertical-empty-message, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-rtl .ag-column-drop-vertical-empty-message, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-status-bar, .ag-theme-material-auto-dark .ag-status-bar {
  border: solid 1px;
  border-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-panel-column-select, .ag-theme-material-dark .ag-column-panel-column-select, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-column-select, .ag-theme-material-dark .ag-column-select-header, .ag-theme-material-auto-dark .ag-column-select, .ag-theme-material-auto-dark .ag-column-select-header {
  border-bottom: solid 1px;
  border-bottom-color: var(--ag-border-color);
}
.ag-theme-material .ag-column-select-header, .ag-theme-material-dark .ag-column-select-header, .ag-theme-material-auto-dark .ag-column-select-header {
  height: var(--ag-header-height);
}
.ag-theme-material .ag-group-title-bar, .ag-theme-material-dark .ag-group-title-bar, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-charts-format-sub-level-group-title-bar, .ag-theme-material-auto-dark .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,
.ag-theme-material .ag-chart-advanced-settings-section, .ag-theme-material-dark .ag-chart-data-section,
.ag-theme-material-dark .ag-chart-format-section,
.ag-theme-material-dark .ag-chart-advanced-settings-section, .ag-theme-material-auto-dark .ag-chart-data-section,
.ag-theme-material-auto-dark .ag-chart-format-section,
.ag-theme-material-auto-dark .ag-chart-advanced-settings-section {
  padding-bottom: calc(var(--ag-grid-size) * 0.5);
}
.ag-theme-material .ag-chart-menu-close, .ag-theme-material-dark .ag-chart-menu-close, .ag-theme-material-auto-dark .ag-chart-menu-close {
  background: var(--ag-background-color);
}
.ag-theme-material .ag-chart-menu-close .ag-icon, .ag-theme-material-dark .ag-chart-menu-close .ag-icon, .ag-theme-material-auto-dark .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-], .ag-theme-material-dark input[class^=ag-]:not([type]),
.ag-theme-material-dark input[class^=ag-][type=text],
.ag-theme-material-dark input[class^=ag-][type=number],
.ag-theme-material-dark input[class^=ag-][type=tel],
.ag-theme-material-dark input[class^=ag-][type=date],
.ag-theme-material-dark input[class^=ag-][type=datetime-local],
.ag-theme-material-dark textarea[class^=ag-], .ag-theme-material-auto-dark input[class^=ag-]:not([type]),
.ag-theme-material-auto-dark input[class^=ag-][type=text],
.ag-theme-material-auto-dark input[class^=ag-][type=number],
.ag-theme-material-auto-dark input[class^=ag-][type=tel],
.ag-theme-material-auto-dark input[class^=ag-][type=date],
.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local],
.ag-theme-material-auto-dark 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, .ag-theme-material-dark input[class^=ag-]:not([type]):focus,
.ag-theme-material-dark input[class^=ag-][type=text]:focus,
.ag-theme-material-dark input[class^=ag-][type=number]:focus,
.ag-theme-material-dark input[class^=ag-][type=tel]:focus,
.ag-theme-material-dark input[class^=ag-][type=date]:focus,
.ag-theme-material-dark input[class^=ag-][type=datetime-local]:focus,
.ag-theme-material-dark textarea[class^=ag-]:focus, .ag-theme-material-auto-dark input[class^=ag-]:not([type]):focus,
.ag-theme-material-auto-dark input[class^=ag-][type=text]:focus,
.ag-theme-material-auto-dark input[class^=ag-][type=number]:focus,
.ag-theme-material-auto-dark input[class^=ag-][type=tel]:focus,
.ag-theme-material-auto-dark input[class^=ag-][type=date]:focus,
.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]:focus,
.ag-theme-material-auto-dark 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, .ag-theme-material-dark input[class^=ag-]:not([type])::placeholder,
.ag-theme-material-dark input[class^=ag-][type=text]::placeholder,
.ag-theme-material-dark input[class^=ag-][type=number]::placeholder,
.ag-theme-material-dark input[class^=ag-][type=tel]::placeholder,
.ag-theme-material-dark input[class^=ag-][type=date]::placeholder,
.ag-theme-material-dark input[class^=ag-][type=datetime-local]::placeholder,
.ag-theme-material-dark textarea[class^=ag-]::placeholder, .ag-theme-material-auto-dark input[class^=ag-]:not([type])::placeholder,
.ag-theme-material-auto-dark input[class^=ag-][type=text]::placeholder,
.ag-theme-material-auto-dark input[class^=ag-][type=number]::placeholder,
.ag-theme-material-auto-dark input[class^=ag-][type=tel]::placeholder,
.ag-theme-material-auto-dark input[class^=ag-][type=date]::placeholder,
.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]::placeholder,
.ag-theme-material-auto-dark 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, .ag-theme-material-dark input[class^=ag-]:not([type]):disabled,
.ag-theme-material-dark input[class^=ag-][type=text]:disabled,
.ag-theme-material-dark input[class^=ag-][type=number]:disabled,
.ag-theme-material-dark input[class^=ag-][type=tel]:disabled,
.ag-theme-material-dark input[class^=ag-][type=date]:disabled,
.ag-theme-material-dark input[class^=ag-][type=datetime-local]:disabled,
.ag-theme-material-dark textarea[class^=ag-]:disabled, .ag-theme-material-auto-dark input[class^=ag-]:not([type]):disabled,
.ag-theme-material-auto-dark input[class^=ag-][type=text]:disabled,
.ag-theme-material-auto-dark input[class^=ag-][type=number]:disabled,
.ag-theme-material-auto-dark input[class^=ag-][type=tel]:disabled,
.ag-theme-material-auto-dark input[class^=ag-][type=date]:disabled,
.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]:disabled,
.ag-theme-material-auto-dark 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, .ag-theme-material-dark input[class^=ag-]:not([type]):invalid,
.ag-theme-material-dark input[class^=ag-][type=text]:invalid,
.ag-theme-material-dark input[class^=ag-][type=number]:invalid,
.ag-theme-material-dark input[class^=ag-][type=tel]:invalid,
.ag-theme-material-dark input[class^=ag-][type=date]:invalid,
.ag-theme-material-dark input[class^=ag-][type=datetime-local]:invalid,
.ag-theme-material-dark textarea[class^=ag-]:invalid, .ag-theme-material-auto-dark input[class^=ag-]:not([type]):invalid,
.ag-theme-material-auto-dark input[class^=ag-][type=text]:invalid,
.ag-theme-material-auto-dark input[class^=ag-][type=number]:invalid,
.ag-theme-material-auto-dark input[class^=ag-][type=tel]:invalid,
.ag-theme-material-auto-dark input[class^=ag-][type=date]:invalid,
.ag-theme-material-auto-dark input[class^=ag-][type=datetime-local]:invalid,
.ag-theme-material-auto-dark 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, .ag-theme-material-dark .ag-standard-button, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-standard-button:disabled, .ag-theme-material-auto-dark .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, .ag-theme-material-dark.ag-dnd-ghost, .ag-theme-material-auto-dark.ag-dnd-ghost {
  font-size: calc(var(--ag-font-size) - 1px);
  font-weight: 600;
}
.ag-theme-material .ag-filter-toolpanel-header, .ag-theme-material-dark .ag-filter-toolpanel-header, .ag-theme-material-auto-dark .ag-filter-toolpanel-header {
  height: calc(var(--ag-grid-size) * 4);
}
.ag-theme-material .ag-filter-toolpanel-group-level-0-header, .ag-theme-material-dark .ag-filter-toolpanel-group-level-0-header, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-ltr .ag-filter-apply-panel-button, .ag-theme-material-dark .ag-ltr .ag-advanced-filter-apply-button, .ag-theme-material-dark .ag-ltr .ag-advanced-filter-builder-button, .ag-theme-material-auto-dark .ag-ltr .ag-filter-apply-panel-button, .ag-theme-material-auto-dark .ag-ltr .ag-advanced-filter-apply-button, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-rtl .ag-filter-apply-panel-button, .ag-theme-material-dark .ag-rtl .ag-advanced-filter-apply-button, .ag-theme-material-dark .ag-rtl .ag-advanced-filter-builder-button, .ag-theme-material-auto-dark .ag-rtl .ag-filter-apply-panel-button, .ag-theme-material-auto-dark .ag-rtl .ag-advanced-filter-apply-button, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-layout-auto-height .ag-center-cols-viewport, .ag-theme-material-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-material-dark .ag-layout-print .ag-center-cols-viewport, .ag-theme-material-dark .ag-layout-print .ag-center-cols-container, .ag-theme-material-auto-dark .ag-layout-auto-height .ag-center-cols-viewport, .ag-theme-material-auto-dark .ag-layout-auto-height .ag-center-cols-container, .ag-theme-material-auto-dark .ag-layout-print .ag-center-cols-viewport, .ag-theme-material-auto-dark .ag-layout-print .ag-center-cols-container {
  min-height: 150px;
}
.ag-theme-material .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-material-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height, .ag-theme-material-auto-dark .ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 60px;
}
.ag-theme-material .ag-picker-field-wrapper:focus-within, .ag-theme-material-dark .ag-picker-field-wrapper:focus-within, .ag-theme-material-auto-dark .ag-picker-field-wrapper:focus-within {
  box-shadow: 0 0 0 1px var(--ag-material-primary-color);
}
.ag-theme-material .ag-rich-select-list, .ag-theme-material-dark .ag-rich-select-list, .ag-theme-material-auto-dark .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, .ag-theme-material-dark .ag-advanced-filter-builder-button-label, .ag-theme-material-auto-dark .ag-advanced-filter-builder-button-label {
  text-transform: uppercase;
}
.ag-theme-material .ag-filter-active .ag-icon-filter, .ag-theme-material-dark .ag-filter-active .ag-icon-filter, .ag-theme-material-auto-dark .ag-filter-active .ag-icon-filter {
  color: var(--ag-material-accent-color);
}
.ag-theme-material textarea[class^=ag-chart-title-edit], .ag-theme-material-dark textarea[class^=ag-chart-title-edit], .ag-theme-material-auto-dark textarea[class^=ag-chart-title-edit] {
  background-color: var(--ag-background-color);
}


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