/* /Pages/Admin/Dashboard.razor.rz.scp.css */
.admin-card[b-c20wcmp3c8] {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    border-radius: 12px;
}

.admin-card:hover[b-c20wcmp3c8] {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12) !important;
}
/* /Pages/Admin/Teams.razor.rz.scp.css */
.cursor-pointer[b-w8h63xh1kl] {
    cursor: pointer;
}

.cursor-pointer:hover td[b-w8h63xh1kl] {
    background-color: rgba(0, 0, 0, 0.04);
}
/* /Shared/AdminLayout.razor.rz.scp.css */
.admin-layout[b-7vmb2mvkge] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f4f6f9;
}

.admin-nav[b-7vmb2mvkge] {
    height: 56px;
    flex-shrink: 0;
}

.admin-main[b-7vmb2mvkge] {
    flex: 1;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4qb3g61j69] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4qb3g61j69] {
    flex: 1;
}

.sidebar[b-4qb3g61j69] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4qb3g61j69] {
    background-color: #1e1e6b;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4qb3g61j69]  a, .top-row .btn-link[b-4qb3g61j69] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4qb3g61j69] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bottom-row[b-4qb3g61j69] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #ff6700;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .bottom-row[b-4qb3g61j69]  a, .bottom-row .btn-link[b-4qb3g61j69] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .bottom-row a:first-child[b-4qb3g61j69] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4qb3g61j69] {
        display: none;
    }

    .top-row.auth[b-4qb3g61j69] {
        justify-content: space-between;
    }

    .top-row a[b-4qb3g61j69], .top-row .btn-link[b-4qb3g61j69] {
        margin-left: 0;
    }

    .bottom-row a[b-4qb3g61j69], .bottom-row .btn-link[b-4qb3g61j69] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4qb3g61j69] {
        flex-direction: row;
    }

    .sidebar[b-4qb3g61j69] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4qb3g61j69] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-4qb3g61j69], article[b-4qb3g61j69] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .bottom-row[b-4qb3g61j69] {
        position: sticky;
        bottom: 0;
        z-index: 1;
    }

    .bottom-row[b-4qb3g61j69], article[b-4qb3g61j69] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

}

