/* QQ-mail-like compose and folder chrome */
.qq-compose {
  padding: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.qq-compose .v-toolbar {
  box-shadow: none !important;
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 16px;
  min-height: 52px;
}

.qq-compose .v-row {
  margin: 0 !important;
  padding: 0 16px;
  border-bottom: 1px solid #ededed;
  min-height: 40px;
  flex-wrap: nowrap !important;
  align-items: center !important;
}

.qq-compose .v-col {
  padding: 4px 0 !important;
  max-width: none !important;
}

.qq-compose .v-row > .v-col:first-child {
  flex: 0 0 64px !important;
  width: 64px !important;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 32px;
}

.qq-compose .v-row > .v-col:nth-child(2) {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
}

.qq-compose .v-row > .v-col:nth-child(3) {
  flex: 0 0 auto !important;
  width: auto !important;
  padding-left: 8px !important;
}

.qq-compose .v-row > .v-col:nth-child(3) .v-btn {
  color: #1a73e8 !important;
  font-size: 13px;
  letter-spacing: 0;
  min-width: auto;
}

.qq-compose .v-field {
  --v-field-border-opacity: 0;
  background: transparent !important;
  box-shadow: none !important;
}

.qq-compose .v-field__outline,
.qq-compose .v-field__outline__start,
.qq-compose .v-field__outline__end,
.qq-compose .v-field__outline__notch {
  display: none !important;
}

.qq-compose .v-field__input {
  min-height: 32px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 13px;
}

.qq-compose .v-select .v-field__input,
.qq-compose .v-combobox .v-field__input,
.qq-compose .v-text-field .v-field__input {
  padding-inline: 0;
}

.qq-compose input::placeholder,
.qq-compose .v-field input::placeholder {
  color: #c0c0c0;
  font-size: 13px;
}

.qq-compose .v-chip {
  height: 24px !important;
  font-size: 12px;
  background: #f2f2f2 !important;
}

.qq-compose textarea,
.qq-compose .ProseMirror,
.qq-compose .tiptap {
  min-height: 380px;
  border: none !important;
  box-shadow: none !important;
  background: #fff !important;
  font-size: 14px;
  line-height: 1.75;
  padding: 12px 16px !important;
}

.qq-compose .border-sm {
  border: none !important;
  box-shadow: none !important;
}

.qq-compose .v-textarea .v-field {
  background: #fff !important;
}

/* Hide the leftover HTML/plain toggle; compose is HTML by default. */
.qq-compose .v-btn-toggle.mr-2 {
  display: none !important;
}

.qq-compose .html-editor,
.qq-compose [class*="HtmlEditor"] {
  background: #fff !important;
}

.qq-compose blockquote,
.qq-compose .ProseMirror blockquote {
  margin: 8px 0 0 0;
  padding: 0 0 0 12px;
  border-left: 3px solid #d0d0d0;
  color: #666;
}
