#dropdownBorder
{
  border-radius:10px;
  border: 2px solid midnightblue;
}
.test_class{
	color:gold;
	font-weight:800;
	font-family:Arial;
	border: 2px solid gold;
	
}
.dropdownBorder
{
  border-radius:10px;
  border: 2px solid midnightblue;
}
.text_Input{background:linear-gradient(to bottom, RGB(101,80,224), darkgrey);
	
	border:2px solid midnightblue;
	border-radius:10px;
}

.text_Input:hover{
	background:none;
	background-color:cornflowerblue;

}

.selector_Input{
	height:48px;
	background:linear-gradient(to bottom, RGB(145,191,113), darkgrey);
}

.three-quarter{
	width:75%;
  text-align:center;
	}
.one-fourth{
	width:25%;
	}
.full-width{
	width:100%;
	display:flex;
	flex-direction:row;
	}
.wpsm_panel-heading
{
   background:linear-gradient(to bottom, cornflowerblue,midnightblue);
   border-radius:15px;
   color:white;
}
.ac_title_class
{
   color:white;
}