


.altoContrasteIcone {
    background: black !important;
    color: white !important;
    border: 2px solid white !important;
}

.altoContrasteBadge {
    background: yellow !important;
    color: black !important;
}


.card {
    border-radius: 8px;
}

.dropzone.dz-clickable {
    border-radius: 6px;
}

.usuario-page {
    background: #f4f7fa;
    padding: 18px 18px 28px 18px;
    border-radius: 12px;
}

.usuario-card {
    border: 0;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
    overflow: hidden;
}

    .usuario-card .card-body {
        padding: 28px;
    }

.section-box {
    border: 1px solid #e8edf3;
    border-radius: 14px;
    background: #fff;
    padding: 22px;
    margin-bottom: 22px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f6;
}

    .section-header i {
        width: 34px;
        height: 34px;
        border-radius: 10px;
        background: #eef7ff;
        color: #009efb;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }

.section-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.section-subtitle {
    margin: 2px 0 0 0;
    color: #6b7280;
    font-size: 13px;
}

.form-label-custom {
    font-weight: 700;
    color: #111827;
    margin-bottom: 7px;
    font-size: 15px;
}

    .form-label-custom.required::after {
        content: "*";
        color: #ef4444;
        margin-left: 2px;
    }

.usuario-page .form-control,
.usuario-page .bootstrap-select > .dropdown-toggle {
    border-radius: 9px;
    border-color: #dfe7ef;
    min-height: 42px;
    box-shadow: none;
}

    .usuario-page .form-control:focus {
        border-color: #009efb;
        box-shadow: 0 0 0 3px rgba(0, 158, 251, .08);
    }

.usuario-page .input-group .btn {
    border-radius: 9px;
}

.permissoes-wrapper {
    border: 1px solid #e8edf3;
    border-radius: 16px;
    background: #fff;
    padding: 22px;
}

.permissoes-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.permissoes-title {
    margin: 0;
    font-size: 21px;
    font-weight: 800;
    color: #111827;
}

.permissoes-subtitle {
    color: #6b7280;
    font-size: 14px;
    margin-top: 4px;
}

.permissoes-actions .btn {
    padding: 7px 13px;
    font-size: 13px;
    border-radius: 8px;
    margin-left: 5px;
}

.permissoes-search {
    margin-bottom: 16px;
}

.permissao-card {
    border: 1px solid #e8edf3;
    border-radius: 14px;
    margin-bottom: 16px;
    background: #fff;
    overflow: visible;
}
.permissao-card-body {
    overflow: visible;
}

.permissoes-wrapper {
    overflow: visible;
}

.bootstrap-select .dropdown-menu {
    z-index: 9999;
}

.permissao-card-header {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 14px 18px;
    border-bottom: 1px solid #e8edf3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.permissao-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #111827;
}

.permissao-card-body {
    padding: 18px;
    background: #fff;
}

.permissao-item {
    padding: 10px 12px;
    border: 1px solid #e8edf3;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 12px;
    transition: all .18s ease;
    min-height: 44px;
    display: flex;
    align-items: center;
}

    .permissao-item:hover {
        border-color: #b9dff7;
        background: #f8fcff;
        transform: translateY(-1px);
    }

    .permissao-item .form-check {
        width: 100%;
        margin-bottom: 0;
    }

    .permissao-item .form-check-label {
        cursor: pointer;
        font-size: 14px;
        color: #1f2937;
        margin-left: 6px;
    }

    .permissao-item input:checked + label {
        font-weight: 800;
        color: #0f766e;
    }

.permissao-destaque {
    background: #effdf5;
    border-color: #bbf7d0;
}

    .permissao-destaque:hover {
        background: #e8fff2;
        border-color: #86efac;
    }

.content-helper {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 12px 14px;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 14px;
}

.action-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    padding-top: 8px;
}

    .action-footer .btn {
        border-radius: 9px;
        min-height: 42px;
    }

@media (max-width: 768px) {
    .usuario-card .card-body {
        padding: 18px;
    }

    .section-box,
    .permissoes-wrapper {
        padding: 16px;
    }

    .permissoes-header {
        flex-direction: column;
    }

    .permissoes-actions {
        width: 100%;
    }

        .permissoes-actions .btn {
            margin: 0 5px 6px 0;
        }

    .action-footer .btn {
        width: 100%;
        margin-right: 0 !important;
    }
}

