
body .ui-messages {
  width: 100%;
}

.input-fields {
	width: 350px;
}

.field {
	margin-bottom: 30px;
}

.ui-messages-close {
	top: 3px !important;
}

.pnl-inscricao-periodo-info{
	padding-bottom: 20px;
}

.periodo-alert {
	margin-top: 15px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.btn-iniciar.ui-state-disabled {
	background-color: gray;
}

.login-body .login-card {
	margin-top: unset;
}

.link-pnl {
	display: flex;
	flex-direction: column;
	margin-top: .5rem !important;
	gap: .5rem !important;
}

.exportar-btn-pnl {
	display: flex;
	flex-direction: row;
	margin-top: .5rem !important;
	gap: .5rem !important;
}

.layout-wrapper {
	padding-top: 60px;
}

.radio-button-grid > div > div {
	display: grid;
	grid-template-columns: 0.0fr 1fr;
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	align-items: center;
}

@media (max-width: 992px) {
	.layout-wrapper {
		padding-top: 120px;
	}
}

@media only screen and (max-width: 720px) {
	.input-fields {
		width: auto;
	}
}

@media only screen and (max-width: 320px) {
	.radio-button-grid > div > div > label {
		font-size: 12px;
	}
}