#qligg_account_table tr.basic,
#qligg_feeds_table tr.basic {
  background-color: #fed0d0; }
  #qligg_account_table tr.basic:nth-child(odd),
  #qligg_feeds_table tr.basic:nth-child(odd) {
    background-color: #ffe1e1; }

#qligg_account_table td,
#qligg_account_table th,
#qligg_feeds_table td,
#qligg_feeds_table th {
  padding: 1em !important;
  vertical-align: top;
  line-height: 1.75em;
  width: auto; }

#qligg_account_table td img.qligg-avatar,
#qligg_feeds_table td img.qligg-avatar {
  object-fit: cover;
  width: 50px;
  height: 50px; }

#qligg_account_table .button > i,
#qligg_feeds_table .button > i {
  margin: 6.5px 2px 0 0;
  font-size: 16px;
  opacity: 0.8; }

#qligg_feeds_table tbody.ui-sortable .wc-item-reorder-nav button {
  position: relative;
  overflow: hidden;
  float: left;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  background: 0 0;
  border: none;
  box-shadow: none;
  color: #82878c;
  text-indent: -9999px;
  cursor: pointer;
  outline: 0; }
  #qligg_feeds_table tbody.ui-sortable .wc-item-reorder-nav button::before {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font: normal 20px/23px dashicons;
    text-align: center;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #qligg_feeds_table tbody.ui-sortable .wc-item-reorder-nav button.wc-move-up::before {
    content: "\f343"; }
  #qligg_feeds_table tbody.ui-sortable .wc-item-reorder-nav button.wc-move-down::before {
    content: "\f347"; }
  #qligg_feeds_table tbody.ui-sortable .wc-item-reorder-nav button.wc-move-disabled {
    color: #d5d5d5 !important;
    cursor: default;
    pointer-events: none; }

#qligg_feeds_table tbody.ui-sortable .wc-item-reorder-nav::before {
  content: "\f333";
  font-family: Dashicons;
  text-align: center;
  line-height: 1;
  color: #999;
  display: block;
  width: 24px;
  float: left;
  height: 100%;
  line-height: 24px;
  cursor: move; }

