.password-input {
	position: relative;
}

.toggle-icon {
	position: absolute;
	top: 66.3%;
	right: 38px;
	transform: translateY(-50%);
	cursor: pointer;
}
.mobile {
	display: none;
} 
.desk {
	display: block;
}	  

.escondeelementoPc {
	display: none
}
.escondeMenuPrincipalDesk {
	display: none
}
.tituloDasPaginas {
	font-size: 15px;
	font-family: "Open Sans";
}
.nomeUsuarioClasse {
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Open Sans";
}

.botaoPrincipalHome {
	background: #0b6820;
	color: #fff !important;
	border-radius: 7px;
	font-size: 14px;
	margin: 0;
	margin-top: 35px!important;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	font-family: "Open Sans";
}
.logoAniversarioIndex {
	width: 100%;
	max-width: 230px;
}
.logoAniversarioCadastro {
	width: 100%;
    max-width: 310px;
}
.logoAniversarioHeader {
	width: 100%;
	max-width: 180px;
}
.floating-button {
	z-index: 1;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #0b6820;
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: background-color 0.3s;
}

.floating-button:hover {
	background-color: #0b6820;
}
.btnCadastro {
	    list-style: none;
    display: inline-flex;
    align-content: center;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 82px;
	float: right;
}
.chat-popup {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	width: 300px;
	background-color: white;
	z-index: 1000;
}

.chat-popup header {
	background-color: #728f59;
	color: white;
	padding: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.chat-popup .chat-content {
	padding: 10px;
	height: 200px;
	overflow-y: auto;
}

.chat-popup .chat-input {
	padding: 10px;
	border-top: 1px solid #ddd;
}

.chat-popup .chat-input input {
	width: calc(100% - 50px);
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.chat-popup .chat-input button {
	padding: 10px;
	border: none;
	background-color: #f8a219;
	color: white;
	cursor: pointer;
	border-radius: 5px;
}

.chat-popup .chat-message {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.chat-popup .chat-message img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.chat-popup .chat-message p {
	margin: 0;
}

.chat-popup .chat-message ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.chat-popup .chat-message ul li {
	margin: 5px 0;
	padding-left: 20px;
	position: relative;
}

.chat-popup .chat-message ul li:before {
	content: "•";
	position: absolute;
	left: 0;
	color: #f8a219;
}
			
.chat-buttons {
    background-color: #333;
    padding: 15px;
    text-align: center;
}

.chat-buttons button {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 20px;
    padding: 10px 0;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
}

.chat-buttons button:hover {
    background-color: #f1f1f1;
}

.chat-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    padding: 15px;
}

.chat-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}

.chat-list li:last-child {
    border-bottom: none;
}

.chat-list li:hover {
    background-color: #f1f1f1;
}

.chat-footer {
    padding: 15px;
    text-align: center;
}

.chat-footer button {
    width: 100%;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 20px;
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
}

.chat-footer button:hover {
    background-color: #f1f1f1;
}
.rodapesite {
	font-size: 13px;
	color: #0b6820!important;
	text-align: center!important;
}
.progress-bar {
	background-color: #a8c7a4!important
}
.sidenav-header {
	height: 0!important
}
.tituloSaldo {
	font-size: 16px;
    font-family: "Open Sans";
	color: #666666;
	font-weight: bold;
	padding-top: 13px;
}
.Saldo {
	font-size: 18px;
    font-family: "Open Sans";
	color: #102784;
	font-weight: bold;
}



table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	padding: 8px;
	text-align: left;
}
th {
	background-color: #f2f2f2;
}

.ulMobileAcessibilidade {
	display: flex;
	list-style: none;
	padding: 10px;
	padding-top: 15px;
}
.ulMobileAcessibilidade li {
	padding: 7px;
	font-size: 15px;
}
.toggle-icon {
	position: absolute;
	top: 62.0%!important;
	right: 38px;
	transform: translateY(-50%);
	cursor: pointer;
}.espacoTopo {
	    margin-top: 150px;
    margin-bottom: -94px;
	z-index: 2
}
.tituloCadastro {
	color: #fff !important;
    font-size: 35px;
    font-weight: bold;
}
.subtituloCadastro {
	color: #fff !important;
    font-size: 19px;
    line-height: normal;
}




/* Estilos para dispositivos móveis */
@media (max-width: 600px) {
	.tirafundo {
		background-image: url('../img/fundo-mobile-site.webp')!important;
	}
	.btnCadastro {
			list-style: none!important;
        display: inline-flex!important;
        align-content: center!important;
        align-items: baseline!important;
        margin-left: -18px!important;
        flex-wrap: nowrap!important;
        margin-top: 33px!important;
		float: none!important;
	}	
	.toggle-icon {
		position: absolute;
		top: 67.4%!important;
		right: 38px;
		transform: translateY(-50%);
		cursor: pointer;
	}

	.mobile {
		display: block;
		text-align: center;
		font-size: 16px!important;
		margin: 0;
		line-height: 0;
	}
	
	.desk {
		display: none;
	}
	.mtopmobile {
		margin-top: 35px!important;
		background-color: #fff!important;
		border-radius: 15px;
	}
	.bgMobile {
		background-color: #a8c7a4
	}
	.bgDesk {
		background-color: #a8c7a4
	}
	.lineBox {
		border: 1px solid #dedede!important;
    	background-color: #fff;
	}
	.regramobilePaddingHome {
		padding: 0!important;
	}
	.ulMobileAcessibilidade {
		display: flex;
		list-style: none;
		padding: 10px;
		padding-top: 15px;
	}
	.ulMobileAcessibilidade li {
		padding: 7px;
		font-size: 15px;
	}
	.rodapesite {
		font-size: 13px;
		color: #0b6820!important;
		text-align: center!important;
	}
	.textoTermosRodape {
		color: #0b6820!important;
		font-size: 14px;
		font-family: "Open Sans";
	}
	.textoTermosRodape a {
		color: #0b6820!important
	}
	.espacoTopo {
		margin-top: 40px;
		margin-bottom: -6px;
	}
	.nomeUsuarioClasse {
		text-align: left!important
	}
	.navbar {
		background-color: #a8c7a4
	}
	.escondeMenuPrincipalDesk {
		display: block!important
	}
	.sidenav-header {
		height: 2.875rem!important;
	}
	.escondeelementoMobile {
		display: none
	}
	.escondeelementoPc {
		display: block!important
	}	
	.menuleft {
		padding-left: 85px!important;
		color: #ffffff!important;
	}
	.marginTopBloco{
		margin-top: 40px;
	}
table, thead, tbody, th, td, tr {
		display: block;
	}

	thead tr {
		display: none;
	}

	tr {
		margin-bottom: 15px;
	}

	td {
		text-align: right;
		padding-left: 50%;
		position: relative;
	}

	td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 15px;
		font-weight: bold;
		text-align: left;
	}
	th, td {
		border: 1px #E4E4E4 solid
	}
}