@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Components/Cards/StatCard.razor.rz.scp.css */
.stat-card[b-tn5bvzvnm2] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-top: 4px solid var(--primary);
    transition: transform 0.3s;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.stat-card:hover[b-tn5bvzvnm2] {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stat-card h3[b-tn5bvzvnm2] {
    font-size: 15px;
    color: var(--text-light);
    margin-bottom: 8px;
}

.stat-card .value[b-tn5bvzvnm2] {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
}

.stat-card .trend[b-tn5bvzvnm2] {
    font-size: 13px;
    color: var(--success);
}
/* /Components/Components/NAttachFile.razor.rz.scp.css */
/* The side navigation menu */
/*.attachsidenav {
    height: 100%;*/ /* 100% Full-height */
    /*width: 0;*/ /* 0 width - change this with JavaScript */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 1;*/ /* Stay on top */
    /*top: 161px;*/ /* Stay at the top */
/*    right: 0;*/
    /*background-color: #f4eeee;*//* #a5e5e5;  Black*/
    /*overflow-x: hidden;*/ /* Disable horizontal scroll */
    /*padding-top: 60px;*/ /* Place content 60px from the top */
    /*transition: 0.5s;*/ /* 0.5 second transition effect to slide in the sidenav */
    /*border: solid 3px lightgrey;
    border-radius: 20px;
}*/

/* The navigation menu links */
/*.attachsidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}*/

/* When you mouse over the navigation links, change their color */
/*.attachsidenav a:hover {
    color: #f1f1f1;
}*/

/* Position and style the close button (top right corner) */
/*.attachsidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: grab;
}*/

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/*#main {
    transition: margin-left .5s;
    padding: 20px;
}*/

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
/*@media screen and (max-height: 450px) {
    .attachsidenav {padding-top: 15px;}
    .attachsidenav a {font-size: 18px;}
}



.tooltipAttach {
    position: relative;
    display: inline-block;*/
    /*border-bottom: 1px dotted black;
   width: 80px;*/
/*}

.tooltipAttach .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;*/

    /* Position the tooltip */
    /*position: absolute;
    z-index: 1;
}

.tooltipAttach:hover .tooltiptext {
    visibility: visible;
}



.tooltipAttach .tooltipTopBar {
    visibility: hidden;
 
    color: #fff;
    border-radius: 6px;
    padding: 2px 0;*/

    /* Position the tooltip */
    /*position: absolute;
    z-index: 1;

 
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #0dcaf0;
    height: 24px;
    opacity: 0.8;
}

.tooltipAttach:hover .tooltipTopBar {
    visibility: visible;
}*/
/* /Components/Components/NAttachMenu.razor.rz.scp.css */
/* The side navigation menu */
.attachsidenav[b-i6v3xfkxgf] {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    /*z-index: 1; !* Stay on top *!*/
    top: 161px; /* Stay at the top */
/*    right: 0;*/
    background-color: #f4eeee;/* #a5e5e5;  Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border: solid 3px lightgrey;
    border-radius: 20px;
    z-index: 99999;
}

/* The navigation menu links */
.attachsidenav a[b-i6v3xfkxgf] {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.attachsidenav a:hover[b-i6v3xfkxgf] {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.attachsidenav .closebtn[b-i6v3xfkxgf] {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    cursor: grab;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main[b-i6v3xfkxgf] {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .attachsidenav[b-i6v3xfkxgf] {padding-top: 15px;}
    .attachsidenav a[b-i6v3xfkxgf] {font-size: 18px;}
}



.tooltipAttach[b-i6v3xfkxgf] {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;
   width: 80px;*/
}

.tooltipAttach .tooltiptext[b-i6v3xfkxgf] {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltipAttach:hover .tooltiptext[b-i6v3xfkxgf] {
    visibility: visible;
}



.tooltipAttach .tooltipTopBar[b-i6v3xfkxgf] {
    visibility: hidden;
 
    color: #fff;
    border-radius: 6px;
    padding: 2px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;

 
    bottom: 10px;
    left: 10px;
    right: 10px;
    background-color: #0dcaf0;
    height: 24px;
    opacity: 0.8;
}

.tooltipAttach:hover .tooltipTopBar[b-i6v3xfkxgf] {
    visibility: visible;
}
/* /Components/Components/NAvatar.razor.rz.scp.css */
 
ul[b-l800lw54h9] {
    list-style: none;
}

.user-menu-wrap[b-l800lw54h9] {
    position: relative;
    width: 36px;
    margin: 50px auto;
}

.menu-container[b-l800lw54h9] {
    visibility: visible;
    opacity: 0;
}

    .menu-container.active[b-l800lw54h9] {
        visibility: visible;
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }

.user-menu[b-l800lw54h9] {
    position: absolute;
    right: -22px;
    background-color: #ffffff;
    width: 256px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
}

    .user-menu .profile-highlight[b-l800lw54h9] {
        display: flex;
        border-bottom: 1px solid #e0e0e0;
        padding: 12px 16px;
        margin-bottom: 6px;
    }

        .user-menu .profile-highlight img[b-l800lw54h9] {
            width: 48px;
            height: 48px;
            border-radius: 25px;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .user-menu .profile-highlight .details[b-l800lw54h9] {
            display: flex;
            flex-direction: column;
            margin: auto 12px;
        }

            .user-menu .profile-highlight .details #profile-name[b-l800lw54h9] {
                font-weight: 600;
                font-size: 16px;
            }

            .user-menu .profile-highlight .details #profile-footer[b-l800lw54h9] {
                font-weight: 300;
                font-size: 14px;
                margin-top: 4px;
            }

    .user-menu .footer[b-l800lw54h9] {
        border-top: 1px solid #e0e0e0;
        padding-top: 6px;
        margin-top: 6px;
    }

        .user-menu .footer .user-menu-link[b-l800lw54h9] {
            font-size: 13px;
        }

    .user-menu .user-menu-link[b-l800lw54h9] {
        display: flex;
        text-decoration: none;
        color: #333333;
        font-weight: 400;
        font-size: 14px;
        padding: 12px 16px;
    }

        .user-menu .user-menu-link div[b-l800lw54h9] {
            margin: auto 10px;
        }

        .user-menu .user-menu-link:hover[b-l800lw54h9] {
            background-color: #f5f5f5;
            color: #333333;
        }

    .user-menu[b-l800lw54h9]:before {
        position: absolute;
        top: -16px;
        left: 120px;
        display: inline-block;
        content: "";
        border: 8px solid transparent;
        border-bottom-color: #e0e0e0;
    }

    .user-menu[b-l800lw54h9]:after {
        position: absolute;
        top: -14px;
        left: 121px;
        display: inline-block;
        content: "";
        border: 7px solid transparent;
        border-bottom-color: #ffffff;
    }
/* /Components/Components/NCurrencyConverter.razor.rz.scp.css */
/* /Components/Components/NCurrencyConvertor.razor.rz.scp.css */
/* /Components/Components/NCurrentTime.razor.rz.scp.css */
.time-card[b-oe9vruzsjf] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 24px;
    text-align: center;
    
}

.time-header[b-oe9vruzsjf] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #4f46e5;
    font-weight: 600;
}

.time-header i[b-oe9vruzsjf] {
    margin-left: 8px;
    font-size: 20px;
}

.current-time[b-oe9vruzsjf] {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.current-date[b-oe9vruzsjf] {
    color: #64748b;
    font-size: 14px;
}

@media (min-width: 576px) {
    .time-card[b-oe9vruzsjf] {
       width: 230px;

    }
}
        
/* /Components/Components/NPdfPreview.razor.rz.scp.css */
.pdf-preview-modal-backdrop[b-1cw0lth1xe] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    backdrop-filter: blur(3px);
}

.pdf-preview-modal[b-1cw0lth1xe] {
    background: white;
    border-radius: 12px;
    width: 100%;
    /*max-width: 1400px;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    animation: slideIn-b-1cw0lth1xe 0.3s ease-out;
}

@keyframes slideIn-b-1cw0lth1xe {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pdf-preview-header[b-1cw0lth1xe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #e5e7eb;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px 12px 0 0;
}

.pdf-preview-title[b-1cw0lth1xe] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
}

.pdf-preview-actions[b-1cw0lth1xe] {
    display: flex;
    gap: 8px;
}

.pdf-preview-body[b-1cw0lth1xe] {
    flex: 1;
    padding: 16px;
    overflow: hidden;
    background: #f8fafc;
    border-radius: 0 0 12px 12px;
}

.pdf-preview-iframe[b-1cw0lth1xe] {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.pdf-preview-loading[b-1cw0lth1xe] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* RTL Support */
[dir="rtl"] .pdf-preview-actions[b-1cw0lth1xe] {
    flex-direction: row-reverse;
}

[dir="rtl"] .pdf-preview-actions .me-2[b-1cw0lth1xe] {
    margin-right: 0 !important;
    margin-left: 0.5rem !important;
}
/* /Components/Components/Top/NFavourite.razor.rz.scp.css */
 
/* /Components/Components/Top/NTopNotification.razor.rz.scp.css */
 
/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-nsuvyir5tr] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nsuvyir5tr] {
    flex: 1;
}

.sidebar[b-nsuvyir5tr] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
}

