#loader-container {
	display: flex;
	flex-direction: column;
	height: 100vh;
	align-items: center;
	background: #002E82 url("/assets/images/svgs/hero-bg-pattern.svg");
	justify-content: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.sub-text {
	font-size: 19px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0em;
	color: #FFFFFF;
}

.loading-text {
	margin-top: 12px;
	color: #FFFFFF !important;
	position: relative;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}

.logo-loader {
	text-align: center;
	/* animation: logo-loader 2s infinite; */
}

@keyframes logo-loader {
	0% {
		opacity: 1;
	}

	10% {
		opacity: 0.8;
	}

	30% {
		opacity: 0.4;
	}

	50% {
		opacity: 0.2;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0.2;
	}

	80% {
		opacity: 0.4;
	}

	100% {
		opacity: 0.8;
	}
}

@keyframes lds-circle {

	0%,
	100% {
		animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
	}

	0% {
		transform: rotateY(0deg);
	}

	50% {
		transform: rotateY(1800deg);
		animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
	}

	100% {
		transform: rotateY(3600deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loader-intializer {
	margin-right: 12px;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	border-top: 3px solid rgba(255, 255, 255, 0.2);
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}

@media (max-width: 767px) {
	.loading-section {
		position: absolute;
		bottom: 20px;
		flex-direction: column;
	}
}

iframe[title='Button to launch messaging window'] {
	display: none !important;
}

iframe[title='Number of unread messages'] {
	display: none !important;
}

iframe[title='Message from company'] {
	display: none !important;
}


iframe[title='Close message'] {
	display: none !important;
}
