.Popover-view {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.Popover-view .Popover-upload {
  display: inline-block;
  text-align: left;
  color: #3582fb;
  border: 0;
}
.Popover-view .Popover-footer-title {
  width: 278px;
  background: #fff;
  color: #333;
}
.Popover-view .Popover-footer-title .Popover-header-title {
  background: #303133;
  display: flex;
  height: auto;
  align-items: center;
}
.Popover-view .Popover-footer-title .Popover-header-title .Popover-main {
  display: flex;
  align-items: center;
}
.Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-enclosure {
  color: #999;
}
.Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-content {
  display: flex;
  align-items: center;
}
.Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-content .Popover-main-content-file {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-content .Popover-main-content-icon {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
.Popover-view .Popover-footer-title .Popover-footer-title-content {
  line-height: 26px;
  width: 278px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}
.Popover-view .Popover-footer-title .Popover-footer-title-content:hover {
  background-color: #f2f7ff !important;
  color: #1f6eef !important;
  cursor: pointer;
}
.Popover-view .Popover-footer-title .Popover-footer-title-content:hover .ant-btn {
  background: #f2f7ff !important;
}
.Popover-view .Popover-footer-title .Popover-footer-title-content > .ant-btn {
  background: white !important;
}
.Popover-view .Popover-footer-title .Popover-footer-title-content .Popover-footer-title-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Popover-view .Popover-footer-title .Popover-footer-title-content .Popover-footer-title-item .Popover-footer-title-item-title {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Papers-cell-view {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.Papers-cell-view .Papers-cell-list {
  width: 278px;
  background: #fff;
  color: #333;
}
.Papers-cell-view .Papers-cell-list .Papers-cell-list-item {
  line-height: 26px;
  width: 278px;
  padding: 2px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}
.Papers-cell-view .Papers-cell-list .Papers-cell-list-item .Papers-cell-list-item-tooltip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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