body {
	padding-bottom: 66px !important;
}

@media (max-width: 600px) {
	.titulo-principal {
		font-size: 23px !important;
		line-height: 1.5rem !important;
	}
}

.container-layout {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 500px;
	@media (max-width: 600px) {
		width: 350px;
	}
}
.top-bar-content {
	display: flex;
	justify-content: space-between;
	a {
		color: #fff;
		&:hover {
			color: #bebebe;
		}
	}
}

.button-reg {
	margin-top: 8px;
	border-radius: 8px;
	padding: 10px 20px;
	background-color: #1e66b8;
	cursor: pointer;
	max-width: 300px;
	margin: 0 auto;
	text-decoration: none !important;
	color: #fff !important;
}
.button-reg:hover {
	background-color: #104b8f;
}
.page-template {
	background-color: #000;
}
.elementor-element.elementor-element-30ab66ef {
	min-height: min-content !important;
}
.page-register {
	min-height: 100vh !important;
	background-color: #150427 !important;
}
.spinner-container {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	color: #fff;
	font-weight: 600;
}
.spinner {
	border: 5px solid #dcdcdc;
	border-left-color: rgb(220, 220, 220);
	border-left-color: transparent;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	animation: loading 1s linear infinite;
	margin-top: 20px;
}
@keyframes loading {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.full {
	position: relative;
	z-index: 9999;
	width: 100% !important;
	min-width: 100% !important;
	height: calc(100vh - 67px);
}
.iframegerador {
	min-height: 75vh;
	width: 100%;
}

.top-bar {
	z-index: 999;
	padding: 12px 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #360357;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px -1px 10px 2px rgba(0, 0, 0, 0.1),
		0px -1px 10px 5px rgba(0, 0, 0, 0.1), 0px -1px 10px 5px rgba(0, 0, 0, 0.1),
		0px -1px 10px 5px rgba(0, 0, 0, 0.1);
	.hidden {
		visibility: hidden;
	}
	.item {
		display: flex;
		flex-direction: column;
		align-items: center;
		i {
			font-size: 21px;
		}
	}
	a {
		background-image: none !important;
		padding: 0 !important;
		box-shadow: none !important;
		margin: 0 !important;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
		font-size: 14px;
	}
	.class-ready {
		display: flex;
		align-items: center;
		background-color: #cbedd9;
		color: #149247;
		border-radius: 8px;
		padding: 8px;
		i {
			font-size: 24px;
			margin-right: 8px;
		}
		span {
			font-family: 'Inter', 'arial', 'sans-serif' !important;
			font-style: normal;
			font-weight: 500;
			font-size: 14px;
			line-height: 15px;
			color: #149247;
		}
	}
	.icons-right {
		display: flex;
		align-items: center;
		i {
			padding: 5px;
			font-size: 18px;
			&:hover {
				color: #0f1b35;
			}
		}
	}
}

.alert {
	font-size: 16px;
	font-weight: 500;
	background-color: #fff898;
	color: #5f5901;
	padding: 10px 100px;
	border-radius: 10px;
	border: 3px solid #5f5901;
	text-align: center;
	@media (max-width: 600px) {
		font-size: 14px;
		padding: 10px 10px;
	}
}
.e-grid {
	margin: 20px 0 !important;
}
.max-w {
	margin: 0 auto;
	max-width: 700px;
}
.players {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: rgb(48, 48, 48);
	top: 10px;
	right: 10px;
	z-index: 999;
	opacity: 0.9;
	border-radius: 0 0 0 5px;
	padding: 5px 10px;
	color: #fff;
	@media (max-width: 767px) {
		padding: 2px 4px;
		top: 0px;
		right: 0px;
	}
}
.players i {
	font-size: 14px;
	margin-right: 5px;
	@media (max-width: 767px) {
		font-size: 12px;
	}
}
.players span {
	font-size: 14px;
	font-weight: 600;
	@media (max-width: 767px) {
		font-size: 12px;
		font-weight: 700;
	}
}

@media (max-width: 767px) {
	.e-con > .e-con-inner {
		gap: 8px;
	}
}
.mainimg {
	margin-top: -20px !important;
}
.btn-access-wrap {
	margin-top: -10px !important;
	width: 100%;
	display: flex;
	justify-content: center;
}
.btn-access-a {
	display: flex;
	justify-content: center;
	background-image: none !important;
}
.btn-access {
	background-color: #30c620;
	font-weight: 600;
	border: 2px solid #0e5306;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 18px;
	color: #fff !important;
	margin-top: 20px;
	margin-bottom: 30px;
	box-shadow: 0px -1px 10px 2px rgba(0, 0, 0, 0.1),
		0px -1px 10px 5px rgba(0, 0, 0, 0.1), 0px -1px 10px 5px rgba(0, 0, 0, 0.1),
		0px -1px 10px 5px rgba(0, 0, 0, 0.1);
	animation: pulse 1.5s infinite;
	box-shadow: 0 0 20px #30c620;
	text-shadow: 0px 0px 10px #000000c5 !important;
	border-radius: 100px;
}
.btn-access:hover {
	background-color: #fff;
	color: #000000 !important;
}

#geradorbotao {
	border: 2px solid #30c620;
	background-color: #73ff63;
	background-image: none !important;
}
.btn-gerar:disabled {
	color: #000000 !important;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

#show-date {
	background-color: #000;
	color: #fff;
	text-shadow: 0px 0px 10px #ffffff63 !important;
}

.custom-message-warning {
    margin: 10px auto;
    padding: 0 6px;
	max-width: 530px;
	text-align: center;
	color: #818181;
}
