.welcome-page .logo {
	width: 64px;
}

body {
	background-color: #0c1418;
}

.icon-banner {
	width: 72px;
}

.body-container {
	background-color: #0c1418;
}

.triq-dark {
	background-color: #0c1418;
}

.welcome-page li {
	list-style: none;
	padding: 1em;
}

.logged-out-page iframe {
	display: none;
	width: 0;
	height: 0;
}

.grants-page .card {
	margin-top: 20px;
	border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
	font-size: 120%;
	font-weight: bold;
}

.grants-page .card .card-title img {
	width: 100px;
	height: 100px;
}

.grants-page .card label {
	font-weight: bold;
}

.navbar {
	height: 80px;
	padding: 0 80px;
	background-color: #0B1013;
}

.login-hint {
	padding-top: 25px;
	border-top: 1px solid hsla(0, 0%, 100%, .2);
}

a {
	display: inline-block;
	margin-top: 8px;
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: .8px;
	text-transform: uppercase;
	color: var(--color-blue_1);
	text-decoration: none;
}

.h1-triq {
	/* #header_2 */

	font-family: 'Gotham Rounded';
	font-style: normal;
	font-weight: 350;
	font-size: 18px;
	line-height: 150%;
	/* identical to box height, or 27px */

	text-align: center;

	/* #white_1 */

	color: #FFFFFF;
}

.p-triq {
	font-family: 'SF Pro Text';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 135%;
	/* identical to box height, or 19px */

	text-align: center;
	letter-spacing: 0.3px;

	/* #white_3 */

	color: rgba(255, 255, 255, 0.7);
}

.btn-triq {
	width: 100%;
	height: 65px;
}

.btn-triq-primary {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 12px;
	gap: 8px;

	background: linear-gradient(90.33deg, #007671 0.26%, #004469 99.77%);
	color: white;
	border-radius: 20px;

	flex: none;
	order: 0;
	flex-grow: 0;
}

.btn-triq-secondary {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 8px 12px;
	gap: 8px;

	background: #0C1821;
	border-radius: 20px;
	color: white;

	flex: none;
	order: 0;
	flex-grow: 0;
}

.tq-form-wrapper {
	max-width: 400px;
}

.form-control{
	background: hsla(0, 0%, 100%, .05);
	border: 1.5px solid hsla(0, 0%, 100%, 0);
	border-radius: 8px;
	color: hsla(0, 0%, 100%, .5);
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .3px;
	padding: 20px 16px
}

.form-control:disabled{
	background: hsla(0, 0%, 100%, .05);
	border: 1.5px solid hsla(0, 0%, 100%, 0);
	border-radius: 8px;
	color: hsla(0, 0%, 100%, .5);
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .3px;
	padding: 20px 16px;
	opacity: 0.666;
}

.form-control:focus {
	background: hsla(0, 0%, 100%, .05);
	border-color: #00aff6 !important;
	box-shadow: none;
	color: hsla(0, 0%, 100%, .5);
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .3px;
}

.form-control::placeholder{
	color: hsla(0, 0%, 100%, .5);
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .3px;
}

.triq-check-form {
	/*field background for checkbox*/
	background: hsla(0, 0%, 100%, .05);
	border: 1.5px solid hsla(0, 0%, 100%, 0);
	border-radius: 8px;
	color: hsla(0, 0%, 100%, .5);
	font-family: SF Pro Text;
	padding: 12px;
}

.form-check-input {
	/*white outline*/
	background: hsla(0, 0%, 100%, .05);
	outline: 1.5px solid #fff;
	outline-offset: 1.5px;
}

	.form-check-input:checked {
		/*triq color when checked*/
		background: #00a596;
		border-width:0px;
		box-shadow: none;
		outline: 1.5px solid #fff;
		outline-offset: 1.5px;
	}

	.form-check-input:focus {
		box-shadow: none;
		outline: 1.5px solid #fff;
		outline-offset: 1.5px;
	}

.nav-button {
	width: 7em;
	height: 3em;
}

.dropdown-menu{
	background-color: hsla(0, 0%, 10%, 1) !important;
	color: hsla(0, 0%, 100%, .5);
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .3px;
}

.dropdown-item{
	color: hsla(0, 0%, 100%, .6);
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .3px;
}

.dropdown-item:hover{
	background-color: hsla(0, 0%, 20%, 1) !important;
	color: hsla(0, 0%, 100%, .6);
	font-family: SF Pro Text;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .3px;
}

.triq-alert {
	/*alert message box*/
	display: block;
	background: #00000080;
	padding: 12px 32px;
	border-radius: 8px;
	position: relative;
	font-family: SF Pro Text;
	font-size: 14px;
	letter-spacing: .3px;
	line-height: 18.9px;
	color: var(--color-grey_1);
	margin-top: 10px;
}
.triq-alert:before {
		content: "";
		border: 3px solid var(--color-blue_3);
		display: block;
		position: absolute;
		margin-bottom: 10px;
		height: calc(100% - 25px);
		top: 10px;
		left: 15px;
}
.triq-alert-info:before {
	border-color: var(--color-blue_3);
}

.fg-white-100 {
	/*white color font*/
	color: rgba(255,255,255,1);
}