﻿div#row-btns-acesso-cadastrar-acessar {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}

    div#row-btns-acesso-cadastrar-acessar div#column-btn-acesso-govbr-cadastrar-acessar {
        padding: 0 !important;
        position: relative;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        div#row-btns-acesso-cadastrar-acessar div#column-btn-acesso-govbr-cadastrar-acessar a#btn-acesso-govbr-cadastrar-acessar {
            padding: 4px 32px;
            float: none !important;
            width: max-content;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    div#row-btns-acesso-cadastrar-acessar div#column-btn-acesso-logininterno-cadastrar-acessar {
        padding: 0 !important;
        position: relative;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        div#row-btns-acesso-cadastrar-acessar div#column-btn-acesso-logininterno-cadastrar-acessar a#btn-acesso-logininterno-cadastrar-acessar {
            padding: 4px 32px;
            float: none !important;
            width: max-content;
            display: flex;
            align-items: center;
            justify-content: center;
        }

    div#row-btns-acesso-cadastrar-acessar div#column-btn-acesso-govbr-cadastrar-acessar a#btn-acesso-govbr-cadastrar-acessar img {
        width: 66px;
    }

    div#row-btns-acesso-cadastrar-acessar div#column-btn-acesso-logininterno-cadastrar-acessar a#btn-acesso-logininterno-cadastrar-acessar img {
        width: 106px;
    }

div#primeiroModal {
    height: auto;
    max-height: max-content;
    min-height: max-content;
    width: 100% !important;
    max-width: 100%;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    div#primeiroModal h3#modalTitle {
        background: white;
        max-width: 500px;
        width: calc(100% - 40px);
        margin: 0;
        position: relative;
        font-size: 16.8px;
        font-weight: 700;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 18px 4px 18px;
    }

    div#primeiroModal .row {
        background: white;
        max-width: 500px;
        width: calc(100% - 40px);
        margin: 0;
    }

    div#primeiroModal h3#modalTitle a.close-reveal-modal {
        position: relative;
        top: -6px;
        right: 0;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;
    }

div#row-btns-acesso-cadastrar-acessar::before {
    content: "";
    display: none;
}

div#row-acesso-acoes-cadastrar-acessar {
    padding-bottom: 19px;
}

section#extranetDropDown .ats-ativador-dropdownMenuInterno {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

    section#extranetDropDown .ats-ativador-dropdownMenuInterno .ats-breadcrumb--titulo.ats-btn-menuInterno {
        width: max-content;
    }

.ats-govbr-page {
    display: flex;
    flex-direction: column;
    gap: 64px;
    color: var(--black);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 48px 0 64px 0;
    padding: 0 16px;
}

.ats-govbr-page-titulo {
    display: flex;
    align-items: stretch;
    align-self: stretch;
    position: relative;
    justify-content: center;
    width: 100%;
}

    .ats-govbr-page-titulo h1 {
        color: var(--black);
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        padding: 0 0 0 16px;
        width: 100%;
        text-align: left;
    }

    .ats-govbr-page-titulo::before {
        content: "";
        background: var(--ui-01);
        width: 4px;
        height: 100%;
        position: absolute;
        left: 0;
    }

.ats-govbr-btn-primary-outline {
    display: flex;
    height: 39px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid var(--ui-01);
    background: var(--white);
    color: var(--ui-01);
    text-align: center;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
}

.ats-govbr-item-lista {
    border-top: 1px solid #C2C2C2;
    display: flex;
    padding: 26px 10px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    text-align:justify;
}

    .ats-govbr-item-lista:last-child {
        border-bottom: 1px solid #C2C2C2;
    }

/* Base Grid Styles */
.row-ats {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    gap: 12px 0;
}

.col-ats {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    box-sizing: border-box;
}

/* Mobile Devices (<= 600px) */
.s-1 {
    width: 8.33%;
}

.s-2 {
    width: 16.66%;
}

.s-3 {
    width: 25%;
}

.s-4 {
    width: 33.33%;
}

.s-5 {
    width: 41.66%;
}

.s-6 {
    width: 50%;
}

.s-7 {
    width: 58.33%;
}

.s-8 {
    width: 66.66%;
}

.s-9 {
    width: 75%;
}

.s-10 {
    width: 83.33%;
}

.s-11 {
    width: 91.66%;
}

.s-12 {
    width: 100%;
}

