* {
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
}

::selection {
    background: #666;
    text-shadow: none;
    color: #fff;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--cor-primaria);
    border-radius: 10px;
    border: 2px solid var(--cor-primaria);
}

*::-webkit-scrollbar-track {
    background-color: #c0c0c0;
}

.titulo-componentes {
    font-size: 0.938rem;
    color: #485b69;
    margin-top: 0px;
    font-family: Montserrat, sans-serif;
}

    .titulo-componentes.h6 {
        font-size: 0.625rem;
        font-weight: normal;
        color: var(--cor-primaria);
        margin: 30px 0 9px 0;
    }

main {
    font-size: .75rem;
}

.exemplo-grid {
    background: #e7f7ff;
    border: 1px solid #006699;
    padding: 7px;
}

.w-inherit {
    width: inherit !important;
}

.barra-acessibilidade .barra-acessibilidade__conjunto-links .barra-acessibilidade__conjunto-links__links {
    font-size: .6875rem;
    text-decoration: none;
    margin: 0 5px;
    color: #0049b8;
}

.barra-acessibilidade__conjunto-links .barra-acessibilidade__conjunto-links__links .barra-acessibilidade__conjunto-links__links__accesskey {
    color: #fff;
    background-color: #1252ba;
    padding: 0 2px;
    font-weight: 700;
}

.barra-acessibilidade .barra-acessibilidade__botao {
    background-color: #fff;
    border: 1px solid #000;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

    .barra-acessibilidade .barra-acessibilidade__botao:focus,
    .barra-acessibilidade .barra-acessibilidade__botao:hover {
        background-color: #ccc;
    }

.header-mobile {
    background-color: var(--cor-primaria);
    padding: 4.8px 12px 4.8px 0;
}

    .header-mobile .header-mobile__titulo {
        color: #fff;
        font-size: 2.2vw;
        margin-bottom: calc(-0.8vw + 18.9px);
    }

    .header-mobile .header-mobile__botao {
        background-color: transparent;
        border: none;
    }

.header-desktop {
    padding: 15px 25px 15px 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

    .header-desktop .header-desktop__titulo {
        font-size: .938rem;
        font-weight: 400;
        font-family: OpenSans, sans-serif;
        color: var(--cor-primaria);
    }

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop button {
    border: none;
    background-color: transparent;
}

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop > button:focus svg,
.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop > button:hover svg {
    fill: var(--cor-primaria)
}

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop button span {
    background-color: var(--cor-apoio-vermelho);
    transform: translate(-71%, -11%);
    font-size: 0.625rem;
    width: 15px;
    height: 15px;
    line-height: 1.5;
    padding: 0;
}

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop button {
    color: #fff;
    width: 26px;
    height: 26px;
    border: none;
    background-color: var(--cor-apoio-vermelho);
    font-family: Montserrat, sans-serif;
    font-size: 0.6687rem;
    font-weight: 600;
    transition: none;
    padding: 0;
}

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop > button:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop > button:focus,
.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop > button:hover {
    background-color: #d35b00;
}

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop button:active {
    color: #fff;
    background-color: #d35b00;
}

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop .dropdown-menu .dropdown-item {
    font-size: .68rem;
    font-family: Montserrat, sans-serif;
}

    .header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop .dropdown-menu .dropdown-item .circulo-notificacao {
        transform: translate(0);
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: var(--cor-apoio-vermelho);
        border-radius: 50%;
        margin-left: -10px;
        margin-right: 10px;
    }

.header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop .dropdown-menu {
    border-radius: 6%;
    height: 114px;
    width: 10px;
    border: 1px solid rgba(0, 0, 0, .1490196078);
}

    .header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop .dropdown-menu .dropdown-item {
        text-decoration: none;
        color: #000;
        font-size: .68rem;
        font-family: Montserrat, sans-serif;
    }

        .header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop .dropdown-menu .dropdown-item:hover,
        .header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__notificao-desktop .dropdown-menu .dropdown-item:focus,
        .header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop .dropdown-menu .dropdown-item:hover,
        .header-desktop__conjunto-botoes .header-desktop__conjunto-botoes__usuario-desktop .dropdown-menu .dropdown-item:focus {
            background-color: #e2edf8;
        }

.barra-breadcrumb-pesquisa .barra-breadcrumb-pesquisa__breadcrumb .breadcrumb .breadcrumb-item .pagina-inicial {
    bottom: 2px;
    position: relative;
}

.barra-breadcrumb-pesquisa .barra-breadcrumb-pesquisa__breadcrumb .breadcrumb-item.active {
    padding: 0;
}

.barra-breadcrumb-pesquisa .barra-breadcrumb-pesquisa__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding: 0 4px 0 7px;
    content: url("data:image/svg+xml,%3Csvg fill='%2317629e' xmlns='http://www.w3.org/2000/svg' height='10' viewBox='69.167 69.583 59.167 100.417' width='10'%3E%3Cpath d='m78.125 170-8.958-8.958 41.25-41.25-41.25-41.25 8.958-8.959 50.208 50.209L78.125 170Z'/%3E%3C/svg%3E");
}

.barra-breadcrumb-pesquisa .barra-breadcrumb-pesquisa__pesquisa #barra-de-pesquisa {
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
    padding: 7px 8px 5px;
    font-size: .8125rem;
}

