@charset "utf-8";
/* CSS Document */
.list-low {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3%;
  margin: 20px 0;
  padding-bottom: 30px;
  font-size: 110%
}
.list-low ol li {
  list-style: decimal;
  margin-left: 15px;
  padding: 5px 0 5px 5px;
}
.list-low ul li {
  list-style-type: '-';
  margin-left: 15px;
  padding: 5px 0 5px 5px;
}
.list-low a, .in-txt a {
  word-break: break-all;
  text-decoration: underline;
}
.in-txt {
  font-size: .8rem;
}
.cat {
  font-size: 150%;
  width: 100%;
}
.name {
  display: flex;
  width: 100%;
  margin-top: 20px;
  gap: 0 50px;
}
.status {
  display: flex;
  width: 40%;
}
.status p:after {
  content: ", ";
  margin-right: 5px;
}
.status p:last-child:after {
  content: "";
}
.status:before {
  content: "Status: ";
  font-size: .8rem;
  opacity: .5;
  margin-right: 5px;
}
.name:before {
  content: "Name of indicators";
  position: absolute;
  margin: -20px 0 0;
  font-size: .8rem;
  opacity: .5;
  margin-bottom: -3px;
}
.Targets .name:before {
  content: "List of targets";
  position: absolute;
  margin: -20px 0 0;
  font-size: .8rem;
  opacity: .5;
  margin-bottom: -3px;
}
.policies:before {
  content: "Relevant policies";
  display: block;
  font-size: .8rem;
  opacity: .5;
  margin-bottom: -3px;
}
.top10 {
  margin-top: 10px;
}
.top20 {
  margin-top: 20px;
}
.top30 {
  margin-top: 30px;
}
.top40 {
  margin-top: 40px;
}
.cat {
  border-left: 8px solid #419cdb;
  padding-left: 10px
}
.status, .name, .policies {
  margin-left: 10px;
}
.flex2 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
.flex2 div {
  width: calc(100% / 2);
}
.page-nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 1px auto;
  padding-left: 0 !important;
}
.page-nav li {
  width: calc(100%);
  list-style: none;
  margin-right: 1px;
  margin-left: 0 !important;
  padding-bottom: 1px !important;
}
.page-nav li a {
  font-family: 'Allerta', sans-serif;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #419cdb;
  border-radius: 0px;
}
.page-nav li a:hover {
  background: #947fff;
}