/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
ul.bp6-pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
}
ul.bp6-pagination > li {
  display: inline-block;
}
ul.bp6-pagination > li .bp6-pagination-page {
  padding: 8px 4px;
}
ul.bp6-pagination > li > * {
  height: 100%;
}
ul.bp6-pagination.left {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
ul.bp6-pagination.center {
  display: flex;
  justify-content: center;
  width: 100%;
}
ul.bp6-pagination.right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
/*
 * Copyright 2023 Palantir Technologies, Inc. All rights reserved.
 */
.bp6-react-table {
  width: 100%;
}
.bp6-react-table .bp6-react-table-empty {
  padding: 20px;
}
.bp6-react-table .bp6-react-table-empty[data-loading=true] {
  height: 150px;
}
.bp6-react-table .bp6-react-table-top-toolbar,
.bp6-react-table .bp6-react-table-top-toolbar-right {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bp6-react-table .bp6-react-table-top-toolbar .bp6-react-table-column-manager,
.bp6-react-table .bp6-react-table-top-toolbar-right .bp6-react-table-column-manager {
  background: #ffffff;
  padding: 8px;
  width: 360px;
}
.bp6-react-table .bp6-react-table-column-hiding {
  margin-left: 10px;
}
.bp6-react-table .bp6-react-table-global-filter {
  margin-left: 10px;
  width: 200px;
}
.bp6-react-table .bp6-react-table-utility-toolbar {
  align-items: center;
  display: flex;
  gap: 0;
}
.bp6-react-table .bp6-react-table-utility-toolbar:has(> :nth-child(2)) {
  gap: 10px;
}
.bp6-react-table .bp6-react-table-content {
  overflow-x: auto;
  position: relative;
  width: 100%;
}
.bp6-react-table .bp6-react-table-content[data-loading=true] {
  overflow-x: clip;
}
.bp6-react-table .bp6-react-table-loading {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.bp6-react-table .bp6-react-table-head,
.bp6-react-table .bp6-react-table-body {
  width: fit-content;
}
.bp6-react-table .bp6-react-table-head-cell {
  color: #1c2127;
  font-weight: 600;
  user-select: none;
}
.bp6-dark .bp6-react-table .bp6-react-table-head-cell {
  color: #f6f7f9;
}
.bp6-react-table .bp6-react-table-head-cell.bp6-text-muted {
  color: #5f6b7c;
}
.bp6-dark .bp6-react-table .bp6-react-table-head-cell.bp6-text-muted {
  color: #abb3bf;
}
.bp6-react-table .bp6-react-table-head-cell:hover .bp6-react-table-resizer {
  opacity: 1;
}
.bp6-react-table .bp6-react-table-head-cell:hover .bp6-react-table-head-filter[data-can-resize=true] {
  width: calc(100% - 40px);
}
.bp6-react-table .bp6-react-table-head-cell[data-sortable=true] {
  cursor: pointer;
}
.bp6-react-table .bp6-react-table-head-cell .bp6-react-table-sorting {
  flex: 0 0 auto;
  margin-right: 4px;
  padding: 0 8px;
}
.bp6-react-table .bp6-react-table-head-cell-content {
  align-items: center;
  display: flex;
  gap: 5px;
  min-width: 0;
}
.bp6-react-table .bp6-react-table-head-cell-content-label {
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bp6-react-table .bp6-react-table-head-filter {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28581;
  text-transform: none;
  font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", "blueprint-icons-16", sans-serif;
  margin-top: 5px;
  width: calc(100% - 20px);
}
.bp6-react-table .bp6-react-table-head-filter > .bp6-numeric-input {
  max-width: calc(100% - 20px);
}
.bp6-react-table .bp6-react-table-head-filter > .bp6-numeric-input .bp6-input-group {
  width: 100%;
}
.bp6-react-table .bp6-react-table-head-filter:empty {
  display: none;
}
.bp6-react-table .bp6-react-table-cell[data-ellipsize=true] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bp6-react-table .bp6-react-table-cell[data-ellipsize=true] > * {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  padding-top: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bp6-react-table .bp6-react-table-row-expander-wrapper {
  align-items: center;
  display: flex;
}
.bp6-react-table .bp6-react-table-row-expander {
  cursor: pointer;
  display: inline-block;
  width: 25px;
}
.bp6-react-table .bp6-react-table-resizer {
  cursor: col-resize;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
  user-select: none;
  width: 16px;
}
.bp6-react-table .bp6-react-table-resizer::before {
  font-family: "blueprint-icons-16", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  height: 16px;
  line-height: 1;
  width: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  content: "\f18c";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.bp6-react-table .bp6-react-table-resizer[data-resizing=true] {
  opacity: 1;
}
.bp6-react-table .bp6-react-table-head-cell[data-has-filter=true] .bp6-react-table-resizer::before {
  top: 25%;
}
.bp6-react-table .bp6-react-table-selection {
  align-items: center;
  display: flex;
  height: 100%;
}
.bp6-react-table .bp6-react-table-row-sub-component:empty {
  display: none;
}
.bp6-react-table .bp6-react-table-pagination {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
}
.bp6-react-table .bp6-react-table-pagination .bp6-pagination {
  width: unset;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-top-toolbar {
  padding: 10px;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-content[data-top-toolbar=true] {
  border-top: 1px solid #e5e8eb;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-row {
  align-items: stretch;
  display: flex;
  width: fit-content;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-row:nth-child(even) {
  background: #f6f7f9;
}
.bp6-dark .bp6-react-table[data-theme=standard] .bp6-react-table-row:nth-child(even) {
  color: #1c2127;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-row:hover[data-clickable=true] {
  background-color: #edeff2;
  cursor: pointer;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-cell {
  align-items: center;
  display: flex;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-head-cell,
.bp6-react-table[data-theme=standard] .bp6-react-table-cell {
  box-sizing: content-box;
  padding: 10px;
  position: relative;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-head-cell:not(:last-child),
.bp6-react-table[data-theme=standard] .bp6-react-table-cell:not(:last-child) {
  border-right: 1px solid #e5e8eb;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-head .bp6-react-table-row {
  border-bottom: 1px solid #8f99a8;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-body .bp6-react-table-row {
  border-bottom: 1px solid #e5e8eb;
}
.bp6-react-table[data-theme=standard] .bp6-react-table-row-sub-component {
  border-bottom: 1px solid #e5e8eb;
  width: 100%;
}
.bp6-dark .bp6-react-table[data-theme=standard] .bp6-react-table-row:nth-child(odd) .bp6-react-table-row-expander svg {
  fill: #8abbff;
}
.bp6-react-table[data-theme=segment] {
  margin: -10px;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-content {
  padding: 10px;
}
[data-theme=segment] .bp6-react-table[data-theme=segment] {
  margin: unset;
}
[data-theme=segment] .bp6-react-table[data-theme=segment] .bp6-react-table-content {
  padding: unset;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-empty {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(17, 20, 24, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.bp6-react-table[data-theme=segment] .bp6-react-table-loading {
  background-color: rgba(229, 232, 235, 0.5);
}
.bp6-react-table[data-theme=segment] .bp6-react-table-row {
  align-items: center;
  display: flex;
  padding: 0 10px;
  width: fit-content;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-row:hover[data-clickable=true] {
  background-color: #edeff2;
  cursor: pointer;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-top-toolbar {
  padding: 10px 10px 0;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-head-cell {
  color: #5f6b7c;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-head-cell,
.bp6-react-table[data-theme=segment] .bp6-react-table-cell {
  box-sizing: content-box;
  padding: 10px;
  position: relative;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-body .bp6-react-table-row {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(17, 20, 24, 0.1), 0 4px 6px rgba(17, 20, 24, 0.1);
}
.bp6-react-table[data-theme=segment] .bp6-react-table-body .bp6-react-table-row[data-depth="0"]:not(:first-child) {
  margin-top: 10px;
}
.bp6-react-table[data-theme=segment] .bp6-react-table-row-sub-component {
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(17, 20, 24, 0.1), 0 4px 6px rgba(17, 20, 24, 0.1);
}
.bp6-dark .bp6-react-table[data-theme=segment] .bp6-react-table-body .bp6-react-table-row {
  color: #1c2127;
}

body{min-width:1024px}.bp6-card{padding:15px}.bp6-control.bp6-checkbox input:checked~.bp6-control-indicator:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z%27 fill=%27%23fff%27/%3E%3C/svg%3E")}.bp6-popover2.bp6-popover2-content-sizing .bp6-popover2-content{padding:0}.bp6-popover2.bp6-popover2-content-sizing .bp6-popover2-content .bp6-control{margin-bottom:0}
