#paternidade .ui-outputlabel-label {
    color: #000 !important;
    line-height: var(--font-line-height-medium);
    font-size: var(--font-size-scale-base);
    font-weight: 600 !important; 
}

#paternidade .ui-outputlabel-rfi {
    color: var(--danger) !important;
    font-size: var(--font-size-scale-base) !important;
    font-weight: 400 !important; 
}

#paternidade .form-control::placeholder {
    font-style: normal;
}

#paternidade .form-control.select-placeholder:not(:placeholder-shown) {
    color: #919191 !important;  /* Mantém a cor cinza */
}

#paternidade .box-titulo {
	display: flex;
	box-sizing: border-box;
    height: 98px;
    gap: 32px;
    margin-top: 40px;
}

#paternidade .box-mensagem {
    margin-bottom: 50px;
    margin-top: -25px;
    background: var(--blue-warm-vivid, #D4E5FF);
    display: flex;
    flex-direction: row;
    padding: 17px 17px 10px 17px;
    box-sizing: border-box;
}

#paternidade .box-conteudo{
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#paternidade .mt-box-document{
    margin-top: -32px !important;
}

#paternidade .botao {
    height: 40px;
    border-radius: 20px;
    text-decoration: none !important;
    border: 1px solid var(--spuiglobal-refprimaryprimary-0, #000000);
    padding: 9px 18px;
    font-family: 'Rawline';
    font-weight: 600;
    font-size: var(--common-label-label-medium-font-size, .9rem);
    line-height: var(--common-label-label-medium-line-height, 1.5);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#paternidade .botao-voltar {
    background-color: #fff; 
    color: #000; 
    padding-left: 16px;
    padding-right: 20px;
    font-size: 16.8px !important;
    line-height: 23.17px !important;
}

#paternidade .botao-voltar:hover {
    background-color: #e9ecef;
}

#paternidade .botao-avancar {
    cursor: pointer;
    background-color: #000; 
    color: #fff !important;
    padding-right: 24px;
    font-family: Rawline;
    font-weight: 600;
    text-align: center;
}

#paternidade .botao-avancar-disabled {
    cursor: not-allowed;
    background-color: #919191; 
    border-color: #919191; 
    opacity: .45;
    color: #fff !important;
    padding-right: 24px;
}

#paternidade .botao-entendi {
    background-color: #000; 
    color: #fff !important;
    padding: 9px 24px;
}

#paternidade .botao-buscar-cep {
    background-color: #000; 
    color: #fff !important; 
    margin-top: 26px;
    padding: 0px 24px;
    font-family: Rawline;
    font-weight: 600;
    text-align: center;
}

#paternidade .botao i {
    margin: 0 5px 0 0;
}

#paternidade .text-titulo{
    overflow-wrap: break-word;
	font-family: 'Rawline', 'Roboto Condensed';
	font-weight: 600;
	font-size: 36px;
	color: var(--preto-4, #000000);
    line-height: 49.66px;
    text-align: left;
}

#paternidade .box-text{
	display: flex;
	box-sizing: border-box;
    height: 33px;
    gap: 0px;
}

#paternidade .box-text p {
    font-weight: 400;
    color: #000 !important;
}

#paternidade .text-opcoes{
    overflow-wrap: break-word;
	font-family: 'Rawline';
	font-weight: 500;
	font-size: 24.2px;
	color: #000000;
    margin-bottom: 10px;
}

#paternidade .text-opcoes-follow-up {
    overflow-wrap: break-word;
	font-family: 'Rawline';
	font-weight: 500;
    font-size: 29.3px;
	color: #000000;
    margin-bottom: 10px;
    line-height: 40.49px;
}

#paternidade .botao-quadrado-grande {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: black !important;
	text-decoration: none !important;
    width: 100% !important;
    height: 184px;
}

#paternidade .icone-botao{
    margin-bottom: 16px;
    width: 56px;
    font-size: 56px !important;
    color: #212125;
}

