.financial-filter-row {
  position: relative;
}
.financial-filter-row .drop-down-container {
  height: 31.03px;
  margin-bottom: 8px;
}
.financial-filter-row .financial-dropdown {
  position: absolute;
  width: 150px;
  height: 36px;
  top: 20px;
  right: 0;
}
.financial-filter-row .year-dropdown {
  position: absolute;
  width: 150px;
  height: 36px;
  top: 20px;
  right: 170px;
}
.financial-filter-row .financial-selected {
  background: #f1f2f6;
  border: none;
  border-radius: 18px;
  width: 150px;
  padding: 8px 15px 8px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #6f6f74;
  cursor: pointer;
}
.financial-filter-row .financial-options {
  z-index: 10;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 135px;
  border-radius: 16px;
  background-color: #fff;
  overflow-y: auto;
  padding: 24px 20px 24px 20px;
  z-index: 1;
}
.financial-filter-row .custom-scrollbar::-webkit-scrollbar-track {
  margin: 24px 0;
}
.financial-filter-row .financial-option {
  width: 100%;
  height: auto;
  font-size: 15px;
  padding: 10px 0px 10px 0px;
  color: #a7a9b1;
  cursor: pointer;
  font-weight: 500;
  line-height: 28px;
}
.financial-filter-row .financial-option.show {
  display: block;
}
.financial-filter-row .financial-option:hover {
  background-color: #f1f1f1;
  color: #000000;
}
.financial-filter-row .financial-option--active {
  color: #000000;
}

.financial-table {
  width: 1280px;
  position: relative;
  margin: 0px auto;
}
.financial-table__title {
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.financial-table__title .unit {
  color: #6f6f74;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.financial-table__title h1 {
  color: #222224;
  font-size: 26px;
  font-weight: 500;
}
.financial-table #consolidated-income,
.financial-table #consolidated-cash-flow {
  margin-top: 76px;
}
.financial-table .financial-table-container {
  font-size: 15.008px;
}
.financial-table .financial-table-container .border-top-bold {
  border-top: #4b4b4d 1px solid;
}
.financial-table .financial-table-container .border-top {
  border-top: #dcdee4 1px solid;
}
.financial-table .financial-table-container .border-bot-bold {
  border-bottom: #4b4b4d 1px solid;
}
.financial-table .financial-table-container .accounts-row {
  font-size: 16px;
}
.financial-table .financial-table-container .bold-row {
  font-weight: 600;
  line-height: 28px;
  color: #222224;
  display: flex;
  padding: 17.5px 20px;
  justify-content: space-between;
  align-items: center;
}
.financial-table .financial-table-container .normal-row {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #6f6f74;
  display: flex;
  padding: 17.5px 20px;
  justify-content: space-between;
  align-items: center;
}
.financial-table .financial-table-container .row-title {
  width: 505px;
  text-align: center;
}
.financial-table .financial-table-container .row-data {
  width: 85px;
  display: flex;
  justify-content: end;
}

@media (max-width: 1279px) {
  .financial-filter-row {
    position: static;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .financial-filter-row .invisible {
    display: none;
  }
  .financial-filter-row .drop-down-container {
    height: 42.96px;
  }
  .financial-filter-row .financial-dropdown {
    position: static;
    width: 230px;
    height: 60px;
    top: auto;
    right: auto;
  }
  .financial-filter-row .financial-selected {
    width: 230px;
    border-radius: 30px;
    font-size: 26px;
  }
  .financial-filter-row .year-dropdown {
    width: 230px;
    height: 60px;
    right: 260px;
  }
  .financial-filter-row .drop-down-wrapper {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .financial-table__title {
    align-items: end;
    margin-bottom: 16px;
  }
  .financial-table__title h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .financial-table__title .unit {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
  }
  .financial-table {
    width: auto;
  }
  .financial-table #consolidated-income,
  .financial-table #consolidated-cash-flow {
    margin-top: 115px;
  }
  .financial-table .financial-table-container {
    overflow-y: auto;
  }
  .financial-table .financial-table-container .row-title {
    width: 192px;
    min-width: 192px;
    text-align: left;
  }
  .financial-table .financial-table-container .row-data {
    width: 152px;
    min-width: 152px;
    justify-content: flex-end;
  }
  .financial-table .financial-table-container .normal-row,
  .financial-table .financial-table-container .bold-row {
    width: 100%;
    min-width: max-content;
    gap: 20px;
    font-size: 23px;
    line-height: 30px;
  }
  .financial-table .financial-table-container .accounts-row {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .financial-filter-row {
    margin-bottom: 25px;
  }
  .financial-filter-row .drop-down-container {
    height: 21px;
  }
  .financial-filter-row .financial-dropdown {
    width: 115px;
    height: 30px;
  }
  .financial-filter-row .financial-dropdown .financial-selected {
    width: 115px;
    height: 30px;
    font-size: 13px;
    border-radius: 18px;
    line-height: 21.03px;
  }
  .financial-filter-row .year-dropdown {
    right: 20px;
  }
  .financial-filter-row .year-dropdown .financial-selected {
    width: 115px;
    height: 30px;
    font-size: 13px;
    border-radius: 18px;
    line-height: 21.03px;
  }
  .financial-filter-row .financial-options {
    top: 0px;
  }
  .financial-table__title {
    margin-bottom: 8px;
  }
  .financial-table__title h1 {
    font-size: 18px;
    line-height: 21px;
  }
  .financial-table__title .unit {
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
  }
  .financial-table__title {
    height: 28px;
  }
  .financial-table #consolidated-income,
  .financial-table #consolidated-cash-flow {
    margin-top: 57.5px;
  }
  .financial-table .financial-table-container .row-title {
    width: 96px;
    min-width: 96px;
  }
  .financial-table .financial-table-container .row-data {
    width: 76px;
    min-width: 76px;
  }
  .financial-table .financial-table-container .normal-row,
  .financial-table .financial-table-container .bold-row {
    font-size: 11.5px;
    line-height: 15px;
  }
  .financial-table .financial-table-container .accounts-row {
    font-size: 13px;
  }
}
