/* #unit-value-fundtbl table {
  border: 1px solid #cdcfd1;
  border-collapse: separate;
  border-radius: 16px;
  padding: 10px 0;
}

#unit-value-fundtbl thead > tr,
#unit-value-fundtbl tbody tr:last-child {
  border-top: 0;
}

#unit-value-fundtbl tbody td {
  border-top: 1px solid #cdcfd1;
}

#unit-value-fundtbl th {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #2f3031;
  padding: 6px 32px 16px 32px;
  background: #fff;
}

#unit-value-fundtbl td {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.32px;
  color: #233c4b;
  padding: 16px 32px;
  background: #fff;
}

#unit-value-fundtbl tr *:first-child > div {
  text-align: left;
}

#unit-value-fundtbl tr *:last-child > div {
  text-align: right;
}

#unit-value-fundtbl button.btn {
  padding: 0;
}

#unit-value-fundtbl button.btn svg {
  color: #0f4f99;
} */

/* FUND CHART */
#unit-value-fundcht .uv-ror p {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.92;
  letter-spacing: -0.28px;
  color: #2f3031;
}

#unit-value-fundcht p.uv-ror-has-focus{
  color: #5d9c0b;
}

#unit-value-fundcht .pill-group {
  display: inline-flex;
  justify-content: space-between;
  background: white;
  border: 1px solid #2075d6;
  border-radius: 32px;
  gap: 4px;
  margin-bottom: 24px;
}

#unit-value-fundcht .pill-btn {
  border: none;
  background: transparent;
  padding: 10px 24px;
  border-radius: 32px;
  cursor: pointer;
  font-size: 14px;
  color: #0f4f99;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
  font-family: 'Roboto Flex', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
}

#unit-value-fundcht .pill-btn:hover {
  color: #333;
}

#unit-value-fundcht .pill-btn.uv-focus {
  background: #2e7def;
  color: #fff;
  box-shadow: 0 4px 8px rgba(46, 125, 239, 0.3);
  transform: scale(1.20);
  z-index: 1;
}

#unit-value-fundcht #uv_dwnld_btn span {
  font-family: 'Roboto Flex', sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #0f4f99;
}

#unit-value-fundcht canvas {
  margin-bottom: 40px;
}