/* ================================================
   FEATURES.CSS — Funcionalidades específicas
   ================================================ */

/* ---- Página de fechamentos ---- */
.fechamento_legenda {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 15%;
	margin-top: 20px;
}

.fixa {
	padding: 8px;
	border-radius: 4px;
	background-color: #000;
	color: #fff;
}

.selecionada {
	padding: 8px;
	border-radius: 4px;
	color: #fff;
	background-color: #b2099b;
}

.legendaFechamento {
	text-align: center;
	width: 26%;
}

.legendaFechamento p {
	font-size: 13.5px;
	margin: 10px 0 10px 0;
}

.fechamentoButtons button {
	padding: 10px;
	background-color: #fff;
	font-size: 14px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.limparTudo {
	color: #d91e18;
	border: 1px solid #d91e18;
	cursor: pointer;
}

.SelectTudo {
	color: #446cb3;
	border: 1px solid #446cb3;
	cursor: pointer;
}

.fcQtSelect {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -10px;
}

.fcQtSelect-01 {
	margin-right: 10px;
}

.fcQtSelect-02 {
	margin-left: 10px;
}

.geraFechamento {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30%;
	margin: 20px;
	padding: 12px 0 12px 0;
	border: 1px solid #ff9900;
	background-color: #ff9900;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

.fechamentoOpcoes {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 90%;
	margin-bottom: 20px;
}

.fcOpc01 {
	flex: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-right: 10px;
	padding: 12px 0 12px 0;
	background-color: #930989;
	border: 1px solid #930989;
	border-radius: 6px;
}

.fcOpc02 {
	flex: 1;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	padding: 12px 0 12px 0;
	border: 1px solid #446cb3;
	background-color: #446cb3;
	border-radius: 6px;
}

.cont-jogos-gerados {
	display: flex;
	flex-direction: column;
	width: 90%;
	align-items: center;
}

.jogosListados {
	margin: 10px 0 30px 0;
}

.jogos-fc-opc {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.fc-opc {
	flex: 1;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px solid #666;
	color: #666;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	margin-left: 26px;
	cursor: pointer;
}

.fc-opc-01 {
	flex: 2;
	padding-top: 12px;
	padding-bottom: 12px;
	border: 1px solid #d91e18;
	color: #d91e18;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	margin-left: 26px;
	margin-right: 26px;
	cursor: pointer;
}

.fc-jogosGerados {
	display: flex;
	width: 100%;
	margin: 5px 10px 0px 10px;
	border: 1px solid #666;
}

.fc-jogosGerados-01 {
	display: flex;
	width: 100%;
	margin: 5px 10px 0px 10px;
	border: 1px solid #666;
}

.fc-analise {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

/* ---- Gerador com filtros ---- */
.form-gerador {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cont-Select {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
	margin-left: 20px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

.cont-Select input {
	height: 30px;
	width: 30px;
}

.cont-Select div {
	display: flex;
}

.selectItem {
	border: 1px solid #666;
	width: 100%;
}

.cont-filtros {
	display: flex;
}

.geraJogoFiltro {
	width: 50%;
	height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 10px 0 0;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid orange;
	background-color: orange;
}

.verResultados {
	width: 50%;
	height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	margin: 20px 10px 0 10px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #0075ff;
	background-color: #0075ff;
}

.cont-resultado-fc-filtro {
	display: flex;
	align-items: center;
	width: 100%;
}

.cont-volantes {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 52%;
	margin: 0 30px 0px 0;
}

.sorteadas-volantes {
	display: block;
	width: 350px;
	margin: 0 0 10px 70px;
}

.cont-filtro-responsivo {
	display: flex;
}

.table-fc-filtro {
	width: 18%;
}

.fc-filtro-iframe {
	width: 20%;
	height: 96%;
	margin-left: 20px;
	border: 1px solid #ccc;
}

.fc-filtro-parametros {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	margin: 10px 0 0 0;
}

.fc-parametro {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 45%;
}

.pr-titulo-0, .pr-titulo-1 {
	width: 100%;
	padding: 5px 0 5px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #930989;
}

.pr-item {
	width: 100%;
	text-align: center;
	padding: 7px 0 7px 0;
	border: 1px solid #930989;
	margin-bottom: 2px;
	font-size: 14px;
	color: #666;
}

.cont-fc-filtro-buttons {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 100%;
	margin: 30px 0 10px 0;
}

.fc-button-item {
	width: 20%;
	color: #fff;
	padding: 10px 0 10px 0;
	border: 1px solid #fff;
	border-radius: 4px;
}

.bnt-fechamento-filtro {
	display: flex;
}

/* ---- Simulador ---- */
.cont-btn-simulador {
	display: flex;
}

.tbl-simulador {
	width: 60%;
}

/* ---- Conferidor ---- */
.cont-conf-numeros {
	display: block;
	width: 280px;
	margin-bottom: 20px;
}

.cont-num {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 40px;
	height: 40px;
	margin: 1px 5px 1px 5px;
	font-weight: bold;
	border-radius: 50px;
	background-color: #ddd;
	cursor: pointer;
	user-select: none;
}

.cont-conf-textarea {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 20px 0 0 0;
}

.textarea-conf {
	width: 60%;
	height: 150px;
	font-size: 18px;
	font-weight: bold;
	color: #6e1a63;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #666;
}

.cont-bt-conferir {
	display: flex;
}

/* ---- Gerador automático ---- */
.gerador-cont {
	display: flex;
	width: 98%;
}

.gerador-numeros {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.gerador-jogos {
	flex: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 10px;
}

.cont-btn-garador {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin-top: 10px;
}

.cont-btn-garador button {
	height: 40px;
	color: #fff;
	background: #930989;
	margin-bottom: 5px;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
}

.cont-info-gerador {
	display: flex;
	width: 90%;
	justify-content: space-around;
}

/* ---- Pesquisa de ciclo ---- */
.formCiclo {
	display: flex;
	justify-content: center;
	margin: 10px 0 24px 0;
}

.btnPqsBuscar {
	border-radius: 5px;
}