@charset 'utf-8';

@font-face{
	font-family: password;
	font-style: normal;
	src: url('/fend/fonte/password.ttf');
}
*:focus{
	outline-color: #4fb370;
}
body {
  font-family: Arial, sans-serif;
  background-color: #d5d5d5;
  margin: 0px;
  padding: 40px 0px 0px 0px;
}
h1,h2{
	background: var(--titulo-bkg);
	border-radius: 3px;
	color: var(--titulo-txt);
  text-align: center;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}
section{
  font-size: 12px;
}
input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
input:focus{
	box-shadow: 0 0 0 0;
  outline: 0;
}
textarea:focus{
	box-shadow: 0 0 0 0;
    outline: 0;
}
button {
  background-color: #1e1e1e;
  border: 1px solid transparent;
  border-radius: 4px;
  color: white;
  margin-top: 15px;
  padding: 10px 20px;
  cursor: pointer;
}
button:hover {
  background-color: transparent;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
}
ul {
  list-style: none;
  padding: 0;
}
li {
  margin: 10px 0;
}
a {
  text-decoration: none;
  color: #469c62;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th{
  background-color: #1e1e1e;
  color: #fff;
}
th, td {
  padding: 8px;
  border: 1px solid #ccc;
}
footer{
  background-color: #1e1e1e;
  border-top: 2px solid #469c62;
  color: #fff;
  height: 300px;
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 20px 0px;
}
footer img{
  height: 40px;
  width: 40px;
}
footer b{
  font-size: 14px;
  color: #707070;
}
footer span{
  font-size: 12px;
  font-style: italic;
  color: #707070;
}

#qrContainer {
  margin-top: 20px;
  text-align: center;
}
#resposta {
  margin-top: 20px;
  white-space: pre-wrap;
  background: #e9ecef;
  padding: 10px;
  border-radius: 4px;
}