.barra-breadcrumb-pesquisa .barra-breadcrumb-pesquisa__pesquisa .barra-breadcrumb-pesquisa__pesquisa__botao:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.exibicao-codigo .exibicao-codigo__destaque .exibicao-codigo__destaque__titulo {
    color: var(--cor-primaria);
    font-size: 0.9rem;
    font-weight: normal;
    margin-top: 30px;
}

.exibicao-codigo .exibicao-codigo__exemplo .exibicao-codigo__exemplo__titulo-html {
    font-size: 0.563rem;
    color: #005d8c;
    font-weight: bold;
}

.botao-copia--cor,
.exibicao-codigo .exibicao-codigo__exemplo .exibicao-codigo__exemplo__botao-copia {
    color: var(--bs-link-color);
    text-decoration: underline;
    border: none;
    background-color: transparent;
    font-size: 0.75rem;
}

.exibicao-codigo .exibicao-codigo__exemplo .exibicao-codigo__exemplo__exemplo-de-codigo {
    border: 1px solid #ccc;
    border-left: 15px solid #ccc;
    font-size: 0.6563rem;
    font-weight: 700;
}

    .exibicao-codigo .exibicao-codigo__exemplo .exibicao-codigo__exemplo__exemplo-de-codigo code {
        display: block;
        width: 0;
    }

.attr {
    font-family: var(--bs-font-monospace);
    font-size: inherit;
    /* color: #9e009e; */
    color: #f118f1;
}

.valor-attr {
    font-family: var(--bs-font-monospace);
    font-size: inherit;
    /* color: #006800; */
    color: #17c917;
}

.demonstrar-cor-primaria {
    border-radius: 4px;
    height: 40px;
    background-color: var(--cor-primaria);
}

.demonstrar-cor {
    width: 85%;
    height: 2.5rem;
    border-radius: 4px;
}

.cor-apoio-azul {
    background-color: var(--cor-apoio-azul);
}

.cor-apoio-azul-claro {
    background-color: var(--cor-apoio-azul-claro);
}

.cor-apoio-vermelho {
    background-color: var(--cor-apoio-vermelho);
}

.cor-apoio-verde {
    background-color: var(--cor-apoio-verde);
}

.cor-apoio-dourado {
    background-color: var(--cor-apoio-dourado);
}

.cor-apoio-preto {
    background-color: var(--cor-apoio-preto);
}

.dataTables_wrapper {
    width: 100%;
    overflow-x: auto;
}

table.dataTable {
    width: 100%;
}

table.dataTable thead th,
table.dataTable tfoot th {
    background-color: #19629E;
    color: white;
    z-index: 1;
}

table.dataTable tbody tr {
    background-color: white;
}

#tabela-item th,
#tabela-item td {
    white-space: nowrap;
    background-color: white;
}

.datatable-container {
    width: 100%;
    height: 100%;
    margin: 0;
}

#_aguarde {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);    
    text-align: center;
    z-index: 999;
}

    #_aguarde.oculto {
        display: none;
    }

#tabelaDeclaracaoIcms {
    border: 1px solid #ddd;
    border-left: hidden;
    border-right: hidden;
    color: #000;
    width: 100%;
    border-spacing: 0 !important;
}

#tabelaDeclaracaoIcms thead th{
    background-color: #f9f9f9;
    color: #231F20;
    font-weight: bold;
    height: 40px;
    text-align: center;
    padding-left: 30px;
    
}

#tabelaDeclaracaoIcms > thead > tr > th.sticky-column.dt-select.dt-orderable-none {
    padding-right: 30px !important;
}

#tabelaDeclaracaoIcms td {
    border-top: 1px solid #ddd;
    text-align: center;
    height: 35px;
    background-color: #ffffff;
    font-weight: normal;
    font-size: .75rem;
    padding: 0px 5px;
}

#dt-search-0{
    margin-left: 0em !important;
    margin-bottom: 1em !important;
}

select[id^=dt-length]{
    margin-left: 0.5em !important;
    color: #00649e;
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.5;
}

    select[id^=dt-length] > option:nth-child(*) {
        font-weight: normal;
    }

@media (max-width: 991px) {
    .header-desktop .header-desktop__titulo {
        margin: 0;
        font-size: 3.8vw;
    }

    .barra-breadcrumb-pesquisa .conjunto-input-botao {
        display: none !important;
    }

    .menu-lateral.menu-lateral-aberto ~ .col {
        display: none;
    }
}

#tabelaDeclaracaoIcms {
    border: 1px solid #ddd;
    border-left: hidden;
    border-right: hidden;
    color: #000;
    width: 100%;
    border-spacing: 0 !important;
}

#tabelaDuimpItens thead th {
    background-color: #f9f9f9;
    color: #231F20;
    font-weight: bold;
    height: 40px;
    text-align: center;
    padding-left: 30px;
}

#tabelaDuimpItens td {
    border-top: 1px solid #ddd;
    text-align: center;
    height: 35px;
    background-color: #ffffff;
    font-weight: normal;
    font-size: .75rem;
    padding: 0px 5px;
}

.input-validation-error {
    border-color: #dc3545 !important;
    background-color: rgb(255,184,184,0.35);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
