.mod-browser-check-modal .modal {
	z-index: 99999;
}

.mod-browser-check-modal .modal .modal-dialog {
	line-height: 150%;
	max-width: 800px;
	font-size: 20px;
	margin: 0 auto;
	width: 100%;
	color: #000;
}

.mod-browser-check-modal .modal .modal-content {
	background-color: transparent;
}

.mod-browser-check-modal .modal .modal-header {
	background-color: #ad0000;
	position: relative;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
}

.mod-browser-check-modal .modal .modal-header .close-modal {
	position: absolute;
	right: 1rem;
	top: 50%;
	cursor: pointer;
	font-size: 30px;
	color: #fff;
	transform: translateY(-50%);
}

.mod-browser-check-modal .modal .modal-header .close-modal:hover {
	color: #000;
}

.mod-browser-check-modal .modal .modal-body {
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
	background-color: #fff;
	padding: 30px;
}