/* Tablet Devices (> 600px) */
@media only screen and (min-width: 600px) {
    .m-1 {
        width: 8.33%;
    }

    .m-2 {
        width: 16.66%;
    }

    .m-3 {
        width: 25%;
    }

    .m-4 {
        width: 33.33%;
    }

    .m-5 {
        width: 41.66%;
    }

    .m-6 {
        width: 50%;
    }

    .m-7 {
        width: 58.33%;
    }

    .m-8 {
        width: 66.66%;
    }

    .m-9 {
        width: 75%;
    }

    .m-10 {
        width: 83.33%;
    }

    .m-11 {
        width: 91.66%;
    }

    .m-12 {
        width: 100%;
    }
}

/* Desktop Devices (> 992px) */
@media only screen and (min-width: 992px) {
    .l-1 {
        width: 8.33%;
    }

    .l-2 {
        width: 16.66%;
    }

    .l-3 {
        width: 25%;
    }

    .l-4 {
        width: 33.33%;
    }

    .l-5 {
        width: 41.66%;
    }

    .l-6 {
        width: 50%;
    }

    .l-7 {
        width: 58.33%;
    }

    .l-8 {
        width: 66.66%;
    }

    .l-9 {
        width: 75%;
    }

    .l-10 {
        width: 83.33%;
    }

    .l-11 {
        width: 91.66%;
    }

    .l-12 {
        width: 100%;
    }
}

/* Large Desktop Devices (> 1200px) */
@media only screen and (min-width: 1200px) {
    .xl-1 {
        width: 8.33%;
    }

    .xl-2 {
        width: 16.66%;
    }

    .xl-3 {
        width: 25%;
    }

    .xl-4 {
        width: 33.33%;
    }

    .xl-5 {
        width: 41.66%;
    }

    .xl-6 {
        width: 50%;
    }

    .xl-7 {
        width: 58.33%;
    }

    .xl-8 {
        width: 66.66%;
    }

    .xl-9 {
        width: 75%;
    }

    .xl-10 {
        width: 83.33%;
    }

    .xl-11 {
        width: 91.66%;
    }

    .xl-12 {
        width: 100%;
    }
}


.ats-card-item {
    display: flex;
    padding: 26px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
    width: 100%;
}

p.ats-card-item-header-title-txt {
    color: var(--UI-07, #2B2B2B);
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

p.ats-card-item-header-title-description {
    color: var(--UI-07, #2B2B2B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ats-card-item-header-icon {
    display: flex;
    width: 126px;
    height: 126px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    background-size: cover;
    overflow: hidden;
}

.ats-card-item-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: space-between;
}

.ats-card-item-footer {
    width: 100%;
}

.ats-card-item-header-icon-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
}

    .ats-card-item-header-icon-left img {
        position: relative;
        top: 10px;
    }

.ats-lista-collapses {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ats-item-collapse-container {
    border-top: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    width: 100%;
}

.ats-item-collapse-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    color: var(--ui-01);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 166.667% */
}

    .ats-item-collapse-label .chevron {
        transition: transform 0.3s ease;
        margin: 0 10px 0 0;
    }

.ats-item-collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    overflow-y: auto;
}

.ats-item-collapse-container input[type="checkbox"]:checked + .ats-item-collapse-label .chevron {
    transform: rotate(90deg);
}

.ats-item-collapse-container input[type="checkbox"]:checked + .ats-item-collapse-label + .ats-item-collapse-content {
    max-height: 411px;
}

.ats-item-collapse-container:last-child {
    border-bottom: 1px solid #ccc;
}

a.ats-btn-item-lista {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--ui-01);
    color: white;
    width: max-content;
    border-radius: 6px;
}

a.ats-btn-item-lista.desativada {
    background: #333;
    color: white;
}

.ats-btn-item-lista.ativada {
    background: var(--ui-01);
    color: white;
}

.ats-lista-btns-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

p.ats-item-participacao-social-unidades-title {
    color: black;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 23px 0;
}

.ats-item-participacao-social p {
    margin: 0;
}

.ats-item-participacao-social {
    display: flex;
    flex-direction: column;
    gap: 42px;
    width: 100%;
    padding: 18px;
}

