/* /Pages/TeamManagement/TeamManagement.razor.rz.scp.css */
.tm-page[b-tzic2o8inf] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

/* Header matches the 9-box "top bar" idea */
.tm-header[b-tzic2o8inf] {
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}

.tm-header-row[b-tzic2o8inf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 24px;
}

.tm-viewing[b-tzic2o8inf] {
    font-weight: 600;
}

/* Content area */
.tm-content[b-tzic2o8inf] {
    padding: 24px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.tm-title[b-tzic2o8inf] {
    margin: 0 0 6px 0;
}

.tm-table-wrap[b-tzic2o8inf] {
    margin-top: 12px;
    overflow-x: auto; /* keeps table usable on smaller screens */
}

/* Make sure dropdown menu isn't constrained by table layouts */
.switch-manager-dropdown[b-tzic2o8inf] {
    position: relative;
}

/* Dropdown menu - clean like ninebox */
.manager-dropdown-menu[b-tzic2o8inf] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    padding: 0; /* Remove padding to eliminate any spacing/borders */
}

/* Dropdown items - clean list, no borders or separators */
/* Override global button styles from styles.css */
.manager-dropdown-item[b-tzic2o8inf] {
    /* Reset all button styles */
    all: unset;
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 0.9rem;
    font-weight: normal; /* Override bold from global button style */
    color: #333;
    background: transparent !important; /* Override green background from global button style */
    border: none !important;
    border-radius: 0 !important; /* Override pill border-radius from global button style */
    box-shadow: none !important; /* Override box-shadow from global button style */
    transition: background-color 0.2s;
    white-space: normal; /* Allow text to wrap to next line */
    word-wrap: break-word; /* Break long words if needed */
    overflow-wrap: break-word; /* Modern property for word wrapping */
}

.manager-dropdown-item:hover[b-tzic2o8inf] {
    background-color: #f0f0f0;
}

.manager-dropdown-item:first-child[b-tzic2o8inf] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.manager-dropdown-item:last-child[b-tzic2o8inf] {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: none !important; /* Ensure no border on last item */
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1zvlkwg16n] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-1zvlkwg16n] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1zvlkwg16n] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1zvlkwg16n]  a, .top-row .btn-link[b-1zvlkwg16n] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-1zvlkwg16n] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1zvlkwg16n] {
        display: none;
    }

    .top-row.auth[b-1zvlkwg16n] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-1zvlkwg16n] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row[b-1zvlkwg16n], article[b-1zvlkwg16n] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5ewmqpqn8q] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-5ewmqpqn8q] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

    .nav-item[b-5ewmqpqn8q]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5ewmqpqn8q]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5ewmqpqn8q]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-5ewmqpqn8q] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-5ewmqpqn8q] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