.top-row[b-nsuvyir5tr] {
/*    background-color: #f7f7f7;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nsuvyir5tr]  a, .top-row .btn-link[b-nsuvyir5tr] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-nsuvyir5tr] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-nsuvyir5tr] {
        display: none;
    }

    .top-row.auth[b-nsuvyir5tr] {
        justify-content: space-between;
    }

    .top-row a[b-nsuvyir5tr], .top-row .btn-link[b-nsuvyir5tr] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nsuvyir5tr] {
        flex-direction: row;
    }

    

    .top-row[b-nsuvyir5tr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-nsuvyir5tr], article[b-nsuvyir5tr] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-xqbzxx4li3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xqbzxx4li3] {
    flex: 1;
}

.sidebar[b-xqbzxx4li3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xqbzxx4li3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xqbzxx4li3]  a, .top-row[b-xqbzxx4li3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xqbzxx4li3]  a:hover, .top-row[b-xqbzxx4li3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xqbzxx4li3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xqbzxx4li3] {
        justify-content: space-between;
    }

    .top-row[b-xqbzxx4li3]  a, .top-row[b-xqbzxx4li3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xqbzxx4li3] {
        flex-direction: row;
    }

    .sidebar[b-xqbzxx4li3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xqbzxx4li3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xqbzxx4li3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xqbzxx4li3], article[b-xqbzxx4li3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xqbzxx4li3] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-xqbzxx4li3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oiohbqutv6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-oiohbqutv6] {
    flex: 1;
}

.sidebar[b-oiohbqutv6] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-oiohbqutv6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-oiohbqutv6]  a, .top-row[b-oiohbqutv6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-oiohbqutv6]  a:hover, .top-row[b-oiohbqutv6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-oiohbqutv6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-oiohbqutv6] {
        justify-content: space-between;
    }

    .top-row[b-oiohbqutv6]  a, .top-row[b-oiohbqutv6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oiohbqutv6] {
        flex-direction: row;
    }

    .sidebar[b-oiohbqutv6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-oiohbqutv6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-oiohbqutv6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-oiohbqutv6], article[b-oiohbqutv6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-oiohbqutv6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-oiohbqutv6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l0uzar43tx] {
    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-l0uzar43tx] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-l0uzar43tx] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l0uzar43tx] {
    font-size: 1.1rem;
}

.bi[b-l0uzar43tx] {
    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-l0uzar43tx] {
    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-l0uzar43tx] {
    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-l0uzar43tx] {
    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-l0uzar43tx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l0uzar43tx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l0uzar43tx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l0uzar43tx]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-l0uzar43tx]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l0uzar43tx]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-l0uzar43tx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-l0uzar43tx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l0uzar43tx] {
        display: none;
    }

    .nav-scrollable[b-l0uzar43tx] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/sneat/RightSideMenuBar.razor.rz.scp.css */
.list-row[b-yrmlr557xh]
{
    border-bottom:  1px;
    border-color: lightgray;
    min-height: 35px
}
.rounded-count[b-yrmlr557xh]
{
    background-color: lightgrey;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
}
/* /Components/Layout/sneat/SideMenuBar.razor.rz.scp.css */
/* /Components/NewDesign/ActionBar.razor.rz.scp.css */
/* /Components/NewDesign/ActionHistoryViewer.razor.rz.scp.css */
.action-history-container[b-s839os9p89] {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border: 1px solid #eaeef5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.section-title[b-s839os9p89] {
    font-size: 1.1rem;
    color: #1a3a8f;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeef5;
}

.timeline[b-s839os9p89] {
    position: relative;
    padding: 0;
}

/* Timeline vertical line */
.timeline[b-s839os9p89]::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    background: #e2e8f0;
}

.timeline-item[b-s839os9p89] {
    position: relative;
    margin-bottom: 20px;
}

.timeline-item:last-child[b-s839os9p89] {
    margin-bottom: 0;
}

.timeline-marker[b-s839os9p89] {
    position: absolute;
    left: 14px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #3b82f6;
    z-index: 1;
}

.timeline-content[b-s839os9p89] {
    background: #f8fafc;
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #edf2f7;
    margin-left: 40px;
    transition: all 0.2s ease;
}

.timeline-content:hover[b-s839os9p89] {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-color: #e2e8f0;
}

.timeline-header[b-s839os9p89] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.username[b-s839os9p89] {
    font-weight: 600;
    color: #2d3748;
    font-size: 0.95em;
}

.action-type[b-s839os9p89] {
    color: #1a3a8f;
    background: #e6f0ff;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.85em;
    font-weight: 500;
}

.date[b-s839os9p89] {
    font-size: 0.8em;
    color: #718096;
    margin-inline-start: auto; /* Push to the end */
}

.timeline-notes[b-s839os9p89] {
    margin-top: 8px;
    font-size: 0.9em;
    color: #4a5568;
    background: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    border-left: 3px solid #cbd5e0;
}

.timeline-notes i[b-s839os9p89] {
    color: #cbd5e0;
    margin-right: 5px;
}

/* RTL Support */
.rtl .timeline[b-s839os9p89]::before {
    left: auto;
    right: 20px;
}

.rtl .timeline-marker[b-s839os9p89] {
    left: auto;
    right: 14px;
}

.rtl .timeline-content[b-s839os9p89] {
    margin-left: 0;
    margin-right: 40px;
}

.rtl .date[b-s839os9p89] {
    margin-inline-start: auto; /* Works correctly in RTL context if supported, otherwise use specific margin */
}

.rtl .timeline-notes[b-s839os9p89] {
    border-left: none;
    border-right: 3px solid #cbd5e0;
}

.rtl .timeline-notes i[b-s839os9p89] {
    margin-right: 0;
    margin-left: 5px;
}
/* /Components/NewDesign/NewAttachments.razor.rz.scp.css */


.attachments-section[b-uw6q02zx7x] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--border);
}

.attachments-header[b-uw6q02zx7x] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    color: var(--primary);
    font-weight: 600;
    font-size: 16px;
}

.attachment-upload-area[b-uw6q02zx7x] {
    border: 2px dashed var(--border);
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    margin-bottom: 15px;
    background: white;
    transition: all 0.3s;
    cursor: pointer;
}

.attachment-upload-area:hover[b-uw6q02zx7x] {
    border-color: var(--primary);
    background: rgba(44, 90, 160, 0.02);
}

.attachment-upload-area.dragover[b-uw6q02zx7x] {
    border-color: var(--primary);
    background: rgba(44, 90, 160, 0.05);
    transform: scale(1.01);
}

.attachment-upload-area i[b-uw6q02zx7x] {
    font-size: 40px;
    color: var(--text-light);
    margin-bottom: 15px;
}

.attachment-upload-area p[b-uw6q02zx7x] {
    margin-bottom: 15px;
    color: var(--text-light);
}

.attachment-list[b-uw6q02zx7x] {
    margin-top: 15px;
}

.attachment-item[b-uw6q02zx7x] {
    background: white;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 8px;
    border: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s;
}

.attachment-item:hover[b-uw6q02zx7x] {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-color: var(--primary-light);
}

.attachment-info[b-uw6q02zx7x] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.attachment-icon[b-uw6q02zx7x] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary);
    border-radius: 6px;
    color: var(--primary);
    font-size: 16px;
}

.attachment-details[b-uw6q02zx7x] {
    flex: 1;
}

.attachment-name[b-uw6q02zx7x] {
    font-weight: 500;
    margin-bottom: 4px;
    cursor: pointer;
    transition: color 0.3s;
}

.attachment-name:hover[b-uw6q02zx7x] {
    color: var(--primary);
}

.attachment-meta[b-uw6q02zx7x] {
    font-size: 13px;
    color: var(--text-light);
}

.attachment-actions[b-uw6q02zx7x] {
    display: flex;
    gap: 5px;
}

.remove-attachment[b-uw6q02zx7x] {
    background: var(--danger);
    color: white;
    border: none;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
}

.remove-attachment:hover[b-uw6q02zx7x] {
    background: #c82333;
}

.download-attachment[b-uw6q02zx7x] {
    background: var(--success);
    color: white;
    border: none;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
}

