/* /Components/SecIcon.razor.rz.scp.css */
svg[b-heydrbiukl] {
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    align-items: center;
}


.AddNewMobile[b-heydrbiukl] {
    height: 50px;
    width: 50px;
    cursor: pointer;
    align-items: center;
}

.Refresh[b-heydrbiukl] {
    height: 50px;
    width: 50px;
    cursor: pointer;
    align-items: center;
}

@media (max-width: 768px) {
    .theme-icon[b-heydrbiukl] {
        fill: #6359e9 !important;
    }
}
@media (min-width: 768px) {
    .theme-icon[b-heydrbiukl] {
        fill: #ffffff !important;
    }
}
/* /Components/SecLoaderLine.razor.rz.scp.css */
.loader-line[b-pocg43xr5a] {
    width: 100%;
    height: 3px;
    position: fixed;
    /*    top: 0;*/
    left: 0;
    overflow: hidden;
    background-color: #6359E9;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 1000; /* Ensure it is on top of other elements */
}

    .loader-line[b-pocg43xr5a]:before {
        content: "";
        position: absolute;
        left: -50%;
        height: 3px;
        width: 40%;
        background-color: lightgray;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim-b-pocg43xr5a 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim-b-pocg43xr5a {
    0% {
        left: -40%;
    }

    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}




/*.loader-line {
    width: 100%;
    height: 2px;
    position:relative;
    
    overflow: hidden;
    background-color: #0000;*/
    /*margin: 10px auto;*/
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 100;
}

    .loader-line:before {
        content: "";
        position: absolute;
        left: -50%;        
        height: 2px;
        width: 40%;
        background-color: coral;
        -webkit-animation: lineAnim 1s linear infinite;
        -moz-animation: lineAnim 1s linear infinite;
        animation: lineAnim 1s linear infinite;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

@keyframes lineAnim {
    0% {
        left: -40%;
    }


    50% {
        left: 20%;
        width: 80%;
    }

    100% {
        left: 100%;
        width: 100%;
    }
}*/
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-50wuz2jric] {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f3f4f6;
    min-height: 100vh;
    max-height: 100%;
}

:root[data-bs-theme='light'] .page[b-50wuz2jric] {
    background-color: #f3f4f6;
}


:root[data-bs-theme='dark'] .page[b-50wuz2jric] {
    background-color: #212529;
}

.main[b-50wuz2jric] {
    flex: 1;
}
.top-row[b-50wuz2jric] {
    border-bottom: 1px solid #d6d5d5;
    background-color: #1b1b1b;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.brand-logo[b-50wuz2jric] {
    width: 46px;
    height: 46px;
    object-fit: cover;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.top-row[b-50wuz2jric]  a, .top-row[b-50wuz2jric]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

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

.top-row[b-50wuz2jric]  a:first-child {
   overflow: hidden;
   text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
    .top-row[b-50wuz2jric] {
        justify-content: space-between;
    }

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

    .main-content[b-50wuz2jric]{
        margin:6px; 
}
}

@media (min-width: 768px) {
/*    .page {
        flex-direction: row;
    }*/
    .top-row.auth[b-50wuz2jric]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-50wuz2jric], article[b-50wuz2jric] {
        padding-left: 0.3rem !important;
        padding-right: 1.5rem !important;
        padding-top: 0.5rem !important;
    }

    .main-content[b-50wuz2jric] {
        margin-left: 4rem; /* Adjust this value based on the collapsed sidebar width */
    }
}


.custom-project-dropdown[b-50wuz2jric] {
    background-color: #2c2c2c; /* Dark background */
    color: #ffffff; /* Light text */
    border: 1px solid #444; /* Subtle border */
    border-radius: 6px; /* Rounded edges */
    padding: 4px 10px;
    /*min-width: 180px;*/
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Soft shadow */
    transition: border-color 0.2s ease-in-out;
}

    .custom-project-dropdown:focus[b-50wuz2jric] {
        outline: none;
        border-color: #66afe9; /* Optional focus color */
    }



.right-modal-overlay[b-50wuz2jric] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: flex-end;
    z-index: 1050;
}

/* === Panel === */
.right-modal[b-50wuz2jric] {
    width: 400px;
    max-width: 90%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    animation: slide-in-b-50wuz2jric 0.25s ease-out;
}

