.fund-performance-section .top_fund_performance ::-webkit-scrollbar {
  width: 6px;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-thumb {
  background: var(--rv-primary);
  border-radius: 10px;
}
.fund-performance-section .top_fund_performance ::-webkit-scrollbar-thumb:hover {
  background: var(--rv-primary);
}
.fund-performance-section .top_fund_performance .dt-buttons {
  margin-bottom: 20px;
}
.fund-performance-section .top_fund_performance .dt-button {
  border: unset;
  background: var(--rv-primary);
  color: var(--rv-white);
  padding: 10px 20px;
  margin-right: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 var(--rv-primary);
  transition: 0.5s;
}
.fund-performance-section .top_fund_performance .dt-button:hover {
  transition: 0.5s;
  background: var(--rv-white);
  color: var(--rv-primary);
}
.fund-performance-section .top_fund_performance ul {
  padding: 0;
  list-style-type: none;
}
.fund-performance-section .top_fund_performance ul li {
  display: inline-block;
  width: 19%;
  font-size: 20px;
  font-weight: 600;
}
.fund-performance-section .top_fund_performance ul li i {
  display: block;
  margin-bottom: 10px;
}
.fund-performance-section .top_fund_performance ul li img {
  width: 50px;
}
.fund-performance-section .top_fund_performance .tfp-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fund-performance-section .top_fund_performance .all_top_funds {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fund-performance-section .top_fund_performance .all_top_funds .category_side_bar {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  background-color: #eee;
  max-height: 63vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  .fund-performance-section .top_fund_performance .all_top_funds .category_side_bar {
    max-width: 100%;
  }
}
.fund-performance-section .top_fund_performance .all_top_funds #main_fund_box {
  vertical-align: top;
  max-height: 65vh;
  overflow-y: auto;
  padding: 5px;
}
.fund-performance-section .top_fund_performance .all_top_funds .tfpall-content {
  width: calc(100% - 240px);
  padding-left: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fund-performance-section .top_fund_performance .all_top_funds .tfpall-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}
.fund-performance-section .top_fund_performance .all_top_funds .tfpall-content .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.fund-performance-section .fund_performance {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.fund-performance-section .fund_performance .form-check {
  display: inline-block;
  width: 19%;
  vertical-align: middle;
}
.fund-performance-section .fp-top-card {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: -15px;
}
.fund-performance-section .radio {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in-out;
}
.fund-performance-section .radio .flaticontk {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  font-family: flaticontk !important;
  font-size: 60px;
  font-weight: 500;
  background-image: linear-gradient(180deg, var(--rv-secondary) 0%, var(--rv-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.5s;
}
.fund-performance-section .radio .flaticontk::before {
  content: "\f107";
}
.fund-performance-section .radio:hover {
  transition: all 0.3s ease-in-out;
}
.fund-performance-section .radio:hover input ~ .checkmark {
  border: 3px solid var(--rv-secondary);
}
.fund-performance-section .radio:nth-child(2) .flaticontk::before {
  content: "\f108";
}
.fund-performance-section .radio:nth-child(3) .flaticontk::before {
  content: "\f109";
}
.fund-performance-section .radio:nth-child(4) .flaticontk::before {
  content: "\f10a";
}
.fund-performance-section .radio:nth-child(5) .flaticontk::before {
  content: "\f10b";
}
.fund-performance-section .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.fund-performance-section .radio .checkmark {
  border: 3px solid #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: var(--rv-white);
  justify-content: center;
  align-items: center;
  align-content: center;
}
.fund-performance-section .radio .checkmark em {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 100%;
  color: var(--rv-primary);
  text-transform: uppercase;
}
.fund-performance-section .form-check-input:checked[type=radio] + span.checkmark {
  border: 3px solid var(--rv-primary);
}
.fund-performance-section #category_wise_fund p {
  margin: 0;
  padding: 4px 15px;
  border: 1px solid #c0e1e7;
  border-bottom: none;
  position: relative;
  cursor: pointer;
  color: var(--rv-secondary);
}
.fund-performance-section #category_wise_fund p:last-child {
  border-bottom: 1px solid #d8edf1;
}
.fund-performance-section #category_wise_fund p:hover {
  background-color: #2b8caa;
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund p::after {
  position: absolute;
  content: "\f178";
  font-family: var(--rv-font-fontawesome);
  font-size: 16px;
  right: 15px;
  top: 5px;
  opacity: 0.5;
  color: var(--rv-secondary);
}
.fund-performance-section #category_wise_fund p.active {
  background-color: #2b8caa;
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items {
  position: relative;
  margin-bottom: 5px;
}
.fund-performance-section #category_wise_fund .sub_category_items:hover {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items .fund_sub_category {
  display: none;
}
.fund-performance-section #category_wise_fund .sub_category_items .fund_sub_category[type=radio]:checked + label {
  background: var(--rv-primary);
  color: var(--rv-white);
}
.fund-performance-section #category_wise_fund .sub_category_items label {
  display: block;
  width: 100%;
  padding: 3px 10px;
  color: var(--rv-black);
}
.fund-performance-section #myTable th {
  background-color: #d8edf1;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 16px;
  color: var(--rv-secondary);
  text-align: center;
}
.fund-performance-section #myTable td {
  border: 1px solid #d8edf1 !important;
  font-size: 14px;
  line-height: 16px;
  color: var(--rv-secondary);
  padding: 5px;
}
.fund-performance-section #myTable .highcharts-figure {
  display: block;
  padding: 0 !important;
  width: 100% !important;
  margin: 0;
  max-width: 100%;
  border: none !important;
}
.fund-performance-section #myTable #showMap {
  position: relative;
}
.fund-performance-section #myTable #showMap span {
  opacity: 0;
  width: 30px;
  display: block;
  height: 55px;
  z-index: 99;
  position: relative;
  cursor: pointer;
}
.fund-performance-section #myTable #showMap::after {
  content: "+";
  position: absolute;
  font-size: 22px;
  top: 35%;
  left: 40%;
}
.fund-performance-section #myTable .chart_div {
  display: none;
  width: 100% !important;
}
.fund-performance-section #myTable .map_active .chart_div {
  display: block;
}
.fund-performance-section .map_active .highcharts-figure {
  display: block !important;
}
.fund-performance-section .map_active .highcharts-figure #container {
  border: 1px solid #d8edf1 !important;
  padding: 0;
}
.fund-performance-section .loader img {
  width: 60px;
}
.fund-performance-section .highcharts-figure {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
}
.fund-performance-section .highcharts-data-table table {
  min-width: 360px;
  max-width: 800px;
  margin: 1em auto;
  font-family: var(--rv-font);
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.fund-performance-section .highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: var(--rv-gray);
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table td {
  padding: 0.5em;
}
.fund-performance-section .highcharts-data-table thead tr {
  background: #f8f8f8;
}
.fund-performance-section .highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.fund-performance-section .highcharts-data-table tr:hover {
  background: #f1f7ff;
}
.fund-performance-section td.details-control {
  cursor: pointer;
}
.fund-performance-section text.highcharts-subtitle {
  display: none;
}
.fund-performance-section text.highcharts-credits {
  display: none;
}
.fund-performance-section .search_bar_sub #myInput {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 5px;
  width: 96%;
}