﻿/*//#30183 - Show Browser compatibility popup message*/
.timer {
	font-size: 2rem;
	font-weight: bold;
	color: gray;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	transition: opacity 0.5s ease-out;
}

.popup-browser {
	font-family: 'Helvetica';
	font-weight: bold;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	padding: 40px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 1001;
	background-color: #001448;
	border: 0.1px solid white;
	display: none;
}

.noCorner {
	border-radius: 0
}

.modal-body {
	text-align: center;
}

.header1 {
	color: red;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 10px 0px;
	text-decoration: underline;
}

.bodyContent p {
	color: red;
	margin: 15px 0;
	line-height: 1.5;
}

.buttonfont {
	font-size: 1rem !important;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.7);
	z-index: 1000;
	display: none;
}

/*#30749 - Browser compatibility popup On Click Instead of Hover*/



.cursor-pointer {
	cursor: pointer;
}