.modalBody {
  padding: 22px;
  border-radius: 12px;
  background: #ffffff;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.05);
}

.closeBtn {
  color: #666;
  text-decoration: none;
}

.iconBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  /* border: 1px solid #e9ecef; */
  /* background: #fff; */
  cursor: pointer;
  font-weight: 600;
}

.textTools button {
  margin-right: 6px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  background: #fff;
}

.textarea {
  border-radius: 10px;
  border: 1px solid #e6e9ee;
  padding: 12px;
  resize: vertical;
  /* background: #fafbfd; */
  box-shadow: none !important;
  border-color: #e6e9ee !important;
  resize: none;
  /* padding-block: 3em; */
}

.photoArea {
  border: 2px dashed #dbe2ee;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  background: #fbfcfe;
}

.photoAreaInner {
  text-align: center;
  color: #606f86;
}

.previewWrap {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e6e9ee;
}

.previewImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.removePreview {
  position: absolute;
  top: 4px;
  right: 4px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  padding: 2px 6px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
}

.input {
  border-radius: 10px;
  border: 1px solid #e6e9ee;
  padding: 10px 12px;
}

.select {
  border-radius: 10px;
  border: 1px solid #e6e9ee;
  padding: 6px 8px;
  box-shadow: none !important;
  border-color: #e6e9ee !important;
}

.discardBtn {
  border: none;
  background: transparent;
  color: #6c757d;
  margin-right: 8px;
  padding: 0%;
}

.postBtn {
  border-radius: 20px;
  padding: 6px 16px;
  background-color: #2e5bff;
  border: none;
  color: white;
}