.download-attachment:hover[b-uw6q02zx7x] {
    background: #218838;
}

.view-attachment[b-uw6q02zx7x] {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s;
}

.view-attachment:hover[b-uw6q02zx7x] {
    background: var(--primary-light);
}

.attachment-thumbnail[b-uw6q02zx7x] {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid var(--border);
}

.attachment-preview[b-uw6q02zx7x] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.attachment-preview-item[b-uw6q02zx7x] {
    position: relative;
    width: 120px;
    text-align: center;
    transition: transform 0.3s;
}

.attachment-preview-item:hover[b-uw6q02zx7x] {
    transform: scale(1.05);
}

.attachment-preview-thumbnail[b-uw6q02zx7x] {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--border);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 0.3s;
}

.attachment-preview-thumbnail:hover[b-uw6q02zx7x] {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-color: var(--primary);
}

.attachment-preview-name[b-uw6q02zx7x] {
    font-size: 12px;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.attachment-preview-remove[b-uw6q02zx7x] {
    position: absolute;
    top: -6px;
    right: -6px;
    background: var(--danger);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0.8;
    transition: opacity 0.3s;
}

.attachment-preview-remove:hover[b-uw6q02zx7x] {
    opacity: 1;
}

.attachment-preview-download[b-uw6q02zx7x] {
    position: absolute;
    top: -6px;
    left: -6px;
    background: var(--success);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0.8;
    transition: opacity 0.3s;
}

.attachment-preview-download:hover[b-uw6q02zx7x] {
    opacity: 1;
}

.attachment-preview-expand[b-uw6q02zx7x] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 10px;
    opacity: 0;
    transition: opacity 0.3s;
}

.attachment-preview-item:hover .attachment-preview-expand[b-uw6q02zx7x] {
    opacity: 1;
}

/* New Styles for Expanded Image Preview */
.image-modal[b-uw6q02zx7x] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 2000;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.image-modal.active[b-uw6q02zx7x] {
    display: flex;
}

.image-modal-content[b-uw6q02zx7x] {
    max-width: 90%;
    max-height: 90%;
    position: relative;
}

.image-modal-content img[b-uw6q02zx7x] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.image-modal-close[b-uw6q02zx7x] {
    position: absolute;
    top: -40px;
    right: -40px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s;
}

.image-modal-close:hover[b-uw6q02zx7x] {
    background: rgba(255, 255, 255, 0.3);
}

.image-modal-nav[b-uw6q02zx7x] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s;
}

.image-modal-nav:hover[b-uw6q02zx7x] {
    background: rgba(255, 255, 255, 0.3);
}

.image-modal-prev[b-uw6q02zx7x] {
    left: 20px;
}

.image-modal-next[b-uw6q02zx7x] {
    right: 20px;
}

.image-modal-info[b-uw6q02zx7x] {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
}
 
 

 .attachment-item[b-uw6q02zx7x] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
/* /Components/NewDesign/PageHeader.razor.rz.scp.css */
header[b-e5dih8kyt4] {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 20px rgba(44, 90, 160, 0.3);
    position: relative;
    overflow: hidden;
}

header[b-e5dih8kyt4]::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
    animation: pulse-b-e5dih8kyt4 8s infinite linear;
}

@keyframes pulse-b-e5dih8kyt4 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

h1[b-e5dih8kyt4] {
    font-size: 32px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}
/* /Components/NewDesign/RequesterCard.razor.rz.scp.css */
/* /Components/NewDesign/StatusSection.razor.rz.scp.css */
.status-section[b-2q2fuvrkq7] {
    background: var(--secondary);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--border);
    transition: all 0.3s;
}

.status-row[b-2q2fuvrkq7] {
    display: grid;
    grid-template-columns: 100px 1fr 100px 1fr;
    gap: 15px;
    align-items: center;
    margin-bottom: 15px;
}

.status-label[b-2q2fuvrkq7] {
    font-weight: 500;
    color: var(--text);
}
/* /Components/NewDesign/TopNavBar.razor.rz.scp.css */
.top-nav[b-rkcfow3uc7] {
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    color: var(--primary);
    margin-top: 5px;
    margin-bottom: 5px;
}

.nav-container[b-rkcfow3uc7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
}
/* /Components/Pages/Admin/Users/Components/RoleAssignGrid.razor.rz.scp.css */
/*to remove the edit button alone*/
.e-removeEditcommand .e-unboundcell .e-unboundcelldiv button.e-Editbutton[b-suzz2f9dk9] {
    display: none;
}

/*to remove the delete button alone*/
.e-removeDeletecommand .e-unboundcell .e-unboundcelldiv button.e-Deletebutton[b-suzz2f9dk9] {
    display: none;
}
/* /Components/Pages/Admin/Users/MyProfile.razor.rz.scp.css */
/* /Components/Pages/Admin/Users/UserProfile.razor.rz.scp.css */
/* /Components/Pages/Ap/Invoices/Components/Test/InvoiceLineCrude.razor.rz.scp.css */
/* /Components/Pages/ESP/Search/FindRunDeductionPool.razor.rz.scp.css */
/* /Components/Pages/ESP/Transactions/RunDeductionPool.razor.rz.scp.css */
/* /Components/Pages/FA/AdjustmentPage.razor.rz.scp.css */
/* /Components/Pages/FA/AssetDataPage.razor.rz.scp.css */
/* /Components/Pages/FA/AssetFinancialPage.razor.rz.scp.css */

/* --- نصوص محددة --- */
/*.span {
    color: mediumblue;*/ /* اللون الأزرق للنصوص */
/*}*/

/* --- خلفية الصفحة بالكامل --- */
/*.modern-asset-management {
    background: #f8fafc;*/ /* لون خلفية فاتح */
    /*min-height: 100vh;*/ /* ارتفاع الصفحة كامل الشاشة */
    /*font-family: 'Segoe UI', system-ui, sans-serif;*/ /* الخط العام */
/*}*/

/* --- كروت عصرية --- */
/*.modern-card {
    background: white;*/ /* خلفية الكارت أبيض */
    /*border-radius: 8px;*/ /* زوايا مستديرة */
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.05);*/ /* ظل خفيف للكارت */
    /*border: 1px solid #e2e8f0;*/ /* حدود خفيفة */
/*}*/

/* --- تسمية الفلاتر --- */
/*.filter-label {
    font-weight: 600;*/ /* سمك الخط */
    /*color: #374151;*/ /* لون النص */
    /*font-size: 0.875rem;*/ /* حجم الخط */
    /*margin-bottom: 0.5rem;*/ /* مسافة أسفل النص */
    /*display: block;*/ /* لعرض كل عنصر في سطر منفصل */
/*}*/

/* --- Dropdown عصري --- */
/*.modern-dropdown {
    border-radius: 6px;*/ /* زوايا مستديرة */
    /*border: 1px solid #d1d5db;*/ /* حدود */
    /*width: 100%;*/ /* يمتد بعرض العنصر الأب */
/*}*/

/* --- كروت الإحصائيات --- */
/*.overview-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;*/ /* مسافة داخلية */
    /*display: flex;*/ /* ترتيب العناصر أفقياً */
    /*align-items: center;*/ /* محاذاة عمودية */
    /*gap: 1rem;*/ /* مسافة بين العناصر */
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: all 0.3s ease;*/ /* حركة ناعمة عند hover */
    /*border: 1px solid #e2e8f0;
    position: relative;*/ /* للسماح بإضافة أيقونات أو مؤشرات */
    /*overflow: hidden;*/ /* لمنع العناصر من الخروج عن الكارت */
/*}*/

    /* --- تأثير عند المرور على الكارت --- */
    /*.overview-card:hover {
        transform: translateY(-2px);*/ /* رفع خفيف للكارت */
        /*box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/ /* ظل أقوى */
    /*}*/

    /* --- ألوان الكروت حسب النوع --- */
    /*.overview-card.card-primary {
        border-left: 4px solid #3b82f6;*/ /* شريط أزرق على اليسار */
        /*background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);*/ /* تدرج أبيض للأزرق الفاتح */
    /*}

    .overview-card.card-success {
        border-left: 4px solid #10b981;
        background: linear-gradient(135deg, #ffffff 0%, #f0fdf4 100%);
    }

    .overview-card.card-warning {
        border-left: 4px solid #f59e0b;
        background: linear-gradient(135deg, #ffffff 0%, #fffbeb 100%);
    }

    .overview-card.card-info {
        border-left: 4px solid #6366f1;
        background: linear-gradient(135deg, #ffffff 0%, #f0f9ff 100%);
    }*/

