:root {
    --largura-maxima: 1040px;
}

main {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.margin-zero-important {
    margin-top: 0px !important;
}

.full-size {
    width: 100% !important;
}

.conteudo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--espaco-m);
    width: 100%;
    max-width: var(--largura-maxima);
    position: relative;
    padding: 1rem;
}

.conteudo-container p {
    margin: 0;
}

.pendente {
    background: #e9bc09;
    color: #fff;
    padding: 0.3rem;
    border-radius: 0.5rem;
}

#voltar {
    cursor: pointer;
    color: #0083ca;
}

.cancelado {
    background: #6c757d;
    color: #fff;
    padding: 0.3rem;
    border-radius: 0.5rem;
}

.aprovado {
    background: #198754;
    color: #fff;
    padding: 0.3rem;
    border-radius: 0.5rem;
}

.recusado {
    background: #e3342f;
    color: #fff;
    padding: 0.3rem;
    border-radius: 0.5rem;
}

.expirado {
    background: #090108;
    color: #fff;
    padding: 0.3rem;
    border-radius: 0.5rem;
}

.card-selecao-doc {
    align-items: flex-end;
    gap: 1rem;
    background: #efedea;
    padding: 0.1rem 1rem 0.5rem 1rem;
    border-radius: 0.5rem;
}

/* Estilização do contêiner */
.custom-select-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Estilização do select */
.custom-select-container select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding-right: 2rem;
    font-size: 16px;
    height: 2.5rem;
    border: 1px solid #ccc;
}

/* Seta no contêiner */
.custom-select-container::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid black;
    transform: translateY(-50%);
    pointer-events: none;
}

.divider {
    border-left: 6px solid #bcc0c4;
    height: 80px;
}

.itens-proibidos-img {
    width: 4rem;
}

#pagination-links {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.btn-pesquisar {
    color: #fff !important;
    background: #006399 !important;
    height: 56px !important;
    height: 3rem !important;
}

.btn-limpar {
    color: #04496f !important;
    width: 114.7px !important;
    background: #fff ;
    height: 56px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-transform: none !important;
    height: 3rem !important;
}

.btn-resolver-pendencia {
    color: #fff !important;
    background: #e9bc09 !important;
    text-transform: capitalize !important;
    width: 5rem !important;
    border: none !important;
}

.btn-visualizar-pendencia {
    color: #fff !important;
    background: #006399 !important;
    text-transform: capitalize !important;
    width: 5rem !important;
    border: none;
}

#pagination-links .active > .page-link,
.page-link.active {
    background-color: #016399 !important;
    border-color: #016399 !important;
}

#pagination-links .page-item:not(:first-child) .page-link {
    color: #016399;
}

#pagination-links .active > .page-link,
.page-link.active {
    color: #fff !important;
}

.table th,
.table td {
    text-align: center;
    padding: 12px;
    vertical-align: middle;
}

.table th {
    background-color: #343a40;
    color: white;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.btn {
    font-size: 0.875rem;
    padding: 6px 12px;
    border-radius: 4px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn:hover {
    opacity: 0.8;
}

.badge {
    font-size: 0.875rem;
    padding: 5px 10px;
    border-radius: 4px;
}

.card-dsc {
    border-radius: 10px;
    border: 1px solid #dee2e6;
}

.bg-superficie {
    background-color: #fff;
}

.card-doc input {
    background: #fff;
}

.card-doc {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

.z-index {
    z-index: 999;
}

.pdg-card-dsc {
    display: none;
    background: #fff;
    max-width: 49rem;
    padding: 0.5rem 1rem 0 0 !important;
}

.collapse-header {
    background-color: #f5f3f0;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    max-width: 49rem;
    border-radius: 0.5rem;
    color: #016399;
    font-weight: bold;
}

.collapse-header:hover {
    background-color: #e0e0e0;
}

.collapse-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.collapse-icon.open {
    transform: rotate(180deg);
}

.li-pequeno {
    font-size: 14px;
    line-height: 20px;
}

.collapse-content {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fafafa;
    max-width: 49rem;
    text-align: justify;
}

/* Container flexível */
.info-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.table-full {
    width: 100%;
}

@media screen and (max-width: 1920px) {
    .input-due {
        font-size: 20px;
    }
}