#qligg_modal {
  max-width: 890px;
  max-height: 560px;
  margin: auto; }
  #qligg_modal .wp-color-result-text {
    z-index: 1;
    position: relative; }
  #qligg_modal select[readonly],
  #qligg_modal input[type="checkbox"][readonly] {
    pointer-events: none !important; }
  #qligg_modal .panel .options_group {
    overflow: hidden;
    border-bottom: 1px solid #eee; }
    #qligg_modal .panel .options_group:first-child {
      border-top: 0; }
  #qligg_modal .panel div.form-field,
  #qligg_modal .panel p.form-field {
    font-size: 12px;
    padding: 7.5px 15px;
    line-height: 24px; }
    #qligg_modal .panel div.form-field > label,
    #qligg_modal .panel p.form-field > label {
      display: inline-block; }
      #qligg_modal .panel div.form-field > label:first-child,
      #qligg_modal .panel p.form-field > label:first-child {
        width: 120px; }
    #qligg_modal .panel div.form-field > .select2-container:nth-of-type(1),
    #qligg_modal .panel p.form-field > .select2-container:nth-of-type(1) {
      width: 80px !important; }
    #qligg_modal .panel div.form-field > .select2-container:nth-of-type(2),
    #qligg_modal .panel p.form-field > .select2-container:nth-of-type(2) {
      width: calc(100% - 171px) !important; }
    #qligg_modal .panel div.form-field > .select2-container:only-of-type,
    #qligg_modal .panel p.form-field > .select2-container:only-of-type {
      width: calc(100% - 88px) !important; }
  #qligg_modal .panel div > input,
  #qligg_modal .panel p > input {
    width: auto; }
    #qligg_modal .panel div > input:not([type=checkbox]):not([type=radio]),
    #qligg_modal .panel p > input:not([type=checkbox]):not([type=radio]) {
      min-width: 120px; }
  #qligg_modal .panel ul.list-images {
    display: flex;
    padding: 0;
    margin: 1em 0; }
    #qligg_modal .panel ul.list-images li {
      display: inline-block;
      margin: 0 10px 0 0;
      margin-bottom: 0;
      vertical-align: middle;
      color: #aaa;
      position: relative;
      border: 1px solid #f1f1f1;
      border-radius: 3px;
      padding: 10px;
      background-color: #fff;
      cursor: pointer;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
      #qligg_modal .panel ul.list-images li:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #eee;
        opacity: 0.2; }
      #qligg_modal .panel ul.list-images li:last-child {
        margin-right: 0; }
      #qligg_modal .panel ul.list-images li.active:before, #qligg_modal .panel ul.list-images li:hover:before {
        opacity: 0; }
      #qligg_modal .panel ul.list-images li.active label, #qligg_modal .panel ul.list-images li:hover label {
        color: #e23565; }
    #qligg_modal .panel ul.list-images label {
      pointer-events: none;
      display: block;
      position: relative;
      line-height: 2em;
      z-index: 9;
      cursor: pointer;
      transition: all .25s linear;
      text-align: center;
      font-weight: bold;
      color: #23282d; }
    #qligg_modal .panel ul.list-images input[type=radio] {
      display: none; }
  #qligg_modal.processing {
    pointer-events: none; }
    #qligg_modal.processing:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff;
      z-index: 999;
      opacity: 0.8; }
  #qligg_modal.qligg-modal-token {
    max-width: 560px;
    max-height: 210px; }
  #qligg_modal.qligg-modal-feed {
    max-width: 990px;
    max-height: 560px; }
    #qligg_modal.qligg-modal-feed table {
      padding: 15px;
      border-width: 1px 0 0 0;
      box-shadow: none;
      table-layout: fixed; }
      #qligg_modal.qligg-modal-feed table th {
        width: 70px; }
      #qligg_modal.qligg-modal-feed table td {
        width: calc(50% - 70px); }
    #qligg_modal.qligg-modal-feed .edit-attachment-frame {
      /*      .attachment-info  {
              width:25%;*/
      /*}*/ }
      #qligg_modal.qligg-modal-feed .edit-attachment-frame .attachment-media-view-all {
        width: 100%; }
      #qligg_modal.qligg-modal-feed .edit-attachment-frame .attachment-media-view {
        width: 100%; }
      #qligg_modal.qligg-modal-feed .edit-attachment-frame .attachment-details {
        overflow: hidden; }
    #qligg_modal.qligg-modal-feed input[type=time] {
      height: 30px; }
    #qligg_modal.qligg-modal-feed .panel-wrap {
      overflow: hidden; }
    #qligg_modal.qligg-modal-feed .disabled-feature {
      position: relative;
      pointer-events: none; }
      #qligg_modal.qligg-modal-feed .disabled-feature:before {
        content: '';
        background-color: #eee;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.5;
        overflow: hidden;
        pointer-events: none; }
    #qligg_modal.qligg-modal-feed .disabled-field {
      color: #d5d5d5 !important;
      cursor: default;
      pointer-events: none;
      opacity: 0.8; }
      #qligg_modal.qligg-modal-feed .disabled-field input,
      #qligg_modal.qligg-modal-feed .disabled-field select,
      #qligg_modal.qligg-modal-feed .disabled-field textarea,
      #qligg_modal.qligg-modal-feed .disabled-field .wp-picker-container {
        opacity: 0.5; }
    #qligg_modal.qligg-modal-feed .ig-list-buttons input[type=radio] {
      position: absolute;
      visibility: visible; }
    #qligg_modal.qligg-modal-feed ul.qligg-tabs {
      margin: 0;
      width: 20%;
      float: left;
      line-height: 1em;
      padding: 0 0 10px;
      position: relative;
      background-color: #fafafa;
      border-right: 1px solid #eee;
      box-sizing: border-box; }
      #qligg_modal.qligg-modal-feed ul.qligg-tabs:after {
        content: "";
        display: block;
        width: 100%;
        height: 9999em;
        position: absolute;
        bottom: -9999em;
        left: 0;
        background-color: #fafafa;
        border-right: 1px solid #eee; }
      #qligg_modal.qligg-modal-feed ul.qligg-tabs li {
        margin: 0;
        padding: 0;
        display: block;
        position: relative; }
        #qligg_modal.qligg-modal-feed ul.qligg-tabs li a {
          margin: 0;
          padding: 10px;
          display: block;
          box-shadow: none;
          text-decoration: none;
          line-height: 20px !important;
          border-bottom: 1px solid #eee; }
          #qligg_modal.qligg-modal-feed ul.qligg-tabs li a span {
            margin-left: .618em;
            margin-right: .618em; }
          #qligg_modal.qligg-modal-feed ul.qligg-tabs li a:before {
            content: "\f107";
            font-family: Dashicons;
            speak: none;
            font-weight: 400;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            font-variant: normal;
            text-decoration: none; }
        #qligg_modal.qligg-modal-feed ul.qligg-tabs li.active a {
          background-color: #eee; }
    #qligg_modal.qligg-modal-feed .qligg-input,
    #qligg_modal.qligg-modal-feed .qligg-select2 {
      width: 350px;
      max-width: 100%; }
    #qligg_modal.qligg-modal-feed .qligg-input {
      margin: 0;
      padding: 6px;
      box-sizing: border-box;
      vertical-align: top; }

.settings-save-status .spinner {
  float: none;
  display: inline-block;
  margin: 0 10px; }

.settings-save-status .saved {
  font-size: 12px;
  display: none; }
  .settings-save-status .saved.is-active {
    display: inline-block; }

#qligg-generate-token {
  padding: 0 24px;
  height: 44px;
  line-height: 44px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  border-radius: 3px;
  transition: all .5s ease-in-out;
  font-weight: 600;
  display: inline-block;
  background: #408bd1; }
  #qligg-generate-token:focus, #qligg-generate-token:hover {
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.2); }

/*# sourceMappingURL=main.css.map*/