.my-editor .ql-editor {
  min-height: 350px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.my-editor .ql-editor::-webkit-scrollbar {
  width: 4px;
  cursor: default;
}

.my-editor .ql-editor::-webkit-scrollbar-track {
  background: transparent;
}

.my-editor .ql-editor::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 12px;
}

.editor-wrapper #toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 4px;
}

.editor-wrapper #toolbar .ql-formats {
  display: flex;
  gap: 4px;
  margin: 0;
}

.editor-wrapper #toolbar .line {
  width: 1px;
  background-color: #cccccc;
}

.editor-wrapper #toolbar .ql-formats button {
  width: 24px;
  height: 24px;
}

.recharts-legend-item {
  display: inline-flex !important;
  align-items: center;
}

.recharts-tooltip-wrapper {
  z-index: 1;
}

.recharts-legend-wrapper {
  z-index: 0;
}