/* --- أيقونات الكارت --- */
/*.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;*/ /* زوايا الأيقونة */
    /*display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;*/ /* حجم أيقونة */
    /*color: white;
}*/

/* --- تدرجات الأيقونات حسب اللون --- */
/*.card-primary .card-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.card-success .card-icon {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%);
}

.card-warning .card-icon {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.card-info .card-icon {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}*/

/* --- قيمة الكارت --- */
/*.card-value {
    font-size: 1.5rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.25rem;
    color: #1f2937;*/ /* نص داكن */
/*}*/

/* --- تسمية الكارت --- */
/*.card-label {
    font-size: 0.8rem;
    color: #6b7280;*/ /* لون رمادي فاتح */
    /*font-weight: 500;
}*/

/* --- مؤشرات الاتجاه في الكارت --- */
/*.card-trend {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    color: #9ca3af;
    font-size: 1rem;
}*/

/* --- الهيدر --- */
/*.top-header {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    padding: 18px 24px;
    border-radius: 14px;
    margin-bottom: 20px;
    color: white;
    box-shadow: 0 4px 20px rgba(44, 90, 160, 0.28);
    position: relative;
    overflow: hidden;
}*/

    /* --- تأثير حركة خلفية الهيدر --- */
    /*.top-header::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0) 70%);
        animation: pulse 8s infinite linear;*/ /* حركة مستمرة */
    /*}*/

/* --- حركة Pulse --- */
/*@@keyframes pulse {
    0% {
        transform: rotate(0deg) scale(1);
    }

    100% {
        transform: rotate(360deg) scale(1.1);
    }
}*/

/* --- ترتيب محتوى الهيدر --- */
/*.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

/* --- عنوان الهيدر --- */
/*.header-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
}*/

/* --- نص وأيقونة باللون الأبيض --- */
/*.white-title {
    color: white;
}

.white-icon {
    color: white !important;
}*/

/* --- مجموعة الأزرار داخل الهيدر --- */
/*.header-actions {
    display: flex;
    gap: 12px;*/ /* مسافة بين الأزرار */
/*}*/

/* --- أزرار بيضاوية --- */
/*.oval-btn {
    border: none;
    padding: 9px 22px;
    border-radius: 999px;*/ /* يجعل الزر بيضاوي بالكامل */
    /*font-size: 0.95rem;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: 0.25s ease;
    color: white;
    gap: 6px;*/ /* مسافة بين الأيقونة والنص داخل الزر */
/*}*/


/* /Components/Pages/FA/Transactions/RunDeprecation.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/Components/VehicleAssignPage.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/MasterPage.razor.rz.scp.css */
 

.e-tab .e-tab-header .e-toolbar-items[b-0h3v4t8966] {
    background: transparent;
    border: 1px solid #c8dede;
}

.validation-message[b-0h3v4t8966] {
    color: red;
    padding: 5px 0 0;
}
.below[b-0h3v4t8966] {
    background-color: deepskyblue;
} 
/* /Components/Pages/Fleet/FleetData/Pages/VehicleAccident.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/Pages/VehicleIDeliveryPermit.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/Pages/VehicleInsurancePage.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/Pages/VehicleLicensePage.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/Pages/VehicleRetirementPage.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/Pages/ViolationsPage.razor.rz.scp.css */
/* /Components/Pages/Fleet/FleetData/Pages/WarrantyPage.razor.rz.scp.css */
/* /Components/Pages/GL/Accounts/Master/AccountValueSets.razor.rz.scp.css */
/* Transition effect for smooth height change */
.animated-card-body[b-yp9i14t1lr] {
    transition: height 0.5s ease, padding 0.5s ease;
}

/* Optional styles for visibility */
.animated-card-body p[b-yp9i14t1lr] {
    margin: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
}
/* /Components/Pages/GL/Accounts/Master/ValueSets.razor.rz.scp.css */
/* Transition effect for smooth height change */
.animated-card-body[b-2l2u6b4la7] {
    transition: height 0.5s ease, padding 0.5s ease;
}

/* Optional styles for visibility */
.animated-card-body p[b-2l2u6b4la7] {
    margin: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
}
/* /Components/Pages/HR/Approval/Approval/ApprovalPage.razor.rz.scp.css */
:root[b-oyagvq6ihn] {
    --primary: #2c3e50;
    --secondary: #3498db;
    --accent: #1abc9c;
    --light: #ecf0f1;
    --dark: #2c3e50;
    --success: #27ae60;
    --warning: #f39c12;
    --danger: #e74c3c;
    --gray: #95a5a6;
}

.approval-container[b-oyagvq6ihn] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fa;
    color: #333;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header[b-oyagvq6ihn] {
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: white;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.header-main[b-oyagvq6ihn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.logo[b-oyagvq6ihn] {
    display: flex;
    align-items: center;
}

.logo i[b-oyagvq6ihn] {
    font-size: 28px;
    margin-left: 10px;
}

.logo h1[b-oyagvq6ihn] {
    font-size: 24px;
    font-weight: 600;
}

.user-info[b-oyagvq6ihn] {
    display: flex;
    align-items: center;
}

.user-info img[b-oyagvq6ihn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.search-section[b-oyagvq6ihn] {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 20px;
    margin-bottom: 0;
}

.search-form[b-oyagvq6ihn] {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 15px;
    align-items: end;
}

.page-tabs[b-oyagvq6ihn] {
    display: flex;
    background: white;
    border-bottom: 1px solid #eee;
    padding: 0 25px;
    flex-wrap: wrap;
}

.tab[b-oyagvq6ihn] {
    padding: 15px 25px;
    cursor: pointer;
    font-weight: 500;
    color: #95a5a6;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab.active[b-oyagvq6ihn] {
    color: #3498db;
    border-bottom-color: #3498db;
}

.tab:hover[b-oyagvq6ihn] {
    color: #3498db;
}

.tab-content[b-oyagvq6ihn] {
    display: none;
    flex: 1;
}

.tab-content.active[b-oyagvq6ihn] {
    display: flex;
    flex-direction: column;
}

.btn[b-oyagvq6ihn] {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    border-radius: 4px;
}

.btn-primary[b-oyagvq6ihn] {
    background-color: #3498db;
    color: white;
}

.btn-primary:hover[b-oyagvq6ihn] {
    background-color: #2980b9;
}

.form-group[b-oyagvq6ihn] {
    margin-bottom: 20px;
}

label[b-oyagvq6ihn] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

input[b-oyagvq6ihn], select[b-oyagvq6ihn] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: border 0.3s ease;
    border-radius: 4px;
}

input:focus[b-oyagvq6ihn], select:focus[b-oyagvq6ihn] {
    border-color: #3498db;
    outline: none;
}

footer[b-oyagvq6ihn] {
    text-align: center;
    padding: 20px;
    color: #95a5a6;
    font-size: 14px;
    border-top: 1px solid #eee;
    background: white;
    flex-shrink: 0;
}

@media (max-width: 992px) {
    .search-form[b-oyagvq6ihn] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/HR/Approval/Approval/Components/DataCard.razor.rz.scp.css */
.glass-card[b-grlcor7vw1] {
    width: 100%;
    max-width: 420px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.glass-card[b-grlcor7vw1]::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.1), rgba(26, 188, 156, 0.1));
    z-index: -1;
}

.glass-card:hover[b-grlcor7vw1] {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.card-header[b-grlcor7vw1] {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
}

.card-icon[b-grlcor7vw1] {
    width: 70px;
    height: 70px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3498db, #1abc9c);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin-left: 20px;
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.4);
    transition: all 0.3s ease;
}

.glass-card:hover .card-icon[b-grlcor7vw1] {
    transform: rotate(15deg) scale(1.1);
}

.card-title[b-grlcor7vw1] {
    flex: 1;
}

.card-title h3[b-grlcor7vw1] {
    color: white;
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.card-title p[b-grlcor7vw1] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.card-badge[b-grlcor7vw1] {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    color: #2c3e50;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card-stats[b-grlcor7vw1] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 25px;
}

.stat-item[b-grlcor7vw1] {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    padding: 18px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-item:hover[b-grlcor7vw1] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-5px);
}

.stat-value[b-grlcor7vw1] {
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    margin-bottom: 5px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.stat-label[b-grlcor7vw1] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
}

.progress-container[b-grlcor7vw1] {
    margin: 25px 0;
}

.progress-label[b-grlcor7vw1] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: white;
}

