.card .card-body{
	color: #222222;
}

.bg-gray{
	background: #edeff3;
}

.bg-light-black{
	background: #1a1a1a;
}

#form_subject{
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	background: #c48a8a00;
	color: #fff;
	padding: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.form-select{
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	background: #c48a8a00;
	color: #fff;
	padding: 15px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

select, select:hover {
	background-color: #717171;
	color: #fff;
}

option {
	color: #000;
	background-color: white;
}

.select2-results__option{
	color: #000;
	background-color: white;
}

.nav-pills .nav-link{
	border-radius: 0;
}

a{
	color: #2c5ea6;
}
