/* src/styles/app.scss */
html,
body {
  display: block;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
html *:not(.pi, .ms, .material-symbols-rounded, .material-icons, .fa, .far, .fas) {
  font-family:
    "IBM Plex Sans Arabic",
    system-ui,
    sans-serif;
  box-sizing: border-box;
}
html *:not(.pi, .ms, .material-symbols-rounded, .material-icons, .fa, .far, .fas)::after {
  box-sizing: border-box;
}
html *:not(.pi, .ms, .material-symbols-rounded, .material-icons, .fa, .far, .fas)::before {
  box-sizing: border-box;
}
body {
  background: #F6F8FB;
  color: #0E1B33;
}
.ms,
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  vertical-align: middle;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
  -webkit-user-select: none;
  user-select: none;
}
.mono,
.num {
  font-family:
    ui-monospace,
    Menlo,
    monospace;
  font-variant-numeric: tabular-nums;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 9px;
}
::-webkit-scrollbar-thumb {
  background: #D6DCE6;
  border-radius: 9px;
  border: 2px solid #F6F8FB;
}
::-webkit-scrollbar-thumb:hover {
  background: #C2CAD8;
}
@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;
  }
}
zatca-loading-overlay .zatca-loading-spinner {
  width: 6em;
  height: 6em;
}
p-paginator {
  direction: rtl;
}
.p-dialog-content {
  overflow: visible;
}
.actions .p-button {
  width: 100px;
}
.p-toast .p-toast-message {
  background: #0E1B33;
  color: #fff;
  border: 0;
  border-radius: 13px;
  box-shadow: 0 16px 36px -10px rgba(14, 27, 51, 0.55);
}
.p-toast .p-toast-message .p-toast-message-content {
  padding: 13px 18px;
  gap: 10px;
  align-items: center;
}
.p-toast .p-toast-message .p-toast-summary {
  color: #fff;
  font-weight: 600;
  font-size: 0.844rem;
}
.p-toast .p-toast-message .p-toast-detail {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
  margin-top: 2px;
}
.p-toast .p-toast-message .p-toast-message-icon,
.p-toast .p-toast-message .p-toast-message-icon .p-icon {
  color: #25D3C4;
}
.p-toast .p-toast-message .p-toast-close-button {
  color: rgba(255, 255, 255, 0.6);
}
.p-toast .p-toast-message .p-toast-close-button:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon .p-icon {
  color: #FF7A72;
}
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon .p-icon {
  color: #F5C15B;
}

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