@keyframes slide-in-b-50wuz2jric {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

/* === Header === */
.modal-header[b-50wuz2jric] {
    height: 48px;
    padding: 0 1rem;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title[b-50wuz2jric] {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.icon-button[b-50wuz2jric] {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #374151;
    transition: color 0.15s;
}

    .icon-button:hover[b-50wuz2jric] {
        color: #111827;
    }

/* === Body === */
.modal-body[b-50wuz2jric] {
    flex: 1 1 auto;
}

.loading[b-50wuz2jric],
.empty[b-50wuz2jric] {
    font-style: italic;
    color: #6b7280;
}

/* === Task card === */
.task-card[b-50wuz2jric] {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    padding: 1rem;
    background: #f9fafb;
}

.task-row + .task-row[b-50wuz2jric] {
    margin-top: 0.25rem;
}

.error-text[b-50wuz2jric] {
    color: #dc2626;
    margin-top: 0.5rem;
}

/* === File list === */
.file-list[b-50wuz2jric] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.file-item[b-50wuz2jric] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
}

.download-link[b-50wuz2jric] {
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.15s;
}

    .download-link:hover[b-50wuz2jric] {
        border-color: currentColor;
    }
.custom-view-button[b-50wuz2jric] {
    display: inline-block;
    padding: 6px 16px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #000; /* Black text */
    background-color: #fff;
    border: 1px solid #d1d5db; /* Light gray border */
    border-radius: 11px; /* Pill shape */
    text-decoration: none;
    transition: background-color 0.2s, box-shadow 0.2s;
    width: 100%;
    text-align: center;
}

    .custom-view-button:hover[b-50wuz2jric] {
        background-color: #f3f4f6; /* Light hover effect */
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    }
.user-dropdown-custom[b-50wuz2jric] {
    transform: translate(24px, 34px) !important;
    width: 220px !important; /* Adjust width as needed */
    min-width: 180px !important;
    height: auto; /* Let height grow with content */
    border-radius: 8px;
}



/* /Layout/NavMenuLargeScreen.razor.rz.scp.css */

.sidebar[b-2xbov0d7zr] {
    width: 4rem;
    /*background: linear-gradient(135deg, #1a1a1a, #000000);*/
    background: linear-gradient(180deg, #2b4162, #12100e) !important;
    /*    background-color: #f8f9fa;*/
    position: fixed;
    z-index: 1000;
    border-right: 1px solid #ccc;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 3.5rem);
    top: 3.5rem;
    overflow-x: auto;
}
    .sidebar[b-2xbov0d7zr]::-webkit-scrollbar {
        width: 1px;
        /*background: linear-gradient(135deg, #1a1a1a, #000000);*/
        background: linear-gradient(180deg, #2b4162, #12100e) !important;
    }

    .sidebar[b-2xbov0d7zr]::-webkit-scrollbar-thumb {
        /*background: linear-gradient(135deg, #1a1a1a, #000000);*/
        background: linear-gradient(180deg, #2b4162, #12100e) !important;
        border-radius: 0px;
    }

.nav-item[b-2xbov0d7zr]  a {
    color: #ffff;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    padding: 0.75rem 0;
}

    .nav-item[b-2xbov0d7zr]  a.active {
        color: white;
        background-color: rgba(255,255,255,0.08) !important;
        /*background-color: rgb(99, 89, 233);*/
        /* background-color: #22c55e; Strong green */
        border-radius: 0.5rem;
        box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.4);
        transition: all 0.2s ease;
    }

    .nav-item[b-2xbov0d7zr]  a:hover {
        color: white;
        /*background-color: rgb(99, 89, 233);*/ /* Faded/lighter green */
        border-radius: 0.5rem;
        background-color: #3c5277 !important;
        box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
        transition: all 0.2s ease;
    }

  

@media (max-width: 768.98px) {
    .sidebar[b-2xbov0d7zr] {
        display: none; /* Hide fixed sidebar on small screens */
    }
}


/* /Layout/NavMenuSmallScreen.razor.rz.scp.css */

.sidebar ul[b-ff14d832z2],
.offcanvas-body ul[b-ff14d832z2] {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.nav-menu[b-ff14d832z2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
}
.nav-item[b-ff14d832z2]  a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    color: #212529;
    text-decoration: none;
   
}
    .nav-item[b-ff14d832z2]  a.active {
        background-color: rgb(99, 89, 233); /* highlight color, you can change it */
        border-radius: 25px;
        font-weight: bold;
    }
.brand-logo[b-ff14d832z2] {
    height: 40px;
    width: auto;
    margin-right: 10px;
}

.custom-project-dropdown[b-ff14d832z2] {
    background-color: #2c2c2c; /* Dark background */
    color: #ffffff; /* Light text */
    border: 1px solid #444; /* Subtle border */
    border-radius: 6px; /* Rounded edges */
    padding: 4px 10px;
    /*min-width: 180px;*/
    font-size: 0.9rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Soft shadow */
    transition: border-color 0.2s ease-in-out;
}

    .custom-project-dropdown:focus[b-ff14d832z2] {
        outline: none;
        border-color: #66afe9; /* Optional focus color */
    }
