/* فیلدهای قابل پر کردن — پس‌زمینه سفید (سراسری) */

input:not([type='checkbox']):not([type='radio']):not([type='hidden']):not([type='submit']):not([type='button']):not([type='reset']):not([type='image']):not([type='range']):not([type='color']),
select,
textarea {
  background-color: #fff;
}

input.bg-bg-light,
select.bg-bg-light,
textarea.bg-bg-light,
input.bg-card-bg,
select.bg-card-bg,
textarea.bg-card-bg,
.pastel-input {
  background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

/* ویرایشگر متن طراح (Quill) و باکس دور آن */
.tc-rich-editor-wrap,
.tc-designer-input-box {
  background-color: #fff !important;
}

.ql-snow .ql-toolbar,
.ql-snow .ql-container {
  background-color: #fff !important;
}

.ql-snow .ql-editor {
  background-color: #fff !important;
}
