/* .bg-white {
   background-color: blue !important;
} */

.bootstrap-tagsinput, .chosen-choices, .chosen-single, .form-control {
   background-color: #b5b5b5 !important;
}
.ql-editor {
   background-color: #b5b5b5 !important;
}
.form-control[disabled], .form-control[readonly], [disabled].bootstrap-tagsinput, [disabled].chosen-choices, [disabled].chosen-single, [readonly].bootstrap-tagsinput, [readonly].chosen-choices, [readonly].chosen-single, fieldset[disabled] .bootstrap-tagsinput, fieldset[disabled] .chosen-choices, fieldset[disabled] .chosen-single, fieldset[disabled] .form-control {
   background: #f6f7f7 !important;
   color: rgb(0 0 0 / 100%) !important;
}