body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    font-size: 12px !important;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont;
    background-color: #FFFFFF !important;
}

.home-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/industry.jpg");
}

.body-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/images/industry.jpg");
}

.body-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.body-container::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("/images/industry.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(28px);
    transform: scale(1.1);
    z-index: -1;
}

.body-content {
    width: 100vw;
    height: calc(100vh - 124px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.pages-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.pages-content {
    top: 56px;
    width: 100vw;
    height: calc(100vh - 124px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.navbar.navbar-container,
.navbar-pages-container {
    z-index: 1000;
    width: 100vw;
    position: fixed;
}

.navbar.navbar-container {
    background-color: #FFFFFF10 !important;
}

.navbar.navbar-pages-container {
    background-color: #FFFFFF10 !important;
}

.navbar-content {
    gap: 16px;
    display: flex !important;
    align-items: center !important;
}

.navbar-nav {
    border-radius: 56px;
}

.nav_project_style {
    font-size: 12px !important;
}

.radius-left {
    border-radius: 56px 0 0 56px;
}

.radius-right {
    border-radius: 0 56px 56px 0px;
}

.btn-navbar {
    gap: 8px;
    display: flex;
    color: #FFFFFF;
    align-items: center;
}

.btn-navbar:hover {
    color: #023473 !important;
    background-color: #FFFFFF;
}

.nav-icon {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 14px !important;
    position: relative;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
    background-color: transparent !important;
}

.footer-container,
.footer-pages-container {
    bottom: 0;
    padding: 0;
    z-index: 2;
    width: 100vw;
    height: 56px;
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF10 !important;
}

.footer-container {
    color: #FFFFFF;
    background-color: #FFFFFF10 !important;
}

.footer-pages-container {
    color: #000000;
    background-color: transparent;
}

.footer-content {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.footer_paragraph {
    padding: 0;
    width: 100%;
    margin: auto;
    display: flex;
    position: relative;
    justify-content: center;
}

.footer-image-gov,
.pdf-icon-download,
.pdf-icon-download-large {
    padding: 0;
    margin: auto;
}

.footer-image-gov {
    display: flex;
    position: relative;
    height: 32px;
}

.pdf-icon-download {
    height: 24px;
}

.pdf-icon-download-large {
    height: 32px;
}

.btn-download-list,
.btn-pdf-download,
.btn-pdf-download-parecer {
    padding: 0;
    border: none;
}

.btn-pdf-download-parecer {
    z-index: 6;
    right: 10px;
    margin-top: 46px;
    position: absolute;
}

.btn-pdf-download:hover {
    background-color: transparent;
}

.btn-pdf-download-parecer:hover {
    background-color: transparent;
}

.btn-download-list:hover {
    color: #393939;
    background-color: transparent;
}

.card-form {
    background-color: #EEEEEE !important;
}

.input-group-content {
    display: flex;
    color: #210049 !important;
    align-items: center;
    position: relative;
}

.btn-visible-passwd {
    right: 16px;
    cursor: pointer;
    position: absolute;
}

.btn-submit,
.btn-add-circle,
.btn-remove-circle {
    display: flex;
    border: none;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
}

.btn-submit {
    right: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #023473 !important;
}

.btn-add-circle {
    width: 32px;
    height: 32px;
    position: relative;
}

.btn-remove-circle {
    width: 24px;
    height: 24px;
    position: relative;
}

.btn-add-circle {
    color: #FFFFFF !important;
    background-color: #023473 !important;
}

.btn-remove-circle {
    background-color: #FF0000 !important;
}

.btn-submit-icon,
.icon-btn-add-circle,
.icon-btn-remove-circle,
.icon_custom_style {
    border-radius: 100%;
    border: none !important;
    font-size: 14px !important;
}

.btn-form,
.btn-form-submit,
.btn-form-project,
.btn-form-upload {
    gap: 8px;
    border: none;
    display: flex;
    position: relative;
    align-items: center;
}

.btn-form {
    color: #FFFFFF;
    background-color: #02347350 !important;
}

.btn-form:hover {
    color: #FFFFFF;
    background-color: #02347390 !important;
}

.btn-form-submit {
    color: #FFFFFF;
    background-color: #023473 !important;
}

.btn-form-submit:hover {
    color: #FFFFFF !important;
    background-color: #002654 !important;
}

.btn-form-project {
    color: #FFFFFF !important;
    background-color: #023473 !important;
}

.btn-form-upload {
    color: #023473 !important;
    background-color: #02347350 !important;
}

.btn-form-upload:hover {
    color: #023473 !important;
    background-color: #02347360 !important;
}

.btn-form-paragraph {
    flex: 1;
    margin-right: 24px;
}

.btn-gov-group {
    gap: 8px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: end;
}

.gov-br-icon {
    height: 24px;
    position: relative;
}

.title-label-page {
    gap: 8px;
    display: flex;
    position: relative;
    align-items: center;
}

.icon-segment {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    font-weight: bold !important;
}

.dark {
    color: #000000 !important;
}

.white {
    color: #FFFFFF !important;
}

.danger {
    color: #FF0000 !important;
}

.success {
    color: green !important;
}

.indicator-table {
    top: 8px;
    display: flex;
    position: relative;
    align-items: center;
}

.terms-check-group {
    gap: 16px;
    display: flex;
    position: relative;
    align-items: center;
    color: #FFFFFF;
}

.form-check-input {
    margin: 0 !important;
    padding: 0 !important;
    width: 1.5em !important;
    height: 1.5em !important;
}

.form-check-input:hover {
    border-color: #023473 !important;
    background-color: #02347390;
}

.form-check-input:checked {
    border-color: #023473 !important;
    background-color: #02347390;
}

.div_button_flutuante {
    right: 32px;
    bottom: 66px;
    width: 64px;
    height: 64px;
    display: none;
    border: none;
    z-index: 9999;
    color: #FFFFFF;
    position: fixed;
    font-size: large;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #02347350;
}

.div_button_flutuante:hover {
    color: #FFFFFF;
    background-color: #02347390;
}

.btn-table-icon {
    cursor: pointer;
    position: relative;
}

.div_nav_bottom_content {
    gap: 16px;
    width: 100%;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
    font-size: 12px !important;
    justify-content: flex-end;
}

.div_list_navigate_bottom {
    gap: 8px;
    margin: 0;
    padding: 0;
    width: auto;
    height: 56px;
    display: flex;
    list-style: none;
    overflow-x: auto;
    position: relative;
    align-items: center;
}

.item_navigate_bottom,
.link_navigate_bottom {
    width: 48px;
    height: 32px;
    height: 32px;
    display: flex;
    color: #023473;
    cursor: pointer;
    cursor: pointer;
    border-radius: 4px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.btn-sm.active,
.item_navigate_bottom.active,
.link_navigate_bottom.current-page.active {
    color: #023473 !important;
    background-color: #02347350 !important;
    border: 1px solid #02347350 !important;
}

.link_navigate_bottom {
    border: 1px solid #AAAAAA;
}

.div_nav_bottom_container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* melhor scroll no mobile */
}

.div_nav_bottom_content {
    gap: 8px;
    display: flex;
    flex-wrap: nowrap;
    /* NÃO quebrar linha */
    min-width: max-content;
    /* força largura maior que o container */
}

.div_nav_bottom_content {
    white-space: nowrap;
    /* evita quebrar texto */
}

.me-auto,
.bg-dark,
.navbar-dark,
.navbar-nav,
.navbar-toggler {
    color: #FFFFFF !important;
}

.collapse,
.navbar-collapse {
    margin-top: 8px !important;
}

.items-center {
    display: flex;
    position: relative;
    align-items: center;
}

.justify-center {
    width: 100%;
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.btn-gov-container {
    gap: 8px;
    right: 0;
    float: right;
    padding: 8px;
    width: 200px;
    height: auto;
    display: flex;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    border-radius: 56px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    background-color: #02347350;
}

.btn-gov-container:hover {
    color: #FFFFFF !important;
    background-color: #02347390;
}

.menu-regras-content {
    margin: auto;
    padding: 16px;
    position: relative;
    border-radius: 8px;
}

.btn-rules-content {
    border: none;
    display: flex;
    align-items: center;
    border-radius: 54px;
    color: #FFFFFF;
    background-color: #00000090 !important;
    border-left: 8px solid #FFFFFF;
}

.btn-rules-content:hover {
    color: #FFFFFF;
    background-color: #000000 !important;
    border-left: 8px solid #FFFFFF;
}

.btn-rules-paragraph {
    flex: 1;
    height: auto;
}

.btn-rules-icon {
    margin-right: 8px;
}

.offcanvas-backdrop {
    z-index: 1004;
}

.offcanvas {
    z-index: 1005;
}

.nav-item {
    z-index: 1006;
    cursor: pointer;
}

.offcanvas-start {
    color: #FFFFFF !important;
    background-color: #FFFFFF !important;
}

.dropdown-menu-offcanvas {
    background-color: #FFFFFF !important;
}

.nav-link,
.dropdown-item {
    gap: 16px;
    display: flex;
    position: relative;
    align-items: center;
    font-size: 12px !important;
}

.dropdown-item {
    color: #000000 !important;
}

.dropdown-item:hover {
    color: #023473 !important;
    background-color: transparent !important;
}

.dropdown-menu {
    background-color: #FFFFFF !important;
}

#offcanvasNavbar {
    --bs-offcanvas-width: 20%;
}

/* NOTIFICATION */
.btn_notification {
    display: flex;
    cursor: pointer;
    color: #FFFFFF;
    position: relative;
    align-items: center;
    justify-content: center;
}

.notification_count {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 5;
    width: 20px;
    height: 20px;
    display: flex;
    font-size: 10px;
    position: absolute;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

#notification_count_on {
    background-color: red;
}

#notification_count_off {
    background-color: transparent;
}

.notification_list {
    top: 64px;
    right: 8px;
    z-index: 3;
    width: auto;
    height: auto;
    display: none;
    position: fixed;
    border-radius: 8px;
    background-color: #023473;
}

.table_notification_item {
    gap: 16px;
    margin: 0;
    float: left;
    display: flex;
    color: #FFFFFF;
    padding: 8px 16px;
    position: relative;
    align-items: center;
    border-radius: 100px;
}

.notification_button {
    right: 0;
    float: right;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: flex-end;
    justify-content: flex-end;
}

.notification_info_date {
    margin: 0;
    padding: 0;
    font-size: 10px;
}

/* END NOTIFICATION */

/* AVATAR */
.account-container {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.avatar-content {
    width: auto;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.account-link {
    cursor: pointer;
    text-decoration: none;
}

.avatar-image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.account-info-content {
    width: auto;
    height: auto;
    color: #000000;
    position: relative;
    text-align: center;
}

.account-name,
.account-email {
    margin: 0;
    padding: 0;
    position: relative;
}

/* END AVATAR */

.chart-container {
    width: 100vw;
    height: auto;
    position: relative;
    background-color: transparent !important;
}

.chart-content {
    width: 100%;
    height: 120px;
    position: relative;
}

.accordion-button {
    padding: 4px;
    color: #000000 !important;
    font-size: 12px !important;
    border-radius: 56px !important;
    background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #000000 !important;
    background-color: #02347350;
}

.accordion-button::after {
    filter: invert(0);
}

.accordion-button-title,
.title_info_style {
    gap: 16px !important;
    display: flex;
    align-items: center;
}

.table-title-content {
    gap: 8px;
    display: flex;
    align-items: center;
}

.title_table_style,
td {
    font-size: 12px !important;
}

.value_table_style {
    font-size: 12px;
}

.text-justify {
    text-align: justify !important;
}

.text-align-start {
    display: flex;
    text-align: start;
    align-items: center;
    justify-content: flex-start;
}

.text-align-end {
    display: flex;
    text-align: end;
    align-items: center;
    justify-content: flex-end;
}

.text-group-align-start {
    gap: 24px;
    text-align: start;
    align-items: center;
    justify-content: flex-start;
}

.count-content {
    bottom: 10px;
    display: flex;
    color: #000000;
    font-size: 12px;
    position: absolute;
}

.count-label {
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.ic_single_sign_on {
    font-size: 64px !important;
}

.btn_track_active_user_on {
    margin: 0;
    padding: 0;
    width: 46px;
    height: 24px;
    display: flex;
    border-radius: 16px;
    border: 1px solid green;
    align-items: center;
    justify-content: end;
}

.btn_thumb_active_user_on {
    margin: 0 4px;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 16px;
    background-color: green;
}

.btn_track_active_user_off {
    margin: 0;
    padding: 0;
    width: 46px;
    height: 24px;
    display: flex;
    border-radius: 16px;
    border: 1px solid #FF0000;
    align-items: center;
    justify-content: start;
}

.btn_thumb_active_user_off {
    margin: 0 4px;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 16px;
    background-color: #FF0000;
}

.title_max_width {
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sefaz_message_paragraph {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.enviado_sucesso {
    background-color: #00800050 !important;
}

.enviado_cancelado {
    background-color: #FFFFFF !important;
}

.sefaz_message_container {
    background-color: #02347330 !important;
}

.sefaz-card {
    padding: 16px;
    /*background-color: #02347305 !important;*/
}

.sefaz-card:hover {
    /*background-color: #02347310 !important;*/
}

.btn-icon-content {
    gap: 8px;
    border: none;
    display: flex;
    position: relative;
    align-items: center;
}

.bkg-success {
    color: #FFFFFF !important;
    border: none !important;
    border-color: transparent !important;
    background-color: #66BB6A !important;
}

.bkg-warning {
    border: none !important;
    border-color: transparent !important;
    background-color: #e69600 !important;
}

.bkg-danger {
    border: none !important;
    border-color: transparent !important;
    background-color: #FF0000 !important;
}

#selecionarTodos {
    bottom: 6px !important;
    margin: 0 !important;
    float: left !important;
    display: flex !important;
    position: relative !important;
}

/* INÎCIO PROGRESS */
.loader_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(213, 97%, 23%, 0.565);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loader_overlay_progress {
    width: 96px;
    height: 96px;
    color: #FFFFFF;
    border: 5px solid #023574;
    border-top: 5px solid #FFFFFF;
    border-radius: 100%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.btn-close-overlay {
    top: 112px;
    z-index: 10;
    width: 56px;
    height: 56px;
    margin: auto;
    border-radius: 100%;
    position: absolute;
}
/* FIM PROGRESS */

.field_validation_error {
    font-size: 14px;
    color: #FF0000 !important;
}

.btn_track_active_user_on {
    margin: 0;
    padding: 0;
    width: 46px;
    height: 24px;
    display: flex;
    border-radius: 16px;
    border: 1px solid green;
    align-items: center;
    justify-content: end;
}

.btn_thumb_active_user_on {
    margin: 0 4px;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 16px;
    background-color: green;
}

.btn_track_active_user_off {
    margin: 0;
    padding: 0;
    width: 46px;
    height: 24px;
    display: flex;
    border-radius: 16px;
    border: 1px solid #FF0000;
    align-items: center;
    justify-content: start;
}

.btn_thumb_active_user_off {
    margin: 0 4px;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    border-radius: 16px;
    background-color: #FF0000;
}

.processo_parecer_container {
    height: 100%;
    display: none;
    z-index: 1000;
    position: fixed;
    align-items: center;
    background-color: #FFFFFF;
/*    background-color: #023473;*/
}

.btn_processo_parecer {
    cursor: pointer;
}

.btn_remove_dirigente {
    padding: 0 !important;
}

/*CARD ICMS*/
:root {
    --primary: #210049;
    --primary-soft: #02347330;
}

.div_modal_container {
    display: flex;
    gap: 18px;
    margin-bottom: 16px;
}

.div_modal_content {
    flex: 1;
    padding: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    border: none;
    box-shadow: 0 6px 18px rgba(0,0,0,.05);
    transition: .25s ease;
}

.div_modal_content:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(33,0,73,.12);
    border-color: #21004940;
}

.title_model_style {
    font-size: 12px;
/*    letter-spacing: 1px;*/
    color: #210049aa;
}

.paragraph_model_style {
    font-size: 26px;
    font-weight: 700;
    color: var(--primary);
}

.div_modal_result_style {
    width: 100%;
    padding: 16px;
    background: var(--primary-soft);
    border-radius: 8px;
    text-align: center;
    border: none;
}

.div_modal_result_style b {
    color: #210049cc;
    font-size: 14px;
}

.div_saldo_devedor_style {
    color: #210049;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 800;
}
/*CARD ICMS*/

.card,
.card-header,
.card-body {
    border: none !important;
    border-radius: 6px !important;
    color: #FFFFFF !important;
    background-color: transparent !important;
}

.card-title {
    font-size: 12px;
}

table.table,
thead,
tbody,
tr,
th,
td {
    color: #000000 !important;
    font-size: 12px !important;
    text-align: center !important;
    white-space: nowrap !important;
    background-color: transparent !important;
}

button {
    background: var(--primary);
    color: #FFFFFF;
}

.card,
.btn-rules-content {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10), 0 4px 12px rgba(0, 0, 0, 0.20);
    background: linear-gradient(145deg, #ffffff10, #f8fafc10);
}

.btn_update_consultor {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    position: relative;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.btn_circle_remove {
    margin: 0;
    padding: 0;
}

.glow {
    box-shadow: 0 0 0 0 transparent;
}

h1,
h2 {
    font-weight: 600;
/*    letter-spacing: -0.02em;*/
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.35;
/*    letter-spacing: -0.015em;*/
    margin-bottom: 0.75rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
/*    letter-spacing: -0.01em;*/
    margin-bottom: 0.5rem;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
}

.glow:hover {
    box-shadow:
        0 0 0 4px rgba(145, 145, 145, 0.15),
        0 8px 24px rgba(145, 145, 145, 0.25);
}

a {
    text-decoration: none;
}

a:hover {
    color: #CCCCCC;
}

:root {
    --primary: hsl(0, 0%, 31%);
}

.trumbowyg-button-pane button,
.trumbowyg-button-pane .trumbowyg-button {
    color: #000000 !important;
}

/* Texto do dropdown de fontes */
.trumbowyg-dropdown-fontFamily button {
    color: #000000 !important;
}

/* Itens do menu dropdown */
.trumbowyg-dropdown-fontFamily button span {
    color: #000000 !important;
}

::-webkit-scrollbar-track {
    padding: 2px 0;
    border-radius: 10px;
    border: 1px solid #02347350;
    background-color: #02347350;
}

::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    position: relative;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

@media screen and (max-width: 920px) {

    .navbar.navbar-container {
        background-color: #023473 !important;
    }

    .footer-container,
    .footer-pages-container {
        width: 100vw;
        height: auto;
    }

    .footer-content {
        padding: 16px 0;
        justify-content: center;
    }

    .chart-content {
        height: 224px;
    }

    .count-content {
        display: block;
        position: relative;
    }

    .div_button_flutuante {
        bottom: 96px;
    }

    .btn-pdf-download-parecer {
        margin-top: 120px;
    }

    #offcanvasNavbar {
        --bs-offcanvas-width: 80%;
    }
}