#paternidade .icone-botao .fa{
	font-size: 56px !important;
}

#paternidade .text-botao{
	overflow-wrap: break-word;
	font-family: 'Rawline', 'Roboto Condensed';
	font-weight: 600;
	font-size: 14px;
	line-height: 1.181;
	color: #000000;
	text-align: center;
	height: 20px;
}

#paternidade .icone-mensagem{
    width: 45px;
    padding: 4px 8px;
    cursor: pointer; 
    margin-left: 10px;
    position: relative;
}

#paternidade .botao-nova-solicitacao-acomp {
    float: right;
    color: white !important;
    background: black;
    position: relative;

    width: 207px;
    height: 39px;
    padding: 8px 24px 8px 24px !important;

    font-family: Rawline;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.17px;
    text-align: center;
}

#paternidade .botao-nova-solicitacao-acomp i {
    font-family: Font Awesome 5 Free;
    font-size: 16px;
    font-weight: 900;
    line-height: 18.4px;
    text-align: center;
}

#paternidade .box-detalhe-solicitacao {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.16) !important;
	border-radius: 8px;
	background: #FFFFFF;
	margin-bottom: 32px;
	padding: 0px 15px 25px;
	width: 100%;
	box-sizing: border-box;
	word-break: break-word;
    color: #000000;
}

#paternidade .box-detalhe-solicitacao span {
    font-family: Rawline;
    font-size: 16.8px;
    font-weight: 400;
    line-height: 23.26px;
    word-break: break-word;
}

#paternidade .box-detalhe-solicitacao strong {
    font-family: Rawline;
    font-size: 16.8px;
    font-weight: 800;
    line-height: 23.08px;
}

#paternidade .text-titulo-box-detalhe-solicitacao {
    font-family: Rawline;
    font-size: 24.19px;
    font-weight: 600;
    line-height: 33.37px;
    word-break: break-word;
    color: #000000;
}

#paternidade .botao-imrpimir-solicitacao {
    color: white;
    background: black;
}

#paternidade .follow-up-empty-title {
    font-family: Rawline;
    font-size: 24.19px;
    font-weight: 700;
    line-height: 33.3px;
    text-align: center;
    color: #000;
}

#paternidade .follow-up-empty-subtitle {
    font-family: Rawline;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.15px;
    text-align: center;
    color: #808080 !important;
}

#paternidade .follow-up-alert-primary {
    font-weight: 400 !important;
    font-size: 16.8px !important;
    line-height: 24px !important;
    overflow: hidden;
    word-break: break-word;
}

#paternidade .table-responsive table {
    border: none;
}

#paternidade .table-responsive table th {
    background-color: var(--background-alternative);
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
}

#paternidade .table-responsive table td {
	border-top: 1px solid #dee2e6;
}

/* Status */
#status {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

th {
    font-family: Rawline !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 21px !important;
    color: #000 !important;
}

td {
    font-family: Rawline !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
}

/* Progress Bar */
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #000;
    position: relative;
    padding: 0;
    white-space: nowrap;
}

#progressbar li {
    list-style-type: none;
    font-size: 16.8px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 500;
    text-align: center;
    font-family: 'Rawline', 'Roboto Condensed';
}


#progressbar li.completed:before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f00c";
    color: #fff;
    background: green;
    border: none;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding-top: 1px;
}


#progressbar li.active:before {
    content: attr(data-step);
    color: #fff;
    background: #000; 
    width: 40px;
    height: 40px;
    line-height: 23.17px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    font-family: 'Rawline', 'Roboto Condensed';
    padding-top: 6px;
}


#progressbar li:before {
    content: attr(data-step);
    font-size: 24px;
    color: #000; 
    background: #fff; 
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    border: 1px solid #000; 
    font-family: 'Rawline', 'Roboto Condensed';
}


#progressbar:before {
    content: " ";
    height: 1px;
    background: lightgray;
    position: absolute;
    left: 160px;
    right: 160px;
    top: 25px;
    display: inline-block;
}


