/* /Components/FacilityCard.razor.rz.scp.css */
.facility-card[b-kide35fd38] {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
    border: 1px solid #edf2f7;
    box-shadow: 0 15px 35px rgba(0,0,0,.07);
    transition: .35s;
}

    .facility-card[b-kide35fd38]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: #0b2545;
    }

    .facility-card:hover[b-kide35fd38] {
        transform: translateY(-10px);
        box-shadow: 0 22px 45px rgba(11,37,69,.18);
    }

.facility-icon[b-kide35fd38] {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: linear-gradient( 135deg, #0b2545, #164a7c);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-shrink: 0;
}

.facility-card h5[b-kide35fd38] {
    font-weight: 800;
    margin-bottom: 8px;
    color: #0b2545;
}

.facility-card p[b-kide35fd38] {
    margin: 0;
    color: #5f6c7b;
    line-height: 1.8;
}
/* /Components/PortEquipmentView.razor.rz.scp.css */
.equipment-card[b-5wdem9scc3] {
    background: white;
    border-radius: 24px;
    padding: 35px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .35s;
}

    .equipment-card:hover[b-5wdem9scc3] {
        transform: translateY(-10px);
    }

.equipment-icon[b-5wdem9scc3] {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: auto;
    background: #0b2545;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    margin-bottom: 25px;
}

.equipment-card h4[b-5wdem9scc3] {
    font-weight: 700;
}

.equipment-card p[b-5wdem9scc3] {
    color: #777;
}
/* /Components/PortFacilitiesView.razor.rz.scp.css */
.facility-card[b-g6hl431k1o] {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    display: flex;
    align-items: center;
    gap: 22px;
    height: 100%;
    border: 1px solid #edf2f7;
    box-shadow: 0 15px 35px rgba(0,0,0,.07);
    transition: .35s;
}
    .facility-card[b-g6hl431k1o]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%;
        background: #0b2545;
    }
    .facility-card:hover[b-g6hl431k1o] {
        transform: translateY(-10px);
        box-shadow: 0 22px 45px rgba(11,37,69,.18);
    }
.facility-icon[b-g6hl431k1o] {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: linear-gradient( 135deg, #0b2545, #164a7c);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-shrink: 0;
}

.facility-card h5[b-g6hl431k1o] {
    font-weight: 800;
    margin-bottom: 8px;
    color: #0b2545;
}

.facility-card p[b-g6hl431k1o] {
    margin: 0;
    color: #5f6c7b;
    line-height: 1.8;
}
/* /Components/PortNavigationView.razor.rz.scp.css */
.navigation-card[b-1fk071y8r6] {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.nav-row[b-1fk071y8r6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #edf2f7;
}

    .nav-row:last-child[b-1fk071y8r6] {
        border-bottom: none;
    }

    .nav-row span[b-1fk071y8r6] {
        color: #666;
        font-size: 17px;
    }

    .nav-row strong[b-1fk071y8r6] {
        color: #0b2545;
        font-size: 18px;
        font-weight: 700;
    }
/* /Components/PortSpecification.razor.rz.scp.css */
.spec-card[b-glrbrg7u0s] {
	display: flex;
	gap: 20px;
	align-items: center;
	background: white;
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 10px 25px rgba(0,0,0,.06);
	transition: .3s;
	height: 100%;
}

	.spec-card:hover[b-glrbrg7u0s] {
		transform: translateY(-6px);
	}

.spec-icon[b-glrbrg7u0s] {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #eef5ff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	color: #0b2545;
	flex-shrink: 0;
}

.spec-card h5[b-glrbrg7u0s] {
	font-weight: 700;
	margin-bottom: 8px;
}

.spec-card p[b-glrbrg7u0s] {
	margin: 0;
	color: #6c757d;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fkg5ybtv5j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fkg5ybtv5j] {
    flex: 1;
}

.sidebar[b-fkg5ybtv5j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fkg5ybtv5j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fkg5ybtv5j]  a, .top-row[b-fkg5ybtv5j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fkg5ybtv5j]  a:hover, .top-row[b-fkg5ybtv5j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fkg5ybtv5j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fkg5ybtv5j] {
        justify-content: space-between;
    }

    .top-row[b-fkg5ybtv5j]  a, .top-row[b-fkg5ybtv5j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fkg5ybtv5j] {
        flex-direction: row;
    }

    .sidebar[b-fkg5ybtv5j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fkg5ybtv5j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fkg5ybtv5j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fkg5ybtv5j], article[b-fkg5ybtv5j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-7ou4wf2gcv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-7ou4wf2gcv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-7ou4wf2gcv] {
    font-size: 1.1rem;
}

.bi[b-7ou4wf2gcv] {
    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-7ou4wf2gcv] {
    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-7ou4wf2gcv] {
    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-7ou4wf2gcv] {
    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-7ou4wf2gcv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-7ou4wf2gcv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-7ou4wf2gcv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-7ou4wf2gcv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-7ou4wf2gcv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-7ou4wf2gcv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-7ou4wf2gcv] {
        display: none;
    }

    .collapse[b-7ou4wf2gcv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-7ou4wf2gcv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-gnbp3li3ju] {
    --primary-blue: #0b2545;
    --secondary-blue: #134074;
    --accent-gold: #c59b27;
    --accent-gold-hover: #a37f1e;
    --gold-text-color: #997300; 
    --gold-gradient: linear-gradient(135deg, #b8860b 0%, #d4af37 50%, #8b6508 100%);
}

body[b-gnbp3li3ju] {
    background-color: #f8f9fa;
}

.golden-text[b-gnbp3li3ju] {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.15));
}

.golden-border-top[b-gnbp3li3ju] {
    border-top: 4px solid var(--accent-gold) !important;
}

.bg-custom-navy[b-gnbp3li3ju] {
    background-color: var(--primary-blue) !important;
    border-bottom: 3px solid var(--accent-gold);
}

.nav-link[b-gnbp3li3ju] {
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.3s ease;
    border-radius: 6px;
}

    .nav-link:hover[b-gnbp3li3ju], .nav-link.active[b-gnbp3li3ju] {
        color: var(--accent-gold) !important;
        background-color: rgba(255, 255, 255, 0.08);
    }

.custom-card[b-gnbp3li3ju] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(19, 64, 116, 0.1) !important;
    background-color: #ffffff;
}

    .custom-card:hover[b-gnbp3li3ju] {
        transform: translateY(-8px);
        box-shadow: 0 12px 25px rgba(11, 37, 69, 0.12) !important;
    }

.btn-gold[b-gnbp3li3ju] {
    background: var(--gold-gradient);
    color: #ffffff;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
}

    .btn-gold:hover[b-gnbp3li3ju] {
        background: var(--accent-gold-hover);
        color: #0b2545;
        box-shadow: 0 4px 12px rgba(197, 155, 39, 0.4);
    }

.btn-outline-gold[b-gnbp3li3ju] {
    border: 2px solid var(--accent-gold);
    color: var(--primary-blue);
    font-weight: 700;
    transition: all 0.3s ease;
}

    .btn-outline-gold:hover[b-gnbp3li3ju] {
        background: var(--primary-blue);
        color: var(--accent-gold);
        border-color: var(--primary-blue);
    }

/* تخصيص الجدول */
.custom-table thead[b-gnbp3li3ju] {
    background-color: var(--primary-blue) !important;
    color: #ffffff !important;
}

    .custom-table thead th[b-gnbp3li3ju] {
        color: #ffffff !important;
        font-weight: 700;
    }

.custom-table tbody tr[b-gnbp3li3ju] {
    transition: background-color 0.2s ease;
}

    .custom-table tbody tr:hover[b-gnbp3li3ju] {
        background-color: rgba(19, 64, 116, 0.04);
    }

/* شارات التخصيص */
.badge-navy[b-gnbp3li3ju] {
    background-color: var(--primary-blue);
    color: #ffffff;
}

