@font-face {
  font-family: 'ddicons';
  src:  url('icons/ddicons.eot?sooeza');
  src:  url('icons/ddicons.eot?sooeza#iefix') format('embedded-opentype'),
    url('icons/ddicons.ttf?sooeza') format('truetype'),
    url('icons/ddicons.woff?sooeza') format('woff'),
    url('icons/ddicons.svg?sooeza#ddicons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ddicons' !important;
  speak: never;
  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;
}

.icon-unlock:before {
  content: "\e901";
}
.icon-lock:before {
  content: "\e902";
}
.icon-trash:before {
  content: "\e903";
}
.icon-grid:before {
  content: "\e904";
}
.icon-undo:before {
  content: "\e900";
}
.icon-redo:before {
  content: "\e907";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\e908";
}
.icon-arrow-up:before {
  content: "\e906";
}
.icon-arrow-down:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e90b";
}
.icon-check-circle:before {
  content: "\e90c";
}