.gradient-fade {
  display: none;
}

body[data-ts-theme=dark] .options-container .option-item {
  background-color: var(--bg-secondary);
}
body[data-ts-theme=dark] .ts-automation div.bg-gray-100 .tsrs__control,
body[data-ts-theme=dark] .ts-automation div.bg-gray-050 .tsrs__control {
  background-color: var(--bg-secondary) !important;
}
body[data-ts-theme=dark] .ts-automation div.bg-gray-100 input,
body[data-ts-theme=dark] .ts-automation div.bg-gray-050 input {
  background-color: var(--bg-secondary) !important;
}
body[data-ts-theme=dark] #automation-modal .placeholder_card__sticky-header {
  background-color: var(--bg-secondary) !important;
  border-radius: 12px !important;
  padding: 1rem 0 1rem 2rem !important;
}