/*---------------------------------
	OUTROS ESTILOS
-----------------------------------*/
.superform-formulario{
	position: relative;
	display: block;
	width: 100%;
	height: 718px;
	border-radius: 12px;
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: hidden;
}

.superform-formulario.fixado {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
	border-radius: 0px !important;
    margin: 0;
}

.superform-formulario .section{
	background: #fff;
	color: #000;
	text-align: left;
	border-radius: 12px;
	padding: 35px;
	opacity: 0;
}

.superform-formulario.fixado .section{
	border-radius: 0px !important;
}

.superform-formulario .section .conteudo{
	position: relative;
  display: block;
}

.superform-formulario.fixado .section .conteudo{
   position: relative;
   display: block;
   width: 960px;
   margin-left: auto;
   margin-right: auto;
}
@media(max-width:690px){
	.superform-formulario.fixado .section .conteudo{
		overflow-y: scroll;
	}
}

.superform-formulario .section .conteudo .feedback-formulario{
	position: relative;
	display: block;
}

.superform-formulario .section .conteudo img{
	max-width: 100%;
	border-radius: 9px;
	height: auto;
}

.superform-formulario .section.section-inicial{
	opacity: 1;
}

.superform-formulario .section h1,
.superform-formulario .section h2,
.superform-formulario .section h3,
.superform-formulario .section h4,
.superform-formulario .section h5{
	font-weight: bold;
	margin-bottom: 12px;
}

.superform-formulario .section h1{
	font-size: 32px;
	line-height: 35px;
}

.superform-formulario .section h2,
.superform-formulario .section h3{
	font-size: 24px;
    line-height: 26px;
}

.superform-formulario .section p{
	margin-bottom: 25px;
}

.superform-formulario .actions{
	 margin-top: 25px;
}

.superform-formulario .actions a,
.superform-formulario .actions a:hover{
	text-decoration: none !important;
	font-weight: bold !important;
}

.superform-formulario .diogenes-form-group{
	margin-bottom: 0;
	
	margin-top:12px;
}

.superform-formulario .diogenes-form-group label{
	font-weight: bold;
}

.superform-formulario .diogenes-form-group .diogenes-form-control{
  min-height: 54px;
}

.superform-formulario .diogenes-form-group textarea.diogenes-form-control{
	height: auto !important;
}


.superform-formulario ul{
	margin-left: 0;
	padding-left: 0;
}
.superform-formulario li{
	list-style: none !important;
}


.superform-formulario ul li input[type="radio"]:checked + label {
    background: #f9f9f9 !important;
    border: 1px solid #7e3af2;
    color: #7e3af2 !important;
    font-weight: bold;
}


.superform-formulario .p-5 {
    padding: 1rem !important;
}

.superform-formulario .pp-tableCell{
	vertical-align: top !important;
}

.superform-formulario .helper-radio-text{
	padding-top: 8px;
}

@media(max-width:540px){
	.superform-formulario .section .conteudo {
		max-width: 100% !important;
		width: 100% !important;
	}
}



.container-final-conclusao{
	text-align: center;
}

.container-final-conclusao h1{
	margin-bottom: 22px;
}

.container-final-conclusao h1 small{
	display: block;
    font-weight: normal;
    font-size: 20px;
    color: #000;
}

.container-final-conclusao h1 span{

}


.container-final-conclusao h2#primeiraParcela,
.container-final-conclusao h2#prazoPagamento,
.container-final-conclusao h2#taxaJuros{
	font-size: 18px;
}

.container-final-conclusao h2#primeiraParcela small,
.container-final-conclusao h2#prazoPagamento small,
.container-final-conclusao h2#taxaJuros small{
	display: block;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

.container-final-conclusao h2#primeiraParcela span,
.container-final-conclusao h2#prazoPagamento span,
.container-final-conclusao h2#taxaJuros span{
	
}

.container-final-conclusao-bancos{
	display: none;
}




.superform-formulario-chat .message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    max-width: 60%;
	width: fit-content;
    display: block;
	
}

.superform-formulario-chat .message.bot {
    background-color: #fff;
    border-bottom-left-radius: 0px;
    padding: 17px;
	margin-right: auto;
}

