/* _content/MS.Web/Components/DataGrids/DataGrid.razor.rz.scp.css */
/*table {*/
	/*border-collapse: collapse;*/
	/*width: 100%;
}*/

th[b-n8t83f4zll], td[b-n8t83f4zll] {	
	border: 1px solid black;
	text-overflow: ellipsis;
	white-space: nowrap;
}

th[b-n8t83f4zll] {
	overflow: hidden;
}

#resizableTable th[b-n8t83f4zll], #resizableTable td[b-n8t83f4zll] {
	position: relative;
	box-sizing: border-box;
}

	#resizableTable th[b-n8t83f4zll]:after {
		content: "";
		position: absolute;
		top: 0;
		right: -3px;
		width: 6px;
		height: 100%;
		cursor: ew-resize;
		background-color: transparent; /* Ajouté pour la démonstration, vous pouvez le supprimer */
		z-index: 10; /* Assurez-vous qu'il est au-dessus des autres éléments */
	}

body.resizing[b-n8t83f4zll] {
	cursor: ew-resize !important;
	user-select: none; /* Empêche la sélection de texte pendant le redimensionnement */
}
/* _content/MS.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-9lytvbsjl6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9lytvbsjl6] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-9lytvbsjl6], article[b-9lytvbsjl6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
