/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./apps/Desk-Portal/src/assets/scss/global-styles.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Black.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Heavy.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url('Avenir-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  margin: 0;
  padding: 0;
  display: grid;
  place-items: center;
  height: 100vh;
  box-sizing: border-box;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background: #F2F5F5;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Custom scrollbars */
::-webkit-scrollbar-track {
  background: #E6E6E6;
}
::-webkit-scrollbar-thumb {
  background: #545454;
  border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
  background: #888;
}
::-webkit-scrollbar {
  width: 2px;
}
.tooltip-container {
  margin-top: 8px;
  text-align: center;
  z-index: 1000;
  position: fixed;
  border-radius: 4px;
  padding: 8px 12px;
  font-family: "Avenir";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: initial;
  color: #FFFFFF;
  width: auto;
  background: #05252D;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-50%, -30%);
  animation: tooltip-slide 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.tooltip-container::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 20px;
  border-width: 6px 6px 0px 6px;
  border-style: solid;
  border-color: #05252D transparent;
  transform: rotate(180deg);
}
.tooltip-container.svg-icon {
  margin-top: 12px;
}
.tooltip-container.svg-icon::after {
  top: -6px;
  left: calc(50% - 6px);
}
@keyframes tooltip-slide {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/*# sourceMappingURL=styles.css.map*/