.current_user {
	font-size: 14px;
	color: green
}

.toolbar-icon {
	display: flex;
	justify-content: center
}

.navbar {
	width: 100%;
}

.select2-container {
	z-index: 99999;
}

.icon_sl {
	max-width: 49%;
}

.status {

}

.pending {
	color: blue;
}

.student_cancel {
	color: black;
}

.teacher_cancel {
	color: red;
}

.accept {
	color: green;
}