@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';
@import '_content/SmartComponents.AspNetCore.Components/SmartComponents.AspNetCore.Components.bundle.scp.css';

/* /Components/Layout/HomeLayout.razor.rz.scp.css */
#blazor-error-ui[b-mkwy5o0lq3] {
    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-mkwy5o0lq3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout-copy.razor.rz.scp.css */
.page[b-69cn5aii4c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-69cn5aii4c] {
    flex: 1;
}

.sidebar1[b-69cn5aii4c] {
    /* new */
    background-color: #343a40; /* Dark grey color */
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
     background-image: linear-gradient(to right, #000000 70%, #f1c40f 100%); /* #ff6600 orange*/
    color: white; /* Adjust text color if needed */
}

.top-row[b-69cn5aii4c] {
    background-color: #343a40; /* Dark grey color , old was #f7f7f7;*/
    color: white; /* Keep text color white for contrast */
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content horizontally */
}

.contact-info[b-69cn5aii4c] {
    text-align: center; /* Center the text inside the contact info */
    font-weight: bold; /* Make the font bold */
    padding: 0.5rem 0; /* Add some padding above and below the text */
    font-size: 1rem; /* Adjust the font size as needed */
}

    .contact-info .email[b-69cn5aii4c],
    .contact-info .phone[b-69cn5aii4c] {
        margin: 0 0.5rem; /* Add horizontal spacing between email and phone */
    }

/* Style for About link if needed */
top-row a[b-69cn5aii4c] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color: #333;
}
/* Style adjustments for full screen */
.top-row a:not(:last-child)[b-69cn5aii4c] {
    margin-right: 1rem; /* Add right margin to all anchor tags except the last one */
}
/* Adjustments for mobile view */
@media (max-width: 640.98px) {
    .top-row[b-69cn5aii4c]
{
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start; /* Align items to the start */
    padding: 0.5rem 1rem; /* Adjust padding */
    height: auto; /* Allow the container to grow as needed */
}

{
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start; /* Align items to the start */
    padding: 0.5rem 1rem; /* Adjust padding */
    height: auto; /* Allow the container to grow as needed */
}

.top-row a[b-69cn5aii4c] {
    order: 2; /* Ensure the 'About' link comes after the contact info */
    margin-top: 0.5rem; /* Add some space above the button */
    width: 100%; /* Full width */
    text-align: left; /* Align text to the left */
}

.contact-info[b-69cn5aii4c] {
    order: 1; /* Ensure contact info is at the top */
    font-size: 0.8rem; /* Reduce font size for mobile */
    margin-bottom: 0.5rem; /* Add margin below the contact info */
}
/* Ensure the NavLink button does not overflow the toolbar */
.top-row .btn[b-69cn5aii4c] {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Add ellipsis to overflow text */
}

}

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

    .sidebar1[b-69cn5aii4c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-69cn5aii4c] {
    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-69cn5aii4c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.rz-dropdown-item[b-69cn5aii4c], .rz-dropdown-label[b-69cn5aii4c] {
    color: white !important;
}

.rz-multiselect-item[b-69cn5aii4c], .rz-multiselect-label[b-69cn5aii4c] {
    color: white !important;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yqb93se18t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar1[b-yqb93se18t] {
    background: #2c3e50; /* Darker sidebar */
    color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.2);
}

/* General styles for the top-row */
.top-row[b-yqb93se18t] {
    background-color: #343a40; /* Dark grey color */
    color: white; /* Text color for contrast */
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center; /* Align content vertically */
    justify-content: space-between; /* Space elements evenly */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    padding: 0.5rem 1rem; /* Compact padding */
    gap: 0.5rem; /* Add spacing between elements */
    height: auto; /* Allow height to grow based on content */
}

/* Ensure social icons stay to the right */
.social-icons[b-yqb93se18t] {
    margin-left: auto;
}
    /* 
.header-logo {
    height: 40px;
    margin-right: 0.5rem;
}
     */
    /* Center toolbar buttons */
    .top-row .btn[b-yqb93se18t] {
        margin: 0 0.5rem; /* Add horizontal spacing */
        display: flex; /* Flexbox for button alignment */
        align-items: center; /* Center items vertically */
        justify-content: center; /* Center items horizontally */
    }

    /* Ensure social icons align properly in the same row */
    .top-row a[b-yqb93se18t] {
        display: flex; /* Use flexbox for alignment */
        align-items: center; /* Center the icons vertically */
        justify-content: center; /* Center the icons horizontally */
        height: 30px;
        width: 30px;
        margin: 0; /* Remove unnecessary margin */
        color: white; /* Ensure icons are visible */
    }
/* Contact info styles */
.contact-info[b-yqb93se18t] {
    text-align: center; /* Center text inside the contact-info */
    font-weight: bold; /* Bold text for emphasis */
    font-size: 1rem; /* Adjust font size */
    margin: 0; /* Remove extra margins */
}

    .contact-info .email[b-yqb93se18t],
    .contact-info .phone[b-yqb93se18t] {
        margin: 0 0.5rem; /* Add horizontal spacing */
    }

.top-row .btn-info[b-yqb93se18t] {
    margin: 0 0.5rem; /* Add spacing around the button */
    white-space: nowrap; /* Prevent text wrapping */
    text-overflow: ellipsis; /* Add ellipsis if text overflows */
    overflow: hidden;
}

.top-row a[b-yqb93se18t] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 0.5rem; /* Add spacing between icons */
    color: white; /* Ensure icons are visible on dark background */
}
.top-row a[b-yqb93se18t] {
    color: white;
    font-size: 1.2rem;
    margin: 0 0.5rem;
    display: flex;
    align-items: center;
}

    .top-row a:hover[b-yqb93se18t] {
        color: #ffc107;
    }

