.number-info .show-info>div[data-v-40352b5b]{display:-webkit-box;display:-ms-flexbox;display:flex}.number-info .show-info>div h5[data-v-40352b5b]{margin-bottom:0}.number-info h5[data-v-40352b5b]{width:30%;margin-bottom:5px;font-size:14px}.number-info p[data-v-40352b5b]{margin:0;font-size:14px}


.description-cell[data-v-40352b5b] {
  height: 200px; /* Set your desired fixed height */
  overflow-y: auto; /* Enable vertical scrolling */
  padding-right: 10px; /* Optional: Add some padding for scrollbar */
}

/* Optional: Customize scrollbar appearance for WebKit browsers */
.description-cell[data-v-40352b5b]::-webkit-scrollbar {
  width: 6px;
}
.description-cell[data-v-40352b5b]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

