#builder-layout [page-name='ImovelFormView'] [form]  label:not(.beditorcss):not([class]) {
    background: rgba(0, 0, 0, 0) !important;
    font-size: 14px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-color: #555555 !important;
    color: var(--panel-header-color) !important;

}
[page-name='ImovelFormView'] div.form-group.tformrow.row{
    margin-bottom: 30px !important;    
    
    
}
#builder-layout [page-name='ImovelFormView'] [form]  span:not(.beditorcss).ttd {
    
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: #555555 !important;
}

#builder-layout [page-name='ImovelFormView'] [form]  a:not(.beditorcss).nav-link {
    background: transparent !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 9px !important;
    margin-left: 0px !important;
    padding-top: 7px !important;
    padding-right: 16px !important;
    padding-bottom: 8px !important;
    padding-left: 16px !important;
    box-shadow: px px px px  !important;
    color: #ccc !important;
    font-size: 15px !important;
    font-weight: bold !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: solid !important;
    border-right-style: solid !important;
    border-bottom-style: solid !important;
    border-left-style: solid !important;
    border-color: #ccc !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 6px !important;
    border-left-width: 0px !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
#builder-layout [page-name='ImovelFormView'] [form]  a:not(.beditorcss).nav-link:hover {
    background: #f1f1f1 !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#builder-layout [page-name='ImovelFormView'] [form]  a:not(.beditorcss).nav-link.active {
 border-bottom-color: rgb(24, 173, 71) !important;
 color: rgb(24, 173, 71) !important;
}

.nav-link {
    border: none !important;
     border-bottom: 6px solid #ccc !important;   
}

.nav-link[aria-selected="false"] {
border-bottom: 6px solid #ccc !important;  
}

 @media screen and (max-width: 990px) {
 .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 25%;
      }
    }
    
[page-name='ImovelFormView'] div.tab-pane.tabpanel_formView_PessoaEndereco.active {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tseparator {
    text-decoration-line: underline;
    text-align-last: center;
}