/* src/styles/app.scss */
html,
body {
  display: block;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
html *:not(.pi, .material-icons, .fa, .far, .fas) {
  font-family: "Cairo", sans-serif;
  box-sizing: border-box;
}
html *:not(.pi, .material-icons, .fa, .far, .fas)::after {
  box-sizing: border-box;
}
html *:not(.pi, .material-icons, .fa, .far, .fas)::before {
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 9px;
}
::-webkit-scrollbar-thumb {
  border-radius: 9px;
}
@media print {
  .layout-container {
    background-color: transparent !important;
  }
  .layout-container .layout-side-navigation-container {
    display: none !important;
  }
  .layout-container .layout-content-container {
    background-color: transparent;
    width: 100vw;
    overflow: visible !important;
  }
}
ngx-loading .spinner-circle {
  width: 17em !important;
  height: 17em !important;
}
p-paginator {
  direction: ltr;
}
.p-dialog-content {
  overflow: visible;
}
.actions .p-button {
  width: 100px;
}

/* angular:styles/global:appStyle */
/*# sourceMappingURL=appStyle-5GOEH3YN.css.map */
