.modal-body-scrollable {
  max-height: 70vh;
  overflow-y: auto;
  padding-right: 6px;
}

.modal-body-scrollable::-webkit-scrollbar {
  width: 6px;
}

.modal-body-scrollable::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* Bạn có thể thêm nhiều CSS dùng chung khác ở đây */
