::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 10px;
}

.v-pagination__list {
  justify-content: left !important;
}

.name-professionel {
  display: inline-block;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdfView {
  margin: auto;
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
