.custom-textarea-40:focus::placeholder {
  color: transparent;
}

.custom-textarea-40 {
  border-radius: 8px;
  border: 1px solid #c2cadb;
  padding: 16px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.14px;
  background-color: #fff;
  resize: none;
  overflow-y: auto;
}

.custom-textarea-40::placeholder {
  color: #5b6371;
  font-size: 13px;
}

.custom-textarea-40:hover {
  border: 1px solid #c2cadb;
  background: #f2f2f2;
}

.custom-textarea-40:active {
  color: rgba(0, 0, 0, 0.6) !important;
  background: #e6e6e6 !important;
  border: 1px solid #c2cadb;
}

.custom-textarea-40:focus {
  border: 1px solid #007bff;
  outline: none;
}

.custom-textarea-40:disabled {
  color: #5b6371 !important;
  border: 1px solid #c2cadb !important;
  background: #f5f6f8 !important;
}

.custom-textarea-40:read-only {
  color: #5b6371;
  background: #f5f6f8;
  border: 1px solid #c2cadb;
}
