.btn-info {
    color: #fff;
    background-color: #192C53;
    border-color: #192C53;
}

h1 {
    color: #bc83b4;
    font-size: 24px;
    margin-bottom: 300px;
}

.btn-buscar {
    background-color: #192C53;
    color: white;
    padding: 8px 10px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-limpar {
    background-color: #192C53;
    color: #ffffff;
    padding: 7px 5px;
    border: 1px solid #192C53;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.8rem;
    text-decoration: none;
}

.btn-cadastrar {
    background-color: #192C53;
    color: #ffffff;
    padding: 7px 5px;
    border: 1px solid #192C53;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.8rem;
    text-decoration: none;
}

.filtros-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.filtro-input {
    padding: 4px 8px !important;
    font-size: 0.75rem !important;
    border-radius: 6px !important;
    min-width: 100px !important;
    max-width: 110px !important;
    border: 1px solid #ccc !important;
    text-align: left;
}

.new {
    background: #192C53;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    margin-left: auto;
    margin-top: 15px;
    display: block;
    margin-bottom: 10px;
}

.cadastrar {
    background: #192C53;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 12px;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    text-decoration: none;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}

.btn-default,
.btn-default2 {
    border: none;
    background: #f1f1f1;
    color: #000000;
    padding: 6px 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-default i,
.btn-default2 i {
    color: var(--primary-color);
}

.btn-edit:hover {
    background-color: blue !important;
    color: white !important;
}

.btn-default2:hover {
    background-color: red !important;
    color: white;
}

.btn-default2:hover i {
    color: white;
}

.btn-default:hover i {
    color: white;
}

.ibox {
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.ibox-head {
    background-color: #192C53;
    color: white;
    padding: 16px 24px;
    font-size: 18px;
    font-weight: 600;
}

.ibox .ibox-head {
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.ibox .ibox-head .ibox-title {
    font-size: 16px;
    font-weight: 600;
}

.ibox .ibox-body {
    padding: 15px 20px 20px 20px;
}

.content-wrapper {
    position: relative;
    background-color: #FCFCFC;
    margin-left: 220px;
    max-width: 100%;
    padding: 0 15px 60px 15px;
    transition: margin .2s ease-in-out;
}

.filtros-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px auto;
    width: 100%;
}

label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #474747;
    margin-bottom: 5px;
}

/* ===== MODAL BASE ===== */

.modal-modern-clean .modal-content {
    border-radius: 18px;
    border: none;
    overflow: hidden;
}

/* HEADER */
.modal-header-modern {
    padding: 24px 28px 14px;
    display: flex;
    justify-content: space-between;
}

.modal-title-modern {
    font-size: 20px;
    font-weight: 800;
    color: #1C2B57;
}

.modal-subtitle-modern {
    font-size: 13px;
    color: #8e99af;
}

.close-modern {
    background: none;
    border: none;
    font-size: 26px;
    color: #7a869a;
}

/* BODY CINZA */
.modal-body-modern {
    background: #cfd0d2;
    border-radius: 18px;
    padding: 28px;
    margin: 0 28px 18px;
    border: 1px solid #edf1f7;
}

/* CARD INTERNO */
.card-auditoria {
    background: white;
    border-radius: 18px;
    padding: 28px;
    border: 1px solid #edf1f7;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

/* HEADER DO CARD */
.card-auditoria-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.card-auditoria-header {
    font-weight: 800;
    color: #1C2B57;
}

/* BADGE */
.badge-edition-pill {
    background: #fff6d6;
    color: #b38e2d;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
}

/* TABELA */
.table-modern-inner th {
    border: none !important;
    font-weight: 700;
    color: #1C2B57;
    padding-bottom: 18px;
    position: relative;
}

/* divisórias verticais */
.table-modern-inner th:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    height: 35px;
    width: 1px;
    background: #e9edf5;
}

.table-modern-inner td {
    border: none !important;
}

/* INPUT PILL */
.input-pill {
    width: 100%;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #e6ebf2;
    background: #f9fbfe;
    text-align: center;
    font-weight: 700;
    color: #1C2B57;
}

.input-pill:focus {
    outline: none;
    border-color: #2ecc71;
    box-shadow: 0 0 0 3px rgba(46,204,113,.15);
}

/* FOOTER */
.modal-footer-modern {
    padding: 18px 28px 24px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

/* BOTÕES */
.btn-modern {
    border-radius: 10px;
    padding: 10px 22px;
    font-weight: 700;
}

.btn-cancel {
    background: #f1f3f5;
    border: 1px solid #e2e6ea;
}

.btn-save {
    background: #2ecc71;
    color: white;
    border: none;
}

.btn-save:hover {
    background: #27ae60;
}

.pagination .page-item.active .page-link {
    background-color: #1C2B57 !important;
    border-color: #1C2B57 !important;
    color: #fff !important;
}

#modalAlert {
    z-index: 2000 !important;
}

#modalAlert + .modal-backdrop {
    z-index: 1999 !important;
}