.top-row h5[b-yqb93se18t] {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0;
}

/* Adjustments for mobile view */
@media (max-width: 640.98px) {
    .top-row[b-yqb93se18t] {
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center align items */
        height: auto; /* Allow height to adjust dynamically */
        padding: 0.25rem; /* Further compact padding */
        gap: 0.5rem; /* Add spacing between elements */
    }

/*    .header-logo {
        height: 30px;
    }
*/
    .contact-info[b-yqb93se18t] {
        font-size: 0.9rem; /* Reduce font size for mobile */
        margin-bottom: 0.5rem; /* Add spacing below contact-info */
    }

    .top-row a[b-yqb93se18t] {
        margin: 0 5px; /* Add horizontal spacing between icons */
    }
    .social-icons[b-yqb93se18t] {
        display: none; /* Hide icons on mobile */
    }
}

/* Adjustments for desktop view */
@media (min-width: 641px) {
    .page[b-yqb93se18t] {
        flex-direction: row;
    }

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

    .top-row[b-yqb93se18t] {
        flex-direction: row; /* Align elements horizontally */
        align-items: center; /* Align items to the top */
        height: auto; /* Let height adjust dynamically */
    }

    .contact-info[b-yqb93se18t] {
        font-size: 1rem; /* Normal font size for desktop */
    }

    .top-row .btn-info[b-yqb93se18t] {
        width: auto; /* Keep button width dynamic */
        margin: 0; /* Reset margin for alignment */
    }

    .top-row a[b-yqb93se18t] {
        margin: 0 0.5rem; /* Spacing between icons */
    }
}

#blazor-error-ui[b-yqb93se18t] {
    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-yqb93se18t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.rz-dropdown-item[b-yqb93se18t],
.rz-dropdown-label[b-yqb93se18t] {
    color: white !important;
}

.rz-multiselect-item[b-yqb93se18t],
.rz-multiselect-label[b-yqb93se18t] {
    color: white !important;
}
/* /Components/Layout/MainLayoutRad.razor.rz.scp.css */
.page[b-9u0w1xer6u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9u0w1xer6u] {
    flex: 1;
}

.sidebar2[b-9u0w1xer6u] {
    /* old 
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); 
    background-image: linear-gradient(to right, #000000 70%, #f1c40f 100%); /* #ff6600 orange*/
    /*  color: white; Adjust text color if needed */
}

.top-row[b-9u0w1xer6u] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content horizontally */
}

.contact-info[b-9u0w1xer6u] {
    text-align: center; /* Center the text inside the contact info */
    font-weight: bold; /* Make the font bold */
    padding: 0.5rem 0; /* Add some padding above and below the text */
    font-size: 1rem; /* Adjust the font size as needed */
}

    .contact-info .email[b-9u0w1xer6u],
    .contact-info .phone[b-9u0w1xer6u] {
        margin: 0 0.5rem; /* Add horizontal spacing between email and phone */
    }

/* Style for About link if needed */
top-row a[b-9u0w1xer6u] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color: #333;
}
/* Style adjustments for full screen */
.top-row a:not(:last-child)[b-9u0w1xer6u] {
    margin-right: 1rem; /* Add right margin to all anchor tags except the last one */
}
/* Adjustments for mobile view */
@media (max-width: 640.98px) {
    .top-row[b-9u0w1xer6u]
{
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start; /* Align items to the start */
    padding: 0.5rem 1rem; /* Adjust padding */
    height: auto; /* Allow the container to grow as needed */
}

{
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start; /* Align items to the start */
    padding: 0.5rem 1rem; /* Adjust padding */
    height: auto; /* Allow the container to grow as needed */
}

.top-row a[b-9u0w1xer6u] {
    order: 2; /* Ensure the 'About' link comes after the contact info */
    margin-top: 0.5rem; /* Add some space above the button */
    width: 100%; /* Full width */
    text-align: left; /* Align text to the left */
}

.contact-info[b-9u0w1xer6u] {
    order: 1; /* Ensure contact info is at the top */
    font-size: 0.8rem; /* Reduce font size for mobile */
    margin-bottom: 0.5rem; /* Add margin below the contact info */
}
/* Ensure the NavLink button does not overflow the toolbar */
.top-row .btn[b-9u0w1xer6u] {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Add ellipsis to overflow text */
}

}

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

    .sidebar2[b-9u0w1xer6u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-9u0w1xer6u] {
    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-9u0w1xer6u] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.rz-dropdown-item[b-9u0w1xer6u], .rz-dropdown-label[b-9u0w1xer6u] {
    color: white !important;
}

.rz-multiselect-item[b-9u0w1xer6u], .rz-multiselect-label[b-9u0w1xer6u] {
    color: white !important;
}

/* /Components/Layout/MainLayouttheme.razor.rz.scp.css */
.page[b-2t8u2n49gd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-2t8u2n49gd] {
    flex: 1;
}

