.chat-title2161 {
  font-size: 18px;
  font-weight: bold;
  color: #2563eb;
  margin-bottom: 10px;
  font-family: 'Segoe UI', sans-serif;
}

.chat-box2161 {
  width: 100%;
  height: 300px;
  background-color: #1e293b;
  color: #ffffff;
  padding: 15px;
  overflow-y: auto;
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 8px #0005;
  border: 2px solid #2563eb;
  margin-bottom: 12px;
  font-size: 14px;
}

.chat-form2161 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.message-input2161 {
  flex-grow: 1;
  padding: 12px;
  border: 2px solid #2563eb;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  background-color: #f8fafc;
}

.send-button2161 {
  background-color: #2563eb;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.send-button2161:hover {
  background-color: #1e40af;
}
