<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* re-order td */
#qlwapp_contacts_table td,
#qlwapp_contacts_table th {
  padding: 1em!important;
  vertical-align: top;
  line-height: 1.75em;
}
#qlwapp_contacts_table td img.qlwapp-avatar {
  width: 50px;
  height: 50px;
}
#qlwapp_contacts_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;
}
#qlwapp_contacts_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;
}
#qlwapp_contacts_table tbody.ui-sortable .wc-item-reorder-nav button.wc-move-up::before {
  content: "\f343";
}
#qlwapp_contacts_table tbody.ui-sortable .wc-item-reorder-nav button.wc-move-down::before {
  content: "\f347";
}
#qlwapp_contacts_table tbody.ui-sortable .wc-item-reorder-nav button.wc-move-disabled {
  color: #d5d5d5!important;
  cursor: default;
  pointer-events: none;
}
#qlwapp_contacts_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;
}
/*end re-order*/
#qlwapp_modal {
  max-width: 890px;
  max-height: 560px;
  margin: auto;
}
#qlwapp_modal .edit-attachment-frame .attachment-media-view {
  width: 75% ;
}
#qlwapp_modal .edit-attachment-frame .attachment-info {
  width: 25%;
}
#qlwapp_modal input[type=time] {
  height: 30px;
}
#qlwapp_modal.qlwapp-modal-contact table {
  width: 100%;
  padding: 15px;
  border-width: 1px 0 0 0;
  box-shadow: none;
  table-layout: fixed;
}
#qlwapp_modal.qlwapp-modal-contact table th {
  width: 70px;
}
#qlwapp_modal.qlwapp-modal-contact table td {
  width: calc(50% - 70px);
}
#qlwapp_modal.qlwapp-modal-icons .attachments {
  top: 0;
  left: 0;
  right: 0;
}
#qlwapp_modal.qlwapp-modal-icons .attachments .thumbnail {
  vertical-align: middle;
  text-align: center;
}
#qlwapp_modal.qlwapp-modal-icons .attachments .thumbnail &gt; i {
  text-align: center;
  font-size: 3vw;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  width: auto;
  font-size: 2em;
  position: relative;
  left: -1px;
}
#qlwapp_modal.qlwapp-modal-icons .attachments .thumbnail:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
  vertical-align: middle;
}
.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;
}
.qlwapp-input,
.qlwapp-select2 {
  width: 350px;
  max-width: 100%;
}
.qlwapp-input {
  margin: 0;
  padding: 6px;
  box-sizing: border-box;
  vertical-align: top;
}
/*# sourceMappingURL=qlwapp-admin.css.map */</pre></body></html>