.badge-gold[b-gnbp3li3ju] {
    background-color: #fff8e1;
    color: var(--gold-text-color);
    border: 1px solid var(--accent-gold);
    font-weight: 700;
}

/* خلفية قسم البانر الرئيسي */
.hero-banner[b-gnbp3li3ju] {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
    color: white;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(11, 37, 69, 0.2);
}

.text-primary-navy[b-gnbp3li3ju] {
    color: #0b2545 !important;
}

/* العناوين باللون الذهبي الواضح */
.golden-text[b-gnbp3li3ju] {
    background: linear-gradient(135deg, #b8860b 0%, #d4af37 50%, #8b6508 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.12));
}

.golden-border-top[b-gnbp3li3ju] {
    border-top: 4px solid #c59b27 !important;
}

/* تخصيص شريط التنقل Navbar */
.bg-custom-navy[b-gnbp3li3ju] {
    background-color: #0b2545 !important;
    border-bottom: 3px solid #c59b27;
}

.nav-link[b-gnbp3li3ju] {
    color: rgba(255, 255, 255, 0.85) !important;
    transition: all 0.3s ease;
    border-radius: 6px;
}

    .nav-link:hover[b-gnbp3li3ju], .nav-link.active[b-gnbp3li3ju] {
        color: #c59b27 !important;
        background-color: rgba(255, 255, 255, 0.08);
    }

/* Hero Banner */
.hero-banner[b-gnbp3li3ju] {
    background: linear-gradient(135deg, #0b2545 0%, #134074 100%);
    color: white;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(11, 37, 69, 0.2);
}

/* كروت الخدمة العامة */
.custom-card[b-gnbp3li3ju] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(19, 64, 116, 0.1) !important;
    background-color: #ffffff;
}

    .custom-card:hover[b-gnbp3li3ju] {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(11, 37, 69, 0.12) !important;
    }

/* كروت الموانئ التفاعلية (الجديدة) */
.port-card[b-gnbp3li3ju] {
    background-color: #ffffff;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: 1px solid rgba(11, 37, 69, 0.08) !important;
}

    .port-card:hover[b-gnbp3li3ju] {
        transform: translateY(-8px);
        box-shadow: 0 16px 32px rgba(11, 37, 69, 0.15) !important;
    }

.port-card-img[b-gnbp3li3ju] {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.port-card:hover .port-card-img[b-gnbp3li3ju] {
    transform: scale(1.05);
}

.line-clamp-3[b-gnbp3li3ju] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* الأزرار والشارات */
.btn-gold[b-gnbp3li3ju] {
    background: linear-gradient(135deg, #b8860b 0%, #d4af37 50%, #8b6508 100%);
    color: #ffffff;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease;
}

    .btn-gold:hover[b-gnbp3li3ju] {
        box-shadow: 0 4px 12px rgba(197, 155, 39, 0.4);
        color: #ffffff;
    }

.btn-outline-gold[b-gnbp3li3ju] {
    border: 2px solid #c59b27;
    color: #0b2545;
    font-weight: 700;
    transition: all 0.3s ease;
}

    .btn-outline-gold:hover[b-gnbp3li3ju] {
        background: #0b2545;
        color: #c59b27;
        border-color: #0b2545;
    }

.badge-navy[b-gnbp3li3ju] {
    background-color: #0b2545;
    color: #ffffff;
}

.badge-gold[b-gnbp3li3ju] {
    background-color: #fff8e1;
    color: #8c6d00;
    border: 1px solid #c59b27;
    font-weight: 700;
}

.fs-8[b-gnbp3li3ju] {
    font-size: 0.75rem;
}

.latest-news[b-gnbp3li3ju] {
    display: flex;
    align-items: center;
    background: white;
    overflow: hidden;
    border-right: 5px solid var(--accent-gold);
}



.latest-title[b-gnbp3li3ju] {
    background: linear-gradient( 135deg, #0b2545, #134074 );
    color: white;
    padding: 15px 25px;
    font-weight: 700;
    white-space: nowrap;
}



.news-slider[b-gnbp3li3ju] {
    overflow: hidden;
    flex: 1;
}



.news-track[b-gnbp3li3ju] {
    display: flex;
    gap: 80px;
    white-space: nowrap;
    animation: newsMove-b-gnbp3li3ju 18s linear infinite;
}



    .news-track span[b-gnbp3li3ju] {
        font-weight: 600;
        color: #134074;
    }



@keyframes newsMove-b-gnbp3li3ju {


    from {
        transform: translateX(-100%);
    }


    to {
        transform: translateX(100%);
    }
}
/* /Pages/Login.razor.rz.scp.css */
body[b-w8u8syqa2s] {
}

.login-background[b-w8u8syqa2s] {
    height: 100vh;
    background: linear-gradient(-45deg, #1d2671, #2b7dc2, #0f0c29, #302b63);
    background-size: 400% 400%;
    animation: gradientMove-b-w8u8syqa2s 10s ease infinite;
}

@keyframes gradientMove-b-w8u8syqa2s {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.login-card[b-w8u8syqa2s] {
    width: 100%;
    max-width: 420px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
    border-radius: 15px;
}

.custom-input[b-w8u8syqa2s] {
    padding: 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 10px;
    color: #fff;
}

    .custom-input[b-w8u8syqa2s]::placeholder {
        color: #eee;
    }

.login-btn[b-w8u8syqa2s] {
    background: #1d2671;
    border: none;
    border-radius: 10px;
    transition: 0.3s ease;
}

    .login-btn:hover[b-w8u8syqa2s] {
        background: #2b7dc2;
        transform: scale(1.03);
    }
/* /Pages/MainPage.razor.rz.scp.css */
.dashboard-container[b-l3lzpzn2l2] {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    direction: rtl;
    font-family: 'Cairo','Tajawal',sans-serif;
}



.dashboard-card[b-l3lzpzn2l2] {
    background: white;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 20px rgba(11,37,69,.08);
    border: 1px solid #cbd5e1;
    margin-bottom: 30px;
}



.dashboard-icon[b-l3lzpzn2l2] {
    width: 65px;
    height: 65px;
    border-radius: 12px;
    background: #0b2545;
    color: #c59b27;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}



.dashboard-card h3[b-l3lzpzn2l2] {
    color: #0b2545;
    font-weight: 800;
    margin: 0;
}



.dashboard-card p[b-l3lzpzn2l2] {
    color: #475569;
    margin-top: 5px;
}


.dashboard-card span[b-l3lzpzn2l2] {
    color: #134074;
    font-weight: 700;
}



.online-status[b-l3lzpzn2l2] {
    margin-right: auto;
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #86efac;
    padding: 8px 18px;
    border-radius: 20px;
    font-weight: 700;
}


    .online-status i[b-l3lzpzn2l2] {
        font-size: 10px;
        margin-left: 5px;
    }





.system-card[b-l3lzpzn2l2] {
    background: linear-gradient( 135deg, #0b2545, #134074 );
    border-radius: 16px;
    padding: 45px;
    text-align: center;
    color: white;
    border-bottom: 4px solid #c59b27;
    box-shadow: 0 10px 30px rgba(11,37,69,.2);
}



.system-logo img[b-l3lzpzn2l2] {
    width: 90px;
    filter: drop-shadow(0 5px 8px rgba(0,0,0,.3));
}



.system-card h2[b-l3lzpzn2l2] {
    margin-top: 20px;
    color: white;
    font-weight: 800;
}



.system-card p[b-l3lzpzn2l2] {
    color: #cbd5e1;
    max-width: 700px;
    margin: auto;
    line-height: 2;
}



.loading-box[b-l3lzpzn2l2] {
    text-align: center;
    padding: 70px;
    color: #0b2545;
}

.btn-logout[b-l3lzpzn2l2] {
    background: darkred;
    color: white;
    border: none;
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 700;
    margin: 3px 0px 10px 0px;
    transition: 0.3s ease;
}

    .btn-logout:hover[b-l3lzpzn2l2] {
        background: darkred;
        transform: scale(1.03);
    }
/* /Pages/NewsDetails.razor.rz.scp.css */
.details-header[b-gyja8keo3x] {
    background: #ffffff;
    border: 1px solid #edf1f5;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    position: relative;
    overflow: hidden;
}

    .details-header[b-gyja8keo3x]::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 140px;
        height: 4px;
        background: #0D3B66;
        border-radius: 20px;
    }

.details-icon[b-gyja8keo3x] {
    width: 65px;
    height: 65px;
    border-radius: 16px;
    background: #eef4fb;
    color: #0D3B66;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    flex-shrink: 0;
}

.details-title[b-gyja8keo3x] {
    color: #0D3B66;
    font-size: clamp(1.5rem,3vw,2.2rem);
    line-height: 1.6;
}


.details-date[b-gyja8keo3x] {
    color: #687582;
    font-size: 15px;
}

    .details-date i[b-gyja8keo3x] {
        color: #0D3B66;
        margin-left: 5px;
    }


.cover-image[b-gyja8keo3x] {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,.2);
}

.container[b-gyja8keo3x] {
    font-family: 'Cairo', 'Tajawal', sans-serif;
}

.content-card[b-gyja8keo3x] {
    background: #ffffff;
    border-radius: 18px;
    padding: 25px;
    border: 1px solid #edf1f5;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
}

.content-title[b-gyja8keo3x] {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-bottom: 15px;
}

    .content-title[b-gyja8keo3x]::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80px;
        height: 3px;
        background: #0D3B66;
        border-radius: 20px;
    }


.content-icon[b-gyja8keo3x] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #eef4fb;
    color: #0D3B66;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}


.content-title h4[b-gyja8keo3x] {
    color: #0D3B66;
}


.news-description[b-gyja8keo3x] {
    color: #4f5d6b;
    font-size: 16px;
    line-height: 2;
    text-align: justify;
}

.file-download[b-gyja8keo3x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}



.lightbox[b-gyja8keo3x] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}



    .lightbox img[b-gyja8keo3x] {
        max-width: 90%;
        max-height: 90%;
        border-radius: 20px;
    }

.news-detail-type[b-gyja8keo3x] {
    display: inline-block;
    background: #eef4fb;
    color: #0D3B66;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
}

.gallery-card[b-gyja8keo3x] {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    cursor: pointer;
    height: 240px;
    background: #f8fafc;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}


    .gallery-card img[b-gyja8keo3x] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s;
    }



    .gallery-card:hover img[b-gyja8keo3x] {
        transform: scale(1.08);
    }



.gallery-overlay[b-gyja8keo3x] {
    position: absolute;
    inset: 0;
    background: rgba(13,59,102,.65);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s;
}



    .gallery-overlay i[b-gyja8keo3x] {
        color: white;
        font-size: 42px;
    }



.gallery-card:hover .gallery-overlay[b-gyja8keo3x] {
    opacity: 1;
}
/* /Pages/NewsList.razor.rz.scp.css */
.news-hero[b-tfzy30bfvv] {
    background: linear-gradient(135deg,#0b2545,#134074);
    border-bottom: 4px solid #c59b27;
}

.container[b-tfzy30bfvv] {
    font-family: 'Cairo', 'Tajawal', sans-serif;
}

.search-box[b-tfzy30bfvv] {
    position: relative;
}

    .search-box i[b-tfzy30bfvv] {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #0D3B66;
        pointer-events: none;
        z-index: 5;
    }

    .search-box input[b-tfzy30bfvv] {
        height: 48px;
        padding-right: 48px;
    }

        .search-box input:focus[b-tfzy30bfvv] {
            border-color: #0D3B66;
            box-shadow: 0 0 0 .2rem rgba(13,59,102,.12);
        }

.select-box[b-tfzy30bfvv]{

    position:relative;

}

.select-box i[b-tfzy30bfvv]{

    position:absolute;

    right:16px;

    top:50%;

    transform:translateY(-50%);

    color:#0D3B66;

    z-index:10;

    pointer-events:none;

}

.select-box select[b-tfzy30bfvv]{

    padding-right:45px;

    height:48px;

}

.news-card[b-tfzy30bfvv] {
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

    .news-card:hover[b-tfzy30bfvv] {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(13,59,102,.15);
    }



.news-image[b-tfzy30bfvv] {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s;
}

.news-card:hover .news-image[b-tfzy30bfvv] {
    transform: scale(1.05);
}

.news-card h5[b-tfzy30bfvv] {
    color: #0D3B66;
    font-weight: 700;
    line-height: 1.7;
}

.news-card .small[b-tfzy30bfvv] {
    color: #6c757d;
}

.no-image[b-tfzy30bfvv] {
    height: 220px;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #0D3B66;
}



.badge-gold[b-tfzy30bfvv] {
    background: #eef4fb;
    color: #0D3B66;
    border: 1px solid #c8d7e6;
    font-weight: 600;
    padding: 8px 12px;
}


    .btn-outline-gold:hover[b-tfzy30bfvv] {
        background: #c59b27;
        color: white;
    }

.btn-outline-gold[b-tfzy30bfvv] {
    border: 1px solid #0D3B66;
    color: #0D3B66;
    border-radius: 10px;
    transition: .3s;
}

    .btn-outline-gold:hover[b-tfzy30bfvv] {
        background: #0D3B66;
        color: #fff;
    }

.empty-news[b-tfzy30bfvv] {
    background: #fff;
    border: 1px dashed #d6dde5;
    border-radius: 18px;
}

.empty-icon[b-tfzy30bfvv] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eef4fb;
}

    .empty-icon i[b-tfzy30bfvv] {
        color: #0D3B66;
        font-size: 42px;
    }

.empty-news h4[b-tfzy30bfvv] {
    color: #0D3B66;
}

.empty-icon[b-tfzy30bfvv] {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #fff8e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .empty-icon i[b-tfzy30bfvv] {
        font-size: 48px;
        color: #d4a017;
    }

.empty-news h4[b-tfzy30bfvv] {
    color: #444;
}

.empty-news p[b-tfzy30bfvv] {
    font-size: 15px;
}

.news-header[b-tfzy30bfvv] {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #eef1f4;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

    .news-header:hover[b-tfzy30bfvv] {
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }

    .news-header[b-tfzy30bfvv]::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 120px;
        height: 4px;
        background: #c59b27;
        border-radius: 20px;
    }

.news-icon[b-tfzy30bfvv] {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #eef4fb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0d3b66;
    font-size: 32px;
    flex-shrink: 0;
}

.news-title[b-tfzy30bfvv] {
    color: #0d3b66;
    font-weight: 700;
    margin: 0;
}

.news-subtitle[b-tfzy30bfvv] {
    color: #5f6b7a;
    font-size: 15px;
    line-height: 1.8;
}

.form-select[b-tfzy30bfvv] {
    border-radius: 14px;
    border: 1px solid #d9e1ea;
    padding: 14px;
    transition: .3s;
}

    .form-select:focus[b-tfzy30bfvv] {
        border-color: #0D3B66;
        box-shadow: 0 0 0 .2rem rgba(13,59,102,.12);
    }

.news-type[b-tfzy30bfvv]{
    position:absolute;
    top:15px;
    left:15px;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    font-weight:600;
    z-index:2;
}

.type-news[b-tfzy30bfvv]{
    background:#0D3B66;
    color:#fff;
}

.type-stat[b-tfzy30bfvv]{
    background:#198754;
    color:#fff;
}

.filter-card[b-tfzy30bfvv] {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

.search-box[b-tfzy30bfvv],
.select-box[b-tfzy30bfvv],
.month-box[b-tfzy30bfvv] {
    position: relative;
}

    .search-box i[b-tfzy30bfvv],
    .select-box i[b-tfzy30bfvv],
    .month-box i[b-tfzy30bfvv] {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #0D3B66;
        z-index: 5;
        pointer-events: none;
    }

    .search-box input[b-tfzy30bfvv],
    .select-box select[b-tfzy30bfvv],
    .month-box input[b-tfzy30bfvv] {
        padding-right: 45px;
        height: 48px;
        border-radius: 12px;
        border: 1px solid #dbe3eb;
    }

        .search-box input:focus[b-tfzy30bfvv],
        .select-box select:focus[b-tfzy30bfvv],
        .month-box input:focus[b-tfzy30bfvv] {
            border-color: #0D3B66;
            box-shadow: 0 0 0 .2rem rgba(13,59,102,.12);
        }

.news-list-card[b-tfzy30bfvv] {
    background: white;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    border: 1px solid #edf1f5;
    transition: .3s;
}


    .news-list-card:hover[b-tfzy30bfvv] {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(13,59,102,.15);
    }


.list-image[b-tfzy30bfvv] {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 14px;
}

.list-no-image[b-tfzy30bfvv] {
    height: 170px;
    border-radius: 14px;
}


.news-list-card h4[b-tfzy30bfvv] {
    color: #0D3B66;
    font-weight: 700;
}

.view-switch .btn[b-tfzy30bfvv] {
    border: 1px solid #dbe3eb;
    color: #0D3B66;
    border-radius: 10px;
    padding: 8px 18px;
}


.view-switch .active-view[b-tfzy30bfvv] {
    background: #0D3B66;
    color: white;
}
/* /Pages/NewsListWithUser.razor.rz.scp.css */
.news-hero[b-bh2tigosmk] {
    background: linear-gradient(135deg,#0b2545,#134074);
    border-bottom: 4px solid #c59b27;
}

.container[b-bh2tigosmk] {
    font-family: 'Cairo', 'Tajawal', sans-serif;
}

.search-box[b-bh2tigosmk] {
    position: relative;
}

    .search-box i[b-bh2tigosmk] {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #0D3B66;
        pointer-events: none;
        z-index: 5;
    }

    .search-box input[b-bh2tigosmk] {
        height: 48px;
        padding-right: 48px;
    }

        .search-box input:focus[b-bh2tigosmk] {
            border-color: #0D3B66;
            box-shadow: 0 0 0 .2rem rgba(13,59,102,.12);
        }

.select-box[b-bh2tigosmk] {
    position: relative;
}

    .select-box i[b-bh2tigosmk] {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #0D3B66;
        z-index: 10;
        pointer-events: none;
    }

    .select-box select[b-bh2tigosmk] {
        padding-right: 45px;
        height: 48px;
    }

.news-card[b-bh2tigosmk] {
    background: #fff;
    border: 1px solid #edf1f5;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
}

    .news-card:hover[b-bh2tigosmk] {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(13,59,102,.15);
    }



.news-image[b-bh2tigosmk] {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s;
}

.news-card:hover .news-image[b-bh2tigosmk] {
    transform: scale(1.05);
}

.news-card h5[b-bh2tigosmk] {
    color: #0D3B66;
    font-weight: 700;
    line-height: 1.7;
}

.news-card .small[b-bh2tigosmk] {
    color: #6c757d;
}

.no-image[b-bh2tigosmk] {
    height: 220px;
    background: #f1f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #0D3B66;
}



.badge-gold[b-bh2tigosmk] {
    background: #eef4fb;
    color: #0D3B66;
    border: 1px solid #c8d7e6;
    font-weight: 600;
    padding: 8px 12px;
}


.btn-outline-gold:hover[b-bh2tigosmk] {
    background: #c59b27;
    color: white;
}

.btn-outline-gold[b-bh2tigosmk] {
    border: 1px solid #0D3B66;
    color: #0D3B66;
    border-radius: 10px;
    transition: .3s;
}

    .btn-outline-gold:hover[b-bh2tigosmk] {
        background: #0D3B66;
        color: #fff;
    }

.empty-news[b-bh2tigosmk] {
    background: #fff;
    border: 1px dashed #d6dde5;
    border-radius: 18px;
}

.empty-icon[b-bh2tigosmk] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eef4fb;
}

    .empty-icon i[b-bh2tigosmk] {
        color: #0D3B66;
        font-size: 42px;
    }

.empty-news h4[b-bh2tigosmk] {
    color: #0D3B66;
}

.empty-icon[b-bh2tigosmk] {
    width: 90px;
    height: 90px;
    margin: auto;
    border-radius: 50%;
    background: #fff8e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .empty-icon i[b-bh2tigosmk] {
        font-size: 48px;
        color: #d4a017;
    }

.empty-news h4[b-bh2tigosmk] {
    color: #444;
}

.empty-news p[b-bh2tigosmk] {
    font-size: 15px;
}

.news-header[b-bh2tigosmk] {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #eef1f4;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

    .news-header:hover[b-bh2tigosmk] {
        box-shadow: 0 10px 30px rgba(0,0,0,.08);
    }

    .news-header[b-bh2tigosmk]::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 120px;
        height: 4px;
        background: #c59b27;
        border-radius: 20px;
    }

.news-icon[b-bh2tigosmk] {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: #eef4fb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0d3b66;
    font-size: 32px;
    flex-shrink: 0;
}

.news-title[b-bh2tigosmk] {
    color: #0d3b66;
    font-weight: 700;
    margin: 0;
}

.news-subtitle[b-bh2tigosmk] {
    color: #5f6b7a;
    font-size: 15px;
    line-height: 1.8;
}

.form-select[b-bh2tigosmk] {
    border-radius: 14px;
    border: 1px solid #d9e1ea;
    padding: 14px;
    transition: .3s;
}

    .form-select:focus[b-bh2tigosmk] {
        border-color: #0D3B66;
        box-shadow: 0 0 0 .2rem rgba(13,59,102,.12);
    }

.news-type[b-bh2tigosmk] {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

.type-news[b-bh2tigosmk] {
    background: #0D3B66;
    color: #fff;
}

.type-stat[b-bh2tigosmk] {
    background: #198754;
    color: #fff;
}

.filter-card[b-bh2tigosmk] {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

.search-box[b-bh2tigosmk],
.select-box[b-bh2tigosmk],
.month-box[b-bh2tigosmk] {
    position: relative;
}

    .search-box i[b-bh2tigosmk],
    .select-box i[b-bh2tigosmk],
    .month-box i[b-bh2tigosmk] {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        color: #0D3B66;
        z-index: 5;
        pointer-events: none;
    }

    .search-box input[b-bh2tigosmk],
    .select-box select[b-bh2tigosmk],
    .month-box input[b-bh2tigosmk] {
        padding-right: 45px;
        height: 48px;
        border-radius: 12px;
        border: 1px solid #dbe3eb;
    }

        .search-box input:focus[b-bh2tigosmk],
        .select-box select:focus[b-bh2tigosmk],
        .month-box input:focus[b-bh2tigosmk] {
            border-color: #0D3B66;
            box-shadow: 0 0 0 .2rem rgba(13,59,102,.12);
        }

.news-list-card[b-bh2tigosmk] {
    background: white;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,.07);
    border: 1px solid #edf1f5;
    transition: .3s;
}


    .news-list-card:hover[b-bh2tigosmk] {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(13,59,102,.15);
    }


.list-image[b-bh2tigosmk] {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 14px;
}

.list-no-image[b-bh2tigosmk] {
    height: 170px;
    border-radius: 14px;
}


.news-list-card h4[b-bh2tigosmk] {
    color: #0D3B66;
    font-weight: 700;
}

.view-switch .btn[b-bh2tigosmk] {
    border: 1px solid #dbe3eb;
    color: #0D3B66;
    border-radius: 10px;
    padding: 8px 18px;
}


.view-switch .active-view[b-bh2tigosmk] {
    background: #0D3B66;
    color: white;
}

.btn-outline-primary[b-bh2tigosmk] {
    border-color: #0D3B66;
    color: #0D3B66;
}


    .btn-outline-primary:hover[b-bh2tigosmk] {
        background: #0D3B66;
        color: white;
    }


.btn-outline-warning[b-bh2tigosmk] {
    border-color: #c59b27;
    color: #8c6500;
}


    .btn-outline-warning:hover[b-bh2tigosmk] {
        background: #c59b27;
        color: white;
    }


.btn-outline-danger:hover[b-bh2tigosmk] {
    color: white;
}


.edit-modal[b-bh2tigosmk] {
    background: white;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    overflow: auto;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 50px rgba(0,0,0,.2);
}



.edit-image[b-bh2tigosmk] {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}


.file-card[b-bh2tigosmk] {
    position: relative;
}


    .file-card button[b-bh2tigosmk] {
        position: absolute;
        top: 10px;
        left: 10px;
    }

.modal-backdrop-custom[b-bh2tigosmk] {
    position: fixed;
    inset: 0;
    background: rgba(8,20,40,.55);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: 'Cairo', 'Tajawal', sans-serif;
}

.edit-modal[b-bh2tigosmk] {
    background: white;
    width: 92%;
    max-width: 900px;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(0,0,0,.25);
    animation: modalShow-b-bh2tigosmk .25s ease;
}

@keyframes modalShow-b-bh2tigosmk {

    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-header-custom[b-bh2tigosmk] {
    padding: 25px 30px;
    background: linear-gradient(135deg,#0b2545,#134074);
    color: white;
    border-radius: 24px 24px 0 0;
}

.modal-icon[b-bh2tigosmk] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #fff;
    color: #c59b27;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.modal-body-custom[b-bh2tigosmk] {
    padding: 30px;
}

.section-title[b-bh2tigosmk] {
    font-weight: 700;
    color: #0b2545;
    font-size: 18px;
    margin-bottom: 20px;
}

.custom-input[b-bh2tigosmk] {
    border-radius: 14px;
    border: 1px solid #d9e1ea;
    min-height: 48px;
}

    .custom-input:focus[b-bh2tigosmk] {
        border-color: #0b2545;
        box-shadow: 0 0 0 .2rem rgba(13,59,102,.12);
    }

.upload-box[b-bh2tigosmk] {
    border: 2px dashed #cfd8e3;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    background: #fafcff;
}

    .upload-box i[b-bh2tigosmk] {
        font-size: 45px;
        color: #0b2545;
    }

.modal-actions[b-bh2tigosmk] {
    display: flex;
    justify-content: end;
    gap: 12px;
    padding: 25px 30px;
    border-top: 1px solid #edf2f7;
}

.btn-save[b-bh2tigosmk] {
    background: #0b2545;
    color: #d4af37;
    border: none;
    padding: 10px 24px;
    border-radius: 12px;
    font-weight: 700;
}

    .btn-save:hover[b-bh2tigosmk] {
        background: #134074;
        color: #ffd166;
    }

.btn-light-custom[b-bh2tigosmk] {
    border: 1px solid #d9e1ea;
    background: white;
}

.delete-overlay[b-bh2tigosmk] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}



.delete-modal[b-bh2tigosmk] {
    width: 380px;
    background: white;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
    animation: deleteShow-b-bh2tigosmk .25s ease;
}



.delete-icon[b-bh2tigosmk] {
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 50%;
    background: #ffe5e5;
    color: #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin-bottom: 20px;
}



.delete-modal h4[b-bh2tigosmk] {
    font-weight: 700;
    color: #333;
}



.delete-modal p[b-bh2tigosmk] {
    color: #777;
    line-height: 1.8;
    margin-bottom: 25px;
}



.delete-actions[b-bh2tigosmk] {
    display: flex;
    justify-content: center;
    gap: 15px;
}



    .delete-actions button[b-bh2tigosmk] {
        min-width: 120px;
        border-radius: 12px;
        padding: 10px 20px;
    }



@keyframes deleteShow-b-bh2tigosmk {


    from {
        opacity: 0;
        transform: scale(.8);
    }


    to {
        opacity: 1;
        transform: scale(1);
    }
}
/* /Pages/NNews.razor.rz.scp.css */
:root[b-47wuttip4m] {
    --news-primary: #780016;
    --news-secondary: #9b2226;
    --news-accent: #f48c06;
    --text-dark: #0f172a;
    --text-muted: #475569;
    --border-color: #cbd5e1;
    --input-bg: #f1f5f9;
}

.news-header[b-47wuttip4m] {
    background: #fff;
    border-radius: 22px;
    padding: 25px;
    border: none;
    box-shadow: 0 8px 30px rgba(15,23,42,.08);
}

.container[b-47wuttip4m] {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    font-family: 'Cairo', 'Tajawal', sans-serif;
    direction: rtl;
}

body[b-47wuttip4m] {
    background: #f6f8fb;
}

.news-card[b-47wuttip4m] {
    background: #fff;
    border: none;
    border-radius: 22px;
    box-shadow: 0 10px 40px rgba(15,23,42,.08);
}

.btn-news-view[b-47wuttip4m] {
    background: linear-gradient(135deg, #0b2545, #134074);
    color: #f4c542;
    border: none;
    border-radius: 14px;
    font-weight: 700;
    transition: all .3s ease;
    box-shadow: 0 6px 16px rgba(11, 37, 69, .25);
}

    .btn-news-view:hover[b-47wuttip4m] {
        background: linear-gradient(135deg, #134074, #0b2545);
        color: #ffd166;
        transform: translateY(-2px);
        box-shadow: 0 10px 22px rgba(11, 37, 69, .35);
    }

    .btn-news-view:focus[b-47wuttip4m],
    .btn-news-view:active[b-47wuttip4m] {
        color: #ffd166;
        box-shadow: 0 0 0 .25rem rgba(19, 64, 116, .25);
    }

.news-icon[b-47wuttip4m] {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg,#0b2545,#134074);
    color: white;
}

.golden-text[b-47wuttip4m] {
    color: #134074;
    font-weight: 800;
    letter-spacing: .4px;
}

.custom-input[b-47wuttip4m] {
    height: 55px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fafafa;
    transition: .25s;
    font-size: 15px;
    padding-right: 18px;
}

    .custom-input:focus[b-47wuttip4m] {
        border-color: #780016;
        background: white;
        box-shadow: 0 0 0 5px rgba(120,0,22,.08);
    }

textarea.custom-input[b-47wuttip4m] {
    min-height: 180px;
    padding: 18px;
}

.news-container[b-47wuttip4m] {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    font-family: 'Cairo', 'Tajawal', sans-serif;
    direction: rtl;
}

.btn-back[b-47wuttip4m] {
    background-color: var(--news-primary) !important;
    color: #ffffff !important;
    border: 1px solid var(--news-accent) !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(120, 0, 22, 0.2);
}

    .btn-back:hover[b-47wuttip4m] {
        background-color: var(--news-secondary) !important;
        transform: translateX(3px);
    }

.page-header-wrapper[b-47wuttip4m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.page-header-text h1[b-47wuttip4m] {
    color: var(--news-primary) !important;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}

.page-header-text p[b-47wuttip4m] {
    color: var(--text-muted) !important;
    font-size: 0.95rem;
    margin-top: 5px;
}

.btn-add-news[b-47wuttip4m] {
    background: var(--news-primary) !important;
    color: #ffffff !important;
    border: 2px solid var(--news-accent) !important;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(120, 0, 22, 0.2);
    transition: all 0.3s ease;
}

    .btn-add-news i[b-47wuttip4m], .btn-add-news span[b-47wuttip4m] {
        color: #ffffff !important;
    }

    .btn-add-news:hover[b-47wuttip4m] {
        transform: translateY(-2px);
        background: var(--news-secondary) !important;
    }

.modal-overlay[b-47wuttip4m] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(120, 0, 22, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

.modal-card[b-47wuttip4m] {
    background: #ffffff !important;
    border-radius: 16px;
    width: 100%;
    max-width: 650px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--news-accent);
    overflow: hidden;
    direction: rtl;
}

.modal-header[b-47wuttip4m] {
    padding: 20px 25px;
    background: var(--news-primary) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--news-accent);
}

.modal-title-box[b-47wuttip4m] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .modal-title-box .icon-box[b-47wuttip4m] {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid var(--news-accent);
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff !important;
        font-size: 1.2rem;
    }

    .modal-title-box h3[b-47wuttip4m] {
        color: #ffffff !important;
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0;
    }

.modal-subtitle[b-47wuttip4m] {
    color: #ffecd1 !important;
    font-size: 0.85rem;
    margin: 4px 0 0 0;
}

.close-btn[b-47wuttip4m] {
    background: none;
    border: none;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
}

.modal-body[b-47wuttip4m] {
    padding: 25px;
    background-color: #ffffff !important;
    max-height: 70vh;
    overflow-y: auto;
}

.form-grid[b-47wuttip4m] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-group.full-width[b-47wuttip4m] {
    grid-column: span 2;
}

.form-group label[b-47wuttip4m] {
    display: block;
    color: var(--news-primary) !important;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.required[b-47wuttip4m] {
    color: #dc2626 !important;
    margin-right: 3px;
}

.input-wrapper[b-47wuttip4m] {
    position: relative;
    display: flex;
    align-items: center;
}

.textarea-wrapper textarea[b-47wuttip4m] {
    width: 100%;
    padding: 10px 38px 10px 12px;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
    color: #000000 !important;
    background-color: var(--input-bg) !important;
}

.input-wrapper i[b-47wuttip4m] {
    position: absolute;
    right: 12px;
    top: 12px;
    color: var(--news-primary) !important;
    font-size: 16px;
    z-index: 2;
}

.input-wrapper input[b-47wuttip4m] {
    width: 100%;
    padding: 10px 38px 10px 12px;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    font-family: inherit;
    font-size: 0.95rem;
    color: #000000 !important;
    background-color: var(--input-bg) !important;
}

.file-upload-box[b-47wuttip4m] {
    border: 2px dashed var(--border-color);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    background: var(--input-bg);
}

    .file-upload-box input[type="file"][b-47wuttip4m] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        opacity: 0;
        cursor: pointer;
    }

.upload-hint[b-47wuttip4m] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--text-muted);
    font-weight: 600;
}

.files-preview-list[b-47wuttip4m] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.file-item-preview[b-47wuttip4m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid var(--border-color);
}

.file-info[b-47wuttip4m] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
}

.btn-remove-file[b-47wuttip4m] {
    background: none;
    border: none;
    color: #dc2626;
    cursor: pointer;
    font-size: 1rem;
}

.modal-footer[b-47wuttip4m] {
    padding: 15px 25px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    background-color: #f8fafc !important;
}

.btn-submit[b-47wuttip4m] {
    background: var(--news-primary) !important;
    color: #ffffff !important;
    border: 1px solid var(--news-accent) !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-cancel[b-47wuttip4m] {
    background-color: #e2e8f0 !important;
    color: var(--news-primary) !important;
    border: 1px solid #cbd5e1;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.table-responsive[b-47wuttip4m] {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(120, 0, 22, 0.08);
    border: 1px solid var(--border-color);
}

.custom-table[b-47wuttip4m] {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}

    .custom-table th[b-47wuttip4m] {
        background-color: var(--news-primary) !important;
        color: #ffffff !important;
        font-size: 0.95rem;
        font-weight: 700;
        padding: 16px 20px;
        border-bottom: 3px solid var(--news-accent);
    }

    .custom-table td[b-47wuttip4m] {
        padding: 16px 20px;
        border-bottom: 1px solid #e2e8f0;
        color: var(--text-dark) !important;
        vertical-align: middle;
    }

.branch-info[b-47wuttip4m] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.branch-avatar[b-47wuttip4m] {
    width: 42px;
    height: 42px;
    background: var(--news-primary);
    color: #ffffff !important;
    border: 1px solid var(--news-accent);
    font-size: 1.1rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-ar[b-47wuttip4m] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--news-primary) !important;
}

.badge-number[b-47wuttip4m] {
    background-color: #fef3c7;
    color: #78350f !important;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    border: 1px solid #f59e0b;
}

.actions-group[b-47wuttip4m] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.btn-action[b-47wuttip4m] {
    border: 1px solid var(--news-primary);
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #ffffff;
}

    .btn-action.edit[b-47wuttip4m] {
        color: var(--news-primary) !important;
    }

        .btn-action.edit:hover[b-47wuttip4m] {
            background-color: var(--news-primary);
            color: #ffffff !important;
        }

.loading-box[b-47wuttip4m], .empty-box[b-47wuttip4m] {
    text-align: center;
    padding: 50px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    color: var(--text-dark);
}

.upload-box[b-47wuttip4m] {
    border: 2px dashed #d4d4d8;
    border-radius: 20px;
    background: #fafafa;
    padding: 45px;
    text-align: center;
    transition: .3s;
}

    .upload-box:hover[b-47wuttip4m] {
        border-color: #780016;
        background: #fff;
    }

    .upload-box i[b-47wuttip4m] {
        font-size: 60px;
        color: #780016;
    }

.file-card[b-47wuttip4m] {
    background: white;
    border-radius: 18px;
    padding: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ececec;
    transition: .3s;
}

    .file-card:hover[b-47wuttip4m] {
        transform: translateY(-4px);
        box-shadow: 0 15px 35px rgba(0,0,0,.08);
    }

.btn-save[b-47wuttip4m] {
    background: linear-gradient(135deg,#0b2545,#134074);
    color: white;
    border: none;
    border-radius: 14px;
    height: 54px;
    min-width: 180px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

    .btn-save:hover[b-47wuttip4m] {
        transform: translateY(-3px);
        box-shadow: 0 5px 30px #134074;
    }

.news-card[b-47wuttip4m] {
    animation: fadeUp-b-47wuttip4m .5s ease;
}

@keyframes fadeUp-b-47wuttip4m {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/Permissions.razor.rz.scp.css */
:root[b-1q24kj6031] {
    --primary-navy: #0b2545;
    --secondary-navy: #134074;
    --accent-gold: #c59b27;
    --text-dark: #0f172a;
    --text-muted: #475569;
    --border-color: #cbd5e1;
    --input-bg: #f1f5f9;
}

.switch[b-1q24kj6031] {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
}

    .switch input[b-1q24kj6031] {
        display: none;
    }

.slider[b-1q24kj6031] {
    position: absolute;
    inset: 0;
    cursor: pointer;
    background: #d1d5db;
    transition: .3s;
    border-radius: 50px;
}

    .slider[b-1q24kj6031]::before {
        content: "";
        position: absolute;
        width: 22px;
        height: 22px;
        left: 4px;
        top: 4px;
        background: white;
        transition: .3s;
        border-radius: 50%;
        box-shadow: 0 2px 6px rgba(0,0,0,.2);
    }

.switch input:checked + .slider[b-1q24kj6031] {
    background: #16a34a;
}

    .switch input:checked + .slider[b-1q24kj6031]::before {
        transform: translateX(26px);
    }

.switch.danger input:checked + .slider[b-1q24kj6031] {
    background: #dc2626;
}

.btn-back[b-1q24kj6031] {
    background: linear-gradient(135deg,#0b2545,#134074);
    color: aliceblue;
    border: 1px solid var(--accent-gold) !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(11, 37, 69, 0.2);
}

    .btn-back i[b-1q24kj6031] {
        color: var(--accent-gold) !important;
    }

    .btn-back:hover[b-1q24kj6031] {
        background-color: var(--secondary-navy) !important;
        color: #ffffff !important;
        transform: translateX(3px);
    }

        .btn-back:hover i[b-1q24kj6031] {
            color: #ffffff !important;
        }

.loading-box[b-1q24kj6031], .empty-box[b-1q24kj6031] {
    text-align: center;
    padding: 50px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    color: var(--text-dark);
}

.table-responsive[b-1q24kj6031] {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(11, 37, 69, 0.08);
    border: 1px solid var(--border-color);
}

.custom-table[b-1q24kj6031] {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}

    .custom-table th[b-1q24kj6031] {
        background: linear-gradient(135deg,#0b2545,#134074);
        color: aliceblue;
        font-size: 0.95rem;
        font-weight: 700;
        padding: 16px 20px;
        border-bottom: 3px solid var(--accent-gold);
    }

    .custom-table td[b-1q24kj6031] {
        padding: 16px 20px;
        border-bottom: 1px solid #e2e8f0;
        color: var(--text-dark) !important;
        vertical-align: middle;
    }

    .custom-table tbody tr:hover[b-1q24kj6031] {
        background-color: #f8fafc;
    }

.branch-info[b-1q24kj6031] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.branch-avatar[b-1q24kj6031] {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg,#0b2545,#134074);
    color: white;
    border: 1px solid var(--accent-gold);
    font-weight: 800;
    font-size: 1.1rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-ar[b-1q24kj6031] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-navy) !important;
}

.phone-box[b-1q24kj6031] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--text-dark) !important;
    font-weight: 600;
}

    .phone-box i[b-1q24kj6031] {
        color: var(--secondary-navy);
        font-size: 1.1rem;
    }

.badge-number[b-1q24kj6031] {
    background-color: #e2e8f0;
    color: var(--primary-navy) !important;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #cbd5e1;
}

.badge-role[b-1q24kj6031] {
    background-color: #fef3c7;
    color: #78350f !important;
    border: 1px solid #f59e0b;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
}
/* /Pages/PortDetail.razor.rz.scp.css */
.hero-carousel[b-o0gnvqtskv] {
    height: 520px;
    overflow: hidden;
    border-radius: 25px;
    position: relative;
}

.stat-card[b-o0gnvqtskv] {
    background: white;
    border-radius: 22px;
    padding: 30px;
    text-align: center;
    transition: .35s;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    height: 100%;
}

    .stat-card:hover[b-o0gnvqtskv] {
        transform: translateY(-10px);
    }

.stat-icon[b-o0gnvqtskv] {
    width: 75px;
    height: 75px;
    margin: auto;
    background: #eef5ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #0b2545;
    margin-bottom: 20px;
}

.port-tabs[b-o0gnvqtskv] {
    display: flex;
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap;
}

    .port-tabs button[b-o0gnvqtskv] {
        border: none;
        padding: 15px 30px;
        border-radius: 40px;
        background: #edf3fb;
        font-weight: 700;
        transition: .3s;
    }

        .port-tabs button.active[b-o0gnvqtskv] {
            background: #0b2545;
            color: white;
        }

        .port-tabs button:hover[b-o0gnvqtskv] {
            transform: translateY(-3px);
        }

.carousel-inner[b-o0gnvqtskv],
.carousel-item[b-o0gnvqtskv] {
    height: 100%;
}

.hero-image[b-o0gnvqtskv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay[b-o0gnvqtskv] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: rgba(5,20,40,.45);
    pointer-events: none;
    z-index: 10;
}

    .hero-overlay .btn[b-o0gnvqtskv] {
        pointer-events: auto;
    }

.carousel-control-prev[b-o0gnvqtskv],
.carousel-control-next[b-o0gnvqtskv] {
    z-index: 100;
}

    .hero-overlay h1[b-o0gnvqtskv] {
        font-size: 3rem;
        font-weight: 800;
    }

    .hero-overlay p[b-o0gnvqtskv] {
        font-size: 1.2rem;
    }

.port-description-section[b-o0gnvqtskv] {
    padding: 20px;
}


.description-card[b-o0gnvqtskv] {
    background: white;
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,.08);
    position: relative;
    overflow: hidden;
}


    .description-card[b-o0gnvqtskv]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 8px;
        height: 100%;
        background: #0b2545;
    }


.description-header[b-o0gnvqtskv] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}


.description-icon[b-o0gnvqtskv] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #eef5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #0b2545;
}


.description-header h2[b-o0gnvqtskv] {
    font-weight: 800;
    margin: 0;
    color: #0b2545;
}


.description-header span[b-o0gnvqtskv] {
    color: #777;
}


.description-content[b-o0gnvqtskv] {
    font-size: 1.15rem;
    line-height: 2;
    color: #444;
    text-align: justify;
}
/* /Pages/Users.razor.rz.scp.css */
:root[b-owk3jm5yjf] {
    --primary-navy: #0b2545;
    --secondary-navy: #134074;
    --accent-gold: #c59b27;
    --text-dark: #0f172a;
    --text-muted: #475569;
    --border-color: #cbd5e1;
    --input-bg: #f1f5f9;
}

.branches-container[b-owk3jm5yjf] {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
    padding: 0 20px;
    font-family: 'Cairo', 'Tajawal', sans-serif;
    direction: rtl;
}

/* ---------------- Back Button & Header ---------------- */
.btn-back[b-owk3jm5yjf] {
    background: linear-gradient(135deg,#0b2545,#134074);
    color: aliceblue;
    border: 1px solid var(--accent-gold) !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 0.95rem;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(11, 37, 69, 0.2);
}

    .btn-back i[b-owk3jm5yjf] {
        color: var(--accent-gold) !important;
    }

    .btn-back:hover[b-owk3jm5yjf] {
        background-color: var(--secondary-navy) !important;
        color: #ffffff !important;
        transform: translateX(3px);
    }

        .btn-back:hover i[b-owk3jm5yjf] {
            color: #ffffff !important;
        }

.page-header-wrapper[b-owk3jm5yjf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 30px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.page-header-text h1[b-owk3jm5yjf] {
    color: var(--primary-navy) !important;
    font-size: 1.8rem;
    font-weight: 800;
    margin: 0;
}

.page-header-text p[b-owk3jm5yjf] {
    color: var(--text-muted) !important;
    font-size: 0.95rem;
    margin-top: 5px;
}

.btn-add-branch[b-owk3jm5yjf] {
    background: linear-gradient(135deg,#0b2545,#134074);
    color: aliceblue;
    border: 2px solid var(--accent-gold) !important;
    padding: 10px 22px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(11, 37, 69, 0.2);
    transition: all 0.3s ease;
}

    .btn-add-branch i[b-owk3jm5yjf],
    .btn-add-branch span[b-owk3jm5yjf] {
        color: var(--accent-gold) !important;
    }

    .btn-add-branch:hover[b-owk3jm5yjf] {
        transform: translateY(-2px);
        color: #ffffff !important;
    }

        .btn-add-branch:hover i[b-owk3jm5yjf],
        .btn-add-branch:hover span[b-owk3jm5yjf] {
            color: #ffffff !important;
        }

/* ---------------- Custom Table ---------------- */
.table-responsive[b-owk3jm5yjf] {
    width: 100%;
    overflow-x: auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(11, 37, 69, 0.08);
    border: 1px solid var(--border-color);
}

.custom-table[b-owk3jm5yjf] {
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}

    .custom-table th[b-owk3jm5yjf] {
        background: linear-gradient(135deg,#0b2545,#134074);
        color: aliceblue;
        font-size: 0.95rem;
        font-weight: 700;
        padding: 16px 20px;
        border-bottom: 3px solid var(--accent-gold);
    }

    .custom-table td[b-owk3jm5yjf] {
        padding: 16px 20px;
        border-bottom: 1px solid #e2e8f0;
        color: var(--text-dark) !important;
        vertical-align: middle;
    }

    .custom-table tbody tr:hover[b-owk3jm5yjf] {
        background-color: #f8fafc;
    }

/* ---------------- User Avatar & Badges ---------------- */
.branch-info[b-owk3jm5yjf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.branch-avatar[b-owk3jm5yjf] {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg,#0b2545,#134074);
    color: white;
    border: 1px solid var(--accent-gold);
    font-weight: 800;
    font-size: 1.1rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.name-ar[b-owk3jm5yjf] {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary-navy) !important;
}

.phone-box[b-owk3jm5yjf] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--text-dark) !important;
    font-weight: 600;
}

    .phone-box i[b-owk3jm5yjf] {
        color: var(--secondary-navy);
        font-size: 1.1rem;
    }

.badge-number[b-owk3jm5yjf] {
    background-color: #e2e8f0;
    color: var(--primary-navy) !important;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 700;
    display: inline-block;
    border: 1px solid #cbd5e1;
}

.badge-role[b-owk3jm5yjf] {
    background-color: #fef3c7;
    color: #78350f !important;
    border: 1px solid #f59e0b;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
}

/* ---------------- Action Buttons ---------------- */
.actions-group[b-owk3jm5yjf] {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.btn-action[b-owk3jm5yjf] {
    border: 1px solid var(--primary-navy);
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

    .btn-action.edit[b-owk3jm5yjf] {
        color: var(--primary-navy) !important;
    }

        .btn-action.edit:hover[b-owk3jm5yjf] {
            background-color: var(--primary-navy);
            color: var(--accent-gold) !important;
        }

/* ---------------- Modal UI ---------------- */
.modal-overlay[b-owk3jm5yjf] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(11, 37, 69, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    animation: fadeIn-b-owk3jm5yjf 0.3s forwards ease;
}

.modal-card[b-owk3jm5yjf] {
    background: linear-gradient(135deg,#0b2545,#134074);
    color: aliceblue;
    border-radius: 16px;
    width: 100%;
    max-width: 650px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border: 2px solid var(--accent-gold);
    overflow: hidden;
    direction: rtl;
}

.modal-header[b-owk3jm5yjf] {
    padding: 20px 25px;
    background: var(--primary-navy) !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--accent-gold);
}

.modal-title-box[b-owk3jm5yjf] {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .modal-title-box .icon-box[b-owk3jm5yjf] {
        width: 42px;
        height: 42px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid var(--accent-gold);
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--accent-gold) !important;
        font-size: 1.2rem;
    }

    .modal-title-box h3[b-owk3jm5yjf] {
        color: #ffffff !important; /* النص أبيض واضح فوق الخلفية الكحلية */
        font-size: 1.2rem;
        font-weight: 700;
        margin: 0;
    }

.modal-subtitle[b-owk3jm5yjf] {
    color: var(--accent-gold) !important; /* البرتقالي/الذهبي للنص الفرعي داخل الترويسة */
    font-size: 0.85rem;
    margin: 4px 0 0 0;
}

.close-btn[b-owk3jm5yjf] {
    background: none;
    border: none;
    font-size: 28px;
    color: var(--accent-gold) !important;
    cursor: pointer;
    transition: color 0.2s;
}

    .close-btn:hover[b-owk3jm5yjf] {
        color: #ffffff !important;
    }

.modal-body[b-owk3jm5yjf] {
    padding: 25px;
    background-color: #ffffff !important;
    max-height: 70vh;
    overflow-y: auto;
}

.form-grid[b-owk3jm5yjf] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-group.full-width[b-owk3jm5yjf] {
    grid-column: span 2;
}

.form-group label[b-owk3jm5yjf] {
    display: block;
    color: #134074;
    font-weight: 800;
    font-size: 0.9rem;
    margin-bottom: 6px;
}

.required[b-owk3jm5yjf] {
    color: #dc2626 !important;
    margin-right: 3px;
}

.input-wrapper[b-owk3jm5yjf] {
    position: relative;
    display: flex;
    align-items: center;
}

    .input-wrapper i[b-owk3jm5yjf] {
        position: absolute;
        right: 12px;
        color: var(--primary-navy) !important;
        font-size: 16px;
        z-index: 2;
    }

    .input-wrapper input[b-owk3jm5yjf], .form-select-custom[b-owk3jm5yjf] {
        width: 100%;
        padding: 10px 38px 10px 12px;
        border: 1.5px solid var(--border-color);
        border-radius: 8px;
        font-family: inherit;
        font-size: 0.95rem;
        color: #000000 !important;
        background-color: var(--input-bg) !important;
        transition: all 0.3s ease;
    }

        .input-wrapper input[b-owk3jm5yjf]::placeholder {
            color: #64748b !important;
        }

        .input-wrapper input:focus[b-owk3jm5yjf], .form-select-custom:focus[b-owk3jm5yjf] {
            outline: none;
            border-color: var(--primary-navy);
            background-color: #ffffff !important;
            box-shadow: 0 0 0 3px rgba(11, 37, 69, 0.15);
        }

/* ---------------- Modal Footer ---------------- */
.modal-footer[b-owk3jm5yjf] {
    padding: 15px 25px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    background-color: #f8fafc !important;
}

.btn-submit[b-owk3jm5yjf] {
    background: linear-gradient(135deg,#0b2545,#134074);
    color: aliceblue;
    border: 1px solid var(--accent-gold) !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

    .btn-submit i[b-owk3jm5yjf],
    .btn-submit span[b-owk3jm5yjf] {
        color: var(--accent-gold) !important;
    }

    .btn-submit:hover[b-owk3jm5yjf] {
        color: #ffffff !important;
    }

        .btn-submit:hover i[b-owk3jm5yjf],
        .btn-submit:hover span[b-owk3jm5yjf] {
            color: #ffffff !important;
        }

.btn-cancel[b-owk3jm5yjf] {
    background-color: #e2e8f0 !important;
    color: black;
    border: 1px solid #cbd5e1;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
}

    .btn-cancel:hover[b-owk3jm5yjf] {
        background-color: #cbd5e1 !important;
        color: #000000 !important;
    }

.loading-box[b-owk3jm5yjf], .empty-box[b-owk3jm5yjf] {
    text-align: center;
    padding: 50px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    color: var(--text-dark);
}

@keyframes fadeIn-b-owk3jm5yjf {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .form-grid[b-owk3jm5yjf] {
        grid-template-columns: 1fr;
    }

    .form-group.full-width[b-owk3jm5yjf] {
        grid-column: span 1;
    }
}
/* /Shared/AppAlert.razor.rz.scp.css */
.app-alert[b-nsrou54x24] {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 320px;
    max-width: 420px;
    padding: 16px 20px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #E5E7EB;
    backdrop-filter: blur(14px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.45);
    animation: slideIn-b-nsrou54x24 .6s ease;
    z-index: 9999;
}

    .app-alert.success[b-nsrou54x24] {
        background: linear-gradient(135deg, #22C55E, #16A34A);
    }

    .app-alert.warning[b-nsrou54x24] {
        background: linear-gradient(135deg, #FACC15, #F97316);
        color: #020617;
    }

    .app-alert.error[b-nsrou54x24] {
        background: linear-gradient(135deg, #DC2626, #991B1B);
    }

    .app-alert .icon[b-nsrou54x24] {
        font-size: 1.6rem;
    }

    .app-alert .content[b-nsrou54x24] {
        flex: 1;
        font-weight: 500;
    }

    .app-alert .close-btn[b-nsrou54x24] {
        background: transparent;
        border: none;
        color: inherit;
        font-size: 1rem;
        cursor: pointer;
    }

@keyframes slideIn-b-nsrou54x24 {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 576px) {
    .app-alert[b-nsrou54x24] {
        right: 10px;
        left: 10px;
        max-width: unset;
    }
}
