@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Layout/EditorWindowMenubar.razor.rz.scp.css */
article.content1[b-8hkvnx5kn3] {
    flex: 1;
    overflow-y: auto;
    margin-left: 11.1rem;
    margin-top: 20px;
}

.side-bar[b-8hkvnx5kn3] {
    background-color: #3399ff;
    width: 11.1rem;
    position: fixed;
    top: 3.5rem;
    bottom: 3.5rem;
    left: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scrollbar-width: thin;
    scrollbar-color: #99c2ff #f1f1f1;
    z-index: 1;
    border-right: 1px solid #ccc;
}

/* MAIN MENU (Level 1) */
.side-bar-btns label[b-8hkvnx5kn3],
.sub-group-label[b-8hkvnx5kn3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    fill: white;
    border-bottom: 1px solid #ccc;
    background-color: #3399ff;
}

.sub-group-label[b-8hkvnx5kn3] {
    border-left: 4px solid #ffffff;
}

.side-bar-btns label:hover[b-8hkvnx5kn3],
.sub-group-label:hover[b-8hkvnx5kn3] {
    background-color: #66b3ff;
    color: black;
    fill: black;
}


/* SUB MENU (Expanded area) */
.sub-menu[b-8hkvnx5kn3] {
    background: #e6f2ff;
    font-weight: 500;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 3px solid #3399ff;
    animation: expand-b-8hkvnx5kn3 0.3s ease-out;
}


/* SUB MENU LINKS */
.sub-menu a[b-8hkvnx5kn3] {
    cursor: pointer;
    display: block;
    padding: 10px 26px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #d9ecff;
    transition: background 0.2s, color 0.2s;
}

.sub-menu a:hover[b-8hkvnx5kn3] {
    background: #cce6ff;
    color: #000;
}

/* ARROW ICONS */
.menu-label .arrow[b-8hkvnx5kn3],
.sub-group-label .arrow[b-8hkvnx5kn3] {
    transition: transform 0.3s ease;
}

.menu-label.open .arrow[b-8hkvnx5kn3],
.sub-group-label.open .arrow[b-8hkvnx5kn3] {
    transform: rotate(180deg);
}

/* EXPAND ANIMATION */
@keyframes expand-b-8hkvnx5kn3 {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 500px;
        opacity: 1;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-zmtskjpx6h] {
    min-height: 100dvh;
    min-width: 100dvw;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    background-color: #f9fcff;
}

main[b-zmtskjpx6h] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

article.content[b-zmtskjpx6h] {
    flex: 1;
    overflow-y: auto;
}
/* /Layout/MainLayout2.razor.rz.scp.css */
.page[b-v6sitc457u] {
    min-height: 100dvh;
    min-width: 100dvw;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    background-color: #f9fcff;
}

main[b-v6sitc457u] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

article.content1[b-v6sitc457u] {
    flex: 1;
    overflow-y: auto;
}

.logout-btn[b-v6sitc457u] {
    right: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    height: 35px;
    width: 100px;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: red;
}

.logout-icon[b-v6sitc457u] {
    fill: red;
    height: 20px;
    width: 20px;
}

.main-time[b-v6sitc457u] {
    position: absolute;
    right: 25px;
    bottom: 3px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.bottom-row-home-header[b-v6sitc457u] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-row-home-footer1[b-v6sitc457u] {
    position: absolute;
    font-weight: bold;
    font-size: small;
    bottom: 30px;
    left: 20px;
}

.bottom-row-home-footer2[b-v6sitc457u] {
    position: absolute;
    font-weight: bold;
    bottom: 5px;
    left: 20px;
}
/* /Layout/SidebarLayout.razor.rz.scp.css */

article.content1[b-9101jzzo11] {
    flex: 1;
    overflow-y: auto;
    margin-left: 11.1rem;
    margin-top: 20px;
}

.side-bar[b-9101jzzo11] {
    background-color: #3399ff;
    width: 11.1rem;
    position: fixed;
    top: 3.5rem;
    bottom: 3.5rem;
    left: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.15);
    scrollbar-width: thin; /* auto | thin | none */
    scrollbar-color: #99c2ff #f1f1f1; /* thumb color | track color */
    z-index: 1;
}

/* Main menu labels */
.side-bar-btns label[b-9101jzzo11] {
    display: flex;
    justify-content: space-between; /* text left, arrow right */
    align-items: center;
    padding: 12px 16px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    fill: white;
    border-bottom: 1px solid #ccc;
}

.side-bar-btns label:hover[b-9101jzzo11] {
    background-color: #66b3ff;
    color: black;
    fill: black;
}

/* Submenu container (collapsed by default) */
.sub-menu[b-9101jzzo11] {
    background: #e6f2ff;
    font-weight: 500;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 3px solid #3399ff;
    animation: expand-b-9101jzzo11 0.3s ease-out;
}

/* Submenu links */
.sub-menu a[b-9101jzzo11] {
    cursor: pointer;
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #d9ecff;
    transition: background 0.2s, color 0.2s;
}

.sub-menu a:hover[b-9101jzzo11] {
    background: #cce6ff;
    color: #000;
}

/* Arrow styling */
.menu-label .arrow[b-9101jzzo11] {
    transition: transform 0.3s ease;
}

/* When submenu is open → rotate arrow upward */
.menu-label.open .arrow[b-9101jzzo11] {
    transform: rotate(180deg);
}

/* Simple expand animation */
@keyframes expand-b-9101jzzo11 {
    from {
        max-height: 0;
        opacity: 0;
    }

    to {
        max-height: 500px;
        opacity: 1;
    }
}

.top-row-home-header[b-9101jzzo11] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-row-home-header1[b-9101jzzo11] {
    position: absolute;
    font-size: small;
    font-weight: bold;
    top: 5px;
    left: 20px;
}

.top-row-home-header2[b-9101jzzo11] {
    position: absolute;
    font-weight: bold;
    top: 25px;
    left: 20px;
}

.top-row-home-header3[b-9101jzzo11] {
    font-size: large;
    position: absolute;
    font-weight: bold;
    top: 15px;
}

.info-icon[b-9101jzzo11] {
    position: absolute;
    cursor: pointer;
    fill: #808080;
    width: 23px;
    height: 23px;
    top: 2px;
    margin-left: 10px;
}
