@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:wght@400;500&display=swap');

/* --- Auth form typography: match Google button's Roboto --- */
#popup-cadastro .dx-popup-content,
#popup-login .dx-popup-content {
	font-family: 'Google Sans Flex', sans-serif;
}

#popup-cadastro h2,
#popup-login h2,
#popup-cadastro p#subtitle-cadastro,
#popup-cadastro .dx-field-item-label-text,
#popup-login .dx-field-item-label-text,
#popup-cadastro .dx-texteditor-input,
#popup-login .dx-texteditor-input,
#popup-cadastro .dx-button-text,
#popup-login .dx-button-text,
#popup-cadastro .dx-checkbox-text,
#popup-login .dx-checkbox-text,
.auth-divider span,
.auth-legal-bottom {
	font-family: 'Google Sans Flex', sans-serif;
}

.dialog_btn_yes{
	position:relative;
	float: left;
	clear:left;
	
	margin-top:20px;
}

.dialog_btn_no{
	position:relative;
	float: right;
	clear:right;
	
	margin-top:20px;
	
	background: linear-gradient(#ff3000,#CB2E29);	
	background: -webkit-linear-gradient(#ff3000,#CB2E29);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff3000', endColorstr='#CB2E29');
	
}

.dialog_btn_no:hover{
	background: linear-gradient(#CB2E29,#ff3000);	
	background: -webkit-linear-gradient(#CB2E29,#ff3000);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CB2E29', endColorstr='#ff3000');
}

.dialog_btn_no:active{
	background: linear-gradient(#CB2E29,#CB2E29);	
	background: -webkit-linear-gradient(#CB2E29,#CB2E29);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CB2E29', endColorstr='#CB2E29');
}


.form_label_div{
	clear:left;
	float:left;
}

.form_input_div{
	float:left;
	margin-left: 0.3vw;
}

.form_btn, .form_btn2{	
	clear:both;
	float:right;	
}

.form_btn_left{
	clear: left;
	float:left;
}

.form_label {
	color:#1a7333;
	float:left;
	clear:left;
	
	line-height: 32px;
}


.form_txt {
	float:left;
	clear:left;
	
	margin: 5px 0 5px 0;
	padding: 1px 0 1px 0;
}

.fb-login-button {
	margin: 10% 0 0 -20%;	
	left:50%;
	border-radius: 5px;
}

div.fb-lb {
	margin: 0.8vh;
    border-radius: 5px;
    float: left;
    clear: none;
}

div.fb-lb img{
	margin:5px 0 5px 0;
	float:left;
	width:4vm;
	width:2vmin;
}

span.fb-lb {
    float: left;
    line-height: 4vm;
    line-height: 2vmin;
    margin: 5px 5px 5px 10px;
    vertical-align: middle;
    font-size: 0.7vw;

}


#form_acesso_container,
#dialog_confirm_container{
	display: none;
}


#dialog_error_ext {
	position:relative;
	width:500px;
	height:auto;	
	margin: 20% auto 0 auto;


	border-radius: 20px;
	border-color: #FFFFFF;
	border-width:0px;
	border-style:solid;
	background-color: #cb2e29;
	padding: 20px;
	padding-top:0px;	
	
	box-shadow: -10px 10px 10px #555555;
	
}



#form_acesso_nativo {

	float:left;

	padding-right:20px;
	border-right: 2px solid #1A7333;
	
}

#form_cadastro_nativo {

	float:left;

	padding-right:20px;
	border-right: 2px solid #1A7333;
	
}

#form_acesso_social{
	float:left;
	padding-left:20px
}

.form_btn2{
	background: linear-gradient(#ff3000,#CB2E29);	
	background: -webkit-linear-gradient(#ff3000,#CB2E29);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff3000', endColorstr='#CB2E29');	
}

.form_btn2:hover{
	background: linear-gradient(#CB2E29,#ff3000);	
	background: -webkit-linear-gradient(#CB2E29,#ff3000);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CB2E29', endColorstr='#ff3000');
}

.form_btn2:active{
	background: linear-gradient(#CB2E29,#CB2E29);	
	background: -webkit-linear-gradient(#CB2E29,#CB2E29);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#CB2E29', endColorstr='#CB2E29');
}

button#fb-lb {
	
	background: linear-gradient(#354C8C,#3f5ba9);	
	background: -webkit-linear-gradient(#354C8C,#3f5ba9);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#354C8C', endColorstr='#3f5ba9');
	
	border-color: #354C8C; 		
}

button#fb-lb:hover {
	
	background: linear-gradient(#3f5ba9,#354C8C);	
	background: -webkit-linear-gradient(#3f5ba9,#354C8C);		
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3f5ba9', endColorstr='#354C8C');
}

button#fb-lb:active {
	
	background: linear-gradient(#3f5ba9,#3f5ba9);	
	background: -webkit-linear-gradient(#3f5ba9,#3f5ba9);		
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3f5ba9', endColorstr='#3f5ba9');
}

/* ── Google Sign-In ───────────────────────────────────────────────── */

#google-signin-cadastro-wrapper,
#google-signin-login-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 0 4px 0;
}

#google-signin-cadastro,
#google-signin-login {
	display: flex;
	justify-content: center;
	min-height: 44px;
}


.auth-divider {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 20px 0 16px 0;
}

.auth-divider::before,
.auth-divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ddd;
}

.auth-divider span {
	padding: 0 14px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.auth-legal-bottom {
	font-size: 12px;
	color: #999;
	text-align: center;
	margin: 16px auto 0;
	line-height: 1.4;
	max-width: 400px;
}

.auth-legal-bottom a {
	color: #888;
	text-decoration: underline;
}

.auth-legal-bottom a:hover {
	color: #666;
}

/* --- Blue CTA: match Google filled_blue for visual symmetry --- */
#form-cadastro .cta-row-cadastro .dx-button.dx-button-success,
#form-login .dx-button.dx-button-success {
	background-color: #1a73e8;
	border-color: #1a73e8;
	border-radius: 4px;
	width: 100%;
	font-weight: 500;
	height: 40px;
}

#form-cadastro .cta-row-cadastro .dx-button.dx-button-success:hover,
#form-login .dx-button.dx-button-success:hover {
	background-color: #1558b0;
	border-color: #1558b0;
}

/* --- Full-width CTA button containers --- */
#form-cadastro .cta-row-cadastro,
#form-login .dx-field-item:has(.dx-button-success) {
	width: 100% !important;
}

#form-cadastro .cta-row-cadastro .dx-field-button-item,
#form-login .dx-field-button-item:has(.dx-button-success) {
	width: 100%;
}

/* --- Extra spacing below CTA buttons --- */
#form-cadastro .cta-row-cadastro,
#form-login .dx-field-item:has(.dx-button-success) {
	padding-bottom: 8px;
}

/* --- Equalize gap between password field and CTA --- */
#form-cadastro .cta-row-cadastro.form-field-margin-top {
	margin-top: 8px;
}

#form-login .dx-field-item:has(.dx-button-success) {
	margin-top: 8px;
}
