@use "../../reset";

.hulk-ffef-upgrade-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(12px);
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	border-radius: 4px;
	overflow: hidden;

	a {
		@extend %element-reset;
		color: #3858e9;
		text-decoration: underline;
		font-size: 16px;
		display: inline-block;
		cursor: pointer;
	}
}
