.form_table td {
  font-size: 16px;
  position: relative;
  width: 100%;
}
.form_table th,
.form_table td {
  padding: 0;
  min-height: 42px;
}
.form_table td {
  padding-bottom: 8px;
  padding-top: 8px;
}
.form_table {
  margin-top: 0;
  display: block;
  height: auto;
  width: auto;
}
.form_table td .wp-picker-clear,
.form_table td .wp-color-picker[type="text"] {
  width: auto !important;
}
.form_table th {
  vertical-align: middle;
}
@media only screen and (max-width: 822px) {
  .form_table th {
    min-height: auto;
  }

  .form_table td {
    padding-bottom: 20px;
    padding-top: 8px;
  }
}

.form_table select {
  min-width: 120px;
  line-height: 20px;
  border-radius: 3px;
}

.form_table .select2 ul li {
  padding: 0 5px !important;
}
.notifier_message_setting_show {
  padding-left: 20px;
}

@media only screen and (max-width: 575.98px) {
  .notifier_message_setting_show {
    padding-left: 0px;
  }
  .form_table {
    background-color: rgba(24, 138, 101, 0.02);
    margin-bottom: 10px;
    margin-top: -5px;
    padding: 4px;
  }
}
/* .form_table .dignochkbxra td {
  padding-bottom: 0;
  display: inline-block;
}

.form_table .dignochkbxra td:first-of-type {
  padding-left: 0;
}

.form_table .digno-tr_dt {
  padding: 0;
}

.digno-tr_dt {
  line-height: 1.7;
} */

/* .stock_notifier_admin_conf
  .wp-picker-container
  input.wp-color-picker[type="text"],
 .form_table button,
.stock_notifier_admin_conf .wp-core-ui .button-secondary {
  text-align: center;
} */

/* .form_table button,
.form_table button:hover {
  position: relative;
  top: 1px;
  border: 1px solid #4caf50;
  border-radius: 2px;
  background: rgba(33, 238, 171, 0.1);
  font-size: 16px;
  color: #1f3448;
} */
