/* App CSS */


main {
	padding-top: 6rem;
	font-size: .875rem;
}

th {
 text-align: center !important;
 background-color: #f2f2f2 !important;
}

a {
	color: #416ed5;
}

textarea {
	height: 100%;
}

.page-title {
margin-bottom: 12px;
}

.bg-dark {
	background-color: #f2f2f2 !important;
}

.card {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px !important;
}

.card-header {
	border-radius: 10px 10px 0px 0px !important;
}

.card-body {
	border-radius: 10px 10px 0px 0px;
}

/* 
.user-card {
	max-width: 900px;
}
 */

.text-red {
	color: #c94f57;
}

.dropdown-item:active {
  background-color: #673ab7;
}

.table td {
	vertical-align: middle;
}

/* User CSS */

.bg-color
{
	background-color: #673ab7;
}

.btn-color
{
	background-color: #673ab7;
	color: white;
}