.container{
	flex-wrap: wrap;
	display: flex;
}
.cont_list{
	font-size: 16px;
	margin: 0px;
	padding: 5px 5px 5px 20px;
}
.cont_list:hover{
	background: #8ae9aa;
}
.cont_list:hover .txt_list{
	color: #111;
}
.cont_sel{
	border-right: 7px solid #8ae9aa;
}
.img_list, .txt_list{
	display: inline-block;
}
.txt_list{
	color: #8ae9aa;
}
.divisor_list{
	background: #8ae9aa6f;
	border: none;
	height: 1px;
	margin: 0px;
}
.box{
  max-width: 800px;
  margin: auto;
  background: white;
  margin-bottom: 10px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.menu{
  max-width: 600px;
  margin: auto;
  background: white;
  margin-bottom: 10px;
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.menu div{
  border-bottom: 5px solid #469c62;
  color: #469c62;
  margin: 0px 10px 0px 10px;
  padding: 30px 10px 30px 10px;
  cursor: pointer;
  display: inline-block;
}
.logo{
  background-color: #f6f6f6;
  border-bottom: none !important;
  border-left: 2px solid #469c62;
  border-radius: 0px 8px 8px 0px;
  height: 100%;
  margin: 0px !important;
  padding: 25px 0px 25px 0px !important;
  float: right;
}
.sel{
  border-bottom: 25px solid #1e1e1e !important;
  color: #1e1e1e !important;
  padding-bottom: 10px !important;
}
.logo img{
  max-height: 30px;
}
.logo span{
  color: #fff;
  margin: 0px 15px 0px 15px;
}
.corpo{
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	min-width: 450px;
	max-width: 90%;
	padding: 0px;
}
.corpo2{
	background: transparent;
	border-radius: 3px;
	min-height: 100%;
	min-width: 450px;
	max-width: 70%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
.painel{
	background: var(--painel-bkg);
	border-radius: 5px;
	min-height: 100%;
	margin-top: 10px;
	padding: 10px;
}
.painel_head{
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	display: flex;
}
.painel_head div{
	background-color: var(--painel-head-bkg);
	border-left: var(--painel-head-brd);
	border-radius: 0px 3px 3px 0px;
	margin-bottom: 5px;
	padding: 10px;
}
.painel table{
  font-size: 9px;
}

.gody{
	background-color: transparent !important;
	border: none !important;
	filter: var(--flt-fx-led);
	box-shadow: none !important;
}
.moeda{
	filter: drop-shadow(0px 0px 7px #e2ff6e40);
}
.moeda_2{
	filter: drop-shadow(0px 0px 15px #e2ff6e1c);
	position: absolute !important;
	z-index: 1;
}

.bord_destaque{
	border: 1px solid var(--box-destaque);
	border-radius: 3px;
	padding: 2px 10px;
}
.bord_box{
	border: 1px solid #777;
}
.bord_bot_dash{
	border-bottom: 1px dashed #000;
}
.bord_none{
	border: none !important;
}
.sublin{
	text-decoration: underline #1d9946; 
}
.sublin_2{
	text-decoration: underline #fff; 
}
.invisivel{
	background-color: transparent !important;
	border-color: transparent !important;
	color: transparent !important;
}
.bloquear{
	background-color: transparent;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.ntf{
  background-color: #ffd484;
  border: 2px solid #f1a10d;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  display: inline-block;
}
.ntf_ntv{
  background-color: #ff7878;
  border: 2px solid #d90a0a;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  display: inline-block;
}
#back_load{
	background-color: var(--corpo-load-bkg);
	height: 100%;
	width: 100%;
	text-align: center;
	top: 0px;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 11;
	display: block;
}
#back_load div:nth-child(1){
	top: 40%;
	position: relative;
	transform: translateY(-50%);
}
#back_load i{
	font-size: 18px;
	color: var(--corpo-load-txt);
}
#back_load img{
	width: 50px;
	height: 50px;
}
#load_txt{
  font-style: italic; 
  color: #919191;
  font-size: 10px;
}
.box_carregando{
	border-radius: 5px;
	font-size: 2px;
	width: 100%;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	animation: carregando 1s infinite alternate;
}
.box_carregando div{
	border: none;
	border-radius: 3px;
	height: 2px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.box_carregando div:nth-child(1){
	background-color: #24ef007c;
	width: 10%;
	animation: carregando-box-1 1s infinite alternate;
}
.box_carregando div:nth-child(2){
	background-color: #07ff7fc2;
	width: 50%;
	animation: carregando-box-2 2s infinite alternate;
}
.box_carregando div:nth-child(3){
	background-color: #95ffc8c2;
	width: 80%;
	animation: carregando-box-3 1s infinite alternate;
}

@keyframes carregando{
	from{
		background-color: #3cff94;
	}
	to{
		background-color: #2e7144;
	}
}
@keyframes carregando-box-1{
	from{
		width: 5%;
	}
	to{
		width: 10%;
	}
}
@keyframes carregando-box-2{
	from{
		width: 30%;
	}
	to{
		width: 5%;
	}
}
@keyframes carregando-box-3{
	from{
		width: 5%;
	}
	to{
		width: 50%;
	}
}

.loading-container {
  display: none;
  text-align: center;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  color: #333;
}
.loading-bar {
  width: 100%;
  max-width: 400px;
  height: 12px;
  background-color: #eee;
  border-radius: 6px;
  overflow: hidden;
  margin: 10px auto;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}
.loading-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #4caf50, #81c784);
  transition: width 0.3s ease;
}
.relatorio-popup {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 2px solid #ccc;
  padding: 20px;
  z-index: 9999;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.f_lin{
	flex-direction: row;
}
.f_col{
	flex-direction: column;
}
.f_grow{
	flex-grow: 1;
}
.f_shrink{
	flex-shrink: 1;
}
.f_bas_110{
	flex-basis: 110px;
}
.f_stre{
	align-items: stretch;
}
.f_bspac{
	justify-content: space-between;
	align-items: center;
}
.f_bcent{
	justify-content: center;
	align-content: center;
	align-items: center;
}
.f_bstre{
	justify-content: center;
	align-items: stretch;
}
.f_bstar{
	align-items: flex-start;
}
.f_bend{
	align-content: flex-end;
}
.f_bright{
	margin-left: auto;
}
.circ{
	border-radius: 100px;
}
.font_PP{
	font-size: 10px;
}
.font_P{
	font-size: 12px;
}
.font_M{
	font-size: 14px;
}
.font_G{
	font-size: 24px;
}
.font_GG{
	font-size: 40px;
}
.font_bold{
	font-weight: bold;
}
.font_lite{
  opacity: 60%;
}
.font_ptv{
	font-weight: bold;
	color: #1d9946;
}
.font_ntv{
	font-weight: bold;
	color: #f04e4e;
}
.font_atc{
	color: var(--font-atc);
}
.font_avs{
	color: #8ae9aa;
}
.txt_risc{
	text-decoration: line-through
}
.txt_avs{
	color: #a42222;
}
.txt_lmt{
  white-space: nowrap;         /* Impede quebra de linha */
  overflow: hidden;            /* Esconde o excesso de texto */
  text-overflow: ellipsis;     /* Adiciona "..." no final */
}
.txt_out{
	display: none;
}
.txt_houver:hover .txt_int{
	display: none;
}
.txt_houver:hover .txt_out{
	display: block;
}
.link_sel{
	text-decoration: line-through;
}
.centx{
  text-align: center;
}
.tr_1{
  background-color: #eaeaea;
}
.tr_2{
  background-color: #9b9b9b;
}
.circulo_P{
	border-radius: 100px;
	height: 10px;
	width: 10px;
	display: inline-block;
}
.circulo_M{
	border-radius: 100px;
	height: 30px;
	width: 30px;
	display: inline-block;
}
.circulo_G{
	border-radius: 100px;
	height: 50px;
	width: 50px;
	display: inline-block;
}
.circulo_GG{
	border-radius: 100px;
	height: 70px;
	width: 70px;
	display: inline-block;
}
.icon_PP{
	height: 15px;
	width: 15px;
}
.icon_P{
	height: 20px;
	width: 20px;
}
.icon_M{
	height: 34px;
	width: 34px;
}
.icon_G{
	height: 60px;
	width: 60px;
}
.icon_GG{
	height: 90px;
	width: 90px;
}
.icon_XG{
	height: 150px;
	width: 150px;
}
.icon_branco{
	filter: brightness(0) invert(1);
}
.align_l{
	text-align: left;
}
.align_r{
	text-align: right;
}
.centx{
	text-align: center;
}
.marg_5{
	margin: 5px;
}
.marg_10{
	margin: 10px;
}
.marg_20{
	margin: 20px;
}
.marg_t_30{
	margin-top: 30px;
}
.marg_t_40{
	margin-top: 40px;
}
.marg_t_50{
	margin-top: 50px;
}
.marg_.txt_avs{
	color: #a42222;
}
.link_sel{
	text-decoration: line-through;
}
.padd_t_0{
	padding-top: 0px !important;
}
.padd_5{
	padding: 5px;
}
.padd_10{
	padding: 10px;
}
.padd_20{
	padding: 20px;
}
.padd_30{
	padding: 30px;
}
.padd_40{
	padding: 40px;
}
.pointer{
	cursor: pointer;
}
.h_100{
	height: 100%;
}
.h_80{
	height: 80%;
}
.w_100{
	width: 100%;
}
.w_90{
	width: 90%;
}
.w_70{
	width: 70%;
}
.w_60{
	width: 60%;
}
.w_50{
	width: 50%;
}
.w_40{
	width: 40%;
}
.w_30{
	width: 30%;
}
.w_max_10{
	max-width: 10%;
}
.w_max_20{
	max-width: 20%;
}
.w_max_30{
	max-width: 30%;
}
.w_max_40{
	max-width: 40%;
}
.w_max_50{
	max-width: 50%;
}
.p_rel{
	position: relative;
}
.float_r{
	float: right;
}
.float_l{
	float: left;
}
.pointer{
	cursor: pointer;
}
.blur_5{
	filter: blur(5px);
}
.blur_10{
	filter: blur(10px);
}
.absolute{
	position: absolute;
}
.dpl_inBlock{
	display: inline-block;
}
.dpl_none{
	display: none;
}
.selecao{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
.ocultar{
	filter: blur(3px);
}
::selection {
    background: #49ac69;
    color: #111;
}