@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0zkbbkwwv6] {
    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-0zkbbkwwv6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.app-container[b-0zkbbkwwv6] {
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.main-content[b-0zkbbkwwv6] {
    flex-grow: 1;
    padding: 20px;
    /*  min-height: 100vh;*/
    transition: margin-left 0.3s ease;
    position: relative;
    overflow: hidden;
/*    background: #F7F7F7;*/
}

.custom-title[b-0zkbbkwwv6] {
    position: absolute;
    top: 33px;
    width: 186px;
    height: 27px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */



:root[b-n4p89scb43] {
    --sidebar-width-collapsed: 80px;
}

.sidebar[b-n4p89scb43] {
    width: 200px;
    min-height: 100vh;
    background: #F7F7F7;
    color: white;
    position: relative;
}

    .sidebar.collapsed[b-n4p89scb43] {
        width: 80px;
    }

.menu-label[b-n4p89scb43] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.logo-img[b-n4p89scb43] {
    width: auto;
    height: 23px;
    margin-top: 9px;
}

.sidebar-link[b-n4p89scb43] {
    color: #626468;
    transition: all 0.2s ease;
    border-radius: 8px;
    padding: 3px 10px !important;
    cursor: pointer !important;
}

    .sidebar-link:hover[b-n4p89scb43] {
        color: #EB8435 !important;
        background: #FFD7BF33;
    }


    .sidebar-link.active[b-n4p89scb43] {
        color: #EB8435;
        background: #FFD7BF33;
    }

.logo-text[b-n4p89scb43] {
    background: linear-gradient(45deg, #6b8cff, #8b9fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: opacity 0.3s ease;
}

.profile-section[b-n4p89scb43] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: sticky;
    bottom: 0;
    left: 0;
    width: var(--sidebar-width);
    transition: width 0.3s ease;
    background: #F7F7F7;
    z-index: 10;
}

.sidebar.collapsed .profile-section[b-n4p89scb43] {
    bottom:10px;
    left: 20px;
    width: var(--sidebar-width-collapsed);
}

.toggle-btn[b-n4p89scb43] {
    position: absolute;
    right: -20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 100;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
    font-size: 16px;
    color: #333;
}

.sidebar.collapsed .toggle-btn i[b-n4p89scb43] {
    transform: rotate(180deg);
}

.sidebar.collapsed .hide-on-collapse[b-n4p89scb43] {
    opacity: 0;
    visibility: hidden;
}

.sidebar.collapsed .logo-text[b-n4p89scb43],
.sidebar.collapsed .profile-info[b-n4p89scb43] {
    opacity: 0;
    visibility: hidden;
}


.sidebar.collapsed .sidebar-link[b-n4p89scb43] {
    width: 40px;
    height: 35px;
    padding: 0;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background 0.2s ease;
}

    .sidebar.collapsed .sidebar-link:hover[b-n4p89scb43] {
        background-color: #FFD7BF33;
    }

    .sidebar.collapsed .sidebar-link i[b-n4p89scb43] {
        margin: 0 !important;
        font-size: 14px;
    }

.submenu[b-n4p89scb43] {
    transition: all 0.3s ease;
}

    .submenu .sidebar-link[b-n4p89scb43] {
        margin: 2px 0 2px 10px;
        background: transparent;
    }

.flex-grow-1[b-n4p89scb43] {
    flex-grow: 1;
}

.flex-column[b-n4p89scb43] {
    display: flex;
    flex-direction: column;
}

.v-scroll-auto[b-n4p89scb43] {
    overflow-y: auto;
}

.scroll-hidden[b-n4p89scb43] {
    overflow-x: hidden;
}

.v-scroll-auto.scroll-hidden[b-n4p89scb43]::-webkit-scrollbar {
    width: 5px;
}

.v-scroll-auto.scroll-hidden[b-n4p89scb43]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

.sidebar-collapsed[b-n4p89scb43] {
    width: 60px;
}

.sidebar-expanded[b-n4p89scb43] {
    width: 250px;
}

.sidebar-link-wrapper[b-n4p89scb43] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.sidebar.collapsed .sidebar-link-wrapper[b-n4p89scb43] {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sidebar.collapsed .toggle-wrapper[b-n4p89scb43] {
    position: static;
    margin-top: 4px;
}



.sidebar:not(.collapsed) .toggle-wrapper[b-n4p89scb43] {
    margin-left: auto;
    position: relative;
}

.navtitle[b-n4p89scb43] {
    font-size: 14px;
    font-weight: 500;
}
.nav-item[b-n4p89scb43] {
    font-size: 14px;
    
    
}


.back-menu[b-n4p89scb43] {
    color: #626468;
    cursor: pointer !important;
    text-align: right;
}


.toggle-btns[b-n4p89scb43] {
    cursor: pointer;
    width: 75px;
    height: 13px;
    font-size: 0.75rem;
    color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    
    border-radius: 50%;
}

.sidebar:not(.collapsed) .toggle-btns[b-n4p89scb43] {
    position: absolute;
    top: 8px;
    right: -20px;
}

.sidebar.collapsed .toggle-btns[b-n4p89scb43] {
    position: relative;
    top: 0px;
    left: 45%;
    transform: translate(-50%);
    margin-top: 2px;
}

    .sidebar.collapsed .toggle-btns i[b-n4p89scb43] {
        transform: rotate(180deg);
    }

.flyout-menu[b-n4p89scb43] {
    position: absolute;
    /*position: fixed;*/
    left: 64px;
    background-color: #F1F1F1;
    border: 1px solid #ccc;
    min-width: 200px;
    z-index: 99999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    white-space: nowrap;
    border-radius: 8px;
    overflow: hidden;
}

.dropdown-item[b-n4p89scb43] {
    display: block;
    padding: 0.5rem 1rem;
    color: grey;
    text-decoration: none;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

    .dropdown-item:hover[b-n4p89scb43] {
        color: #EB8435 !important;
        background: #FFD7BF33;
    }

    .dropdown-item.active[b-n4p89scb43] {
        color: #EB8435;
        background: #FFD7BF33;
    }

.nav .position-relative[b-n4p89scb43] {
    position: relative;
}

.sidebar-link svg[b-n4p89scb43] {
    color: #626468;
    transition: color 0.3s ease;
}

.sidebar-link:hover svg[b-n4p89scb43],
.sidebar-link.active svg[b-n4p89scb43] {
    color: #EB8435;
}
