.ifqpf_btn_disabled {
  cursor: not-allowed;
  background-color: rgb(229, 229, 229) !important;
}
.ifqpf_btn_disabled > * {
  pointer-events:none;
}
.ifqpf-popup-close.dashicons.dashicons-dismiss {
  cursor: pointer;
}
.ifqpf-tab-btn{
  background: #2271b1;
  color: #fff;
  padding: 8px;
}
.ifqpf-tab.ifqpf-tab-active-li  .ifqpf-tab-btn{
  color: #ffff;
  font-weight: 700;
  background: #154f7e;
}
.ifqpf-tab .ifqpf-tab-btn:hover{
  color: #ffff;
  background: #154f7e;
}
a.ifqpf-table-modal-open {
  border: 1px solid;
  border-radius: 5px;
  padding: 6px 8px;
  color: #fff;
  background: #135e96;
}
/* admin setting popup start */

.ifqpf-popup-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.ifqpf-popup-show{
	visibility: visible;
	opacity: 1;
  z-index: 10;
}
.ifqpf-popup-overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.ifqpf-popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 0.3s ease;
  max-height: 80%;
  overflow-y: auto;
}
.ifqpf-popup .ifqpf-popup-header .ifqpf-popup-close{
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
}

.ifqpf-popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.ifqpf-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.ifqpf-popup .close:hover {
  color: #06d85f;
}
.ifqpf-popup .ifqpf-popup-content {
  max-height: 30%;
  overflow: auto;
}
#ifqpf-settings .ifqpf-tab-container {
  margin-top: 0;
  padding: 30px 20px 20px;
  border-bottom: 0;
}
#ifqpf-settings .ifqpf-tab-container h2{
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-top: 10px;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-general_settings h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.ifqpf-tab-container .ifqpf-tab-general_settings table:not(:last-of-type) {
  margin-bottom: 25px;
}
.ifqpf-tab-container .ifqpf-tab-general_settings table {
  margin-top: 0;
}
#ifqpf-settings .ifqpf-tabs-nav li a{
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  display: inline-block;
  background: #dcdcde;
  color: #50575e;
  font-weight: 600;
  border: 1px solid #c3c4c7;
  border-bottom: none;
  line-height: 1;
  padding: 10px 15px;
  font-size: 14px;
  margin-bottom: -1px;
}
#ifqpf-settings .ifqpf-tabs-nav .ifqpf-tab-active-li a, #ifqpf-settings .ifqpf-tabs-nav li a:hover{
  border-bottom: 1px solid #2271b1;
  background: #2271b1;
  color: #fff;
}
#ifqpf-settings .ifqpf-tab-container .form-table th{
  vertical-align: middle;
  padding: 0px 10px 0px 0;
  line-height: 2.75;
}
#ifqpf-settings .ifqpf-tab-container .form-table td{
  padding: 11px 10px;
}
#ifqpf-settings .ifqpf-tabs-nav{
  margin-top: 20px;
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #c3c4c7;
  padding-left: 0;
}
.ifqpf-field-select select {
  border-radius: 4px;
}
#ifqpf-settings .submit {
  background: #fff;
  margin: 0;
}
#ifqpf-settings .submit {
  background: #fff;
  margin: 0;
  border: 1px solid #c3c4c7;
  border-top: 0;
  padding: 30px 20px 20px;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-filter_settings table{
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-filter_settings table .sorting-handle{
  cursor: grab;
  margin: 0;
}
.ifqpf-field ::placeholder,
.ifqpf-sorting-field-parent ::placeholder {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-filter_settings th, #ifqpf-settings .ifqpf-tab-container .ifqpf-tab-filter_settings td{
  text-align: left;
  font-size: 14px !important;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-filter_settings td .ifqpf-table-modal-open{
  text-decoration: none;
  font-size: 12px;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-filter_settings td .ifqpf-table-modal-open:hover{
  background: #154f7e;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-filter_settings td .ifqpf-table-modal-open:focus{
  box-shadow: none;
}
.ifqpf-sortable-table .ifqpf-check-popup-field td input[type="checkbox"] {
  margin: 0 25px;
}
.ifqpf-sortable-table .ifqpf-check-popup-field td .ifqpf-popup-content input[type="checkbox"] {
  margin: 0;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-popup-content .form-table td {
  padding: 5px 10px;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-popup-content .form-table th{
  width: 250px;
}
.ifqpf-popup .ifqpf-popup-content .ifqpf-sorting-fields-wrap .ifqpf-field-label{
  font-weight: 600;
  color: #000;
}
.ifqpf-popup .ifqpf-popup-content .ifqpf-sorting-fields-wrap .ifqpf-sorting-field-parent .ifqpf-multiple-field-child{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ifqpf-popup .ifqpf-popup-content .ifqpf-sorting-fields-wrap .ifqpf-sorting-field-parent .ifqpf-multiple-field-child .ifqpf-checkbox-label{
  flex: 0 0 30%;
  max-width: 30%;
  margin-left: 10px;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-popup .ifqpf-popup-content h2{
  margin-bottom: 10px;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-content > table.ifqpf-sortable-table{
  background: #f9f9f9;
  border-collapse: collapse;
  border: 1px solid #ededed;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-content > table.ifqpf-sortable-table > thead > tr > th {
  border-bottom: 1px solid #ededed;
  padding: 15px 0;
}
#ifqpf-settings .ifqpf-tab-container > .ifqpf-tab-content > table.ifqpf-sortable-table > thead > tr > th:first-child{
  padding-left: 20px;
}

#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-content > table.ifqpf-sortable-table > tbody > tr > td {
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-content > table.ifqpf-sortable-table > tbody > tr > td:first-child {
  padding-left: 37px;
}
.ifqpf-popup .ifqpf-popup-content table tr td input[type="text"], .ifqpf-popup .ifqpf-popup-content table tr td span.select2-selection, .ifqpf-popup .ifqpf-popup-content table tr td input[type="number"], .ifqpf-popup .ifqpf-popup-content table tr td.ifqpf-field-select select, .ifqpf-popup .ifqpf-popup-content ul li input[type="text"] {
  min-width: 242px;
  padding-left: 8px;
  padding-right: 20px;
  min-height: 30px;
  width: fit-content;
  position: relative;
}
.ifqpf-popup .ifqpf-popup-content table tr td span.select2-selection > .select2-selection__rendered{
  padding: 0;
}
span.default_theme_msg {
  margin-top: 3px;
}
span.column_msg{
  margin-top: 3px;
}
.iflair_admin_notes {
  margin-top: 5px;
  margin-top: 5px;
  max-width: 1000px;
  width: 100%;
}
span.column_msg, span.default_theme_msg {
  display: block;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-general_settings .form-table tbody tr th.shop_column_th{
  vertical-align: top;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container .select2-search--inline{
  float: none;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container .select2-search--inline .select2-search__field{
  height: auto;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  height: 100%;
  top: 0;
  background: #2271b1;
  color: #fff;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
  line-height: 1;
  
}
.form-table .select2-container--default .select2-selection--multiple .select2-selection__choice{
  margin: 0 5px 0px 0px;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
  padding: 4px 20px 4px 24px;
  display: block;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container--default .select2-selection--multiple .select2-selection__clear{
  margin-top: 0px;
  margin-right: 5px;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  padding: 5px;
  height: 40px;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  padding: 0;
}
.ifqpf-field.ifqpf-field-multiselect .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0 5px;
  max-width: 100%;
  resize: none;
  height: 100%;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

@media screen and (max-width: 700px) {
  .ifqpf-popup {
    width: 70%;
  }
}

/* admin setting popup over */

/* setting popup table start */

.ifqpf-table-modal-open{
  display: inline-block;
}

/* tab css start */
.ifqpf-tab-active-content {
  display: block;
}
.ifqpf-tab-content-hide {
  display: none;
}

.ifqpf-tab-active-li .ifqpf-tab-btn{
  color: red;
}

.ifqpf-tab-wrap .ifqpf-tabs-nav {
  padding: 0px;
}
.ifqpf-tab-wrap .ifqpf-tabs-nav li {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.ifqpf-tab-container {
  background: #fff;
  padding: 10px;
  border: 1px solid #c3c4c7;
  border-top: none;
}

/* tab css over */
.ifqpf-code-editor-wrap{
  width: 60%;
  position: relative;
  display: block;
  height: 180px;
}
.ifqpf-field-code-editor{
  position: relative;
}
.ifqpf-code-editor {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#ifqpf-settings .ifqpf-tab-container .ifqpf-tab-general_settings table tr td select, #ifqpf-settings .ifqpf-tab-container .ifqpf-tab-general_settings table tr td input[type="number"], #ifqpf-settings .ifqpf-tab-container .ifqpf-tab-general_settings table tr td input[type="text"] {
  min-width: 230px;
}

#ifqpf-settings .ifqpf-tab-container .form-table th.ifqpf-field-heading.enable_filter_th + td {
    vertical-align: top;
    padding-bottom: 25px;
}
#ifqpf-settings .ifqpf-tab-container .form-table th.ifqpf-field-heading.enable_filter_th label {
    vertical-align: top;
}
#ifqpf-settings .ifqpf-tab-container .form-table th.ifqpf-field-heading.enable_filter_th {
    line-height: 1.6;
}
::placeholder{
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  letter-spacing:0;
  color: gray;
  text-transform: inherit;
}

