@charset "UTF-8";

/* src/styles.scss */
:root {
  --p-primary-50: #f5f1fb;
  --p-primary-100: #ede6f8;
  --p-primary-200: #d9cdf1;
  --p-primary-300: #bba8e6;
  --p-primary-400: #9578d3;
  --p-primary-500: #9578d3;
  --p-primary-600: #7d5fc0;
  --p-primary-700: #6549a8;
  --p-primary-800: #53398e;
  --p-primary-900: #3e2870;
  --p-primary-950: #281a4c;
  --p-primary-color: #9578d3;
  --p-primary-contrast-color: #ffffff;
  --p-primary-hover-color: #7d5fc0;
  --p-primary-active-color: #6549a8;
  --p-surface-0: #ffffff;
  --p-surface-50: #f8f8f9;
  --p-surface-100: #f5f5f6;
  --p-surface-200: #ecebed;
  --p-surface-300: #d9d8da;
  --p-surface-400: #b8b7ba;
  --p-surface-500: #8e8c91;
  --p-surface-600: #706c77;
  --p-surface-700: #5d5a64;
  --p-surface-800: #3f3c47;
  --p-surface-900: #2d2a33;
  --p-surface-950: #1a1820;
  --p-text-color: #5d5a64;
  --p-text-muted-color: #706c77;
  --p-text-hover-color: #4b4850;
  --p-content-border-color: #d9d8da;
  --p-content-hover-background: #ecebed;
  --p-form-field-border-color: #d9d8da;
  --p-form-field-hover-border-color: #9578d3;
  --p-form-field-focus-border-color: #9578d3;
  --p-form-field-invalid-border-color: #ef4444;
  --p-form-field-background: #ffffff;
  --p-form-field-color: #5d5a64;
  --p-form-field-placeholder-color: #706c77;
  --p-focus-ring-color: #9578d3;
  --p-focus-ring-shadow: 0 0 0 1px #9578d3;
  --p-overlay-modal-background: #ffffff;
  --p-overlay-modal-border-color: #d9d8da;
  --p-overlay-popover-background: #ffffff;
  --p-overlay-popover-border-color: #d9d8da;
  --p-overlay-select-background: #ffffff;
  --p-overlay-select-border-color: #d9d8da;
  --p-overlay-select-color: #5d5a64;
  --p-border-radius-sm: 0.35rem;
  --p-border-radius-md: 0.4166666667rem;
  --p-border-radius-lg: 0.5rem;
  --p-border-radius-xl: 0.75rem;
  --p-font-family: "Assistant", sans-serif;
  --p-transition-duration: 0.15s;
}
html.un-inverse {
  --p-primary-color: #9578d3;
  --p-primary-contrast-color: #ffffff;
  --p-primary-hover-color: #a992db;
  --p-primary-active-color: #bba8e6;
  --p-surface-0: #29282c;
  --p-surface-50: #2d2b31;
  --p-surface-100: #343338;
  --p-surface-200: #3f3d44;
  --p-surface-300: #4d4b52;
  --p-surface-400: #706c77;
  --p-surface-500: #8e8c91;
  --p-surface-600: #b8b7ba;
  --p-surface-700: #c5c3c9;
  --p-surface-800: #dcdbde;
  --p-surface-900: #ecebed;
  --p-surface-950: #f5f5f6;
  --p-text-color: #dcdbde;
  --p-text-muted-color: #c5c3c9;
  --p-text-hover-color: #f0eff2;
  --p-content-border-color: #3f3d44;
  --p-content-hover-background: #343338;
  --p-form-field-border-color: #4d4b52;
  --p-form-field-hover-border-color: #9578d3;
  --p-form-field-focus-border-color: #9578d3;
  --p-form-field-invalid-border-color: #ef4444;
  --p-form-field-background: #29282c;
  --p-form-field-color: #dcdbde;
  --p-form-field-placeholder-color: #8e8c91;
  --p-focus-ring-color: #9578d3;
  --p-focus-ring-shadow: 0 0 0 1px #9578d3;
  --p-overlay-modal-background: #2d2b31;
  --p-overlay-modal-border-color: #3f3d44;
  --p-overlay-popover-background: #2d2b31;
  --p-overlay-popover-border-color: #3f3d44;
  --p-overlay-select-background: #29282c;
  --p-overlay-select-border-color: #3f3d44;
  --p-overlay-select-color: #dcdbde;
}
.cursor-pointer {
  cursor: pointer;
}
.p-radiobutton.p-radiobutton-checked .p-radiobutton-box {
  border-color: var(--p-primary-color, #9578d3);
  background: #ffffff;
}
.p-radiobutton.p-radiobutton-checked .p-radiobutton-box .p-radiobutton-icon {
  visibility: visible;
  transform: translateZ(0) scale(1, 1);
  background-color: var(--p-primary-color, #9578d3);
}
body.sidebar-compact-mode .dashboard-sidebar-menu {
  width: 140px !important;
  position: fixed;
  overflow: visible !important;
  transition: none !important;
}
body.sidebar-compact-mode .dashboard-sidebar-menu > div {
  width: 140px !important;
  display: flex;
  flex-direction: column;
  align-items: center !important;
  transition: none !important;
  overflow: visible !important;
}
body.sidebar-compact-mode .dashboard-sidebar-menu .menu {
  width: 100% !important;
  transition: none !important;
  overflow: visible !important;
}
[dir=ltr] body.sidebar-compact-mode .dashboard-navbar {
  left: 140px !important;
}
[dir=rtl] body.sidebar-compact-mode .dashboard-navbar {
  right: 140px !important;
}
[dir=ltr] body.sidebar-compact-mode .dashboard-container {
  padding-left: 24px !important;
}
[dir=rtl] body.sidebar-compact-mode .dashboard-container {
  padding-right: 24px !important;
}
[dir=rtl] .p-scrollpanel-bar-y {
  right: calc(100% - 15px) !important;
}
[dir=rtl] .p-scrollpanel {
  overflow-y: hidden !important;
}
.grid-1-events {
  display: grid !important;
  margin: 0;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.grid-1-events > .cell {
  padding: 0;
}
.dashboard-scroll-container {
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: touch;
  contain: layout style paint;
  height: calc(100vh - 170px);
  padding-right: 15px;
  margin-right: -15px;
}
.column {
  display: flex;
  flex-direction: column !important;
  justify-content: start;
}
.gap-5 {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 11px !important;
  }
  h1 {
    font-size: 17px !important;
  }
  h2 {
    font-size: 15px !important;
  }
  h3 {
    font-size: 13px !important;
  }
  .text-large {
    font-size: 26px !important;
  }
  .form-control-label {
    font-size: 12px !important;
  }
  .btn-icon {
    font-size: 1.1em !important;
  }
  .btn {
    font-size: 11px !important;
  }
  .icon {
    font-size: 1.3em !important;
  }
  input {
    font-size: 10px !important;
  }
  .dashboard-horizontal-tabs ul li {
    padding: unset !important;
  }
}
.landscape {
  height: 100%;
  overflow-y: auto;
}
.show-text-until-20-chars {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40ch;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.gap-20 {
  gap: 20px;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
html.un-inverse app-limits-status .component-container {
  color: #e2e8f0;
}
html.un-inverse app-limits-status .limit-card {
  background: #1e293b !important;
  border-left-color: #334155 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}
html.un-inverse app-limits-status .limit-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
}
html.un-inverse app-limits-status .limit-card.status-ok {
  border-left-color: #10b981 !important;
}
html.un-inverse app-limits-status .limit-card.status-ok .limit-header i {
  color: #10b981 !important;
}
html.un-inverse app-limits-status .limit-card.status-ok::before {
  border-top-color: #10b981 !important;
}
html.un-inverse app-limits-status .limit-card.status-approaching {
  border-left-color: #f59e0b !important;
}
html.un-inverse app-limits-status .limit-card.status-approaching .limit-header i {
  color: #f59e0b !important;
}
html.un-inverse app-limits-status .limit-card.status-approaching::before {
  border-top-color: #f59e0b !important;
}
html.un-inverse app-limits-status .limit-card.status-limit-reached {
  border-left-color: #3b82f6 !important;
}
html.un-inverse app-limits-status .limit-card.status-limit-reached .limit-header i {
  color: #3b82f6 !important;
}
html.un-inverse app-limits-status .limit-card.status-limit-reached::before {
  border-top-color: #3b82f6 !important;
}
html.un-inverse app-limits-status .limit-card.status-exceeded {
  border-left-color: #ef4444 !important;
}
html.un-inverse app-limits-status .limit-card.status-exceeded .limit-header i {
  color: #ef4444 !important;
}
html.un-inverse app-limits-status .limit-card.status-exceeded::before {
  border-top-color: #ef4444 !important;
}
html.un-inverse app-limits-status .limit-header h4 {
  color: #f1f5f9 !important;
}
html.un-inverse app-limits-status .limit-numbers .current-usage {
  color: #f1f5f9 !important;
}
html.un-inverse app-limits-status .limit-numbers .limit-value {
  color: #94a3b8 !important;
}
html.un-inverse app-limits-status .progress-bar {
  background: #334155 !important;
}
html.un-inverse app-limits-status .progress-text {
  color: #94a3b8 !important;
}
html.un-inverse app-limits-status .no-limit-text {
  color: #94a3b8 !important;
}
html.un-inverse app-limits-status .limits-status-badge.status-ok {
  background: rgba(16, 185, 129, 0.2) !important;
  color: #10b981 !important;
  border-color: rgba(16, 185, 129, 0.3) !important;
}
html.un-inverse app-limits-status .limits-status-badge.status-approaching {
  background: rgba(245, 158, 11, 0.2) !important;
  color: #f59e0b !important;
  border-color: rgba(245, 158, 11, 0.3) !important;
}
html.un-inverse app-limits-status .limits-status-badge.status-limit-reached {
  background: rgba(59, 130, 246, 0.2) !important;
  color: #3b82f6 !important;
  border-color: rgba(59, 130, 246, 0.3) !important;
}
html.un-inverse app-limits-status .limits-status-badge.status-exceeded {
  background: rgba(239, 68, 68, 0.2) !important;
  color: #ef4444 !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
}
html.un-inverse app-limits-status .limit-details {
  background: #0f172a !important;
  border-top-color: #334155 !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}
html.un-inverse app-limits-status .limit-details .detail-row .label {
  color: #cbd5e1 !important;
}
html.un-inverse app-limits-status .limit-details .detail-row .value {
  color: #f1f5f9 !important;
}
html.un-inverse app-limits-status .empty-state h3 {
  color: #f1f5f9 !important;
}
html.un-inverse app-limits-status .progress-fill.progress-success {
  background:
    linear-gradient(
      90deg,
      #10b981,
      #059669) !important;
}
html.un-inverse app-limits-status .progress-fill.progress-warning {
  background:
    linear-gradient(
      90deg,
      #f59e0b,
      #d97706) !important;
}
html.un-inverse app-limits-status .progress-fill.progress-info {
  background:
    linear-gradient(
      90deg,
      #3b82f6,
      #2563eb) !important;
}
html.un-inverse app-limits-status .progress-fill.progress-danger {
  background:
    linear-gradient(
      90deg,
      #ef4444,
      #dc2626) !important;
}
html:not(.un-inverse) app-limits-status .limit-card {
  background: white !important;
  border-left-color: #e5e5e5 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
html:not(.un-inverse) app-limits-status .limit-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}
html:not(.un-inverse) app-limits-status .limit-header h4 {
  color: #1f2937 !important;
}
html:not(.un-inverse) app-limits-status .limit-numbers .current-usage {
  color: #1f2937 !important;
}
html:not(.un-inverse) app-limits-status .limit-numbers .limit-value {
  color: #6b7280 !important;
}
html:not(.un-inverse) app-limits-status .progress-bar {
  background: #f3f4f6 !important;
}
html:not(.un-inverse) app-limits-status .progress-text {
  color: #4b5563 !important;
}
html:not(.un-inverse) app-limits-status .no-limit-text {
  color: #6b7280 !important;
}
html:not(.un-inverse) app-limits-status .limits-status-badge.status-ok {
  background: #dcfce7 !important;
  color: #16a34a !important;
  border-color: #bbf7d0 !important;
}
html:not(.un-inverse) app-limits-status .limits-status-badge.status-approaching {
  background: #fef3c7 !important;
  color: #d97706 !important;
  border-color: #fed7aa !important;
}
html:not(.un-inverse) app-limits-status .limits-status-badge.status-limit-reached {
  background: #dbeafe !important;
  color: #2563eb !important;
  border-color: #93c5fd !important;
}
html:not(.un-inverse) app-limits-status .limits-status-badge.status-exceeded {
  background: #fecaca !important;
  color: #dc2626 !important;
  border-color: #fca5a5 !important;
}
html:not(.un-inverse) app-limits-status .limit-details {
  background: #f8fafc !important;
  border-top-color: #e5e7eb !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
html:not(.un-inverse) app-limits-status .limit-details .detail-row .label {
  color: #374151 !important;
}
html:not(.un-inverse) app-limits-status .limit-details .detail-row .value {
  color: #111827 !important;
}
.gate-popover {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 16px;
}
.gate-popover .gate-popover-header {
  margin-bottom: 12px;
}
.gate-popover .gate-popover-section {
  margin-top: 12px;
}
.gate-popover {
}
.gate-popover .p-select,
.gate-popover .p-multiselect,
.gate-popover .p-inputtext {
  max-width: 100%;
}
.gate-popover {
}
.gate-popover::-webkit-scrollbar {
  width: 6px;
}
.gate-popover::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.gate-popover::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}
.gate-popover::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
html.un-inverse .gate-popover::-webkit-scrollbar-track {
  background: #343338;
}
html.un-inverse .gate-popover::-webkit-scrollbar-thumb {
  background: #4d4b52;
}
html.un-inverse .gate-popover::-webkit-scrollbar-thumb:hover {
  background: #706c77;
}
.menu-popover {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.app-popover {
  z-index: 10000 !important;
  position: fixed !important;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
html.un-inverse .app-popover {
  background: #2d2b31;
  border-color: #3f3d44;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
::ng-deep .p-confirmdialog .p-dialog-header {
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%) !important;
  color: white !important;
  border-radius: 8px 8px 0 0 !important;
  padding: 1.25rem 1.5rem !important;
  border-bottom: none !important;
}
::ng-deep .p-confirmdialog .p-dialog-header .p-dialog-title {
  font-weight: 600 !important;
  font-size: 1.1rem !important;
  color: white !important;
}
::ng-deep .p-confirmdialog .p-dialog-header .p-dialog-header-icon {
  color: white !important;
  width: 2rem !important;
  height: 2rem !important;
}
::ng-deep .p-confirmdialog .p-dialog-header .p-dialog-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
::ng-deep .p-confirmdialog .p-dialog-header .p-dialog-header-icon:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3) !important;
}
::ng-deep .p-confirmdialog .p-dialog-content {
  padding: 2rem 1.5rem !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}
::ng-deep .p-confirmdialog .p-dialog-content .p-confirm-dialog-icon {
  font-size: 2.5rem !important;
  color: #f59e0b !important;
  margin-top: 0 !important;
  flex-shrink: 0 !important;
}
::ng-deep .p-confirmdialog .p-dialog-content .p-confirm-dialog-message {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #374151 !important;
  flex: 1 !important;
  word-break: break-word !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer {
  padding: 1rem 1.5rem 1.5rem !important;
  border-top: 1px solid #e5e7eb !important;
  display: flex !important;
  justify-content: flex-end !important;
  gap: 0.75rem !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer .p-button {
  min-width: 100px !important;
  padding: 0.625rem 1.25rem !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-accept {
  background:
    linear-gradient(
      135deg,
      #667eea 0%,
      #764ba2 100%) !important;
  border-color: #667eea !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-accept:hover {
  background:
    linear-gradient(
      135deg,
      #5568d3 0%,
      #63408b 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4) !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-accept:focus {
  box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.5) !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-reject {
  background: #f3f4f6 !important;
  border-color: #d1d5db !important;
  color: #374151 !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-reject:hover {
  background: #e5e7eb !important;
  border-color: #9ca3af !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}
::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-reject:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 163, 175, 0.5) !important;
}
::ng-deep .p-confirmdialog.p-dialog {
  border-radius: 8px !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden !important;
}
::ng-deep .p-confirmdialog {
}
[dir=rtl] ::ng-deep .p-confirmdialog .p-dialog-content .p-confirm-dialog-icon {
  margin-left: 1rem !important;
  margin-right: 0 !important;
}
[dir=rtl] ::ng-deep .p-confirmdialog .p-dialog-footer {
  justify-content: flex-start !important;
}
html.un-inverse ::ng-deep .p-confirmdialog .p-dialog-content {
  background: #2d2b31 !important;
}
html.un-inverse ::ng-deep .p-confirmdialog .p-dialog-content .p-confirm-dialog-message {
  color: #dcdbde !important;
}
html.un-inverse ::ng-deep .p-confirmdialog .p-dialog-footer {
  background: #29282c !important;
  border-top-color: #3f3d44 !important;
}
html.un-inverse ::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-reject {
  background: #343338 !important;
  border-color: #4d4b52 !important;
  color: #dcdbde !important;
}
html.un-inverse ::ng-deep .p-confirmdialog .p-dialog-footer .p-button.p-confirm-dialog-reject:hover {
  background: #3f3d44 !important;
  border-color: #706c77 !important;
  color: #f0eff2 !important;
}
.p-drawer-mask.p-component-overlay.p-drawer-mask-leave {
  pointer-events: none;
}
.p-drawer.station-edit-drawer {
  width: 600px !important;
  max-width: 90vw !important;
}
.p-drawer.station-edit-drawer .p-drawer-header {
  padding: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.p-drawer.station-edit-drawer .p-drawer-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.p-drawer.station-edit-drawer .p-drawer-header .p-drawer-close-button {
  width: 2rem;
  height: 2rem;
  color: #6c757d;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.p-drawer.station-edit-drawer .p-drawer-header .p-drawer-close-button:hover {
  color: #495057;
  background: rgba(0, 0, 0, 0.04);
}
.p-drawer.station-edit-drawer .p-drawer-header .p-drawer-close-button .pi {
  font-size: 1.25rem;
}
.p-drawer.station-edit-drawer .p-drawer-content {
  padding: 1.5rem;
}
.p-drawer.station-edit-drawer .station-drawer-content .selected-call-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 6px;
  margin-bottom: 8px;
  border: 1px solid #dee2e6;
}
.p-drawer.station-edit-drawer .station-drawer-content .selected-call-group-item .call-group-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.p-drawer.station-edit-drawer .station-drawer-content .selected-call-group-item .call-group-info .color-indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.p-drawer.station-edit-drawer .station-drawer-content .selected-call-group-item .reorder-buttons {
  display: flex;
  gap: 4px;
}
.p-drawer.station-edit-drawer .station-drawer-content .selected-call-group-item .reorder-buttons button {
  min-width: 32px;
  height: 32px;
  padding: 4px;
}
.p-drawer.station-edit-drawer .station-drawer-content .selected-call-group-item .reorder-buttons button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
html.un-inverse .p-drawer.station-edit-drawer {
  background: #2d2b31;
  color: #dcdbde;
}
html.un-inverse .p-drawer.station-edit-drawer .p-drawer-header {
  border-bottom-color: #3f3d44;
  color: #dcdbde;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer .station-section {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: #3f3d44 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .station-section .station-section-legend {
  color: #a78bd4 !important;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer [style*="border-bottom: 1px solid #dee2e6"] {
  border-bottom-color: #3f3d44 !important;
}
html.un-inverse .p-drawer.station-edit-drawer [style*="border-top: 1px solid #dee2e6"] {
  border-top-color: #3f3d44 !important;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer .station-drawer-footer {
  border-top-color: #3f3d44 !important;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer label,
html.un-inverse .p-drawer.station-edit-drawer .fz-12,
html.un-inverse .p-drawer.station-edit-drawer .form-helper {
  color: #c5c3c9 !important;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer .restriction-rule-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: #3f3d44 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .restriction-rule-card.rule-has-error {
  background: rgba(220, 53, 69, 0.08);
  border-color: rgba(220, 53, 69, 0.5) !important;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer input[type=time] {
  background: #343338 !important;
  color: #dcdbde !important;
  border-color: #4d4b52 !important;
  color-scheme: dark;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer [style*="border-color: rgb(222, 226, 230)"],
html.un-inverse .p-drawer.station-edit-drawer [style*="border-color: #dee2e6"] {
  border-color: #4d4b52 !important;
  color: #c5c3c9 !important;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer .reorder-buttons button {
  border-color: #4d4b52 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .reorder-buttons button i {
  color: #c5c3c9 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .station-drawer-content .selected-call-group-item {
  background: #343338;
  border-color: #3f3d44;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer .p-input-filled .p-multiselect,
html.un-inverse .p-drawer.station-edit-drawer .p-multiselect {
  background: #343338 !important;
  color: #dcdbde !important;
  border-color: #4d4b52 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .p-input-filled .p-multiselect .p-multiselect-label,
html.un-inverse .p-drawer.station-edit-drawer .p-multiselect .p-multiselect-label {
  color: #dcdbde !important;
}
html.un-inverse .p-drawer.station-edit-drawer .p-input-filled .p-multiselect .p-multiselect-label.p-placeholder,
html.un-inverse .p-drawer.station-edit-drawer .p-multiselect .p-multiselect-label.p-placeholder {
  color: #706c77 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .p-input-filled .p-multiselect .p-multiselect-dropdown,
html.un-inverse .p-drawer.station-edit-drawer .p-multiselect .p-multiselect-dropdown {
  color: #c5c3c9 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .p-multiselect:not(.p-disabled):hover {
  border-color: #706c77 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .p-multiselect:not(.p-disabled).p-focus {
  background: #29282c !important;
  border-color: #9578d3 !important;
}
html.un-inverse .p-drawer.station-edit-drawer {
}
html.un-inverse .p-drawer.station-edit-drawer .btn.btn-extra-outline {
  background: #343338 !important;
  border-color: #4d4b52 !important;
  color: #c5c3c9 !important;
}
html.un-inverse .p-drawer.station-edit-drawer .btn.btn-extra-outline.active,
html.un-inverse .p-drawer.station-edit-drawer .btn.btn-extra-outline:active {
  background: #3a3650 !important;
  border-color: #9578d3 !important;
  color: #dcdbde !important;
}
html.un-inverse .p-drawer.station-edit-drawer .btn.btn-extra-outline:hover:not(.active) {
  background: #3f3d44 !important;
  color: #dcdbde !important;
}
.rtl-pagination {
  direction: rtl;
}
.rtl-pagination ::ng-deep .p-paginator {
  direction: rtl;
}
.rtl-pagination ::ng-deep .p-paginator .p-paginator-first .p-paginator-icon,
.rtl-pagination ::ng-deep .p-paginator .p-paginator-prev .p-paginator-icon,
.rtl-pagination ::ng-deep .p-paginator .p-paginator-next .p-paginator-icon,
.rtl-pagination ::ng-deep .p-paginator .p-paginator-last .p-paginator-icon {
  transform: scaleX(-1);
  display: inline-block;
}
.rtl-pagination ::ng-deep .p-paginator .p-paginator-first {
  margin-left: 0.5rem;
  margin-right: 0;
}
.rtl-pagination ::ng-deep .p-paginator .p-paginator-prev {
  margin-left: 0.25rem;
  margin-right: 0;
}
.rtl-pagination ::ng-deep .p-paginator .p-paginator-next {
  margin-right: 0.25rem;
  margin-left: 0;
}
.rtl-pagination ::ng-deep .p-paginator .p-paginator-last {
  margin-right: 0.5rem;
  margin-left: 0;
}
.rtl-pagination ::ng-deep .p-paginator .p-paginator-current {
  text-align: right;
  direction: rtl;
}
.rtl-pagination ::ng-deep .p-paginator .p-paginator-pages .p-paginator-page {
  direction: ltr;
}
:not(.rtl-pagination) ::ng-deep .p-paginator .p-paginator-first .p-paginator-icon,
:not(.rtl-pagination) ::ng-deep .p-paginator .p-paginator-prev .p-paginator-icon,
:not(.rtl-pagination) ::ng-deep .p-paginator .p-paginator-next .p-paginator-icon,
:not(.rtl-pagination) ::ng-deep .p-paginator .p-paginator-last .p-paginator-icon {
  transform: scaleX(1);
}
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-prev-button span,
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-next-button span,
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-prev-button svg,
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-next-button svg,
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-prev-button .p-icon,
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-next-button .p-icon,
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-prev-button i,
[dir=rtl] .p-datepicker .p-datepicker-header .p-datepicker-next-button i,
[dir=rtl] .p-datepicker-panel .p-datepicker-header .p-datepicker-prev-button span,
[dir=rtl] .p-datepicker-panel .p-datepicker-header .p-datepicker-next-button span,
[dir=rtl] .p-datepicker-panel .p-datepicker-header .p-datepicker-prev-button svg,
[dir=rtl] .p-datepicker-panel .p-datepicker-header .p-datepicker-next-button svg {
  transform: scaleX(-1) !important;
  display: inline-block !important;
}
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-prev-button span,
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-next-button span,
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-prev-button svg,
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-next-button svg,
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-prev-button .p-icon,
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-next-button .p-icon,
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-prev-button i,
[dir=ltr] .p-datepicker .p-datepicker-header .p-datepicker-next-button i {
  transform: scaleX(1) !important;
  display: inline-block !important;
}
.p-select .p-select-label,
.p-multiselect .p-multiselect-label {
  font-size: 1em !important;
  padding: 0.75em 1.2em !important;
}
.p-select,
.p-multiselect {
  background: #fefefe !important;
}
[dir] .p-input-filled .p-select,
[dir] .p-input-filled .p-multiselect {
  background: #dfe1eb !important;
}
[dir] .p-input-filled .p-select:not(.p-disabled):hover,
[dir] .p-input-filled .p-multiselect:not(.p-disabled):hover {
  background-color: #dfe1eb !important;
}
[dir] .p-input-filled .p-select:not(.p-disabled).p-focus,
[dir] .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background-color: #fefefe !important;
}
.p-select-overlay.p-component-overlay,
.p-multiselect-overlay.p-component-overlay,
.p-autocomplete-overlay.p-component-overlay,
.p-treeselect-overlay.p-component-overlay {
  width: auto !important;
  height: auto !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  border: 1px solid #d9d8da !important;
  border-radius: 0.4rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}
.p-multiselect-overlay {
  min-width: 220px;
}
html.un-inverse .p-select-overlay.p-component-overlay,
html.un-inverse .p-multiselect-overlay.p-component-overlay,
html.un-inverse .p-autocomplete-overlay.p-component-overlay {
  background-color: #29282c !important;
  background: #29282c !important;
  border-color: #3f3d44 !important;
  color: #dcdbde !important;
}
html.un-inverse .p-select,
html.un-inverse .p-multiselect {
  background: #29282c !important;
  color: #dcdbde !important;
  border-color: #4d4b52 !important;
}
html.un-inverse [dir] .p-input-filled .p-select,
html.un-inverse [dir] .p-input-filled .p-multiselect {
  background: #343338 !important;
}
html.un-inverse [dir] .p-input-filled .p-select:not(.p-disabled):hover,
html.un-inverse [dir] .p-input-filled .p-multiselect:not(.p-disabled):hover {
  background: #343338 !important;
}
html.un-inverse [dir] .p-input-filled .p-select:not(.p-disabled).p-focus,
html.un-inverse [dir] .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
  background: #29282c !important;
}
[dir] .p-datepicker,
.p-datepicker {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.p-datepicker-panel {
  background: #ffffff !important;
  border: 1px solid #d9d8da !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
}
html.un-inverse .p-datepicker-panel {
  background: #2d2b31 !important;
  border-color: #3f3d44 !important;
  color: #dcdbde !important;
}
html.un-inverse .p-datepicker-panel .p-datepicker-header {
  background: #2d2b31 !important;
  border-bottom-color: #3f3d44 !important;
  color: #dcdbde !important;
}
html.un-inverse .p-datepicker-panel .p-datepicker-day-cell-inner:hover {
  background: #343338 !important;
}
html.un-inverse .p-datepicker-panel td > span:hover {
  background: #343338 !important;
}
.p-inputtext-lg .p-inputtext,
[dir] .p-inputtext-lg .p-inputtext {
  font-size: 1rem !important;
  padding: 0.75em 1.2em !important;
}
.p-input-icon-left p-datepicker,
.p-input-icon-right p-datepicker {
  display: block !important;
  width: 100% !important;
}
.p-input-icon-left p-datepicker .p-datepicker-input,
.p-input-icon-right p-datepicker .p-datepicker-input {
  width: 100% !important;
}
[dir=ltr] .p-input-icon-left p-datepicker .p-datepicker-input {
  padding-left: 3.4em !important;
}
[dir=rtl] .p-input-icon-left p-datepicker .p-datepicker-input {
  padding-right: 3.4em !important;
}
[dir=ltr] .p-input-icon-right p-datepicker .p-datepicker-input {
  padding-right: 3.4em !important;
}
[dir=rtl] .p-input-icon-right p-datepicker .p-datepicker-input {
  padding-left: 3.4em !important;
}
.p-password:has(.p-password-toggle-mask-icon) .p-password-input {
  padding-inline-end: 2.5rem !important;
}
.p-drawer-mask {
  pointer-events: none;
}
.p-drawer {
  pointer-events: auto;
  z-index: 10001 !important;
}
p-toast {
  z-index: 10100 !important;
}
.p-dialog-mask {
  z-index: 10050 !important;
}
body > .p-overlay {
  z-index: 10100 !important;
}
.p-avatar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2rem !important;
  height: 2rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin-inline-end: 8px;
  flex-shrink: 0;
}
.p-avatar.p-avatar-lg {
  width: 3rem !important;
  height: 3rem !important;
}
.p-avatar.p-avatar-xl {
  width: 4rem !important;
  height: 4rem !important;
}
.p-avatar .p-avatar-label {
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  text-align: center !important;
  width: 100% !important;
}
[dir] .p-chip {
  padding: 0.375em 1.2em !important;
}
.row-inline p-chip + p-chip {
  margin-inline-start: 4px;
}
[dir] .p-checkbox.p-checkbox-checked .p-checkbox-box {
  border-color: #9578d3 !important;
  background: #9578d3 !important;
}
[dir] .p-input-filled .p-checkbox.p-checkbox-checked .p-checkbox-box {
  border-color: #9578d3 !important;
  background: #9578d3 !important;
}
.p-checkbox-checked .p-checkbox-icon {
  color: #ffffff !important;
  display: block !important;
}
[dir] .p-accordionheader {
  padding: 1.25em !important;
  border: 1px solid #e2e1e4 !important;
  background: #f5f5f6 !important;
  border-radius: 0.4166666667rem !important;
}
.p-accordionheader {
  color: #5d5a64 !important;
  font-weight: 700 !important;
  transition: none !important;
}
.p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled) > .p-accordionheader:hover {
  color: #5d5a64 !important;
}
[dir] .p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled) > .p-accordionheader:hover {
  background: #ecebed !important;
  border-color: #e2e1e4 !important;
}
[dir=ltr] .p-accordionpanel-active > .p-accordionheader {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
[dir=rtl] .p-accordionpanel-active > .p-accordionheader {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
[dir] .p-accordionpanel-active:not(.p-disabled) > .p-accordionheader:hover {
  background: #ecebed !important;
  border-color: #e2e1e4 !important;
}
[dir] .p-accordioncontent-content {
  padding: 1.25em !important;
  border: 1px solid #e2e1e4 !important;
  border-top: 0 !important;
  background: #fefefe !important;
}
[dir=ltr] .p-accordioncontent-content {
  border-radius: 0 0 0.4166666667rem 0.4166666667rem !important;
}
[dir=rtl] .p-accordioncontent-content {
  border-radius: 0 0 0.4166666667rem 0.4166666667rem !important;
}
[dir] .p-accordionpanel:not(:first-child) > .p-accordionheader {
  border-top: 0 !important;
  border-radius: 0 !important;
}
[dir=ltr] .p-accordionpanel:first-child > .p-accordionheader {
  border-top-right-radius: 0.4166666667rem !important;
  border-top-left-radius: 0.4166666667rem !important;
}
[dir=rtl] .p-accordionpanel:first-child > .p-accordionheader {
  border-top-left-radius: 0.4166666667rem !important;
  border-top-right-radius: 0.4166666667rem !important;
}
[dir=ltr] .p-accordionpanel:last-child:not(.p-accordionpanel-active) > .p-accordionheader {
  border-bottom-right-radius: 0.4166666667rem !important;
  border-bottom-left-radius: 0.4166666667rem !important;
}
[dir=rtl] .p-accordionpanel:last-child:not(.p-accordionpanel-active) > .p-accordionheader {
  border-bottom-left-radius: 0.4166666667rem !important;
  border-bottom-right-radius: 0.4166666667rem !important;
}
html.un-inverse [dir] .p-accordionheader {
  background: #343338 !important;
  border-color: #3f3d44 !important;
}
html.un-inverse .p-accordionheader {
  color: #dcdbde !important;
}
html.un-inverse .p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled) > .p-accordionheader:hover {
  color: #f0eff2 !important;
}
html.un-inverse [dir] .p-accordionpanel:not(.p-accordionpanel-active):not(.p-disabled) > .p-accordionheader:hover {
  background: #3f3d44 !important;
  border-color: #4d4b52 !important;
}
html.un-inverse [dir] .p-accordionpanel-active:not(.p-disabled) > .p-accordionheader:hover {
  background: #3f3d44 !important;
  border-color: #4d4b52 !important;
}
html.un-inverse [dir] .p-accordioncontent-content {
  background: #29282c !important;
  border-color: #3f3d44 !important;
  color: #dcdbde !important;
}
.floatbar .p-drawer-header {
  display: none !important;
}
[dir=ltr] .floatbar .p-drawer-content {
  padding-left: 0;
  padding-right: 0;
}
[dir=rtl] .floatbar .p-drawer-content {
  padding-right: 0;
  padding-left: 0;
}
[dir] .double-tabs .p-tablist {
  background: transparent;
  border: none;
  width: 100%;
}
.double-tabs .p-tablist-active-bar {
  display: none !important;
}
[dir] .double-tabs .p-tablist-tab-list {
  background: transparent;
  border: none;
  width: 100%;
}
[dir] .double-tabs .p-tablist-content {
  width: 100%;
  overflow: hidden;
}
.double-tabs .p-tablist-prev-button,
.double-tabs .p-tablist-next-button {
  display: none !important;
}
[dir] .double-tabs .p-tablist-content {
  border-radius: 5px;
  padding: 4px;
  background-color: #eff1fa;
}
html.un-inverse [dir] .double-tabs .p-tablist-content {
  background-color: #343338;
}
.double-tabs .p-tab {
  flex: 1 1 50%;
  height: 26px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(46, 47, 69, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-transform: capitalize;
}
[dir] .double-tabs .p-tab {
  border: none !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 0 20px;
  border-radius: 5px;
  text-decoration: none;
}
.double-tabs .p-tab .badge {
  color: #fff;
}
[dir] .double-tabs .p-tab .badge {
  background-color: #a5b8f0;
}
[dir=ltr] .double-tabs .p-tab .badge {
  margin-left: 0.5em;
}
[dir=rtl] .double-tabs .p-tab .badge {
  margin-right: 0.5em;
}
[dir] .double-tabs .p-tab:hover:not([aria-selected=true]) {
  background-color: #dbe3f9 !important;
}
.double-tabs .p-tab[aria-selected=true] {
  font-weight: 700;
  color: #fff;
}
[dir] .double-tabs .p-tab[aria-selected=true] {
  background-color: #a5b8f0 !important;
}
.double-tabs .p-tab[aria-selected=true] .badge {
  color: #a5b8f0;
}
[dir] .double-tabs .p-tab[aria-selected=true] .badge {
  background-color: #fff;
}
@media print {
  body,
  [dir] body,
  [dir=ltr] body,
  [dir=rtl] body {
    min-width: 0 !important;
    width: 100% !important;
  }
  app-dashboard-navbar,
  app-dashboard-sidebar,
  .p-tablist,
  app-interactive-guide,
  .help-center-side {
    display: none !important;
  }
  [dir] .layout-dashboard,
  [dir=ltr] .layout-dashboard,
  [dir=rtl] .layout-dashboard {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  [dir] .dashboard-container {
    padding: 0 !important;
  }
  .layout,
  .layout-dashboard {
    display: block !important;
  }
  p-tabs,
  .p-tabs,
  .help-tabs,
  .help-center-page,
  .help-center-shell,
  .help-center-grid,
  .help-center-content,
  .p-tabpanels,
  .p-tabpanel {
    display: block !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
}
.place-autocomplete-wrap {
  display: block;
}
.place-autocomplete-wrap gmp-place-autocomplete {
  width: 100%;
  display: block;
}
gmp-place-autocomplete {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 6px;
}
gmp-place-autocomplete::part(input) {
  position: absolute;
  inset: 0;
  z-index: 5;
  background: var(--p-inputtext-background, #ffffff);
  border: 1px solid var(--p-inputtext-border-color, #d1d5db);
  border-radius: 6px;
  padding: 0.75rem 1.2rem;
  font-family: inherit;
  font-size: 1rem;
  color: var(--p-inputtext-color, #374151);
  outline: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: text;
  transition: border-color 0.2s, box-shadow 0.2s;
}
gmp-place-autocomplete::part(input):focus {
  border-color: var(--p-primary-color, #9578d3);
  box-shadow: 0 0 0 3px rgba(149, 120, 211, 0.14);
}
[dir] .p-input-filled gmp-place-autocomplete,
[dir] .p-input-filled-light gmp-place-autocomplete {
  background: #dfe1eb;
}
[dir] .p-input-filled gmp-place-autocomplete::part(input),
[dir] .p-input-filled-light gmp-place-autocomplete::part(input) {
  background: #dfe1eb;
  border: none;
}
[dir] .p-input-filled gmp-place-autocomplete::part(input):focus,
[dir] .p-input-filled-light gmp-place-autocomplete::part(input):focus {
  background: #fefefe;
  border-color: var(--p-primary-color, #9578d3);
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons-RSSEDYLY.eot");
  src:
    url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons-4GST5W3O.woff2") format("woff2"),
    url("./media/primeicons-P53SE5CV.woff") format("woff"),
    url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),
    url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-folder-plus:before {
  content: "\ea05";
}
.pi-receipt:before {
  content: "\ea06";
}
.pi-asterisk:before {
  content: "\ea07";
}
.pi-face-smile:before {
  content: "\ea08";
}
.pi-pinterest:before {
  content: "\ea09";
}
.pi-expand:before {
  content: "\ea0a";
}
.pi-pen-to-square:before {
  content: "\ea0b";
}
.pi-wave-pulse:before {
  content: "\ea0c";
}
.pi-turkish-lira:before {
  content: "\ea0d";
}
.pi-spinner-dotted:before {
  content: "\ea0e";
}
.pi-crown:before {
  content: "\ea0f";
}
.pi-pause-circle:before {
  content: "\ea10";
}
.pi-warehouse:before {
  content: "\ea11";
}
.pi-objects-column:before {
  content: "\ea12";
}
.pi-clipboard:before {
  content: "\ea13";
}
.pi-play-circle:before {
  content: "\ea14";
}
.pi-venus:before {
  content: "\ea15";
}
.pi-cart-minus:before {
  content: "\ea16";
}
.pi-file-plus:before {
  content: "\ea17";
}
.pi-microchip:before {
  content: "\ea18";
}
.pi-twitch:before {
  content: "\ea19";
}
.pi-building-columns:before {
  content: "\ea1a";
}
.pi-file-check:before {
  content: "\ea1b";
}
.pi-microchip-ai:before {
  content: "\ea1c";
}
.pi-trophy:before {
  content: "\ea1d";
}
.pi-barcode:before {
  content: "\ea1e";
}
.pi-file-arrow-up:before {
  content: "\ea1f";
}
.pi-mars:before {
  content: "\ea20";
}
.pi-tiktok:before {
  content: "\ea21";
}
.pi-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\ea22";
}
.pi-ethereum:before {
  content: "\ea23";
}
.pi-list-check:before {
  content: "\ea24";
}
.pi-thumbtack:before {
  content: "\ea25";
}
.pi-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\ea26";
}
.pi-equals:before {
  content: "\ea27";
}
.pi-lightbulb:before {
  content: "\ea28";
}
.pi-star-half:before {
  content: "\ea29";
}
.pi-address-book:before {
  content: "\ea2a";
}
.pi-chart-scatter:before {
  content: "\ea2b";
}
.pi-indian-rupee:before {
  content: "\ea2c";
}
.pi-star-half-fill:before {
  content: "\ea2d";
}
.pi-cart-arrow-down:before {
  content: "\ea2e";
}
.pi-calendar-clock:before {
  content: "\ea2f";
}
.pi-sort-up-fill:before {
  content: "\ea30";
}
.pi-sparkles:before {
  content: "\ea31";
}
.pi-bullseye:before {
  content: "\ea32";
}
.pi-sort-down-fill:before {
  content: "\ea33";
}
.pi-graduation-cap:before {
  content: "\ea34";
}
.pi-hammer:before {
  content: "\ea35";
}
.pi-bell-slash:before {
  content: "\ea36";
}
.pi-gauge:before {
  content: "\ea37";
}
.pi-shop:before {
  content: "\ea38";
}
.pi-headphones:before {
  content: "\ea39";
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* node_modules/ngx-spinner/animations/ball-scale-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  animation-delay: 0.2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  animation-delay: 0.4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  5% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
