@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8e8e8e;
}

.MainCSS {
	background-color: #C9E8FA;
}

.LeftMenubg {
	background-color: #F7F7F7;
	color: #FFF;
}

.tblborder1 {
	border-style: solid;
	border-width: 1px;
	border-color: #00c0ed;
}

.NormalText {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	color: #000;
}

.OrangeBText {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ffb400;
}

.BMenuText1 {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	color: #6ca5c8;
}

.BNormalText {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

.GrayNormalText {
	font-family: 'Inter', sans-serif;
	font-size: 9pt;
	color: #999;
}

.BRedNormalText {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #EB1C24;
}

.GreenNormalText {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	color: #060;
}

.error {
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	color: #F00;
	margin-bottom: 5px;
}

h3.error {
	font-size: 16px;
	margin: 10px 0;
	font-weight: 500;
}

.SmText7 {
	font-family: 'Inter', sans-serif;
	font-size: 7pt;
}

.TitleText10 {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
}

.WhiteText10 {
	font-family: 'Inter', sans-serif;
	font-size: 10pt;
	color: #FFF;
}

.smText8 {
	font-family: 'Inter', sans-serif;
	font-size: 8pt;
}

.BoldNormalText {
	font-family: 'Inter', sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #4B9BD6;
}

.BoldTitleText {
	font-family: 'Inter', sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #000000;
}

.BoldTitleTextBlue {
	font-family: 'Inter', sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #4B9BD6;
}

.BoldTitleTextWhite {
	font-family: 'Inter', sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #FFFFFF;
}

/*Menu Stars*/

.arrowlistmenu {
	width: 224px;
	/*width of accordion menu*/
}

.arrowlistmenu .menuheader {
	/*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 0px;
	/*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0px 0 0px 0px;
	/*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul {
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
	/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li {
	padding-bottom: 0px;
	/*bottom spacing between menu items*/
}

.arrowlistmenu ul li a {
	color: #3175a1;
	display: block;
	padding: 2px 0;
	padding-left: 0px;
	/*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 0px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited {
	color: #3175a1;
}

.arrowlistmenu ul li a:hover {
	/*hover state CSS*/
	color: #3175a1;
	background-color: #F3F3F3;
}

/* Menu Ends */


a:link {
	color: #4B9BD6;
    text-decoration: none;
}

a:visited {
	color: #800080;
	text-decoration: none;
}

a:hover {
	color: #0042c5;
	text-decoration: none;
}

td.WhiteText10 a {
	margin: 0 6px;
}

.g-recaptcha {
	margin-top: 6px;
}

label .required {
	color: #ff3c3c;
}

.form-control {
	display: block;
	width: 100%;
	max-width: 380px;
	caret-color: #495057;
	height: 32px;
	padding: 0.375rem 0.5rem;
	font-size: 0.85rem;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	font-family: 'Inter', sans-serif;
}

.form-control:focus {
	outline: 0;
	color: #495057;
	border-color: #00c3f1;
	box-shadow: 0 0 0px 2px rgb(8 191 237 / 25%);
}

textarea.form-control {
	height: auto;
	max-width: 520px;
}


.form-checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
}

.submit-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3em;
	width: auto;
	min-width: 128px;
	color: white;
	font-size: 1em;
	border-radius: 4px;
	background-color: #00c5f1;
	border: 1px solid #07c3ed;
	cursor: pointer;
	font-weight: 500;
	font-family: inherit;
	margin-top: 10px;
}

.submit-button:hover {
	background-color: #05c0ea;
}