<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 *
 * Apply Here your Custom CSS
 *
*/
.error{
	font-weight:bold;
	color: red;
}
.errorb{
	font-weight:bold;
	font-size: large;
	color: red;
}
.msgok{
	font-weight:bold;
	font-size: large;
	color: green;
}
.tilehead{
	color: #ffffff !important;
}
.form-control {
  border: 1px solid #aca5c7 !important;
}
.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
    background-color: #42A5F5 !important;
}
input:focus {
	border: 2px	solid #2900c5 !important;
	box-shadow: 0 0 10px blue;
	border-color: #4112d0;
}
body {
	
}</pre></body></html>