﻿.form-section {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.form-section h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: bold;
}

label {
  margin-bottom: 0.2rem;
}

.chat-box img {
  width: 40px;
  height: 40px;
}

.chat-box .bg-light {
  background-color: #f0f2f5 !important;
}

.chat-box .bg-primary {
  background-color: #0b93f6 !important;
}

.reply-icon {
  position: absolute;
  top: 50%;
  right: -30px;
  cursor: pointer;
  transform: translateY(-50%);
  padding: 8px;
}

.reply-icon:hover {
  color: #007bff;
}
