.danger-color{
    background-color: #ff9999;
}
.success-color{
    background-color:rgb(0, 255, 13)
}

.warning-color{
    background-color: rgb(255, 176, 79);
}

.white-text{
    color: white;
}

.evaluation_bareme{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

i.lni-star.active{
    color:green;
    font-weight: bold;
}

.dialog{
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:#0a49ef;
	z-index: 9000;
}

.dialogClose{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	width: 55px;
	font-weight: bold;
	font-size: 28px;
	background: rgba(0,0,0,0.5);
	color: #f5f5f5;
	border-radius:50%;
	margin: 10px;
}