div.wrapperv1 {
    width:870px;
    margin: 0 auto;

}

#chartdiv {
    margin: 0 auto;
    
    width:40vw;
    height:40vw;
}

input {
    width:60px; /* Your width may vary */
}

.info-iconnn {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .info-contentttt {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: 200px;
  }

  .info-iconnn:hover .info-contentttt {
    display: block;
  }
  
  .table-custom {
    border-collapse: collapse;
  }

  .table-custom th {
    font-weight: bold;
  }

  .table-custom th,
  .table-custom td {
    border: none;
    padding: 0;
  }

  .table-custom tbody th {
    font-weight: normal;
  }

  .table-custom input[type="number"] {
    width: 60px; /* Adjust the width as per your preference */
 
  }