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

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

#migrationjobs {
  box-sizing: border-box;
  overflow-y: auto;
  height: 67vh;
}

thead {
  position: sticky;
  top: 0;
  background-color: #fff; /* ensure background covers content behind */
  z-index: 2;
}

.scrollable-tbody {
  margin-top: 0;
}
.new-migrationjobs:before {
  content: "\e908";
}
.new-home:before {
  content: "\e900";
}
.new-qa:before {
  content: "\e901";
}
.new-task:before {
  content: "\e902";
}
.new-docpro:before {
  content: "\e903";
}
.new-visionpro:before {
  content: "\e904";
}
.new-setting:before {
  content: "\e905";
}
.new-model:before {
  content: "\e906";
}
.new-wizard:before {
  content: "\e907";
}
