.tree-select-container {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', sans-serif;
}

.tree-category {
  user-select: none;
}

.tree-select-container input[type='checkbox'] {
  accent-color: #3b82f6;
}

.tree-select-container input[type='checkbox']:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.tree-category {
  transition: all 0.2s ease-in-out;
}


.tree-select-container::-webkit-scrollbar {
  width: 6px;
}

.tree-select-container::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.tree-select-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.tree-select-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}