.modal-content {
	min-height: 800px;
	width: 4 100%;
	position: relative;
	border: #ff631a 2px solid;
	overflow: hidden;
}

.pbtn-close {
	position: absolute;
	width: 32px;
	height: 32px;
	right: 16px;
	fill: #ffffffbc;
}

.pro-gate--content {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: end;
	bottom: 0;
	background: linear-gradient(
		180deg,
		#00142d00 0%,
		#00142d68 7%,
		#00142db1 25%,
		#00142dff 40%
	);
	border-radius: 0 0 10px 10px;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: left;
	padding-bottom: 16px;
	z-index: 99;
}

.padding--16 {
	padding: 0 16px;
}

.pro-gate {
	width: 100%;
	font-family: poppins, sans-serif;
	color: white;
}

.pro-gate_logo {
	text-align: left;
	padding-bottom: 8px;
}

.pro-gate_logo img {
	height: 40px;
}

.pro-gate_heading {
	padding-bottom: 16px;
	border-bottom: 1px solid #ffb880;

	& h2 {
		font-size: 18px;
		line-height: 20px;
		margin: 0 !important;
		color: #fff;
	}

	& h3 {
		font-size: 12px;
		font-weight: normal;
		margin: 0 !important;
		color: #fff;
	}
}

.pro-gate_terms {
	padding: 8px 16px;
	padding-bottom: 4px;
	background: linear-gradient(180deg, #0c2546, #00142d);

	& h3 {
		font-size: 16px;
		font-weight: 500;
		margin: 0px;
		color: #fff;
	}

	& ul {
		list-style-type: disc;
		font-size: 12px;
		padding-left: 40px;
		margin: 8px 0 4px 0;

		& li {
			margin-bottom: 8px;
		}
	}
}

.pro-gate_btn {
	display: block;
	font-family: poppins, sans-serif;
	font-weight: 600;
	text-align: center;
	background: linear-gradient(90deg, #ffb880, #ff631a);
	color: #00142d;
	border: none;
	padding: 8px 24px;
	font-size: 14px;
	border-radius: 10px;
	cursor: pointer;
	border: 2px solid #ffb880;
	transition: all 0.3s ease;
	text-decoration: none;

	&:hover {
		border: 2px solid #ffffff;
		color: #ffffff;
	}
}

.pro-gate_sports > h4 {
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}

.pro-gate_sports-list {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
	justify-content: center;
	align-items: center;

	.league {
		width: 30%;
		height: 24px;
		border-radius: 10px;
		display: flex;
		justify-content: start;
		align-items: center;

		padding-top: 4px;

		img {
			max-width: 100%;
			max-height: 100%;
			object-fit: contain;
		}
	}
}

.league.smx {
	height: 48px;
}

.pro-gate_tagline {
	display: none;
}

.pro-gate_terms li::marker {
	color: #fe621a;
}

@media (min-width: 768px) {
	.pbtn-close {
		display: none;
	}

	.pro-gate--content {
		height: 100%;
		min-height: 650px;
		padding-bottom: 32px;
		background: linear-gradient(
			0deg,
			#0c274a 100px,
			#00142d 280px,
			#00142d 500px,
			#00142d75 600px,
			transparent 650px
		);
	}

	.pro-gate_col-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
	}

	.pro-gate_col {
		width: 45%;
		display: flex;
		flex-direction: column;

		&.logo {
			justify-content: center;
			align-items: center;
			border-right: 1px solid #ffb880;
		}

		&.info {
			margin-left: 32px;
		}
	}

	.pro-gate_terms {
		background: transparent;

		& h3 {
			font-size: 24px;
			color: #fff;
		}

		& ul {
			font-size: 16px;
			padding-left: 48px;
			font-weight: 300;

			& li {
				padding-left: 16px;
			}
		}
	}

	.pro-gate_logo img {
		height: 80px;
	}

	.pro-gate_tagline {
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: 300;
		strong {
			font-weight: 600;
			color: #fff;
		}
	}

	.pro-gate_heading {
		padding-bottom: 8px;
		border: none;

		& h2 {
			font-size: 32px;
			line-height: 36px;
			color: #fff;
		}

		& h3 {
			font-size: 16px;
			color: #fff;
		}
	}

	.pro-gate_content {
		& h3 {
			font-size: 20px;
			color: #fff;
		}

		& ul {
			font-size: 14px;
			padding-left: 48px;
		}
	}

	.pro-gate_sports {
		width: 620px;
		margin: 32px auto;
	}

	.pro-gate_sports > h4 {
		font-size: 16px;
		margin-bottom: 8px;
		color: #fff;
	}

	.pro-gate_sports-list {
		gap: 32px;

		.league {
			height: 40px;
			width: 20%;
		}
	}
	.league.f1 {
		width: 15%;
	}
	.pro-gate_btn {
		font-size: 18px;
		padding: 12px 32px;
	}
}
