#poststuff #ilachat_order_notes_meta_box .inside {
  margin: 0;
  padding: 0;
}

#poststuff #ilachat_order_notes_meta_box .inside ul.ilachat_order_notes li {
  padding: 0 10px;
}

.add_note #ilachat_order_note {
  width: 100%;
  height: 50px;
}

ul.ilachat_order_notes {
  padding: 2px 0 0;
}

ul.ilachat_order_notes li .note_content {
  padding: 10px;
  background: #efefef;
  position: relative;
}

ul.ilachat_order_notes li p.meta {
  padding: 10px;
  color: #999;
  margin: 0;
  font-size: 11px;
}

ul.ilachat_order_notes li p.meta .exact-date {
  border-bottom: 1px dotted #999;
}

ul.ilachat_order_notes li a.delete_note {
  color: #a00;
}

ul.ilachat_order_notes li .note_content p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

ul.ilachat_order_notes li.system-note .note_content::after {
  border-color: #d7cad2 transparent;
}

ul.ilachat_order_notes li .note_content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  right: 20px;
  width: 0;
  height: 0;
  border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: #efefef transparent;
}

ul.ilachat_order_notes li.ilachat-note .note_content {
  background: #b3d4ff;
}

ul.ilachat_order_notes li.ilachat-note .note_content::after {
  border-color: #b3d4ff transparent;
}

#ilachat-woocommerce-sync-products-wrapper .spinner {
  float: unset;
  vertical-align: middle;
  margin-top: 1.125em;
}
