    .top_fund_performance ul {
    padding: 0;
    list-style-type: none;
}
.fund_performance {
    text-align: center;
    margin-bottom: 30px;
}
.fund_performance form {
    display: flex;
}
.top_fund_performance ul li {
    display: inline-block;
    width: 19%;
    font-size: 20px;
    font-weight: 600;
}
.fund_performance .form-check {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
}
.top_fund_performance ul li i {
    display: block;
    margin-bottom: 10px;
}
.top_fund_performance ul li img {
    width: 50px;
}

/* RADIO */

.radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 200px;
    width: 200px;
    padding:10px;
    line-height: 20px;
    align-items: center;
    margin: 0 15px;
    transition: all 0.3s ease-in-out;
}
.radio:hover{
    transform:scale(1.05);
    transition: all 0.3s ease-in-out;
}
.radio i {
    display: block;
    height: 80px;
    margin-top: 30px;
    background-image: url(../images/icons/equity-cal.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.radio:nth-child(2) i {
    background-image: url(../images/icons/debt.png);
}
.radio:nth-child(3) i {
    background-image: url(../images/icons/hybrid.png);
}
.radio:nth-child(4) i {
    background-image: url(../images/icons/sol.png);
}
.radio:nth-child(5) i {
    background-image: url(../images/icons/other.png);
}
.radio i img {
    width: 70px;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio em {
    font-style: normal;
    vertical-align: middle;
    padding: 0;
    line-height: 14px;
    font-weight: 600;
    color: #2b6db3;
    margin-top: 15px;
    font-size:18px;
    display: block;
    text-transform: uppercase;
}
.radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 3px solid #d8edf1;
}
.form-check-input:checked[type=radio] + span.checkmark{
    border: 3px solid #283890;
}
.radio:hover input ~ .checkmark {
    border: 3px solid #283890;
}

/* Layer 2 css */

.category_side_bar {
    display: inline-block;
    width: 240px;
    background-color: #ecf5f7;
    max-height: 63vh;
    overflow: auto;
}
#category_wise_fund p {
    margin: 0;
    padding: 4px 15px;
    border: 1px solid #c0e1e7;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    color: #1e769f;
    /* display: inline-block; */
}
#category_wise_fund p:last-child {
    border-bottom: 1px solid #d8edf1;
}
#category_wise_fund p.active {
    background-color: #2b8caa;
    color: #fff;
}
#category_wise_fund p:hover {
    background-color: #2b8caa;
    color: #fff;
}
#category_wise_fund p::after {
    position: absolute;
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    right: 15px;
    top: 5px;
    opacity: 0.5;
    color: #1e769f;
}


#category_wise_fund .sub_category_items {
    position: relative;
}
#category_wise_fund .sub_category_items:hover {
    background: #283890;
    color: #fff;
}
#category_wise_fund .sub_category_items .fund_sub_category {
    width: 100%;
    position: absolute;
    height: 25px;
    opacity: 0;
    cursor: pointer;
}
#category_wise_fund .sub_category_items .fund_sub_category[type="radio"]:checked+label {
    background: #283890;
    color: #fff;
}

#category_wise_fund .sub_category_items label {
    display: block;
    width: 100%;
    padding: 2px 10px;
}



#myTable th {
    background-color: #d8edf1;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 16px;
    color: #1e769f;
    text-align: center;
}
#myTable td {
    border: 1px solid #d8edf1 !important;
    font-size: 14px;
    line-height: 16px;
    color: #1e769f;
    padding: 5px;
}
#myTable .highcharts-figure {
    display: block;
    padding: 0 !important;
    width: 100% !important;
    margin: 0;
    max-width: 100%;
    border:none !important;
}
.map_active .highcharts-figure{
    display: block !important;
}
.map_active .highcharts-figure #container {
    border: 1px solid #d8edf1 !important;
    padding: 0;
}
/* .map_active .highcharts-figure #container {
    padding: 0;
} */


#myTable #showMap {
    position: relative;
}
#myTable #showMap span {
    opacity: 0;
    width: 30px;
    display: block;
    height: 55px;
    z-index: 99;
    position: relative;
    cursor: pointer;
}
#myTable #showMap::after {
    content: "+";
    position: absolute;
    font-size: 22px;
    top: 35%;
    left: 40%;
}

.loader img{
    width:60px;
}

/* LAYER 3 */
#loader {
    display: inline-block;
    width: calc(100% - 245px);
    vertical-align: top;
}
#main_fund_box {
    display: inline-block;
    width: calc(100% - 245px);
    vertical-align: top;
    max-height: 65vh;
    overflow-y: auto;
    padding: 5px;
}

#myTable .chart_div {
    display: none;
    width: 100% !important;
}
#myTable .map_active .chart_div {
    display: block;
}

/* Map Div CSS */

/* #myTable tr {
    display: block;
} */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #459db4; 
  border-radius:10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #459db4; 
}


td.details-control {

    cursor: pointer;
}
tr.details td.details-control {

}
text.highcharts-subtitle {
    display: none;
}
text.highcharts-credits {
    display: none;
}
.search_bar_sub #myInput {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px;
    width: 96%;
}

@media only screen and (max-width:767px){
     /* Fund Performance */
     .radio {
        height: 80px;
        width: 80px;
        padding: 5px;
        margin: 0;
    }
    .radio .checkmark {
        height: 65px;
        width: 65px;
        border-radius: 15px;
        border: 2px solid #e5d1cd;
    }
    .form-check-input:checked[type=radio] + span.checkmark {
        border: 2px solid #d96a53;
    }
    .radio i {
        height: 48px;
        margin-top: 5px;
    }
    .radio em {
        margin-top: 15px;
        font-size: 13px;
    }
    .category_side_bar {
        width: 100%;
        max-height: 40vh;
    }
    #main_fund_box {
        width: 100%;
        max-height: 40vh;
    }
    .all_top_funds .sorting_1 {
        min-width: 140px;
        font-size: 15px;
    }
}