[data-v-1ca6bfd8] .cellNoPadding > .cell {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.companyNameBox[data-v-1ca6bfd8] {
  display: flex;
  justify-content: center;
}
.companyNameBox .companyName[data-v-1ca6bfd8] {
  line-height: 40px;
  text-align: center;
  width: calc(100% - 50px);
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expandBox[data-v-1ca6bfd8] {
  color: var(--theme-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.expandBox .expand[data-v-1ca6bfd8] {
  width: 20px;
  height: 15px;
}
