.send_button {
  transition: background-color 0.3s, transform 0.2s;
}

.send_button:disabled {
  background-color: #888;
  cursor: not-allowed;
  transform: scale(0.98);
}
