/* _content/NT_CRM/Components/Hub/FormCategoryHub.razor.rz.scp.css */
.form-hub-page[b-slhgxiu5i2] {
    min-height: 100vh;
    font-family: "Cairo", sans-serif;
}

.form-hub-page .home-container[b-slhgxiu5i2] {
    position: relative;
    z-index: 0;
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.form-hub-page .app-category[b-slhgxiu5i2] {
    animation: hubSlideIn-b-slhgxiu5i2 0.5s ease;
}

@keyframes hubSlideIn-b-slhgxiu5i2 {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-hub-page .app-category-header[b-slhgxiu5i2] {
    width: 25%;
    min-width: 180px;
    background: linear-gradient(135deg, #7a0ea8, #9b2bc4);
    color: white;
    padding: 5px;
    padding-inline-start: 12px;
    border-start-start-radius: 16px;
    border-start-end-radius: 50px;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 8px 8px 16px rgba(89, 7, 134, 0.15);
    transform: translateY(8px);
}

.form-hub-page .app-category-content[b-slhgxiu5i2] {
    background: linear-gradient(135deg, #ffffff, #f5f7fa);
    padding: 20px;
    padding-top: 25px;
    border: 1px solid rgba(202, 121, 248, 0.6);
    border-radius: 0 0 16px 16px;
    box-shadow: 10px 10px 25px rgba(89, 7, 134, 0.08);
}

.form-hub-page .item-grid[b-slhgxiu5i2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 22px;
}

.form-hub-page .app-item[b-slhgxiu5i2] {
    width: 100%;
    max-width: 110px;
    height: 120px;
    min-height: 120px;
    background: linear-gradient(to bottom, #DBA4FA, #ECCFFC);
    border: 1px outset rgba(202, 121, 248, 0.5);
    border-radius: 14px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 8px 8px 18px rgba(89, 7, 134, 0.12);
    box-sizing: border-box;
}

.form-hub-page .app-item:hover[b-slhgxiu5i2] {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 0 24px rgba(155, 43, 196, 0.25);
}

.form-hub-page .app-item-text[b-slhgxiu5i2] {
    font-size: 0.85rem;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    color: #590786;
    line-height: 1.25;
    margin-top: 6px;
    text-align: center;
    width: 100%;
    min-height: 2.5em;
    max-height: 2.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.form-hub-page .GoogleIcon-FormCard[b-slhgxiu5i2] {
    font-family: 'Material Symbols Outlined';
    font-size: 42px;
    color: #590786;
    flex-shrink: 0;
    line-height: 1;
}

.form-hub-page .loading-spinner[b-slhgxiu5i2],
.form-hub-page .empty-state[b-slhgxiu5i2] {
    text-align: center;
    padding: 40px;
    color: #590786;
}

.form-hub-page .spinner[b-slhgxiu5i2] {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(89, 7, 134, 0.2);
    border-top: 4px solid #590786;
    border-radius: 50%;
    animation: hubSpin-b-slhgxiu5i2 1s linear infinite;
    margin-top: 16px;
}

@keyframes hubSpin-b-slhgxiu5i2 {
    to { transform: rotate(360deg); }
}
/* _content/NT_CRM/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pezgnq0x8x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pezgnq0x8x] {
    flex: 1;
}

.sidebar[b-pezgnq0x8x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pezgnq0x8x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pezgnq0x8x]  a, .top-row[b-pezgnq0x8x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-pezgnq0x8x]  a:hover, .top-row[b-pezgnq0x8x]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-pezgnq0x8x]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-pezgnq0x8x] {
        justify-content: space-between;
    }

        .top-row[b-pezgnq0x8x]  a, .top-row[b-pezgnq0x8x]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-pezgnq0x8x] {
        flex-direction: row;
    }

    .sidebar[b-pezgnq0x8x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pezgnq0x8x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-pezgnq0x8x]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-pezgnq0x8x], article[b-pezgnq0x8x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pezgnq0x8x] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pezgnq0x8x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/NT_CRM/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qe7l9bcpux] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-qe7l9bcpux] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qe7l9bcpux] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qe7l9bcpux] {
    font-size: 1.1rem;
}

.bi[b-qe7l9bcpux] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qe7l9bcpux] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qe7l9bcpux] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qe7l9bcpux] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qe7l9bcpux] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qe7l9bcpux] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qe7l9bcpux] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qe7l9bcpux]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1.4;
        width: 100%;
        gap: 0.85rem;
        font-family: "Cairo", sans-serif;
        font-size: 1rem;
        font-weight: 600;
    }

.nav-item[b-qe7l9bcpux]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qe7l9bcpux]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qe7l9bcpux] {
    display: none;
    font-family: "Cairo", sans-serif;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qe7l9bcpux] {
    display: block;
}

.nav-menu-icon[b-qe7l9bcpux] {
    font-family: 'Material Symbols Outlined';
    font-size: 1.25rem;
    width: 1.35rem;
    height: 1.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-inline-end: 0.15rem;
}


@media (min-width: 641px) {
    .navbar-toggler[b-qe7l9bcpux] {
        display: none;
    }

    .nav-scrollable[b-qe7l9bcpux] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/NT_CRM/Components/NTControls/NTadoCodeName.razor.rz.scp.css */

.nt-control-CodeName[b-9xvaapj3vy] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-label[b-9xvaapj3vy] {
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    font-weight:lighter;
    font-size: 12px;
    color: white;
    padding: 8px;
    background: linear-gradient(90deg, rgb(56, 5, 91), #6D0AB1,rgb(56, 5, 91));
    border: 1px solid #ccc;
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    white-space: nowrap;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
}

.code-input[b-9xvaapj3vy] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-radius:0;
    height: 30px;
    margin: 0;
}
.name-input[b-9xvaapj3vy] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-end-end-radius: 0.5rem;
    border-start-end-radius: 0.5rem;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    height: 30px;
    margin: 0;
}

.nt-loading-spinner[b-9xvaapj3vy] {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.NT-name-container[b-9xvaapj3vy] {
    display: flex;
    align-items: center;
    position: relative;
}
.nt-error-message[b-9xvaapj3vy] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 2px;
    display: block;
}
/* _content/NT_CRM/Components/NTControls/NTcActionButton.razor.rz.scp.css */
.fixed-action-buttons[b-0b96cm76r2] {
/*    position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
/*    background: linear-gradient(to right, #0d6efd, #0a58ca);*/
    padding: 5px;
    display: flex;
    justify-content: center;
    gap: 10px;

    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.action-btn[b-0b96cm76r2] {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(4px);
}

    .action-btn:hover[b-0b96cm76r2] {
        background-color: rgba(255, 255, 255, 0.25);
        transform: translateY(-2px);
    }

.btn-new i[b-0b96cm76r2] {
    color: #28a745;
}

.btn-open i[b-0b96cm76r2] {
    color: #17a2b8;
}

.btn-delete i[b-0b96cm76r2] {
    color: #dc3545;
}

.btn-save i[b-0b96cm76r2] {
    color: #ffc107;
}

@media (max-width: 576px) {
    .action-btn[b-0b96cm76r2] {
        font-size: 12px;
        padding: 8px 12px;
    }
}

/* زر التحميل التدريجي */
@keyframes fadeInUp-b-0b96cm76r2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fixed-action-buttons[b-0b96cm76r2] {
    animation: fadeInUp-b-0b96cm76r2 0.6s ease-out;
}

/* حركة عند الضغط */
@keyframes pressDown-b-0b96cm76r2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.action-btn:active[b-0b96cm76r2] {
    animation: pressDown-b-0b96cm76r2 0.2s ease;
}

/* حركة عند الـ Hover */
.action-btn:hover[b-0b96cm76r2] {
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
/* _content/NT_CRM/Components/NTControls/NTcDate.razor.rz.scp.css */

.NT-NewText[b-uy7vp60upz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.custom-label[b-uy7vp60upz] {
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    font-size: 12px;
    color: white;
    padding: 8px;
    background: linear-gradient(90deg, rgb(56, 5, 91), #6D0AB1,rgb(56, 5, 91));
    border: 1px solid #ccc;
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    white-space: nowrap;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
}

.custom-input[b-uy7vp60upz] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-end-end-radius: 0.5rem;
    border-start-end-radius: 0.5rem;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    height: 30px;
    margin: 0;
}
.w-100[b-uy7vp60upz] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc !important;
    border-end-end-radius: 0.5rem !important;
    border-start-end-radius: 0.5rem;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    height: 30px;
    margin: 0;
}
.custom-date-div[b-uy7vp60upz] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-end-end-radius: 0.5rem;
    border-start-end-radius: 0.5rem;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    height: 30px;
    margin: 0;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
}
/* _content/NT_CRM/Components/NTControls/NTcFormBD.razor.rz.scp.css */
.rounded-form[b-0lth13a7pv] {
    border-radius: 15px;
    border: 1px solid #ccc;
    padding: 0px;
    background-color: #f9f9f9;
    max-width: 600px;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.form-header[b-0lth13a7pv] {
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    color: aliceblue;
    background: linear-gradient(to bottom, rgb(56, 5, 91), #6D0AB1);
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    text-align: center;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-footer[b-0lth13a7pv] {
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    color: aliceblue;
    background: linear-gradient(to top, rgb(56, 5, 91), #6D0AB1);
    padding: 0px;
    font-weight: bold;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.form-body[b-0lth13a7pv] {
    margin: 5px;
    padding: 5px;
}
/* _content/NT_CRM/Components/NTControls/NTcInput.razor.rz.scp.css */
.ntc-input-container[b-f0ql6qo0lj] {
    position: relative;
    margin-bottom: 20px;
    padding-top: 8px;
    font-family: "Cairo", sans-serif;
}

.ntc-input-wrapper[b-f0ql6qo0lj] {
    position: relative;
    display: flex;
    align-items: center;
}

.ntc-input[b-f0ql6qo0lj] {
    width: 100%;
    padding:   12px 50px 12px 50px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 14px;
    outline: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    font-family: "Cairo", sans-serif;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
}

.ntc-input[b-f0ql6qo0lj]::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.ntc-input:hover[b-f0ql6qo0lj] {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.ntc-input:focus[b-f0ql6qo0lj] {
    background: rgba(255, 255, 255, 0.3);
    border-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2),
                0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.ntc-input.disabled[b-f0ql6qo0lj] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    cursor: not-allowed;
    opacity: 0.6;
}

.ntc-input.invalid[b-f0ql6qo0lj] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}

.ntc-input.invalid:focus[b-f0ql6qo0lj] {
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.3);
}

/* الأيقونة */
.ntc-input-icon[b-f0ql6qo0lj] {
    position: absolute;
    right: 16px;
    top: 55%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    z-index: 2;
    pointer-events: none;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/* زر إظهار/إخفاء كلمة المرور */
.ntc-password-toggle[b-f0ql6qo0lj] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    z-index: 2;
}

.ntc-password-toggle:hover[b-f0ql6qo0lj] {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

/* مؤشر التحميل */
.ntc-input-loader[b-f0ql6qo0lj] {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.spinner[b-f0ql6qo0lj] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-f0ql6qo0lj 0.8s linear infinite;
}

@keyframes spin-b-f0ql6qo0lj {
    to { transform: rotate(360deg); }
}

/* التسمية (Label) - دائماً فوق الـ Input */
.ntc-input-label[b-f0ql6qo0lj] {
    position: absolute;
    top: -12px;
    right: 16px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: rgba(102, 126, 234, 0.85);
    padding: 4px 12px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* تأثير Hover على الـ Label */
.ntc-input-container:hover .ntc-input-label[b-f0ql6qo0lj] {
    background: rgba(102, 126, 234, 0.95);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* عند Focus */
.ntc-input:focus ~ .ntc-input-label[b-f0ql6qo0lj],
.ntc-input-label.active[b-f0ql6qo0lj] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    transform: translateY(-2px) scale(1.05);
}

/* رسالة الخطأ */
.ntc-input-error[b-f0ql6qo0lj] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(239, 68, 68, 0.9);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
    animation: errorSlideIn-b-f0ql6qo0lj 0.3s ease;
}

@keyframes errorSlideIn-b-f0ql6qo0lj {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.ntc-input-error i[b-f0ql6qo0lj] {
    font-size: 16px;
}

/* إزالة الأسهم من حقل الأرقام */
.ntc-input[type="number"][b-f0ql6qo0lj]::-webkit-inner-spin-button,
.ntc-input[type="number"][b-f0ql6qo0lj]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ntc-input[type="number"][b-f0ql6qo0lj] {
    -moz-appearance: textfield;
}

/* Responsive */
@media (max-width: 480px) {
    .ntc-input[b-f0ql6qo0lj] {
        padding: 14px 45px 14px 45px;
        font-size: 15px;
    }

    .ntc-input-icon[b-f0ql6qo0lj] {
        font-size: 18px;
        right: 14px;
    }

    .ntc-password-toggle[b-f0ql6qo0lj] {
        left: 14px;
        font-size: 16px;
    }

    .ntc-input-label[b-f0ql6qo0lj] {
        font-size: 15px;
    }

    .ntc-input-label.active[b-f0ql6qo0lj] {
        font-size: 12px;
    }
}

/* _content/NT_CRM/Components/NTControls/NTcLookUp.razor.rz.scp.css */
.NT-NewText[b-32oc6i5p0z] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.custom-label[b-32oc6i5p0z] {
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    font-weight: lighter;
    font-size: 12px;
    color: white;
    padding: 8px;
    background: linear-gradient(90deg, rgb(56, 5, 91), #6D0AB1, rgb(56, 5, 91));
    border: 1px solid #ccc;
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    white-space: nowrap;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
}

.col-lg-9[b-32oc6i5p0z] {
    position: relative;
}

.ntc-lookup-wrapper[b-32oc6i5p0z] {
    position: relative;
    flex: 1;
    min-width: 150px;
    display: flex;
    align-items: center;
}

.ntc-lookup-input[b-32oc6i5p0z] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-end-end-radius: 0.5rem;
    border-start-end-radius: 0.5rem;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    height: 30px;
    margin: 0;
    padding-right: 35px;
}

.ntc-lookup-input:focus[b-32oc6i5p0z] {
    outline: none;
    border-color: #6D0AB1;
    box-shadow: 0 0 0 2px rgba(109, 10, 177, 0.2);
}

.ntc-lookup-input.invalid[b-32oc6i5p0z] {
    border-color: #dc3545;
}

.ntc-lookup-input.disabled[b-32oc6i5p0z] {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: 0.6;
}

/* زر القائمة المنسدلة - بنفسجي ملكي */
.ntc-lookup-button[b-32oc6i5p0z] {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, rgb(56, 5, 91) 0%, #6D0AB1 100%);
    border: none;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 24px;
    box-shadow: 0 2px 4px rgba(109, 10, 177, 0.3);
}

.ntc-lookup-button:hover:not(:disabled)[b-32oc6i5p0z] {
    background: linear-gradient(135deg, #6D0AB1 0%, rgb(56, 5, 91) 100%);
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 3px 6px rgba(109, 10, 177, 0.4);
}

.ntc-lookup-button:active:not(:disabled)[b-32oc6i5p0z] {
    transform: translateY(-50%) scale(0.98);
    box-shadow: 0 1px 2px rgba(109, 10, 177, 0.3);
}

.ntc-lookup-button:disabled[b-32oc6i5p0z] {
    opacity: 0.5;
    cursor: not-allowed;
    background: rgba(109, 10, 177, 0.5);
}

/* مؤشر التحميل */
.ntc-lookup-loader[b-32oc6i5p0z] {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.spinner[b-32oc6i5p0z] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(109, 10, 177, 0.3);
    border-top-color: #6D0AB1;
    border-radius: 50%;
    animation: spin-b-32oc6i5p0z 0.8s linear infinite;
}

@keyframes spin-b-32oc6i5p0z {
    to { transform: rotate(360deg); }
}

/* القائمة المنسدلة */
.ntc-lookup-dropdown[b-32oc6i5p0z] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 2px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    animation: dropdownSlideIn-b-32oc6i5p0z 0.2s ease;
}

@keyframes dropdownSlideIn-b-32oc6i5p0z {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* عنصر القائمة */
.ntc-lookup-item[b-32oc6i5p0z] {
    padding: 10px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-family: "Cairo", sans-serif;
}

.ntc-lookup-item:first-child[b-32oc6i5p0z] {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.ntc-lookup-item:last-child[b-32oc6i5p0z] {
    border-bottom: none;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.ntc-lookup-item:hover[b-32oc6i5p0z] {
    background: rgba(109, 10, 177, 0.1);
    color: #6D0AB1;
    transform: translateX(2px);
}

.ntc-lookup-item.selected[b-32oc6i5p0z] {
    background: linear-gradient(135deg, rgb(56, 5, 91) 0%, #6D0AB1 100%);
    color: #ffffff;
    font-weight: 600;
}

.ntc-lookup-item.selected:hover[b-32oc6i5p0z] {
    background: linear-gradient(135deg, #6D0AB1 0%, rgb(56, 5, 91) 100%);
    transform: translateX(2px);
}

/* رسالة فارغة */
.ntc-lookup-empty[b-32oc6i5p0z] {
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
    font-family: "Cairo", sans-serif;
}

/* رسالة الخطأ */
.ntc-lookup-error[b-32oc6i5p0z] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    padding: 6px 10px;
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid #dc3545;
    border-radius: 4px;
    color: #dc3545;
    font-size: 12px;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
}

.ntc-lookup-error i[b-32oc6i5p0z] {
    font-size: 14px;
}

/* Scrollbar للقائمة المنسدلة */
.ntc-lookup-dropdown[b-32oc6i5p0z]::-webkit-scrollbar {
    width: 6px;
}

.ntc-lookup-dropdown[b-32oc6i5p0z]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.ntc-lookup-dropdown[b-32oc6i5p0z]::-webkit-scrollbar-thumb {
    background: rgba(109, 10, 177, 0.5);
    border-radius: 10px;
}

.ntc-lookup-dropdown[b-32oc6i5p0z]::-webkit-scrollbar-thumb:hover {
    background: rgba(109, 10, 177, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
    .ntc-lookup-input[b-32oc6i5p0z] {
        font-size: 14px;
    }

    .ntc-lookup-button[b-32oc6i5p0z] {
        width: 26px;
        height: 22px;
        font-size: 12px;
    }
}
/* _content/NT_CRM/Components/NTControls/NTcNavigationButton.razor.rz.scp.css */
.navigation-buttons-container[b-977kgvb7ys] {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color : transparent ;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-buttons-group[b-977kgvb7ys] {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: rtl;
}

.nav-btn-wrapper[b-977kgvb7ys] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 10px;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    font-weight: lighter;
}

.nav-btn[b-977kgvb7ys] {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 10px;
    font-size: 10px;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    font-weight: lighter ;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    backdrop-filter: blur(4px);
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-btn[b-977kgvb7ys]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
    border-radius: 50%;
}

.nav-btn:hover:not(:disabled)[b-977kgvb7ys]::before {
    left: 100%;
}

.nav-btn:hover:not(:disabled)[b-977kgvb7ys] {
    transform: translateY(-2px) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.25);
}

.nav-btn:active:not(:disabled)[b-977kgvb7ys] {
    transform: translateY(0) scale(0.95);
    animation: pressDown-b-977kgvb7ys 0.2s ease;
}

.nav-btn:disabled[b-977kgvb7ys] {
    opacity: 0.3;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, 0.05);
    filter: grayscale(1);
}

/* تصميم موحد لجميع الأزرار */
.btn-first[b-977kgvb7ys],
.btn-previous[b-977kgvb7ys],
.btn-next[b-977kgvb7ys],
.btn-last[b-977kgvb7ys] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
}

.btn-first:hover:not(:disabled)[b-977kgvb7ys],
.btn-previous:hover:not(:disabled)[b-977kgvb7ys],
.btn-next:hover:not(:disabled)[b-977kgvb7ys],
.btn-last:hover:not(:disabled)[b-977kgvb7ys] {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* النص (الـ label) داخل <i> - نوع وحجم الخط المخصص */
.nav-btn i[b-977kgvb7ys] {
    color: white;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row ;
    align-items: center;
    gap: 2px;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.2;
}

/* الأيقونة من Font Awesome - تحتفظ بخطها الأصلي */
.nav-btn i[b-977kgvb7ys]::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    font-size: 16px;
}

.btn-first i[b-977kgvb7ys],
.btn-previous i[b-977kgvb7ys],
.btn-next i[b-977kgvb7ys],
.btn-last i[b-977kgvb7ys] {
    color: white;
    font-size: 10px !important;
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif !important;
    font-weight: 500 !important;
}

.nav-btn:hover:not(:disabled) i[b-977kgvb7ys] {
    color: white;
    transform: scale(1.15);
}

.btn-text[b-977kgvb7ys] {
    font-size: 9px;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-align: center;
    margin-top: 2px;
}

.nav-btn-wrapper:hover .btn-text[b-977kgvb7ys] {
    color: white;
    font-weight: 700;
}

/* Animation عند التحميل */
@keyframes slideInDown-b-977kgvb7ys {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navigation-buttons-container[b-977kgvb7ys] {
    animation: slideInDown-b-977kgvb7ys 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* حركة عند الضغط */
@keyframes pressDown-b-977kgvb7ys {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .nav-btn[b-977kgvb7ys] {
        width: 40px;
        height: 40px;
        padding: 8px;
        font-size: 10px;
    }

    .btn-text[b-977kgvb7ys] {
        font-size: 8px;
    }

    .nav-buttons-group[b-977kgvb7ys] {
        gap: 6px;
    }
    
    .btn-first i[b-977kgvb7ys],
    .btn-previous i[b-977kgvb7ys],
    .btn-next i[b-977kgvb7ys],
    .btn-last i[b-977kgvb7ys] {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .btn-text[b-977kgvb7ys] {
        display: none;
    }

    .nav-btn[b-977kgvb7ys] {
        width: 38px;
        height: 38px;
        padding: 6px;
    }
    
    .nav-buttons-group[b-977kgvb7ys] {
        gap: 4px;
    }
    
    .btn-first i[b-977kgvb7ys],
    .btn-previous i[b-977kgvb7ys],
    .btn-next i[b-977kgvb7ys],
    .btn-last i[b-977kgvb7ys] {
        font-size: 14px;
    }
}
/* _content/NT_CRM/Components/NTControls/NTcontrolCodeName.razor.rz.scp.css */

.nt-control-CodeName[b-mnp2ra6cxg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-label[b-mnp2ra6cxg] {
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    font-weight:lighter;
    font-size: 12px;
    color: white;
    padding: 8px;
    background: linear-gradient(90deg, rgb(56, 5, 91), #6D0AB1,rgb(56, 5, 91));
    border: 1px solid #ccc;
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    white-space: nowrap;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
}

.code-input[b-mnp2ra6cxg] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-radius:0;
    height: 30px;
    margin: 0;
}
.name-input[b-mnp2ra6cxg] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-end-end-radius: 0.5rem;
    border-start-end-radius: 0.5rem;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    height: 30px;
    margin: 0;
}

.nt-loading-spinner[b-mnp2ra6cxg] {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.NT-name-container[b-mnp2ra6cxg] {
    display: flex;
    align-items: center;
    position: relative;
}
.nt-error-message[b-mnp2ra6cxg] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 2px;
    display: block;
}
/* _content/NT_CRM/Components/NTControls/NTNewText.razor.rz.scp.css */

.NT-NewText[b-7awalr5a73] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.custom-label[b-7awalr5a73] {
    font-family: "Cairo", system-ui, -apple-system, Segoe UI, Roboto, Arial, serif;
    font-weight:lighter;
    font-size: 12px;
    color: white;
    padding: 8px;
    background: linear-gradient(90deg, rgb(56, 5, 91), #6D0AB1,rgb(56, 5, 91));
    border: 1px solid #ccc;
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    white-space: nowrap;
    height: 30px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin: 0;
}

.custom-input[b-7awalr5a73] {
    flex: 1;
    min-width: 150px;
    border: 1px solid #ccc;
    border-end-end-radius: 0.5rem;
    border-start-end-radius: 0.5rem;
    border-start-start-radius: 0;
    border-end-start-radius: 0;
    height: 30px;
    margin: 0;
}

@media (max-width: 768px) {
    .custom-label[b-7awalr5a73] {
        width:25%;
    }
    .custom-input[b-7awalr5a73] {
        width: 70%;
    }
}
/* _content/NT_CRM/Components/Pages/FrmBD/FrmBD_User.razor.rz.scp.css */
/* Scoped styles for FrmBD_User.razor */

.frm-user .card[b-v6ikdb3alt] {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: .75rem;
}

.frm-user .card-header[b-v6ikdb3alt] {
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.frm-user .form-control[b-v6ikdb3alt],
.frm-user .form-check-input[b-v6ikdb3alt] {
  box-shadow: none;
}

.frm-user .form-control:focus[b-v6ikdb3alt],
.frm-user .form-check-input:focus[b-v6ikdb3alt] {
  border-color: #86b7fe;
  box-shadow: 0 0 0 .15rem rgba(13,110,253,.15);
}

.frm-user .btn[b-v6ikdb3alt] {
  border-radius: .5rem;
}

.frm-user .table > :not(caption) > * > *[b-v6ikdb3alt] {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.frm-user .table-hover tbody tr:hover[b-v6ikdb3alt] {
  background-color: rgba(13,110,253,.03);
}

/* Make badges subtle */
.frm-user .badge.text-bg-light[b-v6ikdb3alt] {
  background-color: #f6f8fa !important;
  color: #6c757d !important;
  border: 1px solid rgba(0,0,0,.05);
}

/* Card footer styling */
.frm-user .card-footer[b-v6ikdb3alt] {
  padding: 1rem 1.25rem;
  border-top: 1px solid rgba(0,0,0,.06) !important;
}

/* Navigation button group */
.frm-user .btn-group .btn[b-v6ikdb3alt] {
  font-size: .875rem;
  padding: .375rem .75rem;
  transition: all .2s ease;
}

.frm-user .btn-group .btn:disabled[b-v6ikdb3alt] {
  opacity: .4;
  cursor: not-allowed;
}

.frm-user .btn-group .btn:not(:disabled):hover[b-v6ikdb3alt] {
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.frm-user .btn-group .btn span[b-v6ikdb3alt] {
  font-size:  1rem;
  vertical-align: middle;
}

/* Small screens: stack cards nicely */
@media (max-width: 576px) {
  .frm-user .card-header h5[b-v6ikdb3alt],
  .frm-user .card-header h6[b-v6ikdb3alt] {
    font-size: 1rem;
  }
  
  .frm-user .card-footer > div[b-v6ikdb3alt] {
    flex-direction: column;
    gap: .75rem;
  }
  
  .frm-user .btn-group[b-v6ikdb3alt] {
    width: 100%;
  }
  
  .frm-user .btn-group .btn[b-v6ikdb3alt] {
    flex: 1;
  }
}
/* _content/NT_CRM/Components/Pages/Home.razor.rz.scp.css */
/* ===================================================================== */
/* الصفحة الرئيسية */
/* ===================================================================== */
.NT_Page_Home[b-3lqded1bqo] {
/*    background: linear-gradient(135deg, #f5f7fa, #e8f0f7);*/
    background: none;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    font-family: "Cairo", sans-serif;
}

    /* طبقة الموجات المتحركة */
    &[b-3lqded1bqo]::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,30 Q300,0 600,30 T1200,30 L1200,120 L0,120 Z" fill="rgba(155,43,196,0.08)"/></svg>') repeat-x, url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0,40 Q300,10 600,40 T1200,40 L1200,120 L0,120 Z" fill="rgba(123,14,168,0.05)"/></svg>') repeat-x;
        background-size: 600px 100px, 800px 120px;
        background-position: 0 0, 50px 0;
        background-repeat: repeat-x;
        animation: waveAnimation-b-3lqded1bqo 15s linear infinite;
        pointer-events: none;
        z-index: 0;
        bottom: 0;
        height: 150px;
    }

@keyframes waveAnimation-b-3lqded1bqo {
    0% {
        background-position: 0 0, 50px 0;
    }

    100% {
        background-position: 600px 0, 650px 0;
    }
}

/* Container الرئيسي */
.home-container[b-3lqded1bqo] {
    position: relative;
    z-index:0;
    padding: 20px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* ===================================================================== */
/* رسالة الترحيب - Neumorphism */
/* ===================================================================== */
.welcome-section[b-3lqded1bqo] {
    margin-bottom: 40px;
}

.welcome-text[b-3lqded1bqo] {
    background: linear-gradient(135deg, var(--primary-purple), var(--neon-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    font-size: 2.5rem;
    letter-spacing: -1px;
    margin: 0 0 20px 0;
    animation: slideInDown-b-3lqded1bqo 0.8s ease;
}

@keyframes slideInDown-b-3lqded1bqo {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-subtitle[b-3lqded1bqo] {
    color: #757575;
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 10px;
}

/* ===================================================================== */
/* Alert Box - Neumorphism */
/* ===================================================================== */
.nt-alert[b-3lqded1bqo] {
    background: linear-gradient(135deg, rgba(89, 7, 134, 0.1), rgba(155, 43, 196, 0.05));
    border: 2px solid var(--primary-purple-lighter);
    border-radius: 20px;
    padding: 18px 28px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    color: var(--primary-purple);
    /* Neumorphism Shadow */
    box-shadow: 10px 10px 20px var(--shadow-dark), -10px -10px 20px var(--shadow-light), inset 1px 1px 2px var(--shadow-light), inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    animation: slideInUp-b-3lqded1bqo 0.8s ease 0.2s backwards;
}

.nt-alert-icon[b-3lqded1bqo] {
    font-size: 1.5rem;
    min-width: 28px;
}

@keyframes slideInUp-b-3lqded1bqo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===================================================================== */
/* قسم إدارة النظام - تصميم دائري */
/* ===================================================================== */
.admin-section[b-3lqded1bqo] {
    margin-bottom: 20px;
    padding-inline-start: 10px;
    padding-top:5px;
    padding-bottom:5px;
    background: linear-gradient(135deg, rgba(89, 7, 134, 0.05), rgba(155, 43, 196, 0.02));
    border-radius: 24px;
    border: 2px solid rgba(202, 121, 248, 0.3);
    box-shadow: 0 8px 32px rgba(89, 7, 134, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    animation: slideInDown-b-3lqded1bqo 0.8s ease 0.1s backwards;
    display: flex;
    gap: 40px;
}

.admin-section-title[b-3lqded1bqo] {
    font-size: 18px;
    font-weight: 800;
    color: var(--primary-purple);
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: center;
    justify-content: center;
}

.admin-icon[b-3lqded1bqo] {
    font-size: 1.8rem;
    filter: drop-shadow(0 2px 4px rgba(89, 7, 134, 0.3));
}

.admin-items-container[b-3lqded1bqo] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    padding: 0;
}

.admin-item-wrapper[b-3lqded1bqo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin:5px;
}

.admin-item-wrapper:nth-child(1) .admin-item-circle[b-3lqded1bqo] {
    animation-delay: 0.2s;
}

.admin-item-wrapper:nth-child(2) .admin-item-circle[b-3lqded1bqo] {
    animation-delay: 0.3s;
}

.admin-item-wrapper:nth-child(3) .admin-item-circle[b-3lqded1bqo] {
    animation-delay: 0.4s;
}

.admin-item-circle[b-3lqded1bqo] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffffff, #f5f7fa);
    border: 3px solid rgba(202, 121, 248, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        6px 6px 12px rgba(89, 7, 134, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8),
        inset -1px -1px 2px rgba(89, 7, 134, 0.08);
    animation: scaleIn-b-3lqded1bqo 0.6s ease backwards;
}

.admin-item-circle[b-3lqded1bqo]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(187, 47, 244, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.admin-item-circle:hover[b-3lqded1bqo]::before {
    opacity: 1;
}

.admin-item-wrapper:hover .admin-item-circle[b-3lqded1bqo] {
    transform: translateY(-8px) scale(1.1);
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    border-color: rgba(187, 47, 244, 0.6);
    box-shadow: 
        10px 10px 20px rgba(89, 7, 134, 0.2),
        0px 0px 20px rgba(255, 255, 255, 1),
        inset 2px 2px 4px rgba(255, 255, 255, 0.9),
        inset -2px -2px 4px rgba(89, 7, 134, 0.12),
        0 0 30px rgba(155, 43, 196, 0.4);
}

.admin-item-wrapper:active .admin-item-circle[b-3lqded1bqo] {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 
        4px 4px 8px rgba(89, 7, 134, 0.15),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(89, 7, 134, 0.1);
}

.admin-item-icon-wrapper[b-3lqded1bqo] {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.admin-icon-large[b-3lqded1bqo] {
    font-size: 32px !important;
    color: var(--primary-purple);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 4px rgba(89, 7, 134, 0.2));
    display: block;
}

.admin-item-wrapper:hover .admin-icon-large[b-3lqded1bqo] {
    color: var(--neon-purple);
    transform: scale(1.2) rotate(5deg);
    filter: drop-shadow(0 3px 8px rgba(187, 47, 244, 0.5));
}

.admin-item-label[b-3lqded1bqo] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-purple);
    text-align: center;
    line-height: 1.3;
    margin-top: 5px;
    transition: all 0.3s ease;
    max-width: 90px;
}

.admin-item-wrapper:hover .admin-item-label[b-3lqded1bqo] {
    color: var(--primary-purple);
    font-weight: 800;
    transform: translateY(-2px);
}

/* ===================================================================== */
/* العنوان الثانوي */
/* ===================================================================== */
.section-title[b-3lqded1bqo] {
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-purple);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: slideInUp-b-3lqded1bqo 0.8s ease 0.3s backwards;
}

.section-title-icon[b-3lqded1bqo] {
    font-size: 2rem;
}

/* ===================================================================== */
/* Grid Layout */
/* ===================================================================== */
.apps-grid[b-3lqded1bqo] {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
}

/* Parent Cards Section */
.app-category[b-3lqded1bqo] {
    animation: slideInUp-b-3lqded1bqo 0.8s ease 0.4s backwards;
}

.app-category-header[b-3lqded1bqo] {
    width: 25%;
    background: linear-gradient(135deg, #7a0ea8, #9b2bc4);
    color: white;
    padding: 5px;
    padding-inline-start : 12px;
    border-start-start-radius: 16px;
    border-start-end-radius: 50px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    /* Neumorphism */
    box-shadow: 8px 8px 16px var(--shadow-dark), -8px -8px 16px var(--shadow-light);
    transform: translateY(8px);
}

.app-category-header-icon[b-3lqded1bqo] {
    font-size: 1.4rem;
}

.app-category-content[b-3lqded1bqo] {
    background: linear-gradient(135deg, #ffffff, #f5f7fa);
    padding: 20px;
    padding-top: 25px;
    border: 1px solid rgba(202, 121, 248, 0.6);
    border-radius: 0 0 16px 16px;

    /* Neumorphism Shadow */
    box-shadow: 10px 10px 25px var(--shadow-dark), -10px -10px 25px var(--shadow-light), inset 1px 1px 3px var(--shadow-light), inset -1px -1px 3px rgba(0, 0, 0, 0.03);
}

/* ===================================================================== */
/* البطاقات الصغيرة - Neumorphism + 3D */
/* ===================================================================== */
.item-grid[b-3lqded1bqo] {
    display: grid;
    grid-template-columns:  repeat( auto-fill, minmax(75px, 1fr));
    gap: 15px;

}

.app-item[b-3lqded1bqo] {
    width:100px;
    aspect-ratio: 1;
    background: linear-gradient(to bottom, #DBA4FA, #ECCFFC);
    border: 1px outset;
    border-color: rgba(202, 121, 248, 0.5);
    border-radius: 14px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
 
    /* Neumorphism Shadows */
    box-shadow: 12px 12px 25px rgba(89, 7, 134, 0.12), -12px -12px 25px rgba(255, 255, 255, 0.95), inset 1px 1px 3px rgba(255, 255, 255, 0.8), inset -1px -1px 3px rgba(89, 7, 134, 0.08);
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    perspective: 1000px;
    animation: scaleIn-b-3lqded1bqo 0.6s ease backwards;
}

@keyframes scaleIn-b-3lqded1bqo {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Delay للبطاقات */
.app-item:nth-child(1)[b-3lqded1bqo] {
    animation-delay: 0.6s;
}

.app-item:nth-child(2)[b-3lqded1bqo] {
    animation-delay: 0.65s;
}

.app-item:nth-child(3)[b-3lqded1bqo] {
    animation-delay: 0.7s;
}

.app-item:nth-child(4)[b-3lqded1bqo] {
    animation-delay: 0.75s;
}

.app-item:nth-child(5)[b-3lqded1bqo] {
    animation-delay: 0.8s;
}

.app-item:nth-child(6)[b-3lqded1bqo] {
    animation-delay: 0.85s;
}

/* Hover Effect - 3D + Pressed */
.app-item:hover[b-3lqded1bqo] {
    background: linear-gradient(145deg, #f8f9fa, #ffffff);
    box-shadow: 18px 18px 35px rgba(89, 7, 134, 0.18), 0px 0px 35px rgba(255, 255, 255, 1), inset 2px 2px 5px rgba(255, 255, 255, 0.9), inset -2px -2px 5px rgba(89, 7, 134, 0.12), 0 0 40px rgba(155, 43, 196, 0.3);
    transform: translateY(-8px) scale(1.05) rotateX(5deg) rotateY(5deg) rotateZ(5deg);
}

/* Active State - Pressed */
.app-item:active[b-3lqded1bqo] {
    background: linear-gradient(145deg, #f0f2f5, #ffffff);
    box-shadow: 4px 4px 12px rgba(89, 7, 134, 0.15), -4px -4px 12px rgba(255, 255, 255, 0.9), inset 2px 2px 4px rgba(255, 255, 255, 0.7), inset -2px -2px 4px rgba(89, 7, 134, 0.1);
    transform: translateY(-2px) scale(0.98);
}

/* الأيقونة */
.app-item-icon[b-3lqded1bqo] {
    font-size: 1.8rem;
    color: var(--primary-purple);
    margin-bottom: 6px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 2px 4px rgba(89, 7, 134, 0.1));
}

.app-item:hover .app-item-icon[b-3lqded1bqo] {
    color: var(--neon-purple);
    transform: scale(1.2) rotate(8deg);
    filter: drop-shadow(0 4px 10px rgba(187, 47, 244, 0.4));
}

/* النص */
.app-item-text[b-3lqded1bqo] {
    font-size: 0.7rem;
    font-weight: bold;
    color: var(--primary-purple);
    transition: all 0.3s;
    line-height: 1.2;
}

.app-item:hover .app-item-text[b-3lqded1bqo] {
    color: var(--primary-purple);
    font-weight: 800;
}

/* ===================================================================== */
/* Loading State */
/* ===================================================================== */
.loading-spinner[b-3lqded1bqo] {
    text-align: center;
    padding: 40px;
    font-size: 1.1rem;
    color: var(--primary-purple);
}

.spinner[b-3lqded1bqo] {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(89, 7, 134, 0.2);
    border-top: 4px solid var(--primary-purple);
    border-radius: 50%;
    animation: spin-b-3lqded1bqo 1s linear infinite;
    margin-top: 20px;
}

@keyframes spin-b-3lqded1bqo {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Empty State */
.empty-state[b-3lqded1bqo] {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 1.1rem;
}

/* ===================================================================== */
/* Responsive Design */
/* ===================================================================== */
@media (max-width: 1024px) {
    .admin-items-container[b-3lqded1bqo] {
        gap: 30px;
    }

    .admin-item-circle[b-3lqded1bqo] {
        width: 65px;
        height: 65px;
    }

    .admin-icon-large[b-3lqded1bqo] {
        font-size: 30px !important;
    }

    .admin-item-label[b-3lqded1bqo] {
        font-size: 0.7rem;
        margin-top: 10px;
    }

    .item-grid[b-3lqded1bqo] {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        gap: 12px;
    }

    .app-item[b-3lqded1bqo] {
        padding: 10px;
    }

    .app-item-icon[b-3lqded1bqo] {
        font-size: 1.6rem;
        margin-bottom: 2px;
    }

    .app-item-text[b-3lqded1bqo] {
        font-size: 0.7rem;
    }
}

@media (max-width: 768px) {
    .admin-section[b-3lqded1bqo] {
        padding: 10px;
        margin-bottom: 20px;
    }

    .admin-section-title[b-3lqded1bqo] {
        font-size: 16px;
    }

    .admin-items-container[b-3lqded1bqo] {
        gap: 25px;
    }

    .admin-item-circle[b-3lqded1bqo] {
        width: 60px;
        height: 60px;
    }

    .admin-icon-large[b-3lqded1bqo] {
        font-size: 28px !important;
    }

    .admin-item-label[b-3lqded1bqo] {
        font-size: 0.65rem;
        margin-top: 8px;
    }

    .welcome-text[b-3lqded1bqo] {
        font-size: 2rem;
    }

    .section-title[b-3lqded1bqo] {
        font-size: 1.5rem;
    }

    .item-grid[b-3lqded1bqo] {
        grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
        gap: 10px;
    }

    .app-item[b-3lqded1bqo] {
        padding: 8px;
    }

    .app-item-icon[b-3lqded1bqo] {
        font-size: 1.4rem;
        margin-bottom: 4px;
    }

    .app-item-text[b-3lqded1bqo] {
        font-size: 0.65rem;
    }

    .home-container[b-3lqded1bqo] {
        padding: 30px 15px;
    }
}

@media (max-width: 600px) {
    .admin-section[b-3lqded1bqo] {
        padding: 15px;
        margin-bottom: 20px;
    }

    .admin-section-title[b-3lqded1bqo] {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .admin-items-container[b-3lqded1bqo] {
        gap: 20px;
    }

    .admin-item-circle[b-3lqded1bqo] {
        width: 55px;
        height: 55px;
    }

    .admin-icon-large[b-3lqded1bqo] {
        font-size: 26px !important;
    }

    .admin-item-label[b-3lqded1bqo] {
        font-size: 0.6rem;
        margin-top: 8px;
        max-width: 70px;
    }

    .welcome-text[b-3lqded1bqo] {
        font-size: 1.5rem;
    }

    .section-title[b-3lqded1bqo] {
        font-size: 1.2rem;
    }

    .item-grid[b-3lqded1bqo] {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 8px;
    }

    .app-item[b-3lqded1bqo] {
        padding: 8px;
        border-radius: 12px;
    }

    .app-item-icon[b-3lqded1bqo] {
        font-size: 1.3rem;
        margin-bottom: 4px;
    }

    .app-item-text[b-3lqded1bqo] {
        font-size: 0.6rem;
    }

    .home-container[b-3lqded1bqo] {
        padding: 20px 12px;
    }
}

/* ===================================================================== */
/* اختصارات Hub في Home */
/* ===================================================================== */
.hub-quick-links[b-3lqded1bqo] {
    animation: slideInUp-b-3lqded1bqo 0.8s ease 0.2s backwards;
}

.hub-quick-grid[b-3lqded1bqo] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 12px;
}

.hub-quick-card[b-3lqded1bqo] {
    width: 120px;
    min-height: 110px;
    background: linear-gradient(to bottom, #DBA4FA, #ECCFFC);
    border: 1px solid rgba(202, 121, 248, 0.5);
    border-radius: 16px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 8px 8px 18px rgba(89, 7, 134, 0.1);
}

.hub-quick-card:hover[b-3lqded1bqo] {
    transform: translateY(-6px);
    box-shadow: 0 8px 28px rgba(155, 43, 196, 0.28);
}

.hub-quick-icon[b-3lqded1bqo] {
    font-size: 40px !important;
}

.hub-quick-label[b-3lqded1bqo] {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-purple);
    text-align: center;
}

/* بطاقات الداشبورد */
.dashboard-cards-grid[b-3lqded1bqo] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.dashboard-card[b-3lqded1bqo] {
    background: linear-gradient(145deg, #ffffff, #f5f0fa);
    border: 1px solid rgba(202, 121, 248, 0.45);
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 6px 6px 16px rgba(89, 7, 134, 0.1);
}

.dashboard-card:hover[b-3lqded1bqo] {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(155, 43, 196, 0.22);
}

.dashboard-card-warn[b-3lqded1bqo] { border-color: rgba(220, 53, 69, 0.4); }
.dashboard-card-info[b-3lqded1bqo] { border-color: rgba(13, 110, 253, 0.35); }

.dashboard-card-icon[b-3lqded1bqo] {
    font-family: 'Material Symbols Outlined';
    font-size: 36px;
    color: var(--primary-purple);
    margin-bottom: 8px;
}

.dashboard-card-title[b-3lqded1bqo] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #555;
    margin-bottom: 8px;
}

.dashboard-card-count[b-3lqded1bqo] {
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--primary-purple);
}

.dashboard-panel .card-header[b-3lqded1bqo] {
    font-weight: 700;
    background: #fafafa;
}

/* ===================================================================== */
/* Utility Classes */
/* ===================================================================== */
.text-center[b-3lqded1bqo] {
    text-align: center;
}

.no-decoration[b-3lqded1bqo] {
    text-decoration: none;
    color: inherit;
}

.d-flex[b-3lqded1bqo] {
    display: flex;
}

.align-center[b-3lqded1bqo] {
    align-items: center;
}

.gap-2[b-3lqded1bqo] {
    gap: 12px;
}

.GoogleIcon-FormCard[b-3lqded1bqo] {
    font-family: 'Material Symbols Outlined';
    font-size:48px;
    color: #590786;
}
/* _content/NT_CRM/Components/Pages/Login.razor.rz.scp.css */
/* ================================================================== */
/*                     تصميم شاشة تسجيل الدخول الاحترافي                */
/* ================================================================== */

.auth-page[b-fnl4liiv5g] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3C055B 0%, #8B2DD9 50%, #6D0AB1 100%);
    background-size: 400% 400%;
    animation: gradientFlow-b-fnl4liiv5g 15s ease infinite;
    position: relative;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    font-family: "Cairo", sans-serif;
}

/* تأثير التدفق المتحرك للخلفية */
@keyframes gradientFlow-b-fnl4liiv5g {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* دوائر مزخرفة متحركة في الخلفية */
.auth-overlay[b-fnl4liiv5g] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.auth-overlay[b-fnl4liiv5g]::before,
.auth-overlay[b-fnl4liiv5g]::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-b-fnl4liiv5g 20s ease-in-out infinite;
}

.auth-overlay[b-fnl4liiv5g]::before {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
    animation-delay: 0s;
}

.auth-overlay[b-fnl4liiv5g]::after {
    width: 400px;
    height: 400px;
    bottom: -200px;
    left: -200px;
    animation-delay: 5s;
}

@keyframes float-b-fnl4liiv5g {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(50px, 50px) scale(1.1); }
}

/* الحاوية الرئيسية */
.auth-container[b-fnl4liiv5g] {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: slideInDown-b-fnl4liiv5g 0.6s ease-out;
}

@keyframes slideInDown-b-fnl4liiv5g {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* بطاقة تسجيل الدخول - Glassmorphism */
.auth-card[b-fnl4liiv5g] {
    width: 100%;
    padding: 40px;
    border-radius: 24px !important;
    text-align: center;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.3) inset !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    transition: all 0.3s ease;
    animation: cardFadeIn-b-fnl4liiv5g 0.8s ease-out 0.2s both;
}

@keyframes cardFadeIn-b-fnl4liiv5g {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.auth-card:hover[b-fnl4liiv5g] {
    transform: translateY(-2px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.4) inset !important;
}

/* العلامة التجارية والعناوين */
.brand[b-fnl4liiv5g] {
    text-align: center;
    margin-bottom: 40px;
    animation: fadeInUp-b-fnl4liiv5g 1s ease-out 0.4s both;
}

@keyframes fadeInUp-b-fnl4liiv5g {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* أيقونة العلامة التجارية */
.brand-icon[b-fnl4liiv5g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 50%;
    margin: 0 auto 20px;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    animation: iconPulse-b-fnl4liiv5g 2s ease-in-out infinite;
}

@keyframes iconPulse-b-fnl4liiv5g {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1),
                    0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 12px 40px rgba(255, 255, 255, 0.2),
                    0 0 0 2px rgba(255, 255, 255, 0.5) inset;
    }
}

.brand-icon[b-fnl4liiv5g]  .mud-icon-root {
    font-size: 40px !important;
    color: #ffffff;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.brand h3[b-fnl4liiv5g] {
    color: #ffffff;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 12px;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2),
                 0 2px 4px rgba(255, 255, 255, 0.3);
    letter-spacing: -0.5px;
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle[b-fnl4liiv5g] {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.1rem;
    margin: 0;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.5px;
}

/* ================================================================== */
/*                  تنسيقات MudBlazor المخصصة والمحسنة                 */
/* ================================================================== */

/* حقول الإدخال - تصميم Glass */
.auth-card[b-fnl4liiv5g]  .mud-input-control {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: "Cairo", sans-serif;
}

.auth-card[b-fnl4liiv5g]  .mud-input-root {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(10px);
    border-radius: 12px !important;
    transition: all 0.3s ease;
}

.auth-card[b-fnl4liiv5g]  .mud-input-root:hover {
    background: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-1px);
}

.auth-card[b-fnl4liiv5g]  .mud-input-outlined .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.4) !important;
    border-width: 2px;
}

.auth-card[b-fnl4liiv5g]  .mud-input-outlined:hover .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.auth-card[b-fnl4liiv5g]  .mud-input-outlined.mud-input-focused .mud-input-outlined-border {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2),
                0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.auth-card[b-fnl4liiv5g]  .mud-input-slot input {
    color: #ffffff !important;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.auth-card[b-fnl4liiv5g]  .mud-input-slot input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* التسميات (Labels) */
.auth-card[b-fnl4liiv5g]  .mud-input-label {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
}

.auth-card[b-fnl4liiv5g]  .mud-input-label.mud-input-label-outlined {
    background: rgba(255, 255, 255, 0.1);
    padding: 0 8px;
    border-radius: 6px;
}

/* الأيقونات */
.auth-card[b-fnl4liiv5g]  .mud-input-adornment .mud-icon-root {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.9) !important;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.auth-card[b-fnl4liiv5g]  .mud-alert .mud-icon-root {
    font-size: 22px;
}

/* تعطيل الحقول */
.auth-card[b-fnl4liiv5g]  .mud-input-root.mud-disabled {
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.6;
}

.auth-card[b-fnl4liiv5g]  .mud-disabled .mud-input-slot input {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* زر تسجيل الدخول - تصميم احترافي */
.auth-card[b-fnl4liiv5g]  .mud-button-root.mud-button-filled.mud-button-size-large {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 14px !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset !important;
    padding: 16px 24px !important;
    margin-top: 32px !important;
    width: 100% !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    font-family: "Cairo", sans-serif;
}

.auth-card[b-fnl4liiv5g]  .mud-button-root.mud-button-filled.mud-button-size-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.auth-card[b-fnl4liiv5g]  .mud-button-root.mud-button-filled.mud-button-size-large:hover::before {
    left: 100%;
}

.auth-card[b-fnl4liiv5g]  .mud-button-root.mud-button-filled.mud-button-size-large:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset !important;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
}

.auth-card[b-fnl4liiv5g]  .mud-button-root.mud-button-filled.mud-button-size-large:active {
    transform: translateY(-1px) scale(0.99);
}

.auth-card[b-fnl4liiv5g]  .mud-button-root.mud-button-filled.mud-button-size-large .mud-icon-root {
    font-size: 24px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* رسالة الخطأ - Alert */
.auth-card[b-fnl4liiv5g]  .mud-alert {
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    backdrop-filter: blur(10px);
    animation: shake-b-fnl4liiv5g 0.5s ease;
}

@keyframes shake-b-fnl4liiv5g {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    75% { transform: translateX(10px); }
}

.auth-card[b-fnl4liiv5g]  .mud-alert.mud-alert-filled-error {
    background: rgba(239, 68, 68, 0.9) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(239, 68, 68, 0.3);
}

.auth-card[b-fnl4liiv5g]  .mud-alert-message {
    font-weight: 600;
    font-size: 14px;
}

/* النصوص التوضيحية */
.auth-card[b-fnl4liiv5g]  .mud-typography {
    margin-bottom: 12px !important;
    font-family: "Cairo", sans-serif;
}

.auth-card[b-fnl4liiv5g]  .mud-typography.mud-typography-caption {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.85rem !important;
    margin-top: 10px !important;
    text-align: center !important;
    font-weight: 500;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Grid Layout */
.auth-card[b-fnl4liiv5g]  .mud-grid {
    margin-bottom: 8px !important;
}

.auth-card[b-fnl4liiv5g]  .mud-grid-item {
    padding: 6px !important;
}

/* Footer */
.auth-footer[b-fnl4liiv5g] {
    margin-top: 32px;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    z-index: 3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    animation: fadeInUp-b-fnl4liiv5g 1.2s ease-out 0.6s both;
}

/* ================================================================== */
/*                     تنسيقات النموذج الجديد                        */
/* ================================================================== */

.login-form-grid[b-fnl4liiv5g] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.form-row[b-fnl4liiv5g] {
    display: flex;
    gap: 12px;
    margin-bottom: 0;
}

.form-col-4[b-fnl4liiv5g] {
    flex: 0 0 35%;
}

.form-col-8[b-fnl4liiv5g] {
    flex: 0 0 calc(65% - 12px);
}

/* رسالة التلميح */
.login-hint[b-fnl4liiv5g] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    margin-top: -8px;
    margin-bottom: 16px;
    background: rgba(255, 193, 7, 0.2);
    border: 2px solid rgba(255, 193, 7, 0.4);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 13px;
    font-weight: 500;
    backdrop-filter: blur(10px);
    animation: fadeInUp-b-fnl4liiv5g 0.3s ease;
}

.login-hint i[b-fnl4liiv5g] {
    font-size: 16px;
    color: #ffc107;
}

/* زر تسجيل الدخول المخصص */
.login-btn[b-fnl4liiv5g] {
    width: 100%;
    padding: 18px 24px;
    margin-top: 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 14px;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.login-btn[b-fnl4liiv5g]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.login-btn:hover:not(:disabled)[b-fnl4liiv5g]::before {
    left: 100%;
}

.login-btn:hover:not(:disabled)[b-fnl4liiv5g] {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.5),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.login-btn:active:not(:disabled)[b-fnl4liiv5g] {
    transform: translateY(-1px) scale(0.99);
}

.login-btn:disabled[b-fnl4liiv5g] {
    opacity: 0.7;
    cursor: not-allowed;
}

.login-btn.loading[b-fnl4liiv5g] {
    pointer-events: none;
}

.login-btn i[b-fnl4liiv5g] {
    font-size: 22px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* مؤشر التحميل في الزر */
.btn-spinner[b-fnl4liiv5g] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spin-b-fnl4liiv5g 0.8s linear infinite;
}

@keyframes spin-b-fnl4liiv5g {
    to { transform: rotate(360deg); }
}

/* مؤشر التحميل في الزر */
.auth-card[b-fnl4liiv5g]  .mud-button-root .mud-progress-circular {
    margin-left: 10px;
}

/* تحسين مؤشر التحميل في حقل اسم المستخدم */
.auth-card[b-fnl4liiv5g]  .mud-input-adornment .mud-progress-circular {
    width: 20px !important;
    height: 20px !important;
}

/* ================================================================== */
/*                         Responsive Design                           */
/* ================================================================== */

/* الأجهزة اللوحية */
@media (max-width: 768px) {
    .auth-container[b-fnl4liiv5g] {
        padding: 16px;
        max-width: 95%;
    }

    .auth-card[b-fnl4liiv5g] {
        padding: 32px 24px !important;
    }

    .brand h3[b-fnl4liiv5g] {
        font-size: 1.75rem !important;
    }

    .subtitle[b-fnl4liiv5g] {
        font-size: 1rem !important;
    }

    .auth-card[b-fnl4liiv5g]  .mud-button-root.mud-button-filled.mud-button-size-large {
        font-size: 1rem !important;
    }
}

/* الهواتف المحمولة */
@media (max-width: 480px) {
    .auth-container[b-fnl4liiv5g] {
        padding: 12px;
        max-width: 100%;
    }

    .auth-card[b-fnl4liiv5g] {
        padding: 28px 20px !important;
        border-radius: 20px !important;
    }

    .brand[b-fnl4liiv5g] {
        margin-bottom: 28px;
    }

    .brand h3[b-fnl4liiv5g] {
        font-size: 1.5rem !important;
        margin-bottom: 8px;
    }

    .subtitle[b-fnl4liiv5g] {
        font-size: 0.95rem !important;
    }

    /* تحويل الـ form-row لعمودي */
    .form-row[b-fnl4liiv5g] {
        flex-direction: column;
        gap: 0;
    }

    .form-col-4[b-fnl4liiv5g],
    .form-col-8[b-fnl4liiv5g] {
        flex: 1 1 100%;
        width: 100%;
    }

    .login-btn[b-fnl4liiv5g] {
        font-size: 1rem !important;
        padding: 16px 20px !important;
        margin-top: 20px;
    }

    .login-btn i[b-fnl4liiv5g] {
        font-size: 20px;
    }

    .login-hint[b-fnl4liiv5g] {
        font-size: 12px;
        padding: 8px 12px;
    }

    .auth-footer[b-fnl4liiv5g] {
        font-size: 0.85rem;
        margin-top: 24px;
    }

    /* تصغير الدوائر الخلفية */
    .auth-overlay[b-fnl4liiv5g]::before {
        width: 200px;
        height: 200px;
        top: -100px;
        right: -100px;
    }

    .auth-overlay[b-fnl4liiv5g]::after {
        width: 250px;
        height: 250px;
        bottom: -125px;
        left: -125px;
    }
}

/* شاشات صغيرة جداً */
@media (max-width: 360px) {
    .auth-card[b-fnl4liiv5g] {
        padding: 24px 16px !important;
    }

    .brand h3[b-fnl4liiv5g] {
        font-size: 1.3rem !important;
    }

    .subtitle[b-fnl4liiv5g] {
        font-size: 0.9rem !important;
    }
}