.sidebar1[b-2t8u2n49gd] {
    /* new */
    background-color: #343a40; /* Dark grey color */
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
     background-image: linear-gradient(to right, #000000 70%, #f1c40f 100%); /* #ff6600 orange*/
    color: white; /* Adjust text color if needed */
}

.top-row[b-2t8u2n49gd] {
    background-color: #343a40; /* Dark grey color , old was #f7f7f7;*/
    color: white; /* Keep text color white for contrast */
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center; /* Center the content horizontally */
}

.contact-info[b-2t8u2n49gd] {
    text-align: center; /* Center the text inside the contact info */
    font-weight: bold; /* Make the font bold */
    padding: 0.5rem 0; /* Add some padding above and below the text */
    font-size: 1rem; /* Adjust the font size as needed */
}

    .contact-info .email[b-2t8u2n49gd],
    .contact-info .phone[b-2t8u2n49gd] {
        margin: 0 0.5rem; /* Add horizontal spacing between email and phone */
    }

/* Style for About link if needed */
top-row a[b-2t8u2n49gd] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color: #333;
}
/* Style adjustments for full screen */
.top-row a:not(:last-child)[b-2t8u2n49gd] {
    margin-right: 1rem; /* Add right margin to all anchor tags except the last one */
}
/* Adjustments for mobile view */
@media (max-width: 640.98px) {
    .top-row[b-2t8u2n49gd]
{
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start; /* Align items to the start */
    padding: 0.5rem 1rem; /* Adjust padding */
    height: auto; /* Allow the container to grow as needed */
}

{
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-start; /* Align items to the start */
    padding: 0.5rem 1rem; /* Adjust padding */
    height: auto; /* Allow the container to grow as needed */
}

.top-row a[b-2t8u2n49gd] {
    order: 2; /* Ensure the 'About' link comes after the contact info */
    margin-top: 0.5rem; /* Add some space above the button */
    width: 100%; /* Full width */
    text-align: left; /* Align text to the left */
}

.contact-info[b-2t8u2n49gd] {
    order: 1; /* Ensure contact info is at the top */
    font-size: 0.8rem; /* Reduce font size for mobile */
    margin-bottom: 0.5rem; /* Add margin below the contact info */
}
/* Ensure the NavLink button does not overflow the toolbar */
.top-row .btn[b-2t8u2n49gd] {
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Add ellipsis to overflow text */
}

}

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

    .sidebar1[b-2t8u2n49gd] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

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

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

#blazor-error-ui[b-2t8u2n49gd] {
    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-2t8u2n49gd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.rz-dropdown-item[b-2t8u2n49gd], .rz-dropdown-label[b-2t8u2n49gd] {
    color: white !important;
}

.rz-multiselect-item[b-2t8u2n49gd], .rz-multiselect-label[b-2t8u2n49gd] {
    color: white !important;
}

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f2ybxjn5qp] {
    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-f2ybxjn5qp] {
        background-color: rgba(255, 255, 255, 0.5);
    }

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

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

.bi[b-f2ybxjn5qp] {
    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-f2ybxjn5qp] {
    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-f2ybxjn5qp] {
    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-f2ybxjn5qp] {
    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");
}