.no-padding {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.titulo-municipio {
    margin-left: 12px;
    font-size: 18px;
    color: #fff;
    line-height: 2.0;
}

.titulo-transparencia {
    margin-left: 12px;
    color: #fff;
    line-height: 0.4;
}

.footer {
    bottom: 0 !important;
    left: 0;
    padding: 10px 15px;
    right: 0;
    border-top: 1px solid #e9ecef;
    background: #fff;
}

@media (max-width: 768px) {
    .titulo-transparencia {
        margin-left: 12px;
        color: #fff;
        line-height: 0.4;
        font-size: 19px;
    }
}

@media (max-width: 420px) {
    .titulo-transparencia {
        padding-top: 15px;
        margin-left: 8px;
        color: #fff;
        line-height: 0.4;
        font-size: 14px;
    }

    .titulo-municipio {
        margin-left: 8px;
        font-size: 14px;
        color: #fff;
        line-height: 2.0;
    }
}

@media (max-width: 350px) {
    .titulo-transparencia {
        padding-top: 15px;
        margin-left: 8px;
        color: #fff;
        line-height: 0.4;
        font-size: 7px;
    }

    .titulo-municipio {
        margin-left: 8px;
        font-size: 7px;
        color: #fff;
        line-height: 2.0;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        width: 80px;
        flex-shrink: 0;
    }
}

.abase .card {
    color: #fff !important;
}

    .abase .card .card-body {
        padding: 0.05rem 0.05rem 0.05rem 0.05rem !important;
    }

        .abase .card .card-body .card-title {
            font-size: 1.25rem;
        }

        .abase .card .card-body .card-title {
            display: inline-block;
        }

    .abase .card .btn-secondary {
        border-color: #ffffff !important;
        background: #fff !important;
        height: 100%;
    }

    .abase .card:hover .btn-secondary {
        border-color: #f8f9fa !important;
        background: #f8f9fa !important;
        height: 100%;
    }

    .abase .card .btn {
        color: #6c757d !important;
    }

.abase .form-group {
    margin-bottom: 5px;
}

.table td, .table th {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef;
}

.btnAbase {
    margin-top: -5px;
    padding: 3px 5px 2px 5px;
}
/**
.page-titles {
    background: #fff;
    padding: 5px 10px 0px 10px;
    box-shadow: 1px 0 20px rgba(0,0,0,.00);
    margin: 0 -25px 0px;
}**/
.comment-text {
    padding: 20px 15px 14px 20px;
}

.round {
    line-height: 48px;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

    .round, .round img {
        border-radius: 0;
    }

        .round, .round.round-info {
            background: #fff;
        }

.iconAbase {
    font-size: 30px !important;
}

    .iconAbase .fa-arrow-alt-circle-right {
        color: #00c0c8;
    }

    .iconAbase .fa-industry {
        color: #fb9678a3;
    }

    .iconAbase .fa-map-marked-alt {
        color: #3ADF00;
    }

    .iconAbase .fa-money-bill-alt {
        color: #ab8ce4c7;
    }

    .iconAbase .fa-users {
        color: #00c292;
    }

    .iconAbase .fa-certificate {
        color: #e21b2f8a;
    }

    .iconAbase .fa-donate {
        color: #fec20b;
    }

    .iconAbase .fa-truck-moving {
        color: #fb9678;
    }

    .iconAbase .fa-balance-scale {
        color: #e46a76;
    }

    .iconAbase .fa-seedling {
        color: #02dea8;
    }

    .iconAbase .fa-gavel {
        color: #02a1de;
    }

    .iconAbase .fa-file-contract {
        color: #A51D00;
    }

    .iconAbase .fa-file-invoice-dollar {
        color: #00c283;
    }

    .iconAbase .fa-hand-holding-usd {
        color: #fec209;
    }

    .iconAbase .fa-info-circle {
        color: #f1e907;
    }


.iconAbase {
    font-size: 30px !important;
}

    .iconAbase .fa-arrow-alt-circle-right {
        color: #00c0c8;
    }

    .iconAbase .fa-industry {
        color: #fb9678a3;
    }

    .iconAbase .fa-money-bill-alt {
        color: #00c292;
    }

    .iconAbase .fa-users {
        color: #00c292;
    }

    .iconAbase .fa-certificate {
        color: #e21b2f8a;
    }

    .iconAbase .fa-donate {
        color: #fec20b;
    }

    .iconAbase .fa-map-marked-alt {
        color: #3ADF00;
    }

    .iconAbase .fa-truck-moving {
        color: #fb9678;
    }

    .iconAbase .fa-balance-scale {
        color: #e46a76;
    }

    .iconAbase .fa-seedling {
        color: #02dea8;
    }

    .iconAbase .fa-gavel {
        color: #02a1de;
    }

    .iconAbase .fa-file-contract {
        color: #A51D00;
    }

    .iconAbase .fa-file-invoice-dollar {
        color: #00c283;
    }

    .iconAbase .fa-hand-holding-usd {
        color: #fec209;
    }

    .iconAbase .fa-info-circle {
        color: #f1e907;
    }

.iconDespesas .fa-file-invoice-dollar {
    color: #02dea8;
}

.iconDespesas .counter {
    color: #02dea8;
}

.Bg-empenho {
    background-color: #02dea8 !important;
}

.iconAbase .fa-dollar-sign {
    color: #01c0c8 !important;
}

.iconAbase .fa-sticky-note {
    color: #01c0c8 !important
}

.iconAbase .fa-hand-holding-usd {
    color: #00654c;
}

.iconAbase .fa-syringe {
    color: #a2ebe9;
}

.ColorSaldo {
    color: #00654c;
}

.BarColorSaldo {
    background-color: #00654c !important;
}


@media (max-width: 1600px) {
    .topbar .top-navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-align-items: center;
    }
}

body {
    font-family: Poppins,sans-serif;
    line-height: 1.5;
    color: #212529;
    background-color: #edf1f5;
}

.dataTables_wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.form-group {
    margin-bottom: 5px;
}

.brasao {
    height: 50px;
}

.card-title {
    margin-bottom: 0.3rem;
}

.money {
    float: right !important "
}

.iconAbase .fa-id-card-alt {
    color: #fb9678
}

.iconAbase .mdi-contacts {
    color: #03a9f3;
}

.iconAbase .fa-money-bill-alt {
    color: #00c292;
}

.iconAbase .fa-id-badge {
    color: #01c0c8;
}

.iconAbase .mdi-car {
    color: #05a9f3;
}

.w-100 {
    width: 100%;
}

.linha0 {
    bottom: 0;
    background: #f4f4f4;
}

.linhaMargem {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.abase5 .custom-control {
    padding-left: 0.025rem !important;
}

.card-sem-borda {
    margin-bottom: 1px !important;
}

    .card-sem-borda .no-padding .card {
        margin-bottom: 1px !important;
    }

.m-t-60 {
    margin-top: 60px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #05a9f3;
    border-color: #05a9f3;
}

.dropdown-menu.show {
    display: block;
    width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    color: #000;
}

@media (max-width: 991px) {
    .Botao100 {
        width: 100%;
    }
}

.required:after {
    content: "*";
    color: red;
    object-position:top;
   
}

.modal-800 {
    max-width: 800px;
}

.modal-1000 {
    max-width: 1000px;
}

.modal-1200 {
    max-width: 1200px;
}

.modal-1900 {
    max-width: 1900px;
}


.btn-tipo-encaminhamento {
    border: 2px solid #ff9b7a !important;
    color: #ff6b4a !important;
    background-color: transparent !important;
    padding: 8px 0 !important;
    text-align: center;
    font-weight: 500;
    transition: 0.2s;
    cursor: pointer;
}

    .btn-tipo-encaminhamento:hover {
        background-color: #ff9b7a !important;
        color: white !important;
    }

    .btn-tipo-encaminhamento.active {
        background-color: #ff6b4a !important;
        color: white !important;
        font-weight: bold !important;
        border-color: #ff6b4a !important;
    }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    white-space: normal;
    overflow-wrap: break-word;
}


.midia-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.2s;
    background: #f8f9fa;
}

    .midia-card:hover {
        transform: scale(1.03);
        box-shadow: 0 8px 18px rgba(0,0,0,0.15);
    }

    .midia-card img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

.midia-check {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid white;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: 0.2s;
}

.midia-card:hover .midia-check {
    opacity: 1;
}

.midia-card.selecionado .midia-check {
    background: #ff4d4f;
    opacity: 1;
}

.midia-card small {
    display: block;
    text-align: center;
    margin-top: 8px;
}

.dz-preview button {
    display: block;
    width: 100%;
    margin-top: 4px;
}

.link-cortado {
    max-width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sortable li {
    cursor: move;
}