.progress-bar[b-grlcor7vw1] {
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.progress-fill[b-grlcor7vw1] {
    height: 100%;
    background: linear-gradient(90deg, #1abc9c, #3498db);
    border-radius: 10px;
    width: 75%;
    position: relative;
    transition: width 1.5s ease;
}

.progress-fill[b-grlcor7vw1]::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: shimmer-b-grlcor7vw1 2s infinite;
}

@keyframes shimmer-b-grlcor7vw1 {
    0% { transform: translateX(100px); }
    100% { transform: translateX(-100px); }
}

.card-details[b-grlcor7vw1] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 25px 0;
}

.detail-item[b-grlcor7vw1] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-icon[b-grlcor7vw1] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease;
}

.detail-item:hover .detail-icon[b-grlcor7vw1] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.detail-text[b-grlcor7vw1] {
    flex: 1;
}

.detail-label[b-grlcor7vw1] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 3px;
}

.detail-value[b-grlcor7vw1] {
    font-weight: 600;
    color: white;
    font-size: 1rem;
}

.card-actions[b-grlcor7vw1] {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.btn[b-grlcor7vw1] {
    flex: 1;
    padding: 14px 20px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 12px;
    font-size: 0.95rem;
}

.btn-primary[b-grlcor7vw1] {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
}

.btn-primary:hover[b-grlcor7vw1] {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(52, 152, 219, 0.6);
}

.btn-secondary[b-grlcor7vw1] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover[b-grlcor7vw1] {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* تأثيرات إضافية */
.floating-elements[b-grlcor7vw1] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

.floating-element[b-grlcor7vw1] {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-b-grlcor7vw1 15s infinite linear;
}

.floating-element:nth-child(1)[b-grlcor7vw1] {
    width: 80px;
    height: 80px;
    top: -20px;
    right: -20px;
    animation-delay: 0s;
}

.floating-element:nth-child(2)[b-grlcor7vw1] {
    width: 60px;
    height: 60px;
    bottom: 30px;
    left: -30px;
    animation-delay: 5s;
}

.floating-element:nth-child(3)[b-grlcor7vw1] {
    width: 40px;
    height: 40px;
    top: 50%;
    right: 20px;
    animation-delay: 10s;
}

@keyframes float-b-grlcor7vw1 {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(10px, 15px) rotate(90deg); }
    50% { transform: translate(0, 30px) rotate(180deg); }
    75% { transform: translate(-10px, 15px) rotate(270deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

/* تأثير النبض */
@keyframes pulse-b-grlcor7vw1 {
    0% { box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(52, 152, 219, 0); }
    100% { box-shadow: 0 0 0 0 rgba(52, 152, 219, 0); }
}

.pulse[b-grlcor7vw1] {
    animation: pulse-b-grlcor7vw1 2s infinite;
}
/* /Components/Pages/HR/HR_Organization/Structure/StructurePage.razor.rz.scp.css */
:root[b-q3wsazep9x] {
    --primary: #2c3e50;
    --secondary: #3498db;
    --accent: #1abc9c;
    --light: #ecf0f1;
    --dark: #2c3e50;
    --success: #27ae60;
    --warning: #f39c12;
    --danger: #e74c3c;
    --gray: #95a5a6;
}

.structure-container[b-q3wsazep9x] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f5f7fa;
    color: #333;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header[b-q3wsazep9x] {
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: white;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.page-tabs[b-q3wsazep9x] {
    display: flex;
    background: white;
    border-bottom: 1px solid #eee;
    padding: 0 25px;
    flex-wrap: wrap;
}

.tab[b-q3wsazep9x] {
    padding: 15px 25px;
    cursor: pointer;
    font-weight: 500;
    color: #95a5a6;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.tab.active[b-q3wsazep9x] {
    color: #3498db;
    border-bottom-color: #3498db;
}

.tab:hover[b-q3wsazep9x] {
    color: #3498db;
}

.tab-content[b-q3wsazep9x] {
    display: none;
    flex: 1;
}

.tab-content.active[b-q3wsazep9x] {
    display: flex;
    flex-direction: column;
}

.btn[b-q3wsazep9x] {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    border-radius: 4px;
}

.btn-primary[b-q3wsazep9x] {
    background-color: #3498db;
    color: white;
}

.btn-primary:hover[b-q3wsazep9x] {
    background-color: #2980b9;
}

.btn-success[b-q3wsazep9x] {
    background-color: #27ae60;
    color: white;
}

.btn-success:hover[b-q3wsazep9x] {
    background-color: #229954;
}

.btn-danger[b-q3wsazep9x] {
    background-color: #e74c3c;
    color: white;
}

.btn-danger:hover[b-q3wsazep9x] {
    background-color: #c0392b;
}

.form-group[b-q3wsazep9x] {
    margin-bottom: 20px;
}

label[b-q3wsazep9x] {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #2c3e50;
}

input[b-q3wsazep9x], select[b-q3wsazep9x], textarea[b-q3wsazep9x] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: border 0.3s ease;
    border-radius: 4px;
}

input:focus[b-q3wsazep9x], select:focus[b-q3wsazep9x], textarea:focus[b-q3wsazep9x] {
    border-color: #3498db;
    outline: none;
}

footer[b-q3wsazep9x] {
    text-align: center;
    padding: 20px;
    color: #95a5a6;
    font-size: 14px;
    border-top: 1px solid #eee;
    background: white;
    flex-shrink: 0;
}

.loading-container[b-q3wsazep9x] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    font-size: 18px;
    color: #95a5a6;
}

.card[b-q3wsazep9x] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 20px;
    margin-bottom: 20px;
}

.card-header[b-q3wsazep9x] {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media (max-width: 992px) {
    .page-tabs[b-q3wsazep9x] {
        padding: 0 15px;
    }
    
    .tab[b-q3wsazep9x] {
        padding: 12px 15px;
    }
}
/* /Components/Pages/HR/Movements/Tabs/FiniacialComponents/ExpenseInfoComponent.razor.rz.scp.css */
/* /Components/Pages/HR/Payroll/Attendance/MonthlyAttendance/EmployeeAttendanceScheduler.razor.rz.scp.css */
/* */
/*.container {*/
/*    max-width: 580px;*/
/*    margin: 0 auto;*/
/*}*/

.header[b-w8qinvjjuh] {
    text-align: center;
    padding-top: 12px;
}

.header h1[b-w8qinvjjuh] {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 2px;
}

.header p[b-w8qinvjjuh] {
    color: #64748b;
    font-size: 16px;
}

/* Search Section */
.search-section[b-w8qinvjjuh] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 20px;
}

.search-input[b-w8qinvjjuh] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.search-input input[b-w8qinvjjuh] {
    flex: 1;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.search-input input:focus[b-w8qinvjjuh] {
    border-color: #4f46e5;
}

.search-button[b-w8qinvjjuh] {
    background: #4f46e5;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-button:hover[b-w8qinvjjuh] {
    background: #4338ca;
}

.search-hint[b-w8qinvjjuh] {
    color: #64748b;
    font-size: 14px;
    text-align: center;
}

/* Time Display */
.time-card[b-w8qinvjjuh] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.time-header[b-w8qinvjjuh] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #4f46e5;
    font-weight: 600;
}

.time-header i[b-w8qinvjjuh] {
    margin-left: 8px;
    font-size: 20px;
}

.current-time[b-w8qinvjjuh] {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.current-date[b-w8qinvjjuh] {
    color: #64748b;
    font-size: 14px;
}

/* Employee Information */
.employee-card[b-w8qinvjjuh] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 20px;
}

.employee-header[b-w8qinvjjuh] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.employee-avatar[b-w8qinvjjuh] {
    width: 48px;
    height: 48px;
    background: #e0e7ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    color: #4f46e5;
    font-size: 20px;
}

.employee-info h2[b-w8qinvjjuh] {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.employee-info p[b-w8qinvjjuh] {
    color: #64748b;
    font-size: 14px;
}

.employee-details[b-w8qinvjjuh] {
    margin-top: 16px;
}

.detail-item[b-w8qinvjjuh] {
    display: flex;
    align-items: center;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 12px;
}

.detail-item i[b-w8qinvjjuh] {
    color: #4f46e5;
    margin-left: 8px;
    font-size: 16px;
}

/* Date and Time Selection */
.datetime-section[b-w8qinvjjuh] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 24px;
}

.datetime-title[b-w8qinvjjuh] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
    text-align: center;
}

.datetime-inputs[b-w8qinvjjuh] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.datetime-group[b-w8qinvjjuh] {
    flex: 1;
    min-width: 140px;
}

.datetime-group label[b-w8qinvjjuh] {
    display: block;
    color: #64748b;
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 500;
}

