@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?2qx80e');
  src:  url('fonts/icomoon.eot?2qx80e#iefix') format('embedded-opentype'),
  url('fonts/icomoon.ttf?2qx80e') format('truetype'),
  url('fonts/icomoon.woff?2qx80e') format('woff'),
  url('fonts/icomoon.svg?2qx80e#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="fi-icon-"], [class*=" fi-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-icon-activate:before {
  content: "\e900";
}
.fi-icon-ads:before {
  content: "\e901";
}
.fi-icon-archive:before {
  content: "\e902";
}
.fi-icon-black-white:before {
  content: "\e903";
}
.fi-icon-copy-link:before {
  content: "\e904";
}
.fi-icon-deactivate:before {
  content: "\e905";
}
.fi-icon-edit-image:before {
  content: "\e906";
}
.fi-icon-flip-horizontal:before {
  content: "\e907";
}
.fi-icon-flip-vertical:before {
  content: "\e908";
}
.fi-icon-manage-inventory:before {
  content: "\e909";
}
.fi-icon-manage-items:before {
  content: "\e90a";
}
.fi-icon-product-options:before {
  content: "\e90b";
}
.fi-icon-replace-image:before {
  content: "\e90c";
}
.fi-icon-set-default:before {
  content: "\e90d";
}
.fi-icon-shipping-countries:before {
  content: "\e90e";
}
.fi-refresh:before {
  font-size: 18px;
}
.fi-trash:before {
  font-size: 18px;
}
.fi-pencil-padding-fix {
  margin-left: -6px;
}
.auto-refresh {
  margin-top: 4px;
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("/assets/css/custom-icons/svgs/auto-refresh.svg");
}
.auto-refresh-heading {
  filter: invert(52%) sepia(33%) saturate(790%) hue-rotate(159deg) brightness(96%) contrast(108%);
}
tbody tr:hover .auto-refresh {
  filter: invert(96%) sepia(100%) saturate(17%) hue-rotate(225deg) brightness(105%) contrast(107%);
}
.auto-refresh-list {
  display: inline-block;
  visibility: hidden;
  margin-top: 4px;
  height: 12px;
  width: 12px;
  background-image: url("/assets/css/custom-icons/svgs/auto-refresh.svg");
}
tbody tr:hover .auto-refresh-list {
  visibility: visible;
  filter: invert(96%) sepia(100%) saturate(17%) hue-rotate(225deg) brightness(105%) contrast(107%);
}
button.copy {
  cursor: pointer;
  border: none;
  background: inherit;
}
tr:hover button.copy {
  filter: invert(96%) sepia(100%) saturate(17%) hue-rotate(225deg) brightness(105%) contrast(107%);
}