body {
	background: rgba(0, 0, 0, 0) url("../../images/core/background_ilife.jpg") no-repeat fixed center center / cover;
	background-color: rgba(0, 0, 0, 0);
	transition: background-image 0.8s ease-in-out 0s;
	margin-bottom: 0px;
	min-height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-content-primary {
    padding: 4em;
    padding-top: 0em;
}

.asterisck-obligade {
	color: red;
}

.alert-endereco {
	color: red;
	font-size: 10px;
}

.div-content-secondary {
	margin: 2em;
    margin-right: 3em;
    padding: 2em;
    margin-top: 4em;
    padding-left: 5em;
    flex: 2;
    border-left: 2px solid #bbbbbb;
}

.container-info-auxiliar {
    background-color: #f7f7f7;
    padding: 2em;
    border-radius: 15px;
}

.tp-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-direction: column;
}

.div-content-primary {
	padding-top: 2em;
}

.div-content-endereco .input-obligate {
    background-color: transparent;
}

.container-centered {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.card-central-formulario {
	width: 1200px;
	min-height: 760px;
    background-color: #fff;
    margin-bottom: 0rem;
    border-radius: 10px;
}

.flex-3 {
	flex: 3 !important;
}

.skeleton-active .div-content-secondary {
    border-left: 2px solid #ebebeb;	
}

#descricao_demanda {
	padding: 0rem 3rem;
	padding-top: 2rem;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#formulario {
	padding: 3rem;
}

.footer-geral {
	padding-top: 15px;
	margin-bottom: 2rem;
}

.a-footer {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

.vertical-label > label { 
	font-size: 12px !important;
    color: gray !important;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.formulario-body > .row {
	margin-bottom: 2rem !important;
}

.select-pure__select {
	border: none !important;
    border-bottom: 1px solid #bcb8b8 !important;
    border-radius: 0px !important;
}

.content-formulario {
    margin-bottom: 60px;
}

.content-formulario:last-child {
	margin-bottom: 0px;
}

.container-footer {
    padding: 2rem 3rem;
    border-top: 1px solid #e6dada;	
}

.content-titulo-formulario {
	width: fit-content;
    background-color: #e6f7fb;
    color: #00acd7;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 10px;
}

.content-titulo-formulario > i,
.content-titulo-formulario > span {
	color: #00acd7 !important;
}

.formulario-body {
    padding-top: 25px;
}

.titulo-secao {
	font-size: 14px !important;
    letter-spacing: 1px !important;
}

.botao-lg-demanda {
	width: 16rem;
    font-size: 1.2em;
    letter-spacing: 1px;
}

#demanda_criada {
	padding: 4rem;
}

#demanda_criada h1 {
	margin-bottom: 0px;
}

.formulario-view > hr {
	margin-top: 20px !important;
}

.p-resumo {
	text-align: center;
	margin-bottom: 0;
	color: gray;
	padding-top: 10px;
}

.vertical-label > label {
    font-size: 11px !important;
    color: #677788 !important;
    letter-spacing: 0.02em;
    margin-bottom: 4px;
    font-weight: bold !important;
}

.form-control {
    border: none !important;
    border-bottom: 1px solid #0d6efd !important;
    border-radius: 0px;
}

.title-contexto {
    text-align: start;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 2em;
}

.title-cartao {
	text-align: start;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
    margin-bottom: 20px;
}

.logo-cliente {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
}

.container-footer-checkout {
    padding: 1em 4em;
    color: #847b97;
    font-size: 11px;
}

.detalhes-da-compra {
	text-align: start;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 14px;
    margin-bottom: 2em;
}

.footer-geral-checkout {
	padding-top: 15px;
	text-align: center;
    color: #677788 !important;
}

.src-logo-cliente {
	width: 130px;
}

.txtSuccess {
	font-weight: bold;
    font-size: 25px;
}

.container-message-error,
.container-message-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    color: #847b97;
    padding: 5em;
}

.container-message-success  .src-logo-cliente{
	width: 200px;
}

.div-content-endereco {
    padding: 2em;
    background-color: #d5d9dc24;
    border-radius: 20px;
}

.container-message-error img {
	width: 400px;
}

.form-select {
	padding-top: 0.8em;
}

.txtError {
	font-weight:bold; 
	font-size: 25px;
	text-align: center;
}

.skeleton-active .asterisck-obligade {
	display: none;
}

.content-copiado-pix {
	opacity: 0;
	color: hsla(151, 99.9%, 28.0%, 0.812);
	transition: opacity 1.5s;
}

.content-copiado-pix.active {
	opacity: 1;
}

.input-chave-pix {
	border: none !important;
    border-bottom: 1px solid #d2cece !important;
    border-radius: 0px;
    padding: 0.2em 0;
    padding-right: 1em;
    background-color: #fff !important;
}

.input-chave-pix:focus {
	box-shadow: none;
}

.icone-input-pix {
    font-size: 15px;
    border-bottom: 1px solid #d2cece;
    padding: 0.2em 0.4em;
   	color: hsl(206, 81.9%, 65.3%);
   	cursor: pointer;
   	transition: color 0.2s;
}

.icone-input-pix:hover {
	color: hsl(211, 100%, 43.2%);
}

.skeleton-active .btn-copiar-pix {
	display: none;
}

#canvasAssinatura {
    border: 1px solid #9fb2b7 !important;
    border-radius: 10px !important;
}

.skeleton-active #canvasAssinatura {
    background-color: transparent;
    border: none !important;
}

.arquivos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #0d6efd;
    letter-spacing: 0.5px;
}

.div-buttons-signature {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 1366px) {
	
	.card-central-formulario {
		width: 1000px;
		min-height: initial;
	}
	
	.title-contexto {
	    font-size: 20px;
    	margin-bottom: 1em;
	}
	
	.div-content-secondary {
		margin: 0;
		margin-top: 3em;
	    font-size: 11px;
	}
	
	.form-control {
		height: 34px;
	}
	
	.src-logo-cliente {
		width: 100px;
	}
	
	.info-adc {
		margin-bottom: 0.5rem !important;
	}
	
	.div-content-primary {
	    padding-top: 2em;
	}
	
	.btn-action-checkout {
		margin-top: 0.5rem !important;
	}
	
}

@media (max-width: 800px) {
	
	.card-central-formulario {
		width: 100%;
	}
	
	.tp-link-07 .div-content-primary {
		width: 100% !important;
	}
	
	#formulario {
		padding: 1rem;
	}
	
	.formulario-body {
		padding-left: 0px !important;
	}
	
	.content-formulario > hr {
		margin-top: 20px;
	}
	
	.formulario-body > .row {
		margin-bottom: 0px !important;
	}
	
	.content-campo-formulario  {
		margin-bottom: 40px;
	}
	
	.botao-lg-demanda {
		width: 100%;
	}
	
	.container-footer {
	    padding: 1rem 1rem;
	}
	
	#demanda_criada {
		padding: 1rem;
	}
	
	.container-conteudo-checkout {
	    flex-direction: column-reverse;
	}
	
	.div-content-secondary {
		padding: 0;
	    border: 0;
	    width: 100%;
	    padding-left: 5em;
	    padding-right: 5em;
	}
	
	.title-contexto {
		display: none;
	}
	
	#tb_nrDtVencimento,
	#tc_nrDtVencimento {
		margin-bottom: 2em;
	}
	
	.tp-link {
		justify-content: start;
	}
	
	.footer-geral-checkout {
	    padding-bottom: 15px;
	} 
	
	.tp-success,
	.tp-error {
		justify-content: center;
	}
	
	.container-message-error img {
	    width: 270px;
	}
	
}