.table thead{
	background: #343a3f !important;
	color: #e5e5e5 !important;
	font-size: 71%;
}
.table tbody{
	font-size: 79%;
}

.custm-btn{
	border-radius:22px !important;
}

label.error{
	color: red;
}

.text-yellow{
	color: #e0992f;
}

.text-green{
	color: #81b983;
}

.text-blue {
    color: blue;
}

.text-cs {
    color: #be9fc5;
}

.card-header-admin{
		background-color: transparent !important;
		border-bottom: 1px solid rgba(0,0,0,.125) !important;
		padding: 0.75rem 1.25rem !important;
		position: relative !important;
		border-top-left-radius: 0.25rem !important;
		border-top-right-radius: 0.25rem !important;
	
}
.label-admin{
    display: inline-block !important;
    margin-bottom: 0.5rem !important;
}

.card-admin{
	border: unset !important;
}