.title-datasets {
  width: 12rem;
  height: 4.1875rem;

  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
}
.search-assets {
  width: 16rem;
  height: 2.8125rem;

  background: #ffffff;

  border: 1px solid #d7dae2;
  border-radius: 4px;
}
.content-search {
  width: 100%;
  height: 2.5rem;
  padding: 0 5px 0 5px;
}
.item-search {
  width: 3.5rem;
  height: 2.8125rem;
  color: #ffffff;
  background: #2e2e94;
}
.header-content {
  background-color: #f2f4f9;
  border: 1px solid #d7dae2;
}
.body-content {
  border: 1px solid #d7dae2;
}
.content-search-data {
  box-sizing: border-box;

  /* Auto layout */

  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 20px;
  gap: 28px;

  height: 40px;

  background: #ffffff;
  /* Neutral/5 */

  border: 1px solid #d7dae2;
  border-radius: 100px;
}
.item-search-data {
  width: 40px;
  height: 40px;

  background: #2e2e94;
  border-radius: 50px;
}
.content-body-2 {
  height: 44px;
  background: #dfe0ff;
  /* Neutral/5 */

  border: 1px solid #d7dae2;
  border-radius: 4px;
}
.content-body-2-text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* identical to box height */

  /* Neutral/0 */

  color: #232323;
}
.content-mid {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.unknown {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 11px;
  height: min-content;
  width: 70px;
  color: white;
  background-color: #596066;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
  gap: 10px;
}
.update-created {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;

  color: #495057;
}
.data-right-mid {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.item-pagination{
  height: 40px;
  text-align: center;
  border: 2px solid #f2f4f9;
  border-radius: 5px;
  width: min-content;
  margin: 0 auto;
}
.border-left-color{
  border-left-color: #2E2E94;
  border-left-width: 2px;
}
.item-text{
  border-right: 2px solid;
    border-right-color: #f2f4f9;
}