
/*.mud-input-control > .mud-input-control-input-container {
    font-family: "Cairo" !important;
}
.mud-input-control-helper-container {
    font-family: "Cairo" !important;
}

.mud-nav-link .mud-nav-link-text {
    font-family: "Cairo" !important;
}
.mud-navmenu a {
    text-decoration: none !important;
}*/
.table-hdr-groups thead > tr.mud-table-row:first-child {
    display: contents;
}

    .table-hdr-groups thead > tr.mud-table-row:first-child > th[scope="col"] {
        display: none;
        padding: 0;
        margin: 0;
        border: 0;
    }

.mud-table thead .group-header-row th {
    position: sticky;
    top: 0;
    z-index: 7;
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.mud-table thead th.sticky-end {
    position: sticky;
    right: 0;
    z-index: 8;
}

.mud-table thead th.sticky-start {
    position: sticky;
    left: 0;
    z-index: 8;
}

.grid-selected-row {
    background-color: #1E88E5 !important;
    width: 100%;
}

    .grid-selected-row > td .mud-input {
        color: blue# !important;
        width: 100%;
    }

th {
    white-space: nowrap !important;
}

.qr-wrapper {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border: 0px solid #bbb;
    padding: 0px;
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
    margin: 0px;
}

.qr-image {
    width: fit-content;
    height: 70%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.sticky-topheader {
    position: sticky !important;
    top: 0 !important;
    z-index: 85 !important;
}


.orders-status-container {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 20px;
}

.mud-tabs-tabbar {
    width: fit-content !important;
}

.profile-header {
    background-color: var(--mud-palette-appbar-background); /* لون الخلفية الفاتح كما في الصورة */
    padding: 40px 80px;
}

.profile-name {
    color: #003366; /* عدّل للون الأزرق المستخدم لديك */
    font-weight: 600;
    text-align: center;
}

.profile-details {
    color: #9fa4b5;
    font-size: 0.9rem;
}

.profile-avatar {
    width: 160px;
    height: 160px;
    background-color: #e3e6f0;
    border-radius: 50%;
}

.status-card {
    /* border: 1px solid #eee;*/
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    flex: auto;
    flex-direction: column;
    justify-content: space-between;
    /*margin: 0 5px;*/
    /*    max-width: 250px;
    max-height: 90px;
    min-width: 170px;*/
    width: fit-content;
    /*padding: 10px;*/
    position: relative;
    transition: all .35s cubic-bezier(.2,1,.3,1);
}



    .status-card:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    }

    .status-card.selected {
        border-color: var(--mud-palette-primary); /* لون أساسي */
        border: 1px solid var(--mud-palette-primary);
        transform: translateY(-2px);
    }

/* إزالة الخط السفلي */
.card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

/* تنسيق الكارد */
.clickable-card {
    padding: 20px;
    border: 1px solid 1px solid var(--mud-palette-table-striped);
    border-radius: 8px;
    background: var(--mud-palette-surface);
    transition: all 0.3s ease;
    cursor: pointer;
}

    /* تأثير hover */
    .clickable-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        background: var(--mud-palette-background);
    }

.lp-app-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}
/* إذا تستخدم CSS Isolation غالبًا ستحتاج :deep */
.mudexpansionpanel-title {
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    /* واضح في الداكن والعادي لأنه يعتمد على لون النص الأساسي من الثيم */
    color: var(--mud-palette-text-primary);
    font-weight: 600;
}