.superform-formulario-chat .message.user {
    background-color: #4B266B;
    color: white;
    align-self: flex-end;
	border-bottom-left-radius: 0px;
	margin-left: auto;
    padding: 17px;
	margin-left: auto;
}

.superform-formulario-chat input[type=text], 
.superform-formulario-chat input[type=number], 
.superform-formulario-chat input[type=email], 
.superform-formulario-chat input[type=tel], 
.superform-formulario-chat input[type=url], 
.superform-formulario-chat input[type=password], 
.superform-formulario-chat input[type=search], 
.superform-formulario-chat textarea, 
.superform-formulario-chat .input-text{
	background: #fff;
}

#appendChats.ativo{
	position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    overflow-y: scroll;
    height: 100%;
	width: 45%;
}

@media(max-width:540px){
	#appendChats.ativo{
		width: 95%;
	}
}
/* Estilo para navegadores baseados em WebKit (Chrome, Edge, Safari) */
#appendChats::-webkit-scrollbar {
    width: 0px; /* Largura da barra de rolagem */
}

#appendChats::-webkit-scrollbar-track {
    background: transparent; /* Fundo da barra de rolagem */
}

#appendChats::-webkit-scrollbar-thumb {
    background-color: #888; /* Cor do polegar (a parte que você arrasta) */
    border-radius: 100px; /* Arredondar os cantos */
    border: none; /* Sem borda */
}

#appendChats::-webkit-scrollbar-thumb:hover {
    background-color: #f2f2f2; /* Cor ao passar o mouse */
}

label.inline-flex.items-center.justify-between.w-full.p-5.text-gray-500{
	color: #fff !important;
	background: #4B266B !important;
}

#appendChats .typing-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 20px;
    margin: 10px 0;
}

#appendChats .typing-dots span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: #888;
    border-radius: 50%;
    animation: typing 1.2s infinite;
}

#appendChats .typing-dots span:nth-child(1) {
    animation-delay: 0s;
}

#appendChats .typing-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

#appendChats .typing-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}


@media(max-width:540px){
    .superform-formulario-chat .message {
        max-width: 90%;
        padding: 14px;
    }
}


.resultado-simulacao-final{
    position: relative;
    display: block;
    margin-bottom: 20px;
    background: #557781;
    padding: 23px;
    padding-top: 32px;
    padding-bottom: 21px;
    border-radius: 12px;
}

.resultado-simulacao-final .linha-um{

}

.resultado-simulacao-final .linha-um span{
    display: block;
    border: 1px solid #ebec8e;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    padding-top: 4px;
    margin-top: 9px;
    margin-bottom: 16px;
}

.resultado-simulacao-final .diogenes-col{
    text-align: center;
    padding: 0;
}

.resultado-simulacao-final .diogenes-col span{
    display: block;
    border: 1px solid #ebec8e;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
    padding-top: 4px;
    margin-top: 9px;
    margin-bottom: 16px;
    min-width: 110px;
}

.conteudo-final-encerramento{

}

.conteudo-final-encerramento h1{
    border: none !important;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.conteudo-final-encerramento p{
    margin-bottom: 10px;
    font-size: 16px;
}

.conteudo-final-encerramento p strong{
    font-weight: bold;
}

@media(max-width:540px){
    .superform-formulario{
        height: 980px;
    }

    .superform-formulario.superform-alpha .actions a, .superform-formulario.superform-alpha .actions a:hover, .superform-formulario.superform-alpha .actions a:active, .superform-formulario.superform-alpha .actions a:focus {
        text-decoration: none !important;
        background: #ffffff !important;
        color: #2c4c57 !important;
        border-color: #ffffff !important;
        width: 100% !important;
        text-align: center;
        display: block !important;
    }

    .resultado-simulacao-final{
        margin-top: -72px;
    }
    .superform-formulario .section .conteudo img{
        display: none !important;
    }
    .resultado-simulacao-final .diogenes-row{
        display: block;
    }
    .resultado-simulacao-final .diogenes-row .diogenes-col{
        display: block;
        width: 100%;
    }
}