/**
 * main.less
 */
html {
  font-size: 10px !important;
}
@media only screen and (min-width : 1367px) and (max-width : 1600px) {
  html {
    font-size: 9px !important;
  }
}
@media only screen and (min-width : 992px) and (max-width : 1366px) {
  html {
    font-size: 8px !important;
  }
}
* {
  font-family: 'EYInterstate' !important;
  font-size: unset;
  border-radius: unset;
}
body {
  min-width: 1280px;
  background: #fff;
  margin: 0 auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.customScrollbar {
  overflow-y: auto;
}
.customScrollbar::-webkit-scrollbar {
  width: 0.5rem;
}
.customScrollbar::-webkit-scrollbar-track {
  background: #e7e7ea;
  width: 0.5rem;
}
.customScrollbar::-webkit-scrollbar-thumb {
  background: #c4c4cd;
  width: 0.5rem;
  cursor: pointer;
}
.customScrollbar::-webkit-scrollbar-thumb:hover {
  background: #747480;
}
.notification-tooltip-wrap .motif-tooltip-inner {
  padding: 0;
  border-radius: 0.5rem;
  border: 0;
}
.notification-tooltip-wrap .motif-tooltip {
  height: calc(100vh - 10rem);
  z-index: 999;
  border: 0.1rem solid #747480;
  border-radius: 0.5rem;
}
.notification-tooltip-wrap .motif-tooltip-wrapper,
.notification-tooltip-wrap .motif-tooltip-inner,
.notification-tooltip-wrap .motif-tooltip-content-children {
  height: 100%;
}
.notification-tooltip-wrap .motif-tooltip-inner {
  width: 50rem;
  border-radius: 0.5rem;
}
.notification-tooltip-wrap .motif-tooltip-content-children {
  width: 100%;
  margin: 0 !important;
}
body[motif-theme='dark'] {
  background: #1a1a24;
}
body[motif-theme='dark'] .motif-progress-loader-container {
  background-color: #1a1a24;
  opacity: 0.75;
  z-index: 2;
}
body[motif-theme='dark'] .notification-tooltip-wrap .motif-tooltip-inner {
  background: #2e2e3c;
  color: #fff;
  border: 0;
}
body[motif-theme='dark'] .notification-tooltip-wrap .motif-tooltip {
  border: 0.1rem solid #c4c4cd;
}
body[motif-theme='dark'] .notification-tooltip-wrap .motif-tooltip-arrow::before {
  box-shadow: 0 0 0.1rem 0.1rem #747480;
  border-color: #2e2e3c;
}
body[motif-theme='dark'] .all-types-filter-dropdown,
body[motif-theme='dark'] .eng-filter-dropdown {
  background-color: #3a3a4a;
}
body[motif-theme='dark'] .dark-header svg path {
  fill: #fff !important;
}


/*# sourceMappingURL=bundle.05e79dc586285d01d52f.css.map*/