@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
	html, body {
		height: 100%;
	}
	body
	{
		margin: 0;
		padding: 0;
		font-family: 'Roboto', sans-serif;
    background-color: #d7e0da;/*not working*/
/*  background-image: linear-gradient(#4158D0 0%, #C850C0 46%, #FFCC70 100%);*/
	}
.card-header{
	font-weight: bold;
	text-transform: capitalize;
}
.brand-text
{
	color: red !important;
	width:100%;
}
.base_container
{
	background-color: white;
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
}
.card
{
width: 100%;
}
.form-meaning{
text-transform: uppercase;
}
table
{
width:100%;
}
#example_filter
{
float:right;
}
#example_paginate
{
float:right;
}
label
{
	display: inline-flex;
	margin-bottom: .5rem;
	margin-top: .5rem;  
}