#loader_div
{
	background-color: rgba( 255, 255, 255, 0.85 );
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.outer
{
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.middle
{
	display: table-cell;
	vertical-align: middle;
}

.inner
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
}

.fs-7
{
	font-size: 12px !important;
}

.cursor-pointer
{
	cursor: pointer !important;
}

.pt-6
{
	padding-top: 5rem !important;
}

.pb-6
{
	padding-bottom: 5rem !important;
}

.py-6
{
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.back-nav
{
	border-bottom-left-radius: 1.5rem; 
	border-bottom-right-radius: 1.5rem;
}

/* Coda */
@font-face 
{
	font-family: Coda;
	src: 
		url( '../../assets/webfonts/Coda.ttf' );
	font-style: normal;
	font-weight: 300;
	font-display: block;
}

/* Poppins */
@font-face 
{
	font-family: Poppins;
	src: 
		url( '../../assets/webfonts/Poppins.ttf' );
	font-style: normal; 
	font-weight: 300;
	font-display: block;
}

:root
{
    --bs-font-sans-serif: 'Coda';
}
