/* /Components/Layout/DynamicMenu.razor.rz.scp.css */
.navbar-section[b-kbb72ortng] {
    color: #fff;
    font-weight: bold;
}
.navbar-link[b-kbb72ortng] {
    color: #ffffff !important;
}
/* /Components/Layout/ExpandableSidebar.razor.rz.scp.css */
.expandable-sidebar[b-h2dtgt32ud] {
    background-color: #18181B;
    color: #ffffff;
    height: 100vh;
    position: sticky;
    top: 0;
    transition: width 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #27272A;
    flex-shrink: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.expandable-sidebar.expanded[b-h2dtgt32ud] {
    /* width: 250px !important; */
    min-width: auto !important;
    max-width: 250px !important;
}

.expandable-sidebar.collapsed[b-h2dtgt32ud] {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

/* Debug styles */
.expandable-sidebar[data-collapsed="true"][b-h2dtgt32ud] {
    border-left: 3px solid red;
}

.expandable-sidebar[data-collapsed="false"][b-h2dtgt32ud] {
    border-left: 3px solid green;
}



/* Sidebar Header */
.sidebar-header[b-h2dtgt32ud] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #27272A;
    min-height: 60px;
}

.brand-container[b-h2dtgt32ud] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.brand-icon[b-h2dtgt32ud] {
    font-size: 1.5rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-text[b-h2dtgt32ud] {
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap;
    color: #ffffff;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.toggle-btn[b-h2dtgt32ud] {
    background: none;
    border: none;
    color: #9CA3AF;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.toggle-btn:hover[b-h2dtgt32ud] {
    background-color: #27272A;
    color: #ffffff;
}

.toggle-btn:hover .toggle-icon[b-h2dtgt32ud] {
    filter: brightness(0) invert(1);
}

.toggle-icon[b-h2dtgt32ud] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(0.6);
    transition: all 0.3s ease;
}

.toggle-icon.collapsed[b-h2dtgt32ud] {
    transform: rotate(0deg);
}

.toggle-icon.expanded[b-h2dtgt32ud] {
    transform: rotate(180deg);
}

/* Navigation Content */
.nav-content[b-h2dtgt32ud] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0;
}

.sidebar-nav[b-h2dtgt32ud] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
/*    padding: 5px;*/
}

.nav-section[b-h2dtgt32ud] {
    margin-bottom: 1rem;
}

.section-header[b-h2dtgt32ud] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.section-icon[b-h2dtgt32ud] {
    width: 19px!important;
    height: 30px!important;
    font-size: 20px;
    color: #9CA3AF;
}

.section-title[b-h2dtgt32ud] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9CA3AF;
    letter-spacing: 0.05em;
    white-space: nowrap;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
}

.nav-item[b-h2dtgt32ud] {
    margin: 12px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.nav-item:hover[b-h2dtgt32ud] {
    background-color: #27272A;
}

.nav-item.active[b-h2dtgt32ud] {
    background-color: #009688;
}

.nav-item.active:hover[b-h2dtgt32ud] {
    background-color: #038578;
}

.expandable-sidebar .nav-link[b-h2dtgt32ud] {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    padding: 12px !important;
    color: #E5E7EB !important;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.2s ease;
    min-height: 44px;
}
.sidebar-nav-link[b-h2dtgt32ud]{
    padding: 12px !important;
}

.nav-item.active .nav-link[b-h2dtgt32ud] {
    color: #ffffff !important;
}

.nav-item.active .nav-icon[b-h2dtgt32ud] {
    filter: brightness(0) invert(1);
}

.nav-item:hover .nav-icon[b-h2dtgt32ud] {
    filter: brightness(0) invert(1) opacity(0.8);
}

.nav-icon[b-h2dtgt32ud] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: filter 0.2s ease;
}

