.tippy-box {
  all: unset;
  top: -6.5px;
  right: -490px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.tippy-content {
  all: unset;
  display: block;
  background-color: transparent !important;
}

.custom-dropdown-list {
  max-height: 200px;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-dropdown-list::-webkit-scrollbar {
  width: 8px; /* Personnalisation de la largeur du scrollbar */
}

.custom-dropdown-list::-webkit-scrollbar-thumb {
  background: #ccc; /* Couleur du scrollbar */
  border-radius: 4px;
}

.custom-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #aaa; /* Couleur quand on survole */
}

.ck-input .ck-button .ck-label{
  display: inline;
}