.ats-lista-participacao-social-itens-unidades {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ats-alert-message.ats-alert-message-info {
    background: #D4E5FF;
}

    .ats-alert-message.ats-alert-message-info .ats-alert-message-icon i {
        color: #155BCB;
    }

    .ats-alert-message.ats-alert-message-info {
        display: flex;
        padding: 16px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }

.ats-alert-message-description p {
    margin: 0;
}

    .ats-alert-message-description p a {
        font-weight: 600;
        color: var(--ui-01);
        text-decoration: underline;
    }

.ats-alert-message-icon i {
    font-size: 18px;
}

table.ats-table-govbr {
    width: 100%;
    border: 1px solid #DEE2E6;
    margin: 16px 0;
}

    table.ats-table-govbr thead tr th {
        padding: 16px 12px;
        background: #F0F0F0;
    }

    table.ats-table-govbr tbody td {
        padding: 22px 12px;
    }

    table.ats-table-govbr tbody tr:nth-of-type(even) {
        background: white;
    }

    table.ats-table-govbr tbody tr td {
        border-bottom: 1px solid #CCCCCC;
    }

        table.ats-table-govbr tbody tr td .ats-btn-download-item-tbl {
            padding: 8.5px 11px;
            border-radius: 100%;
        }

            table.ats-table-govbr tbody tr td .ats-btn-download-item-tbl:hover {
                background: aliceblue;
            }

    table.ats-table-govbr .ats-tbl-footer-acoes {
        display: flex;
        padding: 16px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
        width: 100%;
        background: white;
    }

        table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: fit-content;
            gap: 11px;
        }

            table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                min-width: fit-content;
            }

            table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao-separador {
                font-weight: 400;
            }

            table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao span {
                font-weight: 400;
            }

            table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao select.ats-tbl-footer-exibicao-select {
                margin: 0;
                border: 0;
                background-color: white;
                min-width: 50px;
                cursor: pointer;
            }

            table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao-info span {
                font-weight: 400;
            }

    table.ats-table-govbr tfoot td {
        background: white;
        padding: 0;
    }

    table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao-btns {
        display: inline-flex;
        gap: 14px;
    }

        table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao-btns .ats-tbl-footer-btn-navegacao {
            width: 26px;
            height: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 100%;
        }

            table.ats-table-govbr .ats-tbl-footer-acoes .ats-tbl-footer-exibicacao .ats-tbl-footer-exibicao-btns .ats-tbl-footer-btn-navegacao:hover {
                background: aliceblue;
            }

.ats-pagination-centered.ats-paginacao .pagination-container {
    display: flex;
    padding: 16px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    width: 100%;
    background: white;
}

    .ats-pagination-centered.ats-paginacao .pagination-container ul.pagination li a {
        align-items: center;
        border: 1px solid transparent;
        border-radius: 100%;
        color: var(--ui-01);
        display: inline-flex;
        justify-content: center;
        margin: 0 calc(8px* 0.5);
        min-height: 24px;
        min-width: 24px;
        padding: 0 8px;
    }

    .ats-pagination-centered.ats-paginacao .pagination-container ul.pagination li.active a {
        background: var(--ui-01);
        color: white;
        font-weight: 600;
    }

    .ats-pagination-centered.ats-paginacao .pagination-container ul.pagination li a:hover {
        background-image: linear-gradient(rgba(19, 81, 180, 0.16), rgba(19, 81, 180, 0.16));
    }

.ats-item-collapse-group {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 100%;
    padding: 18px;
}

    .ats-item-collapse-group p {
        margin: 0;
        padding-bottom: 0;
    }

.ats-item-ats-item-collapse-group-title {
    color: black;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 0 23px 0;
}


.ats-lista-ats-item-collapse-group-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pagination-centered.ats-paginacao ul.pagination li.active.ats-paginacao-tabela-padrao.ats-paginacao-tabela-padrao {
    background: var(--ui-01);
}

.pagination-centered.ats-paginacao ul.pagination li.ats-paginacao-tabela-padrao.ats-paginacao-tabela-padrao {
    padding: 8px;
    height: auto;
    border-radius: 100%;
    color: var(--ui-01);
}

    .pagination-centered.ats-paginacao ul.pagination li.ats-paginacao-tabela-padrao.ats-paginacao-tabela-padrao:hover {
        padding: 8px;
        height: auto;
        border-radius: 100%;
        color: var(--ui-01);
        background: #e6e6e6;
    }