.nav-text[b-h2dtgt32ud] {
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.5rem;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* User Profile Section */
.user-profile[b-h2dtgt32ud] {
    padding: 1rem 0.75rem;
    border-top: 1px solid #27272A;
    margin-top: auto;
}

.user-info[b-h2dtgt32ud] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.user-info:hover[b-h2dtgt32ud] {
    background-color: #27272A;
}

.user-avatar[b-h2dtgt32ud] {
    width: 32px;
    height: 32px;
    background-color: #4B5563;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.user-avatar-collapsed[b-h2dtgt32ud] {
    width: 32px;
    height: 32px;
    background-color: #4B5563;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 auto;
}

.user-details[b-h2dtgt32ud] {
    overflow: hidden;
}

.username[b-h2dtgt32ud] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.user-email[b-h2dtgt32ud] {
    font-size: 0.75rem;
    color: #9CA3AF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Bootstrap Icons */
.bi[b-h2dtgt32ud] {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-speedometer2[b-h2dtgt32ud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z'/%3E%3C/svg%3E");
}

.bi-clock-history[b-h2dtgt32ud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1.001.025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-star[b-h2dtgt32ud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z'/%3E%3C/svg%3E");
}

.bi-gear[b-h2dtgt32ud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}

.bi-chevron-right[b-h2dtgt32ud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.bi-chevron-left[b-h2dtgt32ud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-list[b-h2dtgt32ud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/* Responsive Design */
@media (max-width: 768px) {
    .expandable-sidebar[b-h2dtgt32ud] {
        position: fixed;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .expandable-sidebar.expanded[b-h2dtgt32ud] {
        transform: translateX(0);
        width: 280px;
    }

    .expandable-sidebar.collapsed[b-h2dtgt32ud] {
        transform: translateX(-100%);
    }
}

/* Scrollbar Styling */
.nav-content[b-h2dtgt32ud]::-webkit-scrollbar {
    width: 4px;
}

.nav-content[b-h2dtgt32ud]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-content[b-h2dtgt32ud]::-webkit-scrollbar-thumb {
    background-color: #374151;
    border-radius: 2px;
}

.nav-content[b-h2dtgt32ud]::-webkit-scrollbar-thumb:hover {
    background-color: #4B5563;
}
/* /Components/Layout/FlatDynamicMenu.razor.rz.scp.css */
.expandable-sidebar[b-6wway2gscd] {
    background-color: #18181B;
    color: #ffffff;
    height: 100vh;
    position: sticky;
    top: 0;
    transition: width 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #27272A;
    flex-shrink: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.expandable-sidebar.expanded[b-6wway2gscd] {
    /* width: 250px !important; */
    min-width: auto !important;
    max-width: 250px !important;
}

.expandable-sidebar.collapsed[b-6wway2gscd] {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
}

/* Debug styles */
.expandable-sidebar[data-collapsed="true"][b-6wway2gscd] {
    border-left: 3px solid red;
}

.expandable-sidebar[data-collapsed="false"][b-6wway2gscd] {
    border-left: 3px solid green;
}



/* Sidebar Header */
.sidebar-header[b-6wway2gscd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #27272A;
    min-height: 60px;
}

.brand-container[b-6wway2gscd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.brand-icon[b-6wway2gscd] {
    font-size: 1.5rem;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-text[b-6wway2gscd] {
    font-size: 1.25rem;
    font-weight: 600;
    white-space: nowrap;
    color: #ffffff;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.toggle-btn[b-6wway2gscd] {
    background: none;
    border: none;
    color: #9CA3AF;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.toggle-btn:hover[b-6wway2gscd] {
    background-color: #27272A;
    color: #ffffff;
}

.toggle-btn:hover .toggle-icon[b-6wway2gscd] {
    filter: brightness(0) invert(1);
}

.toggle-icon[b-6wway2gscd] {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(0.6);
    transition: all 0.3s ease;
}

.toggle-icon.collapsed[b-6wway2gscd] {
    transform: rotate(0deg);
}

.toggle-icon.expanded[b-6wway2gscd] {
    transform: rotate(180deg);
}

/* Navigation Content */
.nav-content[b-6wway2gscd] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 0;
}

.sidebar-nav[b-6wway2gscd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
/*    padding: 5px;*/
}

.section-header[b-6wway2gscd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

.section-icon[b-6wway2gscd] {
    width: 19px!important;
    height: 30px!important;
    font-size: 20px;
    color: #9CA3AF;
}

.section-title[b-6wway2gscd] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9CA3AF;
    letter-spacing: 0.05em;
    white-space: nowrap;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-transform: uppercase;
}

.nav-item[b-6wway2gscd] {
    margin: 8px;
    border-radius: 6px;
    /* transition: all 0.2s ease; */
    padding: 8px !important;
}

.nav-item:hover[b-6wway2gscd] {
    background-color: #009688;
}

.nav-item.active[b-6wway2gscd] {
    background-color: #009688 !important;
    /* border-left: 3px solid #00E676 !important; */
}

.expandable-sidebar .nav-item.active .nav-link[b-6wway2gscd] {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.expandable-sidebar .nav-link[b-6wway2gscd] {
    display: flex !important;
    align-items: center;
    gap: 0.75rem;
    padding: 12px !important;
    color: #E5E7EB !important;
    text-decoration: none !important;
    border-radius: 6px;
    transition: all 0.2s ease;
    min-height: 44px;
}
.sidebar-nav-link[b-6wway2gscd]{
    padding: 12px !important;
}

/* .nav-item.active .nav-icon {
    filter: brightness(0) invert(1);
}

.nav-item:hover .nav-icon {
    filter: brightness(0) invert(1) opacity(0.8);
} */

.nav-icon[b-6wway2gscd] {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    object-fit: contain;
    /* filter: brightness(0) invert(1); */
    transition: filter 0.2s ease;
}

.nav-text[b-6wway2gscd] {
    font-size: 0.875rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.5rem;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* User Profile Section */
.user-profile[b-6wway2gscd] {
    padding: 1rem 0.75rem;
    border-top: 1px solid #27272A;
    margin-top: auto;
}

.user-info[b-6wway2gscd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.user-info:hover[b-6wway2gscd] {
    background-color: #27272A;
}

.user-avatar[b-6wway2gscd] {
    width: 32px;
    height: 32px;
    background-color: #4B5563;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.user-avatar-collapsed[b-6wway2gscd] {
    width: 32px;
    height: 32px;
    background-color: #4B5563;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin: 0 auto;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.user-avatar-collapsed:hover[b-6wway2gscd] {
    background-color: #6B7280;
}

.user-details[b-6wway2gscd] {
    overflow: hidden;
}

.username[b-6wway2gscd] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.user-email[b-6wway2gscd] {
    font-size: 0.75rem;
    color: #9CA3AF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Bootstrap Icons */
.bi[b-6wway2gscd] {
    /* display: inline-block; */
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bi-speedometer2[b-6wway2gscd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z'/%3E%3C/svg%3E");
}

.bi-clock-history[b-6wway2gscd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1.001.025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z'/%3E%3Cpath d='M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.bi-star[b-6wway2gscd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288L8 2.223l1.847 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.565.565 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z'/%3E%3C/svg%3E");
}

.bi-gear[b-6wway2gscd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z'/%3E%3C/svg%3E");
}

.bi-chevron-right[b-6wway2gscd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.bi-chevron-left[b-6wway2gscd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-list[b-6wway2gscd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/* Responsive Design */
@media (max-width: 768px) {
    .expandable-sidebar[b-6wway2gscd] {
        position: fixed;
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .expandable-sidebar.expanded[b-6wway2gscd] {
        transform: translateX(0);
        width: 280px;
    }

    .expandable-sidebar.collapsed[b-6wway2gscd] {
        transform: translateX(-100%);
    }
}

/* Scrollbar Styling */
.nav-content[b-6wway2gscd]::-webkit-scrollbar {
    width: 4px;
}

.nav-content[b-6wway2gscd]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-content[b-6wway2gscd]::-webkit-scrollbar-thumb {
    background-color: #374151;
    border-radius: 2px;
}

.nav-content[b-6wway2gscd]::-webkit-scrollbar-thumb:hover {
    background-color: #4B5563;
}

/* User Profile Popover Styles */
.user-profile-popover[b-6wway2gscd] {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
    z-index: 2000;
    animation: popoverSlideIn-b-6wway2gscd 0.2s ease-out;
}

/* Adjust popover positioning and styling for collapsed sidebar */
.expandable-sidebar.collapsed .user-profile-popover[b-6wway2gscd] {
    position: fixed;
    left: 78px; /* 70px sidebar width + 8px margin */
    right: auto;
    width: 240px;
    bottom: 24px; /* Position from bottom of screen */
    margin: 0;
    z-index: 2001;
    animation: popoverSlideIn-b-6wway2gscd 0.2s ease-out;
}

.expandable-sidebar.collapsed .user-popover-content[b-6wway2gscd] {
    background-color: #18181B;
    color: #fff !important;
}

.expandable-sidebar.collapsed .popover-username[b-6wway2gscd],
.expandable-sidebar.collapsed .popover-email[b-6wway2gscd],
.expandable-sidebar.collapsed .logout-btn[b-6wway2gscd],
.expandable-sidebar.collapsed .logout-icon[b-6wway2gscd] {
    color: #fff;
}
@keyframes popoverSlideIn-b-6wway2gscd {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-popover-content[b-6wway2gscd] {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 16px 16px 0px 16px;
    color: #374151;
    /* font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; */
}


.popover-user-info[b-6wway2gscd] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.popover-avatar[b-6wway2gscd] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-image[b-6wway2gscd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f3f4f6;
}

.popover-details[b-6wway2gscd] {
    flex: 1;
    min-width: 0;
}

.popover-username[b-6wway2gscd] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover-email[b-6wway2gscd] {
    font-size: 0.75rem;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.popover-divider[b-6wway2gscd] {
    height: 1px;
    background-color: #e5e7eb;
}

.logout-btn[b-6wway2gscd] {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0px 0px 8px 0px;
    margin: 0;
    background: none;
    border: none;
    color: #374151;
    font-size: 0.875rem;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-family: inherit;
}

.logout-icon[b-6wway2gscd] {
    font-size: 1rem;
    color: #6b7280;
    transition: color 0.2s ease;
}

.modal-backdrop[b-6wway2gscd] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999;
    background: transparent;
}

/* Responsive popover */
@media (max-width: 480px) {
    .user-profile-popover[b-6wway2gscd] {
        left: 8px;
        right: 8px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-c21b2nm5d4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-c21b2nm5d4] {
    flex: 1;
}

.sidebar[b-c21b2nm5d4] {
    background-image: linear-gradient(240deg, #000099 0%, black 100%);
}

.top-row[b-c21b2nm5d4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-c21b2nm5d4]  a, .top-row[b-c21b2nm5d4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-c21b2nm5d4]  a:hover, .top-row[b-c21b2nm5d4]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-c21b2nm5d4]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-c21b2nm5d4] {
        justify-content: space-between;
    }

        .top-row[b-c21b2nm5d4]  a, .top-row[b-c21b2nm5d4]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-c21b2nm5d4] {
        flex-direction: row;
    }

    .sidebar[b-c21b2nm5d4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-c21b2nm5d4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-c21b2nm5d4]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-c21b2nm5d4], article[b-c21b2nm5d4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-c21b2nm5d4] {
    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-c21b2nm5d4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/* LoadingOverlayService */
.app-overlay[b-c21b2nm5d4] {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center
}

    .app-overlay .panel[b-c21b2nm5d4] {
        min-width: 320px;
        max-width: 80vw;
        padding: 24px 28px;
        border-radius: 16px;
        background: #111;
        color: #fff;
        box-shadow: 0 8px 32px rgba(0,0,0,.4);
        text-align: center;
        font: 600 16px/1.4 system-ui,Segoe UI,Roboto,Arial,sans-serif
    }

    .app-overlay .msg[b-c21b2nm5d4] {
        margin-bottom: 12px;
        word-break: break-word
    }

    .app-overlay .spin[b-c21b2nm5d4] {
        width: 36px;
        height: 36px;
        margin: 8px auto 0;
        border-radius: 50%;
        border: 4px solid rgba(255,255,255,.25);
        border-top-color: #fff;
        animation: spin-b-c21b2nm5d4 1s linear infinite
    }

@keyframes spin-b-c21b2nm5d4 {
    to {
        transform: rotate(360deg)
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6o1pq9i0ru] {
    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-6o1pq9i0ru] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6o1pq9i0ru] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6o1pq9i0ru] {
    font-size: 1.1rem;
}

.bi[b-6o1pq9i0ru] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-6o1pq9i0ru] {
    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[b-6o1pq9i0ru] {
    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[b-6o1pq9i0ru] {
    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-6o1pq9i0ru] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6o1pq9i0ru] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6o1pq9i0ru] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6o1pq9i0ru]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6o1pq9i0ru]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6o1pq9i0ru]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6o1pq9i0ru] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6o1pq9i0ru] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6o1pq9i0ru] {
        display: none;
    }

    .nav-scrollable[b-6o1pq9i0ru] {
        /* 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/NoMenuLayout.razor.rz.scp.css */
.page[b-l311bp5nt7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l311bp5nt7] {
    flex: 1;
}

.full-width[b-l311bp5nt7] {
    width: 100%;
}

.content[b-l311bp5nt7] {
    padding: 1rem;
}

#blazor-error-ui[b-l311bp5nt7] {
    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-l311bp5nt7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
} 
