html, body {
    font-family: 'Inter';
}
.d-ltr {
    direction: ltr !important;
}
.d-rtl {
    direction: rtl !important;
}
[data-bs-theme="dark"] {
  --bs-app-header-base-bg-color: #111217 !important;
  /* --bs-app-header-base-box-shadow: none; */
  --bs-app-footer-bg-color: #111217 !important;
  --bs-app-bg-color: #13141A !important;
}
[data-bs-theme="light"] {
  --bs-app-header-base-bg-color: #F1F1F4 !important;
  /* --bs-app-header-base-box-shadow: none; */
  --bs-app-footer-bg-color: #F1F1F4 !important;
  --bs-app-bg-color: #DBDFE9 !important;
}
.z-index-1101 {
    z-index: 1101 !important;
}
.z-index-1102 {
    z-index: 1102 !important;
}
.min-h-100vh {
    min-height: 100vh !important;
}
.min-width-max-content {
    min-width: max-content !important;
}
.border-white {
    color: --bs-white;
}
.border-primary {
    color: --bs-primary;
}
.border-secondary {
    color: --bs-secondary;
}
.border-success {
    color: --bs-success;
}
.border-info {
    color: --bs-info;
}
.border-warning {
    color: --bs-warning;
}
.border-danger {
    color: --bs-danger;
}
.border-light {
    color: --bs-light;
}
.border-dark {
    color: --bs-dark;
}
.p-datatable-column-header-content {
    min-width: max-content !important;
}
.p-dialog-close-button {
    width: 2rem !important;
    height: 2rem !important;
}