#tx-ezqueries-wrapper {
  min-height: 100px;
  position: relative;
  /* Loading */
  /* List */
  /* Forms */
  /* Popup */
  /* TinyMCE */
  /* Tagify */
  /* Chosen */
}
#tx-ezqueries-wrapper .tx-ezqueries-container,
#tx-ezqueries-wrapper .tx-ezqueries-search-collapse,
#tx-ezqueries-wrapper #tx-ezqueries-content {
  position: relative;
}
#tx-ezqueries-wrapper .tx-ezqueries-search-collapse,
#tx-ezqueries-wrapper #tx-ezqueries-content {
  min-height: 6rem;
}
#tx-ezqueries-wrapper .tx-ezqueries-loadingscreen {
  background: var(--bs-body-bg);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}
#tx-ezqueries-wrapper .tx-ezqueries-list .tx-ezqueries-column-select .dropdown-menu {
  z-index: 2000;
}
#tx-ezqueries-wrapper .tx-ezqueries-list .floatThead-table {
  background: var(--bs-body-bg);
}
#tx-ezqueries-wrapper .tx-ezqueries-list .floatThead-table thead,
#tx-ezqueries-wrapper .tx-ezqueries-list .floatThead-table tbody,
#tx-ezqueries-wrapper .tx-ezqueries-list .floatThead-table tfoot,
#tx-ezqueries-wrapper .tx-ezqueries-list .floatThead-table tr,
#tx-ezqueries-wrapper .tx-ezqueries-list .floatThead-table td,
#tx-ezqueries-wrapper .tx-ezqueries-list .floatThead-table th {
  border-color: var(--bs-border-color);
}
#tx-ezqueries-wrapper .tx-ezqueries-list fthtd {
  padding: 0 !important;
}
#tx-ezqueries-wrapper .tx-ezqueries-list .tx-ezqueries-list-header-options,
#tx-ezqueries-wrapper .tx-ezqueries-list .tx-ezqueries-list-header-checkbox {
  width: 1px;
}
#tx-ezqueries-wrapper .tx-ezqueries-textarea-editor,
#tx-ezqueries-wrapper .tx-ezqueries-textarea-editor-disabled {
  min-height: 150px;
}
#tx-ezqueries-wrapper .tx-ezqueries-form-element input.error,
#tx-ezqueries-wrapper .tx-ezqueries-form-element textarea.error,
#tx-ezqueries-wrapper .tx-ezqueries-form-element select.error {
  border-color: var(--bs-danger);
}
#tx-ezqueries-wrapper .tx-ezqueries-help-text-icon {
  cursor: help;
}
#tx-ezqueries-wrapper *:disabled {
  cursor: not-allowed;
}
#tx-ezqueries-wrapper form label {
  font-weight: bold;
}
#tx-ezqueries-wrapper label.error {
  color: var(--bs-danger);
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 0.5rem;
}
#tx-ezqueries-wrapper #tx-ezqueries-popup .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
#tx-ezqueries-wrapper .tox-icon {
  transform: scale(0.75);
}
#tx-ezqueries-wrapper .tox-tinymce {
  border: var(--bs-border-width) solid var(--bs-border-color);
}
#tx-ezqueries-wrapper .tox-tinymce,
#tx-ezqueries-wrapper .tox-toolbar__overflow {
  border-radius: var(--bs-border-radius) !important;
}
#tx-ezqueries-wrapper .tagify {
  margin: 0;
}
#tx-ezqueries-wrapper .tagify .tagify-tag {
  border: none;
  border-radius: var(--bs-border-radius);
  font-size: inherit;
  font-weight: normal;
  line-height: var(--bs-body-line-height);
  padding: 0.375rem 0.75rem;
}
#tx-ezqueries-wrapper .tagify .tagify-input-container {
  border: none;
  padding: 0;
}
#tx-ezqueries-wrapper .tagify .tagify-remove {
  background: none;
  height: auto;
  margin-left: 1rem;
  width: auto;
}
#tx-ezqueries-wrapper .tagify .tagify-remove:before {
  content: "X";
  font-weight: bold;
  font-style: normal;
  opacity: 0.5;
}
#tx-ezqueries-wrapper .chosen-container {
  background: transparent !important;
  font-size: inherit !important;
  width: 100% !important;
}
#tx-ezqueries-wrapper .chosen-container li:before {
  display: none !important;
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-single,
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-choices, #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-single,
#tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-choices {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: none !important;
  color: var(--bs-body-color);
  height: auto;
  line-height: 1.5rem;
  max-width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  vertical-align: middle;
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-single input[type=text],
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-choices input[type=text], #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-single input[type=text],
#tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-choices input[type=text] {
  border: none;
  color: var(--bs-body-color);
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-single div b,
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-choices div b, #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-single div b,
#tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-choices div b {
  background-position-y: 0.6rem;
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-single .search-choice,
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-choices .search-choice, #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-single .search-choice,
#tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-choices .search-choice {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color) !important;
  border-radius: var(--bs-border-radius);
  box-shadow: none !important;
  color: var(--bs-body-color);
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-drop, #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-drop {
  background: var(--bs-body-bg);
  border-color: var(--bs-border-color);
  color: var(--bs-body-color);
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-drop .chosen-search input, #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-drop .chosen-search input {
  border: 1px solid var(--bs-border-color);
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-drop .chosen-results, #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-drop .chosen-results {
  color: var(--bs-body-color);
}
#tx-ezqueries-wrapper .chosen-container.chosen-container-single .chosen-drop .chosen-results li.highlighted, #tx-ezqueries-wrapper .chosen-container.chosen-container-multi .chosen-drop .chosen-results li.highlighted {
  background-color: var(--bs-secondary-bg);
  background-image: none !important;
  color: var(--bs-secondary-color);
}
#tx-ezqueries-wrapper .chosen-container .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none !important;
}
#tx-ezqueries-wrapper .chosen-container .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position-y: 0.6rem;
}

[data-bs-theme=dark] input,
[data-bs-theme=dark] select {
  color-scheme: dark;
}
