.fc-header-toolbar {
  display: none !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s !important;
}

textarea::-webkit-scrollbar {
  width: 4px;
}

textarea::-webkit-scrollbar-track {
  background: #f0f0f0;
}

textarea::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

textarea::-webkit-scrollbar-thumb:hover {
  background: #555;
}
