﻿
.ModalBackDrop {
	display: none;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #00000099;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 8px;
	z-index: 999999;
	top: 0;
	left: 0
}

.ModalReEvalWindow {
	background-color: #2c3e50;
	border-radius: 12px;
	padding: 10px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	box-shadow: 0 0 4px 2px #2c3e50;
	outline: 2px solid #c7c7c757;
	outline-offset: -1px
}

.ModalReEvalContent {
	background-color: #3d5a80;
	padding: 5px 10px 15px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 5px;
	align-items: stretch;
	border-radius: 8px
}

.ModalTitle {
	font-size: 22px;
	color: #fff;
	font-weight: 700
}

.ModalButtonContainer {
	display: flex;
	flex-direction: row;
	column-gap: 15px
}

.ModalButtonContent {
	font-size: 18px;
	border: none;
	border-radius: 8px;
	padding: 8px;
	background: #488dca;
	color: #fff;
	font-weight: 600;
	width: 100%;
	box-shadow: 0 0 2px 2px #353535
}

	.ModalButtonContent:first-of-type:hover {
		-webkit-animation: showClicked2 .35s linear 2 alternate;
		-o-animation: showClicked2 .35s linear 2 alternate;
		animation: showClicked2 .35s linear 2 alternate;
	}

	.ModalButtonContent:last-of-type {
		background: #f5802f;
	}

		.ModalButtonContent:last-of-type:hover {
			-webkit-animation: showClicked .35s linear 2 alternate !important;
			-o-animation: showClicked .35s linear 2 alternate !important;
			animation: showClicked .35s linear 2 alternate !important;
		}

.ModalButtonContent.ogPayDisabled {
	background: #f0ac7e;
	color: #575757;
}

	.ModalAlertWindow {
		background-color: #2c3e50;
		border-radius: 12px;
		padding: 10px;
		position: relative;
		display: inline-flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		box-shadow: 0 0 4px 2px #2c3e50;
		outline: 2px solid #c7c7c757;
		outline-offset: -1px
	}

	.ModalAlertContent {
		background-color: #3d5a80;
		padding: 5px 10px 15px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		row-gap: 5px;
		align-items: stretch;
		border-radius: 8px
	}

.uiModalSep {
	background: radial-gradient(circle at 100% 100%, #00000000 0, #00000000 6px, transparent 6px) 0% 0%/8px 8px no-repeat, radial-gradient(circle at 0 100%, rgb(44 63 84) 0, #00000000 6px, transparent 6px) 100% 0%/8px 8px no-repeat, radial-gradient(circle at 100% 0, #00000000 0, #00000000 6px, transparent 6px) 0% 100%/8px 8px no-repeat, radial-gradient(circle at 0 0, #00000000 0, #00000000 6px, transparent 6px) 100% 100%/8px 8px no-repeat, linear-gradient(#00000000, #00000000) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat, linear-gradient(#00000000, #00000000) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat, linear-gradient(90deg, rgba(72,171,224,0) 2%, #f5761ea1 32%, #f5761ea1 68%, transparent 98%);
	border-radius: 8px;
	padding: 1px;
	box-sizing: border-box;
	margin: 2px 0px 6px 0px;
}

	#AlertHeader {
		text-align: center
	}

	#AlertContent {
		font-size: 18px;
		text-align: center;
	}

	.sq-card-message {
		display: none !important;
	}

.ogPayDisableContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #575757c4;
	z-index: 99999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align-last: center;
	font-size: 24px;
	font-weight: 700;
	color: #da7474;
	text-shadow: -2px -3px 4px #000, 2px 2px 4px #000, -2px 2px 4px #000, 3px -3px 4px #000, 2px 3px 4px #000, -3px 3px 4px #000;
	border-radius: 12px;
}

.LegalModal_Title {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

#LegalContent {
	font-size: 18px;
	text-align: left;
	max-height: 350px;
	height: 350px;
	overflow-y: auto;
}

#LegalHeader {
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 24px;
}

#LegalContent strong {
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 0.5px;
	font-family: Trebuchet MS;
	text-align: center;
	display: block;
}