

/* Top Charts */
.activeCharts_card {
    border-radius: 8px;
    border: 0.2px solid #E53F9E;
    background: #FFF;
    padding: 24px;
    height: 100%;
}
.activecharts_title {
    color: #11263C;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 18px;
    display: block;
}
.activecharts_amount {
    color: #E74BA6;
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 500;
}
.charts_newForm {
    color: rgba(17, 38, 60, 0.75);
    font-size: 18px;
    font-weight: 400;
}
.topcharts_block {
    margin: 60px 0 40px;
}
.topcharts_tables table tr th {
    vertical-align: top;
    white-space: nowrap;
    border: 0;
    color: #40444D;
    font-size: 14px;
    font-weight: 500;
    background: rgba(252, 233, 244, 0.50);
    padding: 16px 18px;
}
.topcharts_tables table td {
    color: #40444D;
    padding: 15px 18px;
    font-size: 14px;
    font-weight: 400;
}
.charts_tableNo {
    color: #E74BA6;
    font-size: 14px;
    font-weight: 500;
}
.charts_stateName {
    color: #16030E;
    font-size: 14px;
    font-weight: 600;
}
.topcharts_state .charts_stateName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 130px;
}
.topcharts_tables .table {
    border-color: #D9D9D9 !important;
}
.topcharts_state {
    display: flex;
    align-items: center;
    gap: 8px;
}
.topcharts_state img {
    min-width: 32px;
    width: 32px;
    height: 32px;
    object-fit: cover;
}
h3.topcharts_tables_title {
    color: #11263C;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
}
.topcharts_tables {
    margin-bottom: 75px;
}


/*  */
@media (min-width: 1200px) and (max-width: 1399px) {
  .topcharts_tables table td ,.topcharts_tables table tr th {
    padding: 13px 10px;
  }  
.activecharts_title {
    font-size: 18px;
  }
  .activecharts_amount {
    font-size: 35px;
  }
  .charts_newForm {
    font-size: 17px;
  }
  .topcharts_block {
    margin: 40px 0 30px;
  }
} 
@media (min-width: 992px) and (max-width: 1199.98px) {
  .topcharts_state .charts_stateName {
    max-width: 100px;
}
   
}
@media (min-width: 768px) and (max-width: 991.98px) {

}
@media (max-width: 991.98px) {

    .activecharts_title {
        font-size: 18px;
        padding-bottom: 13px;
      }
      h3.topcharts_tables_title {
        font-size: 18px;
        margin-bottom: 20px;
      }
      .topcharts_tables table td ,.topcharts_tables table tr th {
        padding: 13px 10px;
      }
      
      .charts_newForm {
        font-size: 16px;
      }
      .activecharts_amount {
        font-size: 32px;
        margin-bottom: 10px;
      }
}
@media (max-width: 767.98px) {
    .activeCharts_card {
        padding: 18px;
    }
    .topcharts_block {
      margin: 40px 0 40px;
  }
    .activecharts_amount {
      font-size: 28px;
    }
      .topcharts_state .charts_stateName {
    max-width: 100%;
}
}
 