body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	font-family: "Futura Bold", Futura, "Trebuchet MS", Arial, sans-serif !important;
}

.navbar {
	border-bottom: 1px solid #f5f5f5;
}

main {
	min-height: 360px;
}

footer {
	padding: 7px 0;
}
	footer .container-lg {
		min-height: 400px;
		border-radius: 20px;
		background: linear-gradient(263.33deg, #E4356A 0%, #FF8515 100%);
	}

/* Fix the horrid background on DataTables page links */
.dt-bootstrap4 .page-link {
	background-color: #eeeeee;
}
	.dt-bootstrap4 .page-link:hover {
		background-color: white;
	}

/* Straight from Figma */
.bg-mool {
	background: linear-gradient(260.55deg, #E3346B -11.9%, #E43767 -6.94%, #FF6F18 114.37%) !important;
}

.bg-orange {
    background: #FF6C00;
    color: white;
}

.border-orange {
    border: 4px solid #FF6C00;
}


.bg-pale {
    background: #F5F9FF;
}

.border-pale {
    border: 2px solid #F5F9FF;
}

.rounded-xl {
    border-radius: .7rem!important;
    overflow: hidden;
}
