body {
	font-family: Poppins;
	font-size: 20px;
	overflow: auto;
}

.container {
	max-width: 800px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.header {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	background: transparent;
}

.header img {
	width: 20%;
}

.header h2 {
	font-size: 1em;
}

.senha-infobox {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0.5em 0;
}

.info1 {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #23518c;
	border-radius: 20px;
	text-align: center;
	color: #ffffff;
	padding: 20px 20px;
}

.info1 span {
	font-size: clamp(1.7em, 4vh, 4em);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 1000;
	margin: 0;
}

.info1 p {
	margin: 0;
}

.subinfo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	gap: 15px;
}

.resume-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 0.5em;
}

.linktabela {
	width: 55%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 0.5em;
}

.positionfila {
	font-weight: 900;
	font-size: clamp(1em, 3vh, 2em);
	margin: 0 0 5px 0;
}

.tabelabt {
	width: 50%;
	font-family: Poppins;
	padding: 5px 5px;
	border-radius: 50px;
	display: flex;
	justify-content: space-evenly;
	padding: 3px 5px 3px 5px;
	align-items: center;
	color: #23518c;
	background-color: #7b7b7b1e;
	border-style: none;
}
.tabelabt i {
	color: #23518c;
}

.darkmatter {
	background-color: rgba(35, 81, 140, 0.2);
	border-radius: 50px;
	font-weight: 900;
}

.comunicado {
	/* width: 65%; */
	width: fit-content;
	padding: 0 1.2em 0 1.2em;
	/* text-align: justify; */
	text-align-last: center;
	font-weight: normal;
	font-size: clamp(0.7em, 1.5vh, 2em);
	margin: 0;
}

.last-calls {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0.5em 0 0.5em 0;
	border-radius: 5px;
}

.last-calls h2 {
	font-size: clamp(0.9em, 4vh, 2em);
	font-weight: bolder;
	margin: 0;
}

.senhas-wrapper {
	display: grid;
	align-self: center;
	justify-self: center;
	width: fit-content;
	grid-template-columns: max-content max-content;
	/* grid-template-columns: 35% 55%; */
	grid-template-rows: max-content max-content;
	/* grid-template-rows: 35% 35%; */
	grid-gap: 0.5em;
	background: #23518c;
	border-radius: 20px;
	/* padding: 1em; */
}

.senhas-cell {
	width: 90.016px;
	height: 82px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	/* height: 75px; */
	/* width: 80.05px; */
	/* min-width: 10%; */
	background: rgba(255, 255, 255, 0.118);
	border-radius: 10px;
	padding: 0.5em;
}

.senhas-cell span {
	font-size: clamp(0.8em, 3vh, 2em);
	color: #fff;
	font-weight: 900;
	margin: 0;
}

.senhas-cell span:last-child {
	font-size: clamp(0.4em, 3vh, 2em);
	font-weight: normal;
}

.btwrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
}

.refresh-box {
	position: fixed;
	right: 10%;
	bottom: 20%;
}

.reloadbt {
	padding: 13px 8px;
	margin: 0;
	display: block;
	color: #23518c;
	background-color: #7b7b7b1e;
	border-style: none;
	border-radius: 50%;
	animation: fadeIn 2.5s;
	-webkit-animation: fadeIn 2.5s;
	-moz-animation: fadeIn 2.5s;
	-o-animation: fadeIn 2.5s;
	-ms-animation: fadeIn 2.5s;
}

.alerpedidotbt {
	background-color: #43dc24;
	background-size: 200% auto;
	padding: 15px 25px;
	box-shadow: 0 0 20px #eee;
	margin: 3vh 0;
	border-radius: 20px;
	display: block;
	font-family: Poppins;
	text-align: center;
	text-transform: uppercase;
	font-size: clamp(0.8em, 1vh, 2em);
	color: #000;
	border-style: none;
}

.sairfilabt {
	background-color: #dc2424;
	background-size: 200% auto;
	padding: 15px 25px;
	box-shadow: 0 0 20px #eee;
	margin: 3vh 0;
	border-radius: 20px;
	display: block;
	font-family: Poppins;
	text-align: center;
	text-transform: uppercase;
	font-size: clamp(0.8em, 1vh, 2em);
	color: #fff;
	border-style: none;
}

.poweredftt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-size: clamp(0.5em, 3vh, 1.5em);
	font-weight: bolder;
}

.logoclever {
	height: 40%;
}

/* MODAL */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	z-index: 1;
	padding-top: 40%;
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.8);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.522);
	/* Black w/ opacity */
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	max-width: 1400px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	border-radius: 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}
@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

/* The Close Button Sair Fila */
.closeS {
	color: white;
	float: right;
	font-size: clamp(20px, 4vh, 80px);
	font-weight: bold;
}

.closeS:hover,
.closeS:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* The Close Button Alert */
.modalTabela {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 25%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.522);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* The Close Button Sair Fila */
.closeTF {
	color: white;
	float: right;
	font-size: clamp(20px, 4vh, 80px);
	font-weight: bold;
}

