@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

html, body,h1, h2, h3, h4, h5, h6, p,span, div, a, ul, li, ol, input, textarea{
  font-family: 'Rubik', sans-serif !important;

}
.menu-inner .menu-item i {
  margin-inline-end: 0.5rem;
  text-align: center;
  width: 1.25em;
}

.btn-custom {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

#loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    background: var(--bs-body-bg);
    display: flex;
    justify-content: center;
    align-items: center;
}

div.dt-container div.dt-paging ul.pagination {
    justify-content: end;
}

/* Global Light Override - Complete elimination of #dfdfe3 */
.table-light, 
[data-bs-theme="light"] .table-light, 
[data-bs-theme="light"] thead.table-light th, 
table.dataTable thead th,
.bg-light,
.table-responsive .table-light {
    background-color: #f8f9fa !important;
    --bs-table-bg: #f8f9fa !important;
    --bs-light: #f8f9fa !important;
    --bs-tertiary-bg: #f8f9fa !important;
    color: #333333 !important;
}

/* Print Media Styles - Eliminates Navbar Overlap and Chrome Elements */
@media print {
    .layout-navbar,
    .layout-menu,
    .menu-mobile-toggler,
    .content-footer,
    .content-backdrop,
    .layout-overlay,
    .drag-target,
    .d-print-none,
    .alert {
        display: none !important;
    }

    html, body {
        background: #ffffff !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .layout-wrapper,
    .layout-container,
    .layout-page,
    .content-wrapper,
    .container-xxl,
    .container-p-y {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        box-shadow: none !important;
        background: #ffffff !important;
    }

    .card {
        border: 1px solid #ddd !important;
        box-shadow: none !important;
        margin-bottom: 20px !important;
    }

    .d-print-block {
        display: block !important;
    }
}