#progressbar li.active:after,
#progressbar li.completed:after {
    display: none;
}


#progressbar li:first-child:after,
#progressbar li:last-child:after {
    display: none;
}

.progress {
    height: 20px;
}

/* Formulário */
.form-row {
    display: flex;
    flex-wrap: wrap;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.disabled-link {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
    text-decoration: none;
}

.modal-header {
    border-bottom: 0px !important;
}

.modal-footer {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

select.select-placeholder {
    color: #919191 !important;
    font-weight: 500;
    font-family: 'Rawline';
}
  
select.select-without-placeholder {
    color: black !important;
    font-weight: 500;
    font-family: 'Rawline';
}
  
select.select-placeholder option:not(:first-child) {
    color: black !important;
    font-weight: 500;
    font-family: 'Rawline';
}

input[type="date"] {
    position: relative;
    padding: 10px;
}
  
input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
    cursor: pointer;
}

input[type="date"]:before {
    color: transparent;
    background: none;
    display: block;
    font-family: 'FontAwesome';
    content: '\f073';
    width: 15px;
    height: 20px;
    position: absolute;
    right: 6px;
    bottom: 7px;
    color: #303030;
}

.is-invalid {
    background-image: none !important;
}

input[type=date].is-invalid {
    padding-right: 10px !important;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-select-wrapper select {
	appearance: none;
} 
  
.select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #303030;
}
  
.custom-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #80bdff;
}  

.telefone-group {
    display: flex;
    gap: 10px;
}

.text-link {
    color: #007bff !important;
    font-weight: 600 !important;
    text-decoration: underline;
}
  
.text-link:hover {
    color: #2670E8 !important;
    text-decoration: underline;
    cursor: pointer
}

/* .form-group select {
    height: 40px;
} */

#paternidade textarea#outrasInformacoes {
    font-style: italic;
}

#paternidade .box-title-error {
    width: 100%;
}

#paternidade .text-title {
    font-size: 33px;
	color: #000000;
    font-family: Rawline;
    font-size: 24.19px;
    font-weight: 600;
    line-height: 33.37px;
    text-align: left;
}

#paternidade .text-title-error i {
    font-size: 26px;
    color: #E52207;
}

#paternidade .text-options {
	font-family: Rawline;
    font-size: 16.8px;
    font-weight: 400;
    line-height: 23.26px;
    color: #000;
}

@media (max-width: 320px) {
    #paternidade .text-title {
        font-size: 22px;
    }

    #paternidade .text-opcoes-follow-up {
        font-size: 19px;
    }

    #paternidade .text-title-error {
        font-size: 14.19px;
    }

    #paternidade .text-title-error i {
        font-size: 18px;
    }

    #paternidade .text-options {
        font-size: 14.8px;
    }

    #paternidade .text-titulo {
        font-size: 18px;
    }

    #paternidade .text-opcoes {
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    #paternidade .botao-quadrado-grande {
        height: 84px;
    }

    #paternidade .icone-botao {
        margin-bottom: 16px;
        width: 26px;
        font-size: 25px !important;
    }

    #paternidade .icone-botao .fa {
        font-size: 26px !important;
    }

    #paternidade .text-botao {
        font-size: 10px;
        line-height: 1.181;
        height: 20px;
    }

    #progressbar .only-step {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
  
    .anexos .title {
        padding-right: 8px;
        font-size: 13px;
        word-break: break-word;
    }

    .anexos .info .size {
        font-size: 13px;
    }
    
}

