.sea-chart-two-table-wrapper {
  padding-left: 20px;
}

.sea-chart-pivot-table {
  width: 100%;
  position: relative;
}

.sea-chart-pivot-table thead {
  border-top: 1px solid #ccc;
}

.sea-chart-pivot-table tr {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.sea-chart-pivot-table th,
.sea-chart-pivot-table td {
  padding: 5px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: none;
  overflow: hidden;
  min-width: 100px;
  width: 150px;
  max-width: 150px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 32px;
  max-height: 32px;
}

.sea-chart-pivot-table .column-title,
.sea-chart-pivot-table .row-title {
  padding: 0;
  text-align: center;
  color: inherit;
}

.sea-chart-pivot-table .column-title {
  caption-side: top;
}

.sea-chart-pivot-table .row-title {
  position: absolute;
  transform: rotate(-90deg);
  width: 100px;
  left: -60px;
  top: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sea-chart-pivot-table .pivot-cell {
  position: relative;
  overflow: hidden;
}

.sea-chart-pivot-table .pivot-cell:hover {
  cursor: pointer;
}

.sea-chart-pivot-table .selected-pivot-cell {
  border-bottom: 1px solid #66afe9;
  border-right: 1px solid #66afe9;
}

.sea-chart-pivot-table .selected-pivot-cell-top {
  border-bottom: 1px solid #66afe9;
}

.sea-chart-pivot-table .selected-pivot-cell-left {
  border-right: 1px solid #66afe9 ;
}

.sea-chart-pivot-table .selected-pivot-cell-border {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #66afe9;
}

.sea-chart-pivot-table .pivot-empty-cell i {
  display: inline-block;
  height: 6px;
  width: 16px;
  border-radius: 6px;
  background: #f1f1f1;
}

.sea-chart-pivot-table td>div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  max-width: 100%;
}

.sea-chart-pivot-table .multiple-select-option {
  border-radius: 10px;
  font-size: 13px;
  line-height: 20px;
  max-width: 250px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: -webkit-min-content;
  width: min-content;
  margin-right: 3px;
}

.sea-chart-pivot-table .collaborator-avatar-container {
  width: 16px;
}

.sea-chart-pivot-table .collaborator-avatar {
  height: 16px;
  transform: translateY(-1px);
  width: 16px;
  border-radius: 50%;
  vertical-align: middle;
}

.sea-chart-pivot-table .collaborator-name {
  line-height: 20px;
  margin-left: 5px;
  max-width: 150px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.sea-chart-pivot-table .summary-columns-header,
.sea-chart-pivot-table .pivot-cell
{
  padding: 0;
}

.sea-chart-pivot-table .pivot-table-header-summary-columns-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.sea-chart-pivot-table .pivot-cells-container  {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sea-chart-pivot-table .pivot-table-header-summary-columns-container > div,
.sea-chart-pivot-table .pivot-cells-container > div {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sea-chart-pivot-table .pivot-table-header-summary-columns-container > div:not(:first-child), 
.sea-chart-pivot-table .pivot-cells-container > div:not(:first-child) {
  border-left: 1px solid rgb(204, 204, 204);
}