.closeTF:hover,
.closeTF:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 2px 16px;
	background-image: linear-gradient(
		to right,
		#4b6cb7 0%,
		#182848 50%,
		#4b6cb7 100%
	);
	color: white;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.atentionHeader {
	padding: 2px 16px;
	background-image: linear-gradient(
		to right,
		#e12020 0%,
		#b83131 50%,
		#e12020 100%
	);
	color: white;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.modal-header h2 {
	font-size: clamp(1em, 4vh, 3em);
	font-weight: bolder;
}

.modal-body {
	padding: 15px 15px;
	display: flex;
	flex-direction: column;
}

.modal-body p {
	font-size: clamp(1em, 4vh, 2em);
	font-weight: normal;
	margin: 2vh 0 0 0;
}

.modal-body span {
	color: #000;
	font-size: clamp(1em, 6vh, 3em);
}

.modal-footer {
	background-color: #dc2424;
	background-size: 200% auto;
	padding: 15px 35px;
	box-shadow: 0 0 20px #eee;
	margin: 3vh 0;
	border-radius: 20px;
	font-family: Poppins;
	text-align: center;
	text-transform: uppercase;
	font-size: clamp(0.8em, 1vh, 2em);
	color: #fff;
	border-style: none;
}

/* The Close Button Alert */
.modalAlert {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 40%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.522);
	backdrop-filter: blur(5px);
	align-items: center;
	justify-content: center;
	text-align: center;
}

.closeA {
	color: white;
	float: right;
	font-size: clamp(20px, 4vh, 80px);
	font-weight: bold;
}

.closeA:hover,
.closeA:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.h2alert {
	font-size: clamp(2em, 3vh, 3em);
	font-weight: bolder;
}

/* Fade-In Animation */
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*===== MEDIA QUERY =====*/
/* Para dispositivos pequenos */
@media screen and (max-width: 320px) {
	.header h2 {
		font-size: 0.8em;
	}

	.info1 span {
		font-size: 1em;
		margin: 0;
	}

	.info1 {
		padding: 0.75em 0.5em;
	}

	.subinfo {
		font-size: 0.7em;
		gap: 0.7em;
	}

	.linktabela {
		margin-bottom: 0.3em;
	}

	.positionfila {
		font-size: 0.7em;
	}

	.tabelabt {
		width: fit-content;
		gap: 0.7em;
		font-size: 0.5em;
	}

	.tabelabt span {
		width: 10px;
		height: 10px;
	}

	.comunicado {
		text-align: justify;
		font-size: 0.5em;
	}

	.last-calls {
		margin: 0.2em 0 0.5em 0;
	}

	.last-calls h2 {
		font-size: 0.7em;
		font-weight: bolder;
		margin: 0;
	}

	.refresh-box {
		right: 10%;
		bottom: 5%;
	}

	.iconify {
		width: 20px;
		height: 20px;
	}

	.senhas-wrapper {
		width: 60%;
		/* grid-column-gap: 0.5em; */
		/* grid-row-gap: 0.5em; */
		padding: 0.5em;
	}

	.senhas-cell {
		height: 55px;
		width: 65px;
		/* min-width: 10%; */
		padding: 10px;
	}

	.senhas-cell span {
		font-size: 0.5em;
	}

	.senhas-cell span:last-child {
		font-size: 0.5em;
	}

	.sairfilabt {
		background-size: 200% auto;
		padding: 0.5em 0.8em;
		box-shadow: 0 0 10px #eee;
		margin: 1em 0;
		font-size: 0.5em;
	}

	.poweredftt {
		font-size: 0.5em;
	}

	.modalTabela {
		padding-top: 40%;
	}

	.modal-header h2 {
		font-size: 1em;
	}

	.modal-body thead {
		font-size: 0.8em;
	}

	.logoclever {
		height: 15%;
	}
}

/* Para dispositivos smartphones normais */
@media screen and (min-width: 321px) {
	.header h2 {
		font-size: 1.2em;
	}

	.info1 span {
		font-size: 1.3em;
		margin: 0;
	}

	.info1 {
		padding: 0.75em 0.5em;
	}

	.subinfo {
		font-size: 0.9em;
		gap: 0.7em;
	}

	.linktabela {
		margin-bottom: 0.3em;
	}

	.positionfila {
		font-size: 1em;
	}

	.tabelabt {
		width: fit-content;
		gap: 0.7em;
		font-size: 0.7em;
	}

	.tabelabt span {
		width: 10px;
		height: 10px;
	}

	.comunicado {
		/* text-align: justify; */
		font-size: 0.7em;
	}

	.last-calls {
		margin: 0.2em 0 0.5em 0;
	}

	.last-calls h2 {
		font-size: 1em;
		font-weight: bolder;
		margin: 0;
	}

	.refresh-box {
		right: 1.5vh;
		bottom: 12vh;
	}

	.senhas-wrapper {
		/* grid-column-gap: 0.5em; */
		/* grid-row-gap: 0.5em; */
		padding: 0.5em;
	}

	.senhas-cell span {
		font-size: 0.7em;
		/* font-size: 1em; */
	}

	.senhas-cell span:last-child {
		font-size: 0.65em;
	}

	.sairfilabt {
		background-size: 200% auto;
		padding: 0.5em 0.8em;
		box-shadow: 0 0 10px #eee;
		margin: 1em 0;
		font-size: 0.7em;
	}

	.poweredftt {
		font-size: 0.6em;
	}

	.modalTabela {
		padding-top: 40%;
	}

	.modal-header h2 {
		font-size: 1em;
	}

	.modal-body thead {
		font-size: 0.8em;
	}
	.modal-body p {
		font-size: 0.9em;
	}

	.modal {
		padding-top: 50%;
	}

	.modalAlert #alertsenha {
		font-size: 0.9em;
	}
	.modalAlert #guichefree {
		font-size: 0.9em;
	}

	#cancelid {
		font-size: 0.9em;
		font-weight: 900;
	}

	.logoclever {
		height: 15%;
	}
}
