.detail-pop-over-container{
  color:white;
  background-color: #464650;
  border-radius: 5px;
  max-width: 250px;
  max-height: 250px;
  width: fit-content;
  padding: 10px;
  overflow-wrap: break-word;
  /* text-overflow: ellipsis; */
  /* overflow: hidden; */
}