/* Ajustes para dispositivos móveis */
@media (min-width: 321px) and (max-width: 767px) {
    #paternidade .text-titulo {
        font-size: 22px;
        line-height: 30.66px;

    }

    #paternidade .text-opcoes {
        font-size: 16.2px;
        margin-bottom: 10px;
    }
    
    
    #progressbar:before {
        left: 16px;
        right: 16px;
    }

    #paternidade .text-opcoes-follow-up {
        font-size: 20px;
    }

    .form-row {
        display: block;
    }

    .form-group {
        width: 100%;
        margin-bottom: 1rem;
    }

    .right-box {
        margin-top: -60px !important;
    }

    #progressbar {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        justify-content: space-between !important;
        gap: 10px !important;
    }
    
    #progressbar li {
     font-size: 8px!important;
    }

    #progressbar .only-step {
        font-size: 10px!important;
    }
    
    #progressbar li.completed:before {
    width: 36px;
    height: 36px;
    line-height: 33px;
	}
    
     #progressbar li:before {
        font-size: 20px;
        width: 36px;
        height: 36px;
        line-height: 30px;
    }
    
    .empty-message img {
        max-width: 40% !important;
    }

    #paternidade .botao-quadrado-grande{
        height: 104px;
    }

    #paternidade .icone-botao{
        margin-bottom: 16px;
        width: 26px;
        font-size: 25px !important;
    }

    #paternidade .icone-botao .fa{
        font-size: 26px !important;
    }

    #paternidade .text-botao{
        font-size: 10px;
        line-height: 1.181;
        height: 20px;
    }

    #paternidade .botao-buscar-cep {
        margin-top: 24px !important;
    }
}

/* Conteúdo do formulário */
.conteudo-formulario {
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    max-height: auto;
    padding-bottom: 50px;
}

.left-box {
    width: 268px;
    padding: 60px 0px;
    margin-bottom: 30px;
}

.right-box {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(211, 211, 211, 0.5);
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    min-height: auto;
    border-radius: 8px;
    padding: 24px 16px 24px 16px;
    gap: 24px;
}

/* Formulário principal */
.formulario {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.form-section {
    margin-bottom: 24px 16px 24px 16px;
}

.section-anexos {
    margin: 20px;
}

/* Títulos */
.tit-box-esquerdo {
    overflow-wrap: break-word;
    width: 269px;
    font-weight: 500;
    font-size: 29.3px;
    line-height: 40.49px;
    color: #000;
}

.tit-box-esquerdo p {
    font-family: Rawline;
    font-size: 16.8px;
    font-weight: 400;
    line-height: 23.26px;
    text-align: left;
}

.tit-p-formulario {
    overflow-wrap: break-word;
    font-family: 'Rawline', 'Roboto Condensed';
    font-weight: 600;
    font-size: 24.19px;
    line-height: 33.37px;
    color: #000;
    margin-bottom: 20px;
}

.label-optional {
    font-family: Rawline;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.69px;
    text-align: left;
}

/* Mensagem de alerta */
.box-mensagem-bgAmarelo {
    background: #FFF5C2;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    padding: 16px 20px 20px 16px;
    /* width: fit-content; */
    box-sizing: border-box;
    font-weight: 600;
}

.box-mensagem-bgAzul {
	background: #D4E5FF;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
    padding: 16px 20px 20px 16px;
    box-sizing: border-box;
    font-weight: 600;
	}
	
.box-pontilhado {

}

/* Centralização flexível */
.center-flexbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Botões */
.box-botoes {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    float: right;
    width: 100%;
    margin: 10px 0px 0 0;
}
 



/***************** VALIDAR CAMPOS *****************/
#nameError {
  display: none;
  font-size: 0.8em;
}

#nameError.visible {
  display: block;
}

input.invalid {
  border-color: red;
}

.mensagemErro {
	width:100%;
	margin:5px;
}

/***************** UPLOAD *******************/
.upload-box {
	width:100%;	
    border: 2px dashed #000000;
    border-radius: 10px; 
    text-align: center;
    margin: 20px auto; 
    background-color: #ffffff; 
    cursor: pointer;
}

.upload-box:hover, .upload-box-hover {
    width:100%;
    border: 2px dashed #004c9d !important;
    border-radius: 10px; 
    text-align: center;
    margin: 20px auto; 
    background-color: #ffffff; 
    cursor: pointer;
}

