@font-face {
  font-family: 'dashboard-icon';
  src:  url('../fonts/dashboard-icon.eot');
  src:  url('../fonts/dashboard-icon.eot') format('embedded-opentype'),
    url('../fonts/dashboard-icon.ttf') format('truetype'),
    url('../fonts/dashboard-icon.woff') format('woff'),
    url('../fonts/dashboard-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.dash-icon-total-jobs:before {
  content: "\e900";
}
.dash-icon-act-migration:before {
  content: "\e901";
}
.dash-icon-by-skills .path1:before {
  content: "\e902";
  /* color: rgb(0, 0, 0); */
  color:var(--dashicon-color);
  opacity: 0.4;
}
.dash-icon-by-skills .path2:before {
  content: "\e903";
  margin-left: -1em;
   color:var(--dashicon-color);
}
.dash-icon-by-skills .path3:before {
  content: "\e904";
  margin-left: -1em;
   color:var(--dashicon-color);
}
.dash-icon-calender:before {
  content: "\e905";
}
.dash-icon-code-convert:before {
  content: "\e906";
}
.dash-icon-database-migrated:before {
  content: "\e907";
}
.dash-icon-data-migration:before {
  content: "\e908";
}
.dash-icon-data-source:before {
  content: "\e909";
}
.dash-icon-on-conver:before {
  content: "\e90a";
}
.dash-icon-recent-code:before {
  content: "\e90b";
}
.dash-icon-recently-completed:before {
  content: "\e90c";
}
.dash-icon-table-migrated:before {
  content: "\e90d";
}
.dash-icon-code-conversion:before {
  content: "\e90e";
}
.dash-icon-database:before {
  content: "\e90f";
}
.dash-icon-icons-09:before {
  content: "\e910";
}
.dash-icon-avg-timeout:before {
  content: "\e911";
}
.dash-icon-icons-11:before {
  content: "\e912";
}
.dash-icon-object-complexity:before {
  content: "\e913";
}
.dash-icon-object-scans:before {
  content: "\e914";
}
.dash-icon-radar-chart:before {
  content: "\e915";
}
.dash-icon-source-system:before {
  content: "\e916";
}
.dash-icon-timer:before {
  content: "\e917";
}