.datetime-group input[b-w8qinvjjuh] {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.datetime-group input:focus[b-w8qinvjjuh] {
    border-color: #4f46e5;
}

/* Status Display */
/*.status-section {*/
/*    display: none;*/
/*}*/

.status-card[b-w8qinvjjuh] {
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-not-attended[b-w8qinvjjuh] {
    background: #fee2e2;
    color: #ef4444;
    border: 1px solid #fecaca;
}

.status-attended[b-w8qinvjjuh] {
    background: #dcfce7;
    color: #22c55e;
    border: 1px solid #bbf7d0;
}

.status-left[b-w8qinvjjuh] {
    background: #dbeafe;
    color: #3b82f6;
    border: 1px solid #bfdbfe;
}

.status-icon[b-w8qinvjjuh] {
    margin-left: 8px;
    font-size: 18px;
}

/* Action Button */
/*.action-section {*/
/*    display: none;*/
/*}*/

.action-button[b-w8qinvjjuh] {
    width: 100%;
    padding: 16px;
    border: none;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.action-button:hover[b-w8qinvjjuh] {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.action-button:active[b-w8qinvjjuh] {
    transform: translateY(0);
}

.btn-attendance[b-w8qinvjjuh] {
    background: #22c55e;
}

.btn-attendance:hover[b-w8qinvjjuh] {
    background: #16a34a;
}

.btn-departure[b-w8qinvjjuh] {
    background: #ef4444;
}

.btn-departure:hover[b-w8qinvjjuh] {
    background: #dc2626;
}

.btn-disabled[b-w8qinvjjuh] {
    background: #94a3b8;
    cursor: not-allowed;
}

.btn-disabled:hover[b-w8qinvjjuh] {
    background: #94a3b8;
    transform: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.button-icon[b-w8qinvjjuh] {
    margin-left: 8px;
    font-size: 20px;
}

/* Instructions */
.instructions[b-w8qinvjjuh] {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    margin-top: 32px;
    line-height: 1.6;
}

.instructions p[b-w8qinvjjuh] {
    margin-bottom: 8px;
}

/* Error Message */
.error-message[b-w8qinvjjuh] {
    color: #ef4444;
    text-align: center;
    font-size: 14px;
    margin-top: 12px;
}
/* /Components/Pages/HR/Payroll/Attendance/MonthlyAttendance/EmployeeMonthlyScheduler.razor.rz.scp.css */
.schedule-cell-dimension.e-schedule .e-vertical-view .e-date-header-wrap table col[b-skjbnpckhs],
.schedule-cell-dimension.e-schedule .e-vertical-view .e-content-wrap table col[b-skjbnpckhs] {
    width: 200px;
}

.schedule-cell-dimension.e-schedule .e-vertical-view .e-time-cells-wrap table td[b-skjbnpckhs],
.schedule-cell-dimension.e-schedule .e-vertical-view .e-work-cells[b-skjbnpckhs] {
    height: 200px;
}

.schedule-cell-dimension.e-schedule .e-month-view .e-work-cells[b-skjbnpckhs],
.schedule-cell-dimension.e-schedule .e-month-view .e-date-header-wrap table col[b-skjbnpckhs] {
    width: 200px;
}

.schedule-cell-dimension.e-schedule .e-month-view .e-work-cells[b-skjbnpckhs] {
    height: 200px;
}

.e-schedule .e-month-view .e-work-cells[b-skjbnpckhs] {
    position: relative;
}




.status-legend-container[b-skjbnpckhs] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem; /* مسافة بين كل عنصر حالة */
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 1.5rem; /* مسافة فوق الحاوية */
    background-color: #f9f9f9;
    font-family: sans-serif; /* يفضل استخدام الخط الخاص بمشروعك */
}

.legend-title[b-skjbnpckhs] {
    font-weight: 500;
    color: #555;
}

.status-item[b-skjbnpckhs] {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* مسافة بين مربع اللون والاسم */
}

.status-color-box[b-skjbnpckhs] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    /* يتم تطبيق لون الخلفية والنص من خلال الـ style المباشر */
}

.status-name[b-skjbnpckhs] {
    font-size: 0.875rem; /* 14px */
    color: #333;
}
/* /Components/Pages/HR/Payroll/Attendance/WorkdayScheduler.razor.rz.scp.css */
.schedule-cell-dimension.e-schedule .e-vertical-view .e-date-header-wrap table col[b-50se4go3nz],
.schedule-cell-dimension.e-schedule .e-vertical-view .e-content-wrap table col[b-50se4go3nz] {
    width: 200px;
}

.schedule-cell-dimension.e-schedule .e-vertical-view .e-time-cells-wrap table td[b-50se4go3nz],
.schedule-cell-dimension.e-schedule .e-vertical-view .e-work-cells[b-50se4go3nz] {
    height: 200px;
}

.schedule-cell-dimension.e-schedule .e-month-view .e-work-cells[b-50se4go3nz],
.schedule-cell-dimension.e-schedule .e-month-view .e-date-header-wrap table col[b-50se4go3nz] {
    width: 200px;
}

.schedule-cell-dimension.e-schedule .e-month-view .e-work-cells[b-50se4go3nz] {
    height: 200px;
}

.e-schedule .e-month-view .e-work-cells[b-50se4go3nz] {
    position: relative;
}




.status-legend-container[b-50se4go3nz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem; /* مسافة بين كل عنصر حالة */
    padding: 0.75rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 1.5rem; /* مسافة فوق الحاوية */
    background-color: #f9f9f9;
    font-family: sans-serif; /* يفضل استخدام الخط الخاص بمشروعك */
}

.legend-title[b-50se4go3nz] {
    font-weight: 500;
    color: #555;
}

.status-item[b-50se4go3nz] {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* مسافة بين مربع اللون والاسم */
}

.status-color-box[b-50se4go3nz] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    /* يتم تطبيق لون الخلفية والنص من خلال الـ style المباشر */
}

.status-name[b-50se4go3nz] {
    font-size: 0.875rem; /* 14px */
    color: #333;
}
/* /Components/Pages/HR/Payroll/OverTime/Policy/Components/OTPoliciesTable.razor.rz.scp.css */
/* /Components/Pages/HR/Payroll/OverTime/Policy/Components/OTPolicyBasicData.razor.rz.scp.css */
/* /Components/Pages/HR/Payroll/OverTime/Policy/Components/PolicyTermCard.razor.rz.scp.css */
.rate-card[b-bfuekjiwrc] {
    background: var(--secondary);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary);
    transition: all 0.3s;
}

.rate-card h4[b-bfuekjiwrc] {
    color: var(--primary);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rate-row[b-bfuekjiwrc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.rate-row .form-group[b-bfuekjiwrc] {
    margin-bottom: 0;
}

.calculation-type[b-bfuekjiwrc] {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.calculation-option[b-bfuekjiwrc] {
    flex: 1;
    border: 2px solid var(--border);
    border-radius: 8px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.calculation-option.selected[b-bfuekjiwrc] {
    border-color: var(--primary);
    background: rgba(44, 90, 160, 0.05);
}

.calculation-option input[b-bfuekjiwrc] {
    margin-left: 10px;
}

.calculation-fields[b-bfuekjiwrc] {
    display: none;
    margin-top: 15px;
}

.calculation-fields.active[b-bfuekjiwrc] {
    display: block;
}

.add-rate[b-bfuekjiwrc] {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
/* /Components/Pages/LG/BankGuaranteePage.razor.rz.scp.css */
.card[b-25r44ktf9y] {
    max-width: 1500px;
    width: 100%;
    background: #f5f7fb;
    border-radius: 32px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.5);
}
/* رأس البطاقة */
.card-header[b-25r44ktf9y] {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    border-bottom: 4px solid #7f8c8d;
}
.card-header h1[b-25r44ktf9y] {
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-header h1 span[b-25r44ktf9y] {
    background: #7f8c8d;
    padding: 5px 12px;
    border-radius: 40px;
    font-size: 0.5em;
    font-weight: 400;
    color: white;
}
.header-details[b-25r44ktf9y] {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.header-item[b-25r44ktf9y] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.1);
    padding: 6px 16px;
    border-radius: 40px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255,255,255,0.15);
    font-size: 0.95em;
}
.header-item strong[b-25r44ktf9y] {
    color: #b0c4de;
    font-weight: 600;
}
/* محتوى البطاقة */
.card-content[b-25r44ktf9y] {
    padding: 30px;
    display: flex;
    gap: 30px;
    background: #f5f7fb;
}

/* الأعمدة */
.right-column[b-25r44ktf9y], .left-column[b-25r44ktf9y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
/* تنسيق المجموعات */
.info-group[b-25r44ktf9y] {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid #e0e7ef;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    height: auto;
    flex: 1 1 auto;
    overflow: hidden;
}

.info-group:hover[b-25r44ktf9y] {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
    border-color: #b8c5d6;
}
/* رأس المجموعة */
.group-header[b-25r44ktf9y] {
    background: #f8fafd;
    padding: 16px 20px;
    border-bottom: 1px solid #e0e7ef;
    display: flex;
    align-items: center;
    gap: 10px;
}
.group-header .group-icon[b-25r44ktf9y] {
    width: 32px;
    height: 32px;
    background: #7f8c8d;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2em;
}
.group-header .group-title[b-25r44ktf9y] {
    font-size: 1.1em;
    font-weight: 600;
    color: #2c3e50;
    letter-spacing: 0.3px;
}
.group-header .group-badge[b-25r44ktf9y] {
    background: #e6e9f0;
    color: #4a5b6b;
    padding: 4px 10px;
    border-radius: 40px;
    font-size: 0.8em;
    margin-right: auto;
}

/* محتوى المجموعة */
.group-content[b-25r44ktf9y] {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}


/* الحقول العادية */
.fields-grid[b-25r44ktf9y] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.field-item[b-25r44ktf9y] {
    display: flex;
    flex-direction: column;
}
.field-label[b-25r44ktf9y] {
    font-size: 0.8em;
    color: #7a8a9f;
    margin-bottom: 4px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.field-value[b-25r44ktf9y] {
    font-size: 1em;
    color: #2c3e50;
    font-weight: 500;
    background: #f8fafd;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #dee6f2;
    transition: all 0.2s ease;
    word-break: break-word;
}
.field-value:hover[b-25r44ktf9y] {
    border-color: #95a9c2;
    background: #ffffff;
}

/* الحقول الكبيرة */
.field-value.extra-large[b-25r44ktf9y] {
    font-size: 1.2em;
    font-weight: 600;
    color: #1e2b3a;
    background: linear-gradient(135deg, #f0f6fe, #e4ecf7);
    border-right: 4px solid #7f8c8d;
    padding: 14px 18px;
}

/* صفوف مخصصة */
.custom-row[b-25r44ktf9y] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

/* حقل التعليق */
.comment-section[b-25r44ktf9y] {
    margin: 0 30px 30px 30px;
    background: white;
    border-radius: 20px;
    border: 1px solid #dee6f2;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
}
.comment-header[b-25r44ktf9y] {
    background: #f8fafd;
    padding: 15px 20px;
    border-bottom: 1px solid #dee6f2;
    display: flex;
    align-items: center;
    gap: 10px;
}
.comment-header span:first-child[b-25r44ktf9y] {
    font-size: 1.2em;
}
.comment-header strong[b-25r44ktf9y] {
    color: #2c3e50;
    font-size: 1.1em;
}
.comment-content[b-25r44ktf9y] {
    padding: 20px;
    background: #ffffff;
    color: #4a5b6b;
    line-height: 1.6;
}
        
/* /Components/Pages/LG/LGRequestsPage.razor.rz.scp.css */
/* /Components/Pages/LG/will_be_deleted/GuaranteeRequest.razor.rz.scp.css */
/* Custom styles for GuaranteeRequest Page */

.page-header-container[b-16r2zcp71n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(44, 90, 160, 0.3);
    width: 100%;
}

.header-title[b-16r2zcp71n] {
    display: flex;
    flex-direction: column;
}

.header-title h1[b-16r2zcp71n] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
}

.header-actions[b-16r2zcp71n] {
    display: flex;
    gap: 12px;
}

.main-content[b-16r2zcp71n] {
    width: 100%;
    display: block;
}

.request-form[b-16r2zcp71n] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

/* Glassmorphism Card Style */
.card[b-16r2zcp71n] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.07);
    overflow: hidden;
    transition: all 0.3s ease;
}

.card:hover[b-16r2zcp71n] {
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.12);
    transform: translateY(-2px);
}

.card-header[b-16r2zcp71n] {
    background: linear-gradient(90deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.25rem 1.5rem;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-header i[b-16r2zcp71n] {
    color: var(--primary-light);
}

.card-body[b-16r2zcp71n] {
    padding: 1.5rem;
}

/* Form Label Styling */
.form-label[b-16r2zcp71n] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.form-label.required[b-16r2zcp71n]::after {
    content: "*";
    color: #e63946;
    margin-left: 4px;
}

/* Input Group Enhancements */
.input-group-text[b-16r2zcp71n] {
    background-color: #f8f9fa;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
}

.form-control:disabled[b-16r2zcp71n] {
    background-color: #fdfdfe;
    border-color: #f1f3f5;
    color: #495057;
    font-weight: 600;
}

/* Button Styling */
.btn-list[b-16r2zcp71n] {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-list:hover[b-16r2zcp71n] {
    background: linear-gradient(135deg, #495057 0%, #343a40 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Spacing and Layout */
.row[b-16r2zcp71n] {
    margin-bottom: 1rem;
}

.border-end[b-16r2zcp71n] {
    border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Syncfusion Component Customization */
[b-16r2zcp71n] .e-input-group,
[b-16r2zcp71n] .e-control-wrapper {
    border-radius: 10px !important;
    border-color: rgba(0, 0, 0, 0.1) !important;
    transition: all 0.2s ease;
}

[b-16r2zcp71n] .e-input-group.e-input-focus,
[b-16r2zcp71n] .e-control-wrapper.e-input-focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1) !important;
}

/* Dialog Styling */
[b-16r2zcp71n] .e-dialog {
    border-radius: 20px !important;
    overflow: hidden;
    max-height: 85vh !important;
}

[b-16r2zcp71n] .e-dialog .e-dlg-header-content {
    background: #f8f9fa !important;
    padding: 15px 25px !important;
}

[b-16r2zcp71n] .e-dialog .e-dlg-content {
    padding: 20px !important;
}

/* --- Search Interface Styles (from deepseek_html_lg.html) --- */

/* Scoped Variables */
.search-interface[b-16r2zcp71n] {
    --text-primary: #1e293b;
    --text-secondary: #64748b;
    --border: #e2e8f0;
    --primary: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary: #475569;
    --danger: #ef4444;
    --success: #10b981;
    --warning: #f59e0b;
}

.search-tab-container[b-16r2zcp71n] {
    padding: 1.5rem;
    background-color: #f8fafc;
    /* Light background for the whole tab area */
}

/* Search Header */
.search-header[b-16r2zcp71n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border);
}

/* Quick Search */
.quick-search-container[b-16r2zcp71n] {
    margin-bottom: 2rem;
}

.quick-search-label[b-16r2zcp71n] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-primary);
}

.quick-search-input-group[b-16r2zcp71n] {
    display: flex;
    gap: 1rem;
}

.custom-form-control[b-16r2zcp71n] {
    width: 100%;
    padding: 0.85rem 1.25rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.2s;
    background-color: white;
}

.custom-form-control:focus[b-16r2zcp71n] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

/* Buttons */
.custom-btn[b-16r2zcp71n] {
    padding: 0.85rem 1.75rem;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.2s;
    font-size: 1rem;
}

.custom-btn-primary[b-16r2zcp71n] {
    background-color: var(--primary);
    color: white;
}

.custom-btn-primary:hover[b-16r2zcp71n] {
    background-color: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.2);
}

.custom-btn-secondary[b-16r2zcp71n] {
    background-color: var(--secondary);
    color: white;
}

.custom-btn-secondary:hover[b-16r2zcp71n] {
    background-color: #374151;
    transform: translateY(-2px);
}

.custom-btn-outline[b-16r2zcp71n] {
    background-color: transparent;
    color: var(--secondary);
    border: 1px solid var(--border);
}

.custom-btn-outline:hover[b-16r2zcp71n] {
    background-color: #f8fafc;
    transform: translateY(-2px);
}

.custom-btn-sm[b-16r2zcp71n] {
    padding: 0.6rem 1.25rem;
    font-size: 0.9rem;
}

/* Advanced Filters Grid */
.advanced-filters-grid[b-16r2zcp71n] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.filter-card[b-16r2zcp71n] {
    border-radius: 10px;
    padding: 1.5rem;
    transition: transform 0.2s;
}

.filter-card:hover[b-16r2zcp71n] {
    transform: translateY(-2px);
}

.filter-card-header[b-16r2zcp71n] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-icon-wrapper[b-16r2zcp71n] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-card-title[b-16r2zcp71n] {
    font-weight: 600;
    margin: 0;
}

.filter-group[b-16r2zcp71n] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.filter-label[b-16r2zcp71n] {
    font-weight: 500;
    font-size: 0.9rem;
}

/* Action Bar */
.filter-actions[b-16r2zcp71n] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

/* Results Section */
.results-header[b-16r2zcp71n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.results-count[b-16r2zcp71n] {
    background-color: #3b82f6;
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

/* Grid View */
.results-grid-view[b-16r2zcp71n] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.result-card[b-16r2zcp71n] {
    background-color: white;
    border-radius: 10px;
    padding: 1.5rem;
    border: 1px solid var(--border);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.result-card:hover[b-16r2zcp71n] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.result-card-header[b-16r2zcp71n] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.result-data-grid[b-16r2zcp71n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.result-data-item-label[b-16r2zcp71n] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-bottom: 0.25rem;
}

.result-data-item-value[b-16r2zcp71n] {
    font-weight: 600;
    color: var(--text-primary);
}

.result-card-actions[b-16r2zcp71n] {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

/* List View */
.results-list-view[b-16r2zcp71n] {
    background-color: white;
    border-radius: 10px;
    border: 1px solid var(--border);
    overflow: hidden;
}

.list-header[b-16r2zcp71n] {
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr 1fr 1fr 1fr;
    padding: 1.25rem;
    border-bottom: 1px solid var(--border);
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    font-weight: 600;
    color: var(--text-primary);
}

.list-row[b-16r2zcp71n] {
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr 1fr 1fr 1fr;
    padding: 1.25rem;
    border-bottom: 1px solid var(--border);
    transition: all 0.2s;
    cursor: pointer;
}

.list-row:last-child[b-16r2zcp71n] {
    border-bottom: none;
}

.list-row:hover[b-16r2zcp71n] {
    background-color: #f8fafc;
}

/* Status Badges */
.status-badge[b-16r2zcp71n] {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    white-space: nowrap;
}

.status-approved[b-16r2zcp71n] {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #10b981;
}

.status-pending[b-16r2zcp71n] {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #fbbf24;
}

.status-rejected[b-16r2zcp71n] {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #ef4444;
}

.status-in-review[b-16r2zcp71n] {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #3b82f6;
}

.status-draft[b-16r2zcp71n] {
    background-color: #f3f4f6;
    color: #374151;
    border: 1px solid #9ca3af;
}

.status-expiring[b-16r2zcp71n] {
    background-color: #fef3c7;
    color: #92400e;
    border: 1px solid #f59e0b;
}

/* Dashboard Styles */
.dashboard-interface[b-16r2zcp71n] {
    background-color: #f8fafc;
    border-radius: 0 0 12px 12px;
}

.dashboard-stat-card[b-16r2zcp71n] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid var(--border);
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.dashboard-stat-card:hover[b-16r2zcp71n] {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.stat-value[b-16r2zcp71n] {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-label[b-16r2zcp71n] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    font-weight: 500;
}

.dashboard-section-card[b-16r2zcp71n] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid var(--border);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-title[b-16r2zcp71n] {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.status-chart-container[b-16r2zcp71n] {
    height: 200px;
    display: flex;
    align-items: flex-end;
    gap: 1.5rem;
    padding-top: 1rem;
}

.chart-bar-wrapper[b-16r2zcp71n] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
}

.chart-bar[b-16r2zcp71n] {
    width: 100%;
    max-width: 60px;
    border-radius: 6px 6px 0 0;
    transition: height 0.5s ease-out;
}

.chart-label[b-16r2zcp71n] {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: var(--text-secondary);
    white-space: nowrap;
}

.expiry-list[b-16r2zcp71n],
.activity-list[b-16r2zcp71n] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.expiry-item[b-16r2zcp71n] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.2s;
    background-color: #f8fafc;
}

.expiry-item:hover[b-16r2zcp71n] {
    background-color: white;
    border-color: var(--primary);
}

.expiry-name[b-16r2zcp71n] {
    font-weight: 600;
    color: var(--text-primary);
}

.expiry-details[b-16r2zcp71n] {
    font-size: 0.85rem;
    color: var(--danger);
}

.activity-item[b-16r2zcp71n] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem;
    border-bottom: 1px solid #f1f5f9;
}

.icon-blue[b-16r2zcp71n] {
    background-color: #dbeafe;
    color: #1e40af;
}

.icon-green[b-16r2zcp71n] {
    background-color: #d1fae5;
    color: #065f46;
}

.activity-icon[b-16r2zcp71n] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.activity-content[b-16r2zcp71n] {
    flex: 1;
}

.activity-title[b-16r2zcp71n] {
    font-weight: 600;
    font-size: 0.95rem;
}

.activity-meta[b-16r2zcp71n] {
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.activity-badge[b-16r2zcp71n] {
    flex-shrink: 0;
}

[dir="rtl"] .dashboard-interface .stat-label[b-16r2zcp71n] {
    text-align: right;
}

[dir="rtl"] .dashboard-interface .section-title[b-16r2zcp71n] {
    text-align: right;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* /Components/Pages/Main/Components/ExpiryPage.razor.rz.scp.css */
/* /Components/Pages/Main/Components/HomePageIcon.razor.rz.scp.css */
/* /Components/Pages/Main/NewsBar.razor.rz.scp.css */
/* (A) FORCE ALL ITEMS INTO SINGLE ROW */
.hmove[b-yg37xgz87t] { display: flex; }
.hitem[b-yg37xgz87t] { width: 100%; flex-shrink: 0; }
.hwrap[b-yg37xgz87t] { overflow: hidden;
    overflow: hidden;
    background-color: rgba(0, 81, 255, 0.75);
    color: white;
    border-radius: 4px;
    padding: 5px  2px;
    margin-top: 2px;
}

 

/* (B) MOVE ITEMS FROM RIGHT TO LEFT */
/* first item = 0, fourth item = -300% */
@keyframes tickerh-b-yg37xgz87t {
    0% { transform: translatex(100%); }
    100% { transform: translatex(-400%); }
}
.hmove[b-yg37xgz87t] { animation: tickerh-b-yg37xgz87t linear 20s infinite; }
.hmove:hover[b-yg37xgz87t] { animation-play-state: paused; }
/* /Components/Pages/Main/UserApplicationsForms.razor.rz.scp.css */
.form-card[b-9iqbcpi29f] {
    width: 200px;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    overflow: hidden;
    margin: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.form-card:hover[b-9iqbcpi29f] {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.15), 0 12px 15px -8px rgba(0, 0, 0, 0.08);
}

.form-card-icon[b-9iqbcpi29f] {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.4s ease;
}

.form-card:hover .form-card-icon[b-9iqbcpi29f] {
    transform: scale(1.15) rotate(3deg);
}

.form-card-icon img[b-9iqbcpi29f] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.form-card-title[b-9iqbcpi29f] {
    font-size: 15px;
    /*font-weight: 700;*/
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Syncfusion Tab Modern Overrides */
[b-9iqbcpi29f] .e-tab .e-tab-header {
    background: transparent !important;
    border: none !important;
    margin-bottom: 25px;
}

[b-9iqbcpi29f] .e-tab .e-tab-header .e-toolbar-item {
    margin-right: 12px !important;
}

[b-9iqbcpi29f] .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
    border-radius: 50px !important;
    padding: 0 24px !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 1px solid transparent;
}

[b-9iqbcpi29f] .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

[b-9iqbcpi29f] .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap {
    background-color: rgba(13, 110, 253, 0.1) !important;
    /* Soft Primary bg - Adjust color if needed */
    border-color: rgba(13, 110, 253, 0.1) !important;
    box-shadow: 0 4px 6px rgba(13, 110, 253, 0.1);
}

[b-9iqbcpi29f] .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size: 1.1rem !important;
    color: #6c757d !important;
    font-weight: 500;
}

[b-9iqbcpi29f] .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text {
    color: #0d6efd !important;
    /* Primary Blue */
    font-weight: 800 !important;
}

/* Remove default sliding indicator */
[b-9iqbcpi29f] .e-tab .e-tab-header .e-indicator {
    display: none !important;
}
/* /Components/Pages/Tenants/Components/TenantNavMenu.razor.rz.scp.css */
.nav-scrollable[b-x7swjd5la0]{
    background-color: rgba(9, 23, 96, 0.47);
}
 
.navbar-toggler[b-x7swjd5la0] {
    background-color: rgba(9, 23, 96, 0.5);
}

.top-row[b-x7swjd5la0] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-x7swjd5la0] {
    font-size: 1.1rem;
}

.oi[b-x7swjd5la0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-x7swjd5la0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-x7swjd5la0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-x7swjd5la0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-x7swjd5la0]  a {
        color: #ffffff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-x7swjd5la0]  a.active {
    background-color: rgba(211, 45, 45, 0.65);
    color: white;
}

.nav-item[b-x7swjd5la0]  a:hover {
    background-color: rgba(52, 166, 79, 0.38);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x7swjd5la0] {
        display: none;
    }

    .collapse[b-x7swjd5la0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-x7swjd5la0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