.upload-box-error {
    width:100%;
    border: 2px dashed #dc3545 !important;
    border-radius: 10px; 
    text-align: center;
    margin: 20px auto; 
    background-color: #ffffff;
    cursor: pointer;
}

.upload-icon {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.upload-text {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.upload-title {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    text-transform: none; 
    text-decoration: underline;
    font-family: 'Rawline';
    line-height: 20px;
}
.upload-instrucao {
    font-family: 'Rawline';
    font-size: 10px;
    color: #919191 !important;
    line-height: 10.67px;
    margin-top: -10px;
}

.file-input {
    display: none; 
}

.icone-mensagem {
     cursor: pointer; 
     margin-left: 10px;
     position: relative;
 }
 
.anexos {
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
}

.anexos .title {
    color:#034ea2;
    word-break: break-word;

}

.anexos .info {
    display: flex;
    align-items: center;
}

.anexos .size {
    margin-right: 10px;
}

.anexos .delete-icon {
    color: red;
    cursor: pointer;
    font-size: 1.2em;
}

#paternidade #validacaoUploadFilho {
    width: fit-content;
}
 
/***************** TOOLTIP *******************/

.tooltip .tooltip-inner {
    font-size: 12px;
    font-weight:200;
}
.custom-icon-tooltip{
 font-size: 20px;
}


/* select#custosProcesso {
width:50%;
} */

/* #outrasInformacoes {
 width: 100%; 
 height: 140px; 
 border-radius: 8px;
 border: 1px solid #ccc;
 padding: 0 10px; 
 box-sizing: border-box; 
 font-size: 16px;
} */



/************** ALERT ****************/
.alert {
    padding: 20px 16px; 
    border-radius: 4px; 
    position: relative;
    margin: 30px 0; 
    color:#000;
    font-weight: 600;
    display: flex; 
    align-items: center;
    font-weight: 400;
    font-family: 'Rawline';
    font-size: 16.2px;
}

.alert-primary i {
    color: #0358b3 !important;
}

.alert-success i {
    color: #28a745!important;
}

.alert-warning i {
    color: #303030 !important;
}

.alert-warning {
    background-color: #fff3cd; 
    color: #000; 
    border:1px solid #ffeeba;
}

.alert-primary {
    color: #000; 
}

.alert-warning span {
    font-size: 16.4px !important;
}

.alert i {
    font-size: 18px; 
    margin-right: 16px; 
    vertical-align: middle;
    line-height: 1;
}

.alert span {
    line-height: 1.5;
    font-size: 15.6px;
    margin: 0; 
    color: #000;
}

.alert p {
    margin: 0; 
    color: #000;
}

.modal-header .close {
    font-size: 1.8rem;
}

/************** RESPONSIVO *************/
@media (max-width: 990px) {
	#paternidade .box-botao-nova-solic {
		margin: 25px 0 25px 0;
        width: 100%;
	}
	
	#paternidade .botao-nova-solicitacao-acomp {
	    float: none !important;
	}
    
    #paternidade .botao-nova-solicitacao-acomp {
        width: 100% !important;
    }

    #progressbar:before {
        left: 16px;
        right: 16px;
    }

    .empty-message img {
        max-width: 40% !important;
    }

    .right-box {
        margin-top: -60px !important;
    }

    .left-box {
        width: 100%;
    }
}

@media (min-width: 1025px) {
    .left-box {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #paternidade .text-titulo {
        font-size: 30px;
        line-height: 49.66px;
    }

    #paternidade .text-opcoes {
        font-size: 22.2px;
        margin-bottom: 10px;
    }

    #paternidade .botao-quadrado-grande{
        height: 144px;
    }

    #paternidade .icone-botao{
        margin-bottom: 16px;
        width: 32px;
        font-size: 30px !important;
    }

    #paternidade .icone-botao .fa{
        font-size: 32px !important;
    }

    #paternidade .text-botao{
        font-size: 14px;
        line-height: 1.181;
        height: 20px;
    }

    #paternidade .botao-buscar-cep {
        margin-top: 24px !important;
    }
    
   
}



