.center {
  align-items: center;
}
.w-20per{
	min-width: 345px;
	border: 1px solid lightgray;
	max-width: 400px;
}
.head-my-gov{
	background-color: #2c498d;
	height: 40px;
	color: white;
	padding: 5px;
}
.f-12{
	font-size: 12px!important;
}
.f-16{
	font-size: 16px!important;
}
.dot {
  height: 8px;
  width: 8px;
  background-color: #00cc00;
  border-radius: 50%;
  display: inline-block;
}
.op-1{
	opacity: 1!important;
}
.max-h-400{
	max-height: 450px;
	overflow-y: scroll;
	overflow: hidden;
}
.p-10{
	padding: 10px;
}
.mlr-0{
	margin-left: 0px;
	margin-right: 0px;
}
.p-20{
	padding: 20px;
}
.vertical-nav-menu li a {
	padding: 0;
	padding-left: 10px;
}
.gradient{
	background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%) !important;
}
#input_container { 
    position:relative;
    padding:0;
    margin:0;
}
#input { 
    height:20px;
    margin:0;
    padding-left:30px;
}
#input_img {
    position:absolute;
    bottom:8px;
    left:10px;
    width:10px;
    height:10px;
}
.light-green{
	background-color: lightgreen!important;
}
.x-scroll{

	overflow-x: scroll;
	overflow-y: scroll;

}
.light-gray{
	background-color: lightgray!important;
}
.wd-100{
	width: 100%;
}
.h-150{min-height: 150px;}
.h-250{min-height: 250px;}