table thead, .header-bar {
	/* border-bottom: 3px solid #a0d468 !important; */	
	border-bottom: 4px solid #D9D9D9 !important;
}

.modal-content{
width: 780px;
}

tr:nth-child(odd) {
  background-color: #E5F5FA !important;
}

tr:nth-child(even) {
    background-color: #F5F5F5 !important;
}

.tnc.section {
	
			padding: 16px 46px 16px 46px;
	
}

.novapage-content{
	
width: 832px; height: 1594px;text-align: center;
	
}

.novapage-contenttnc {
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;	
}

.novapage-contentfaq {	
	text-align: center;	
	padding: 48px 100px 40px;
}

.faq-section-header {
	font-size: 20px;
	display: block;
	width: 80%;
}

#connectBtn_myapp{
	color: white;
    font-size: 14px !important;
    font-family: Roboto;
    font-weight: 500 !important;
    line-height: 2.5rem;
    letter-spacing: 0.10px;
    word-wrap: break-word;
    background: #005faa;
}

#connectBtn_myapp:hover {
	background: #4cba6f;
}

#action_btn{
	color: white;
    font-size: 14px !important;
    font-family: Roboto;
    font-weight: 500 !important;
    line-height: 2.5rem;
    letter-spacing: 0.10px;
    word-wrap: break-word;
    background: #005faa;
}

.btn-quickview{
	color: white;
    font-size: 14px !important;
    font-family: Roboto;
    font-weight: 500 !important;
    line-height: 2.5rem;
    letter-spacing: 0.10px;
    word-wrap: break-word;
    background: #005faa;
}

.btn-edit{
	color: white;
    font-size: 14px !important;
    font-family: Roboto;
    font-weight: 500 !important;
    line-height: 2.5rem;
    letter-spacing: 0.10px;
    word-wrap: break-word;
    background: #005faa;
	
}

.card-footer{
	gap: 1rem;
}


.apptilecontent{
		text-align: left !important;
		font-size: 15px !important;
		font-family: Inter !important;
		font-weight: 400 !important;
		line-height: 21px;
		word-wrap: break-word
}
.app-infocontent{
color: #1D1B20;
font-size: 20px !important;
font-family: Overpass !important;
font-weight: 500 !important;
line-height: 28px !important;
word-wrap: break-word
}

@media screen and (max-width: 1199.98px) {
	.novapage-contentfaq {
		padding-left: 48px;
		padding-right: 48px;
	}
	.novapage-contenttnc {
		padding-left: 48px;
		padding-right: 48px;
	}
}

@media screen and (max-width: 991.98px) {
	.novapage-contentfaq {
		padding-left: 24px;
		padding-right: 24px;
	}
	.novapage-contenttnc {
		padding-left: 24px;
		padding-right: 24px;
	}
	.faq-section-header {
		width: 100%;
	}
}