.indicators_block .indicators_tab_wrapper {
  display: flex;
}
.indicators_block .indicators_tab_wrapper .custom_select {
  margin-top: auto;
}
.indicators_block .indicators_tab_wrapper .indicators_tab_list {
  display: flex;
  align-items: center;
  margin-left: 14px;
  margin-top: 50px;
}
.indicators_block .indicators_tab_wrapper .indicators_tab_list .indicators_tab_item {
  min-width: 252px;
}
.indicators_block .indicators_tab_wrapper .indicators_tab_list .indicators_tab_item:not(:last-child) {
  margin-right: 40px;
}
.indicators_block .block_title {
  margin-top: 56px;
}
.indicators_block .table_select_wrapper {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.indicators_block .table_select_wrapper .custom_select .select_selected {
  font-size: 20px;
}
.indicators_block .table_select_wrapper .custom_checkbox {
  margin-left: 40px;
}
.indicators_block .table_select_wrapper .all_npf_link {
  margin-left: 38px;
  padding: 5px 10px;
}
.indicators_block .table_select_wrapper .all_npf_link img {
  width: 24px;
}
.indicators_block .table_select_wrapper .all_npf_link span {
  margin-left: 10px;
  font-size: 15px;
}
.indicators_block .table_container {
  position: relative;
}
.indicators_block .table_container .table_wrapper {
  margin-top: 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 950px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.indicators_block .table_container .table_wrapper::-webkit-scrollbar {
  display: none;
}
.indicators_block .table_container .table_wrapper table,
.indicators_block .table_container .table_wrapper th,
.indicators_block .table_container .table_wrapper td {
  background-color: #ffffff;
}
.indicators_block .table_container .table_wrapper table {
  border-spacing: 0;
  border-collapse: separate;
}
.indicators_block .table_container .table_wrapper table thead {
  position: sticky;
  top: 0;
  z-index: 4;
  border-left: none;
  border-right: 1px solid #bbbbbb;
}
.indicators_block .table_container .table_wrapper table thead th {
  border: none;
  background: #F3F4F8;
  padding: 5px;
  width: 80px;
  min-width: 80px;
  color: #879FD6;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #90A4AF;
}
.indicators_block .table_container .table_wrapper table thead th a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.indicators_block .table_container .table_wrapper table thead th a span {
  font-size: 20px;
}
.indicators_block .table_container .table_wrapper table thead th[colspan="3"] a {
  justify-content: center;
}
.indicators_block .table_container .table_wrapper table td {
  padding: 5px 10px;
  width: 100%;
  text-align: end;
  min-width: 140px;
  vertical-align: middle;
  border-bottom: 1px solid #90A4AF;
  color: #253238;
}
.indicators_block .table_container .table_wrapper table td p {
  font-size: 18px;
  font-weight: 700;
}
.indicators_block .table_container .table_wrapper table td p:last-of-type {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #879FD6;
}
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(1),
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(2),
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(3) {
  text-align: left;
}
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(1) span:after {
  display: none;
}
.indicators_block .table_container .table_wrapper td:nth-child(1) {
  font-weight: 700;
  color: #879FD6;
}
.indicators_block .table_container .table_wrapper td:nth-child(1),
.indicators_block .table_container .table_wrapper td:nth-child(2),
.indicators_block .table_container .table_wrapper td:nth-child(3) {
  font-size: 18px;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) {
  overflow: hidden;
  padding: 26px 15px;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper {
  position: relative;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  transform: translateX(100%);
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper .block_link_filled {
  padding: 5px 10px;
  border: 1px solid #879FD6;
  background-color: #ffffff;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper .block_link_filled svg {
  width: 24px;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper .block_link_filled svg path {
  fill: #879FD6;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper .block_link_filled span {
  font-size: 15px;
  color: #879FD6;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper .block_link_filled:hover {
  background-color: #879FD6;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper .block_link_filled:hover span {
  color: #ffffff;
}
.indicators_block .table_container .table_wrapper td:nth-child(3) .td_wrapper .link_wrapper .block_link_filled:hover svg path {
  fill: #ffffff;
}
.indicators_block .table_container .table_wrapper td:nth-child(3):hover .td_wrapper .link_wrapper {
  opacity: 1;
  transform: translateX(0);
}
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(n+4) {
  border-left: 2px solid #ffffff;
}
.indicators_block .table_container .table_wrapper th:nth-child(n+0) {
  border-left: 2px solid #ffffff;
}
.indicators_block .table_container .table_wrapper td:nth-child(n+4) {
  border-left: 2px solid #ffffff;
}
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(1),
.indicators_block .table_container .table_wrapper td:nth-child(1) {
  position: sticky;
  left: 0;
  top: 0;
  width: 62px;
  min-width: 62px;
  text-align: center;
  z-index: 3;
}
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(2),
.indicators_block .table_container .table_wrapper td:nth-child(2) {
  position: sticky;
  left: 62px;
  width: 68px;
  min-width: 68px;
  z-index: 3;
  text-align: center;
}
.indicators_block .table_container .table_wrapper tr:nth-of-type(1) > th:nth-child(3),
.indicators_block .table_container .table_wrapper td:nth-child(3) {
  position: sticky;
  left: 130px;
  min-width: 424px;
  width: 424px;
  text-align: left;
  box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.indicators_block .table_container .swipe_icon {
  position: absolute;
  top: 30%;
  z-index: 4;
  right: 0;
  width: 60px;
}

.footer {
  margin-top: 120px;
}

@media screen and (max-width: 1540px) {
  .indicators_block .indicators_tab_wrapper .indicators_tab_list {
    margin-top: 40px;
    margin-left: 14px;
  }
  .indicators_block .indicators_tab_wrapper .indicators_tab_list .indicators_tab_item {
    min-width: 185px;
    width: fit-content;
    padding: 8px 0px 8px 0px;
  }
  .indicators_block .indicators_tab_wrapper .indicators_tab_list .indicators_tab_item:not(:last-child) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .indicators_block .indicators_tab_wrapper {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .indicators_block .indicators_tab_wrapper .indicators_tab_list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 185px));
    row-gap: 10px;
    margin-top: 20px;
    column-gap: 20px;
    margin-left: 0px;
  }
  .indicators_block .indicators_tab_wrapper .indicators_tab_list .indicators_tab_item {
    min-width: auto;
    width: 100%;
  }
  .indicators_block .table_container .table_wrapper table tr:nth-of-type(1) > th:nth-child(1),
  .indicators_block .table_container .table_wrapper table td:nth-child(1) {
    position: static;
  }
  .indicators_block .table_container .table_wrapper table tr:nth-of-type(1) > th:nth-child(2),
  .indicators_block .table_container .table_wrapper table td:nth-child(2) {
    position: static;
  }
  .indicators_block .table_container .table_wrapper table tr:nth-of-type(1) > th:nth-child(3),
  .indicators_block .table_container .table_wrapper table td:nth-child(3) {
    position: static;
  }
}
@media screen and (max-width: 992px) {
  .indicators_block .indicators_tab_wrapper .indicators_tab_list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .indicators_block .table_select_wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .indicators_block .table_select_wrapper .custom_checkbox {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .indicators_block .table_select_wrapper .all_npf_link {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}