.row-card-container {
  height: 100%;
  width: 100%;
}

.row-card-container::-webkit-scrollbar {
  display: none;
}

.records-column-names {
  padding: 12px 32px;
  min-width: 100%;
  background-color: #fff;
  box-shadow: -1px 0 2px 0 #ccc;
  display: flex;
  align-items: center;
}

.row-card-header .row-card-column-names {
  padding: 8px 32px;
  width: 100%;
  position: relative;
  min-width: 100%;
  background-color: #fff;
  box-shadow: -1px 0 2px 0 #ccc;
  display: flex;
  align-items: center;
}

.row-card-header .row-card-column-names .link-scroll-prev {
  left: 4px;
}

.row-card-header .row-card-column-names .row-card-scroll {
  color: #999;
  font-size: 14px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 10px;
  background-color: #fff;
}

.row-card-header .row-card-column-names .scroll-active {
  color: #000;
  cursor: pointer;
}

.row-card-header .row-card-column-names .link-scroll-next {
  right: 4px;
}

.row-card-header .row-card-column-names .scroll-active:hover {
  background: #efefef;
  border-radius: 4px;
}

.row-card-header .row-card-columns-container {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}

.row-card-header .row-card-columns-container .row-card-column-name:first-child,
.mobile-link-records-container .link-records-column-name:first-child {
  margin: 0 8px 0 0;
}

.row-card-header .row-card-columns-container .row-card-column-name {
  flex-shrink: 0;
  margin: 0 8px;
  font-size: 14px;
  color: #888;
  height: 30px;
  line-height: 30px;
  cursor: default;
}

.row-card-header .row-card-columns-container::-webkit-scrollbar {
  display: none;
}

.row-card-list {
  height: calc(100% - 40px);
  width: 100%;
  min-width: 100%;
  padding: 10px 20px;
  overflow-y: auto;
  margin-top: 3px;
}

.row-card-list .no-records-tips {
  color: #888;
  text-align: center;
}

.row-card-list .no-views-tips {
  color: #888;
  text-align: center;
}

.row-card-list .row-card-content {
  padding: 0;
  height: auto;
  overflow-y: unset;
}

.row-card-list .row-card-content::-webkit-scrollbar {
  width: 0;
}

.row-card-item {
  height: 88px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.row-card-item:first-child {
  margin-top: 0;
}

.row-card-item:last-child {
  margin-bottom: 10px;
}

.row-card-item:hover {
  cursor: pointer;
  border-color: rgba(0, 0, 0, 0.3);
}

.row-card-item.row-card-item-highlight {
  border-color: rgba(0, 0, 0, 0.3);
}

.row-card-item .row-card-item-container {
  width: 100%;
  overflow: hidden;
  padding: 12px;
}

.row-card-item-header {
  z-index: 1;
}

.row-card-item .row-card-item-header {
  width: 100%;
  height: 24px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.row-card-item .row-card-item-name {
  height: 100%;
  flex: 1 1;
  font-weight: 400;
}

.row-card-item .row-card-item-check {
  color: #59cb74;
}

.row-card-item .row-card-item-remove {
  height: 24px;
  width: 24px;
  text-align: center;
}

.row-card-item .row-card-remove-icon {
  font-size: 16px;
  color: #aaa;
}

.row-card-item-remove:hover .row-card-remove-icon {
  color: #888;
}

.row-card-item .row-card-item-content {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  height: 40px;
}

.row-card-item .row-card-item-content::-webkit-scrollbar {
  display: none;
}

.row-card-item .row-cell-value {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  text-align: left;
  margin: 0 8px;
}

.row-card-item .row-cell-value:first-child {
  justify-content: flex-start;
  margin: 0 8px 0 0;
}

.row-card-item .row-cell-value-empty {
  display: inline-block;
  height: 8px;
  width: 20px;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.row-card-item-content .collaborators-formatter {
  width: 100%;
  overflow: hidden;
}

.row-card-item-content .collaborators-formatter .formatter-show {
  align-items: center;
}

.row-card-item-content .multiple-select-formatter {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
}

.multiple-select-formatter .grid_cell_type_multiple-select {
  margin-right: 10px;
}

.multiple-select-formatter .grid_cell_type_multiple-select:last-child {
  margin-right: 0;
}

.row-card-item-content .cell-value-ellipsis {
  display: inline-block;
  height: auto;
  width: 100%;
}

.row-card-item-content .image-cell-value {
  height: 30px;
  width: 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.row-card-item-content .image-cell-value img {
  display: inline-block;
  max-height: 30px;
  max-width: 40px;
  border-radius: 3px;
}

.row-card-item-content .row-cell-value .sea-chart-statistic-record-formula-container {
  text-align: left !important;
}

.image-cell-value .cell-value-size {
  position: absolute;
  bottom: -2px;
  right: -4px;
  display: inline-block;
  height: 12px;
  padding: 0 4px;
  border-radius: 6px;
  text-align: center;
  background-color: #999;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}

.row-card-item .number-formatter {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.row-card-item .geolocation-formatter {
  width: 100%;
}

.row-card-item .geolocation-formatter div {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row-card-content .row-card-item .row-card-item-container {
  padding: 0;
  position: relative;
}

.row-card-item .row-card-item-header {
  position: absolute;
  top: 12px;
  padding: 0 12px;
  pointer-events: none;
}

.row-card-item .row-card-item-name {
  pointer-events: none;
}

.row-card-item .row-card-item-remove {
  pointer-events: all;
}

.row-card-item .row-card-item-container .row-card-item-content {
  height: 88px;
  padding: 24px 12px 0;
}