.bi-lock-nav-menu[b-f2ybxjn5qp] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-f2ybxjn5qp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-f2ybxjn5qp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-f2ybxjn5qp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-f2ybxjn5qp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

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

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

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

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

    .nav-item[b-f2ybxjn5qp]  a.active {
        background: linear-gradient(45deg,#ff9d2f,#ec1d72);
        color: #fff;
        box-shadow: 0 0 0 3px rgba(255, 157, 47, 0.3), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .nav-item[b-f2ybxjn5qp]  a.active::before {
        content: '?';
        position: absolute;
        left: 8px;
        font-size: 1.2rem;
        color: #ffdd57;
    }

    .nav-item[b-f2ybxjn5qp]  button.nav-link.active {
        background: linear-gradient(45deg,#ff9d2f,#ec1d72);
        color: #fff;
        box-shadow: 0 0 0 3px rgba(255, 157, 47, 0.3), inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    }

    .submenu[b-f2ybxjn5qp]  a.active {
        background: linear-gradient(135deg, rgba(255, 157, 47, 0.9), rgba(236, 29, 114, 0.9));
        color: #fff;
        box-shadow: 0 0 0 2px rgba(255, 157, 47, 0.4);
        border-left: 4px solid #ffdd57;
        padding-left: calc(10px - 4px);
    }

    /* Highlight for parent button when submenu has active item */
    .submenu.has-active-child[b-f2ybxjn5qp]  button.nav-link {
        background: rgba(255, 157, 47, 0.2);
        border-left: 3px solid #ff9d2f;
        padding-left: calc(10px - 3px);
        color: #ffdd57;
    }

    /* Active indicator badge */
    .active-page-badge[b-f2ybxjn5qp] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background: #ffdd57;
        color: #333;
        border-radius: 50%;
        font-size: 0.75rem;
        font-weight: bold;
        margin-left: auto;
        margin-right: 5px;
    }

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

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

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

    .nav-scrollable[b-f2ybxjn5qp] {
        /* 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/Pages/EmployeePages/Substitution.razor.rz.scp.css */
/* Substitution Page Styling */

.substitution-container[b-z15h8tppgb] {
    --primary-color: #0d6efd;
    --primary-dark: #0b5ed7;
    --primary-light: #e7f1ff;
    --success-color: #198754;
    --warning-color: #ffc107;
    --danger-color: #dc3545;
    --info-color: #0dcaf0;
    --light-bg: #f8f9fa;
    --border-color: #dee2e6;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --radius: 0.375rem;
    --radius-lg: 0.5rem;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Container */
.substitution-container[b-z15h8tppgb] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    color: var(--text-primary);
}

.teacher-select-wrapper[b-z15h8tppgb]  .rz-card {
    box-shadow: none;
    border: 2px solid var(--border-color);
    border-radius: var(--radius);
    margin: 0;
}

.teacher-select-wrapper[b-z15h8tppgb]  .teacher-select-container {
    margin: 0;
}

.teacher-select-wrapper[b-z15h8tppgb]  .custom-select {
    width: 100% !important;
    border: 2px solid var(--border-color);
    border-radius: var(--radius);
}

.teacher-select-wrapper[b-z15h8tppgb]  .custom-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--primary-light);
}

/* Header */
.substitution-header[b-z15h8tppgb] {
    margin-bottom: 32px;
    text-align: center;
}

.substitution-title[b-z15h8tppgb] {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.substitution-title i[b-z15h8tppgb] {
    color: var(--primary-color);
}

.substitution-subtitle[b-z15h8tppgb] {
    font-size: 1.1rem;
    color: var(--text-secondary);
    margin: 0;
}

/* Filter Card */
.filter-card[b-z15h8tppgb] {
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    padding: 32px;
    margin-bottom: 24px;
    border: 1px solid var(--border-color);
}

.filter-content[b-z15h8tppgb] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.filter-group-row[b-z15h8tppgb] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.filter-group[b-z15h8tppgb] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-label[b-z15h8tppgb] {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-label i[b-z15h8tppgb] {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.date-input[b-z15h8tppgb],
.form-control[b-z15h8tppgb],
.form-select[b-z15h8tppgb] {
    padding: 12px 14px;
    border: 2px solid var(--border-color);
    border-radius: var(--radius);
    font-size: 1rem;
    transition: var(--transition);
    background-color: white;
    color: var(--text-primary);
}

.date-input:focus[b-z15h8tppgb],
.form-control:focus[b-z15h8tppgb],
.form-select:focus[b-z15h8tppgb] {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px var(--primary-light);
    outline: none;
}

.teacher-select-wrapper[b-z15h8tppgb] {
    display: flex;
    flex-direction: column;
}

/* Filter Buttons */
.filter-buttons[b-z15h8tppgb] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    padding-top: 8px;
}

.btn[b-z15h8tppgb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius);
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
}

.btn-lg[b-z15h8tppgb] {
    padding: 14px 28px;
    font-size: 1.05rem;
}

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

.btn-primary:hover:not(:disabled)[b-z15h8tppgb] {
    background-color: var(--primary-dark);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.btn-primary:disabled[b-z15h8tppgb] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-outline-secondary[b-z15h8tppgb] {
    background-color: transparent;
    color: var(--text-primary);
    border: 2px solid var(--border-color);
}

.btn-outline-secondary:hover:not(:disabled)[b-z15h8tppgb] {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: var(--primary-light);
    box-shadow: var(--shadow-md);
}

/* Alert Messages */
.alert[b-z15h8tppgb] {
    padding: 16px 20px;
    border-radius: var(--radius);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: none;
    margin-bottom: 16px;
}

.alert i[b-z15h8tppgb] {
    margin-top: 2px;
    flex-shrink: 0;
}

.alert-warning[b-z15h8tppgb] {
    background-color: #fff3cd;
    color: #856404;
}

.alert-danger[b-z15h8tppgb] {
    background-color: #f8d7da;
    color: #721c24;
}

.btn-close[b-z15h8tppgb] {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    margin-left: auto;
    flex-shrink: 0;
}

.btn-close:hover[b-z15h8tppgb] {
    opacity: 1;
}

/* Info Card */
.info-card[b-z15h8tppgb] {
    background: linear-gradient(135deg, var(--primary-light) 0%, #f0f8ff 100%);
    border: 2px solid var(--primary-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: var(--shadow-sm);
}

.info-card-header[b-z15h8tppgb] {
    background-color: var(--primary-color);
    color: white;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.info-title[b-z15h8tppgb] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-title i[b-z15h8tppgb] {
    font-size: 1.3rem;
}

.info-card-body[b-z15h8tppgb] {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

.info-row[b-z15h8tppgb] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label[b-z15h8tppgb] {
    font-weight: 600;
    color: var(--text-secondary);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-z15h8tppgb] {
    font-size: 1.1rem;
    color: var(--text-primary);
    font-weight: 500;
}

/* Loading State */
.loading-state[b-z15h8tppgb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 60px 20px;
    background-color: var(--light-bg);
    border-radius: var(--radius-lg);
    border: 2px dashed var(--border-color);
}

.spinner-border[b-z15h8tppgb] {
    width: 48px;
    height: 48px;
    border: 4px solid var(--light-bg);
    border-top-color: var(--primary-color);
    border-radius: 50%;
    animation: spin-b-z15h8tppgb 1s linear infinite;
}

@keyframes spin-b-z15h8tppgb {
    to {
        transform: rotate(360deg);
    }
}

.loading-state p[b-z15h8tppgb] {
    color: var(--text-secondary);
    font-weight: 500;
    margin: 0;
}

.visually-hidden[b-z15h8tppgb] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Empty State */
.empty-state[b-z15h8tppgb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 80px 20px;
    background-color: var(--light-bg);
    border-radius: var(--radius-lg);
    border: 2px dashed var(--border-color);
}

.empty-state-icon[b-z15h8tppgb] {
    font-size: 4rem;
    color: var(--text-secondary);
    opacity: 0.6;
}

.empty-state h3[b-z15h8tppgb] {
    margin: 0;
    color: var(--text-primary);
    font-size: 1.5rem;
    font-weight: 600;
}

.empty-state p[b-z15h8tppgb] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 1rem;
}

/* Schedule Section */
.schedule-section[b-z15h8tppgb] {
    margin-bottom: 32px;
}

.section-header[b-z15h8tppgb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 16px;
}

.section-title[b-z15h8tppgb] {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i[b-z15h8tppgb] {
    color: var(--primary-color);
}

.schedule-count[b-z15h8tppgb] {
    background-color: var(--primary-color);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Responsive Table */
.table-responsive[b-z15h8tppgb] {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.modern-table[b-z15h8tppgb] {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

.modern-table thead[b-z15h8tppgb] {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.modern-table thead th[b-z15h8tppgb] {
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
    border: none;
    letter-spacing: 0.5px;
}

.modern-table tbody tr[b-z15h8tppgb] {
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
}

.modern-table tbody tr:nth-child(even)[b-z15h8tppgb] {
    background-color: #fafbfc;
}

.modern-table tbody tr:hover[b-z15h8tppgb] {
    background-color: #f0f4f8;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.modern-table tbody tr:last-child[b-z15h8tppgb] {
    border-bottom: none;
}

.modern-table td[b-z15h8tppgb] {
    padding: 16px 20px;
    color: var(--text-primary);
    font-size: 0.95rem;
}

.col-period[b-z15h8tppgb] {
    width: 120px;
    font-weight: 600;
}

.col-details[b-z15h8tppgb] {
    width: 25%;
}

.col-teachers[b-z15h8tppgb] {
    width: 35%;
}

/* Period Badge */
.period-badge[b-z15h8tppgb] {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

.period-detail[b-z15h8tppgb] {
    color: var(--text-primary);
    font-weight: 500;
}

/* Teachers List */
.teachers-list[b-z15h8tppgb] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.teacher-link[b-z15h8tppgb] {
    background-color: var(--primary-light);
    color: var(--primary-color);
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: var(--transition);
    border: 1px solid var(--primary-color);
}

.teacher-link:hover[b-z15h8tppgb] {
    background-color: var(--primary-color);
    color: white;
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px);
}

.no-teachers[b-z15h8tppgb] {
    color: var(--text-secondary);
    font-style: italic;
    font-size: 0.9rem;
}

/* Absent Section */
.absent-section[b-z15h8tppgb] {
    margin-bottom: 32px;
    animation: slideInUp-b-z15h8tppgb 0.3s ease-out;
}

@keyframes slideInUp-b-z15h8tppgb {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.absent-summary[b-z15h8tppgb] {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.absent-count-badge[b-z15h8tppgb] {
    background-color: #ffe5e5;
    color: var(--danger-color);
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.absent-teachers-grid[b-z15h8tppgb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.absent-teacher-card[b-z15h8tppgb] {
    background: white;
    border: 2px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
}

.absent-teacher-card:hover[b-z15h8tppgb] {
    border-color: var(--danger-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.teacher-badge[b-z15h8tppgb] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ffebee, #ffcdd2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--danger-color);
    font-size: 1.5rem;
    flex-shrink: 0;
}

.teacher-info[b-z15h8tppgb] {
    flex: 1;
}

.teacher-name[b-z15h8tppgb] {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
}

.teacher-detail[b-z15h8tppgb] {
    margin: 6px 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.teacher-detail i[b-z15h8tppgb] {
    color: var(--text-secondary);
    opacity: 0.7;
}

.teacher-status[b-z15h8tppgb] {
    margin: 10px 0 0 0;
}

.status-badge[b-z15h8tppgb] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.status-badge.absent[b-z15h8tppgb] {
    background-color: #ffe5e5;
    color: var(--danger-color);
}

/* Copilot Section */
.copilot-section[b-z15h8tppgb] {
    background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
    border: 2px solid var(--success-color);
    border-radius: var(--radius-lg);
    padding: 24px;
    margin-top: 32px;
}

.copilot-header[b-z15h8tppgb] {
    margin-bottom: 16px;
}

.copilot-header h4[b-z15h8tppgb] {
    margin: 0;
    color: var(--success-color);
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.copilot-header i[b-z15h8tppgb] {
    font-size: 1.4rem;
    animation: float-b-z15h8tppgb 3s ease-in-out infinite;
}

@keyframes float-b-z15h8tppgb {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

.copilot-description[b-z15h8tppgb] {
    margin: 0 0 12px 0;
    color: var(--success-color);
    font-weight: 600;
}

.copilot-examples[b-z15h8tppgb] {
    background-color: rgba(255, 255, 255, 0.7);
    border-left: 4px solid var(--success-color);
    padding: 12px 16px;
    border-radius: var(--radius);
    margin-bottom: 16px;
}

.copilot-examples strong[b-z15h8tppgb] {
    color: var(--text-primary);
    display: block;
    margin-bottom: 8px;
}

.copilot-examples ul[b-z15h8tppgb] {
    margin: 0;
    padding-left: 20px;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.copilot-examples li[b-z15h8tppgb] {
    margin-bottom: 6px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .substitution-container[b-z15h8tppgb] {
        padding: 12px;
    }

    .substitution-title[b-z15h8tppgb] {
        font-size: 1.8rem;
    }

    .filter-card[b-z15h8tppgb] {
        padding: 20px;
    }

    .filter-group-row[b-z15h8tppgb] {
        grid-template-columns: 1fr;
    }

    .filter-buttons[b-z15h8tppgb] {
        flex-direction: column;
    }

    .btn[b-z15h8tppgb],
    .btn-lg[b-z15h8tppgb] {
        width: 100%;
    }

    .section-header[b-z15h8tppgb] {
        flex-direction: column;
        align-items: flex-start;
    }

    .table-responsive[b-z15h8tppgb] {
        font-size: 0.9rem;
    }

    .modern-table thead th[b-z15h8tppgb],
    .modern-table td[b-z15h8tppgb] {
        padding: 12px;
        font-size: 0.85rem;
    }

    .col-period[b-z15h8tppgb] {
        width: 80px;
    }

    .col-details[b-z15h8tppgb] {
        width: auto;
        min-width: 150px;
    }

    .col-teachers[b-z15h8tppgb] {
        width: auto;
        min-width: 180px;
    }

    .absent-teachers-grid[b-z15h8tppgb] {
        grid-template-columns: 1fr;
    }

    .info-card-body[b-z15h8tppgb] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .substitution-title[b-z15h8tppgb] {
        font-size: 1.5rem;
        flex-direction: column;
    }

    .filter-card[b-z15h8tppgb] {
        padding: 16px;
    }

    .filter-label[b-z15h8tppgb] {
        font-size: 0.85rem;
    }

    .btn[b-z15h8tppgb] {
        padding: 10px 16px;
        font-size: 0.9rem;
    }

    .modern-table thead th[b-z15h8tppgb],
    .modern-table td[b-z15h8tppgb] {
        padding: 8px;
        font-size: 0.75rem;
    }

    .section-title[b-z15h8tppgb] {
        font-size: 1.2rem;
    }

    .empty-state[b-z15h8tppgb] {
        padding: 60px 16px;
    }

    .empty-state-icon[b-z15h8tppgb] {
        font-size: 3rem;
    }
}
/* /Components/Pages/Home1.razor.rz.scp.css */
:root[b-0olo7e97x7] {
    --primary-color: #6f42c1;
    --accent-color: #198754;
}

.header-bar[b-0olo7e97x7] {
    background-color: var(--primary-color);
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-content[b-0olo7e97x7] {
    padding: 1rem 0;
    text-align: center;
}

.school-logo[b-0olo7e97x7] {
    height: 50px;
    margin-bottom: 0.5rem;
}

.metric-card[b-0olo7e97x7] {
    height: 160px;
    padding: 1rem;
}

.metric-value[b-0olo7e97x7] {
    font-weight: bold;
    font-size: 2.5rem;
}

.metric-label[b-0olo7e97x7] {
    font-weight: bold;
    font-size: 1.25rem;
    white-space: nowrap;
}

.facebook-card[b-0olo7e97x7] {
    height: 340px;
}

.background-logo[b-0olo7e97x7]::after {
    content: "";
    background: url('https://edubuddydata.blob.core.windows.net/logo-images/@(UserSchoolId).jpg') no-repeat center center;
    background-size: 300px;
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.page-content[b-0olo7e97x7] {
    position: relative;
    z-index: 1;
}

.toast-image-wrapper[b-0olo7e97x7] {
    text-align: center;
}

.e-toast-container .e-toast .e-toast-message .e-toast-title[b-0olo7e97x7] {
    color: purple;
    font-size: 18px;
    font-weight: bold;
}

.toast-image-wrapper img[b-0olo7e97x7] {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.control-section.toast-default-section .e-toast-message[b-0olo7e97x7] {
    text-align: center;
}

.responsive-img[b-0olo7e97x7] {
    width: 100%;
    height: auto;
}

.container[b-0olo7e97x7] {
    border: 1px solid #dee2e6;
    padding: 20px;
}

@media (max-width: 768px) {
    .header-content[b-0olo7e97x7] {
        padding: 0.5rem 0;
    }
    .metric-card[b-0olo7e97x7] {
        height: 140px;
    }
}
/* /Components/Pages/StudentPages/StudentAttendance.razor.rz.scp.css */
/* ==========================================
       ? Equal Height Fix for Student Overview Row
       ========================================== */
.row.g-3.align-items-stretch > [class*="col-"][b-5g8z14nb27] {
    display: flex;
    flex-direction: column;
}

.student-card-wrapper[b-5g8z14nb27],
.info-card[b-5g8z14nb27],
.highlight-card[b-5g8z14nb27] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: auto;
}

    .student-card-wrapper > *[b-5g8z14nb27],
    .info-card .card-body[b-5g8z14nb27],
    .highlight-card .card-body[b-5g8z14nb27] {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    .info-card[b-5g8z14nb27],
    .highlight-card[b-5g8z14nb27],
    .student-card-wrapper > *[b-5g8z14nb27] {
        height: auto !important;
    }

/* Smooth alignment, spacing & overflow fixes */
.student-card-wrapper[b-5g8z14nb27],
.info-card[b-5g8z14nb27],
.highlight-card[b-5g8z14nb27] {
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 1rem;
    box-shadow: 0 6px 18px rgba(15, 76, 129, 0.08);
    transition: all 0.25s ease-in-out;
}

/* Mobile-friendly stacking */
@media (max-width: 991.98px) {
    .row.g-3.align-items-stretch > [class*="col-"][b-5g8z14nb27] {
        flex: 1 1 100%;
    }

    .student-card-wrapper[b-5g8z14nb27],
    .info-card[b-5g8z14nb27],
    .highlight-card[b-5g8z14nb27] {
        min-height: unset;
        height: auto;
    }
}

/* ==========================================
       ?? Page Base Styles
       ========================================== */
.student-attendance-page[b-5g8z14nb27] {
    background-color: #f5f7fb;
}

/* ==========================================
       ?? Hero Section
       ========================================== */
.attendance-hero[b-5g8z14nb27] {
    background: linear-gradient(135deg, #f3f7ff 0%, #ffffff 100%);
    padding: 2.25rem 2.5rem;
    border: 1px solid rgba(99, 125, 255, 0.12);
}

.hero-eyebrow[b-5g8z14nb27] {
    letter-spacing: 0.18em;
    font-weight: 600;
    color: #4a6cf7;
    font-size: 0.75rem;
}

.hero-title[b-5g8z14nb27] {
    font-weight: 700;
    font-size: 2rem;
    color: #1f2d3d;
}

.hero-meta span[b-5g8z14nb27] {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.9rem;
    color: #3b4859;
    box-shadow: 0 6px 18px rgba(15, 76, 129, 0.08);
}

    .hero-meta span i[b-5g8z14nb27] {
        color: #4a6cf7;
    }

.hero-metric[b-5g8z14nb27] {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1rem 1.25rem;
    min-width: 190px;
    box-shadow: 0 12px 25px rgba(58, 87, 232, 0.12);
}

    .hero-metric .metric-label[b-5g8z14nb27] {
        text-transform: uppercase;
        font-size: 0.75rem;
        letter-spacing: 0.12em;
        color: #6b7a99;
    }

    .hero-metric .metric-value[b-5g8z14nb27] {
        font-size: 1.8rem;
        font-weight: 700;
        color: #1b2559;
        display: block;
    }

    .hero-metric .metric-context[b-5g8z14nb27] {
        font-weight: 600;
    }

/* ==========================================
       ????? Student Card & Info Card
       ========================================== */
.student-card-wrapper[b-5g8z14nb27] {
    height: 100%;
}

    .student-card-wrapper > *[b-5g8z14nb27] {
        display: block;
        height: 100%;
    }

.info-card .info-grid[b-5g8z14nb27] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.info-item[b-5g8z14nb27] {
    background: #f8faff;
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(74, 108, 247, 0.08);
    min-height: 84px;
}

.info-label[b-5g8z14nb27] {
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6c7a90;
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.info-value[b-5g8z14nb27] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1f2d3d;
    word-break: break-word;
}

/* ==========================================
       ?? Engagement Highlights
       ========================================== */
.highlight-card .attendance-highlights li[b-5g8z14nb27] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.65rem 0;
    border-bottom: 1px dashed rgba(24, 37, 79, 0.1);
}

    .highlight-card .attendance-highlights li:last-child[b-5g8z14nb27] {
        border-bottom: none;
        padding-bottom: 0;
    }

.icon-pill[b-5g8z14nb27] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 1.1rem;
    color: #ffffff;
}

    .icon-pill.present[b-5g8z14nb27] {
        background: linear-gradient(135deg, #34d399, #059669);
    }

    .icon-pill.info[b-5g8z14nb27] {
        background: linear-gradient(135deg, #60a5fa, #2563eb);
    }

    .icon-pill.neutral[b-5g8z14nb27] {
        background: linear-gradient(135deg, #a5b4fc, #6366f1);
    }

    .icon-pill.warning[b-5g8z14nb27] {
        background: linear-gradient(135deg, #fbbf24, #f97316);
    }

/* ==========================================
       ?? Snapshot, Charts & Metrics
       ========================================== */
.snapshot-card .metric-card[b-5g8z14nb27] {
    background: linear-gradient(135deg, #ffffff 0%, #f3f7ff 100%);
    border-radius: 1.2rem;
    padding: 1.1rem 1.25rem;
    box-shadow: 0 10px 25px rgba(31, 45, 61, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(74, 108, 247, 0.08);
}

.metric-card-label[b-5g8z14nb27] {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6c7a90;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.metric-card-value[b-5g8z14nb27] {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1b2559;
}

.attendance-progress .progress[b-5g8z14nb27] {
    height: 10px;
    border-radius: 999px;
    background: #e5e9f5;
}

.attendance-progress .progress-bar[b-5g8z14nb27] {
    background: linear-gradient(135deg, #34d399, #059669);
    border-radius: 999px;
}

/* ==========================================
       ?? Trend Chips & Badges
       ========================================== */
.trend-chip[b-5g8z14nb27] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: #f4f6fb;
    color: #334155;
}

    .trend-chip.positive[b-5g8z14nb27] {
        background: rgba(34, 197, 94, 0.12);
        color: #047857;
        border-color: rgba(34, 197, 94, 0.2);
    }

    .trend-chip.negative[b-5g8z14nb27] {
        background: rgba(248, 113, 113, 0.14);
        color: #b91c1c;
        border-color: rgba(248, 113, 113, 0.25);
    }

    .trend-chip.neutral[b-5g8z14nb27] {
        background: rgba(148, 163, 184, 0.18);
        color: #475569;
        border-color: rgba(148, 163, 184, 0.3);
    }

/* ==========================================
       ?? Attendance Chips, Weekly Cards, Timeline
       ========================================== */
.attendance-chip[b-5g8z14nb27] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 1rem;
    padding: 0.85rem 1.1rem;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(31, 45, 61, 0.08);
}

    .attendance-chip.present[b-5g8z14nb27] {
        background: rgba(34, 197, 94, 0.12);
        color: #047857;
    }

    .attendance-chip.absent[b-5g8z14nb27] {
        background: rgba(248, 113, 113, 0.15);
        color: #b91c1c;
    }

    .attendance-chip.neutral[b-5g8z14nb27] {
        background: rgba(148, 163, 184, 0.18);
        color: #475569;
    }

.weekly-summary-item[b-5g8z14nb27] {
    background: #f8faff;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    border: 1px solid rgba(74, 108, 247, 0.08);
    box-shadow: 0 6px 16px rgba(15, 76, 129, 0.08);
    margin-bottom: 0.85rem;
}

    .weekly-summary-item:last-child[b-5g8z14nb27] {
        margin-bottom: 0;
    }

.attendance-timeline[b-5g8z14nb27] {
    position: relative;
    padding-left: 1.25rem;
}

    .attendance-timeline[b-5g8z14nb27]::before {
        content: "";
        position: absolute;
        left: 0.55rem;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(180deg, rgba(59, 130, 246, 0.2), rgba(59, 130, 246, 0));
    }

.timeline-item[b-5g8z14nb27] {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}

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

.timeline-indicator[b-5g8z14nb27] {
    position: absolute;
    left: -0.1rem;
    top: 0.25rem;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ef4444, #b91c1c);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
}

/* ==========================================
       ?? Status Badges, Day Chips, Grid Styling
       ========================================== */
.status-badge[b-5g8z14nb27] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

    .status-badge.positive[b-5g8z14nb27] {
        background: rgba(16, 185, 129, 0.18);
        color: #047857;
    }

    .status-badge.negative[b-5g8z14nb27] {
        background: rgba(248, 113, 113, 0.2);
        color: #b91c1c;
    }

.day-chip[b-5g8z14nb27] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.75rem;
    border-radius: 0.75rem;
    background: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
    font-weight: 600;
}

.student-attendance-page[b-5g8z14nb27]  .e-grid {
    border: none;
    box-shadow: none;
}

.student-attendance-page[b-5g8z14nb27]  .e-gridheader {
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
}

/* ==========================================
       ?? Responsive Tweaks
       ========================================== */
@media (max-width: 991.98px) {
    .hero-metrics[b-5g8z14nb27] {
        flex-direction: column !important;
    }
}

@media (max-width: 767.98px) {
    .attendance-hero[b-5g8z14nb27] {
        padding: 1.75rem 1.5rem;
    }

    .hero-title[b-5g8z14nb27] {
        font-size: 1.75rem;
    }

    .student-attendance-page[b-5g8z14nb27]  .e-grid {
        font-size: 0.9rem;
    }
}

/* Additional styles for empty states and missing classes */
.attendance-empty-state[b-5g8z14nb27] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    color: #6c7a90;
    text-align: center;
}

    .attendance-empty-state i[b-5g8z14nb27] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }

.progress-thin[b-5g8z14nb27] {
    height: 4px;
}

.badge-soft-success[b-5g8z14nb27] {
    background-color: rgba(34, 197, 94, 0.12);
    color: #047857;
    border: none;
}

.badge-soft-primary[b-5g8z14nb27] {
    background-color: rgba(59, 130, 246, 0.12);
    color: #1d4ed8;
    border: none;
}

.badge-soft-warning[b-5g8z14nb27] {
    background-color: rgba(245, 158, 11, 0.12);
    color: #d97706;
    border: none;
}

.badge-soft-danger[b-5g8z14nb27] {
    background-color: rgba(248, 113, 113, 0.15);
    color: #b91c1c;
    border: none;
}

.mini-stat[b-5g8z14nb27] {
    background: #f8faff;
    border-radius: 0.75rem;
    padding: 0.75rem 1rem;
    text-align: center;
    border: 1px solid rgba(74, 108, 247, 0.08);
}

    .mini-stat.present[b-5g8z14nb27] {
        border-color: rgba(34, 197, 94, 0.2);
        background-color: rgba(34, 197, 94, 0.08);
    }

    .mini-stat.absent[b-5g8z14nb27] {
        border-color: rgba(248, 113, 113, 0.2);
        background-color: rgba(248, 113, 113, 0.08);
    }

    .mini-stat .label[b-5g8z14nb27] {
        display: block;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #6c7a90;
        margin-bottom: 0.25rem;
    }

    .mini-stat .value[b-5g8z14nb27] {
        display: block;
        font-size: 1.25rem;
        font-weight: 700;
        color: #1b2559;
    }

.visualization-card[b-5g8z14nb27] {
    min-height: 400px;
}
