:root {
    --dike-primary: #3156c7;
    --dike-text: #172033;
    --dike-muted: #667085;
    --dike-border: #e5e7eb;
    --dike-bg: #f8f9fb;
    --dike-surface: #ffffff;

    --dike-sidebar-width: 240px;
    --dike-header-height: 58px;
}
.display-6{
            font-size: 1.8rem;
}
 ul {
    padding-left: 1.3rem;
}
.navbar {
    height: 58px;
    padding: 0 24px;
    background: #fff;
    border-bottom: 1px solid var(--dike-border);
}
#main #main-content {
    padding: 20px 24px;
}
.sidebar-wrapper .menu .sidebar-link {
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #344054;
}

.sidebar-wrapper .menu .sidebar-item {
    margin-top: 2px;
}
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link span {
   
    color: var(--dike-primary) !important;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link {
    background: #f4f6fb;
    color: var(--dike-primary) !important;
}

.sidebar-wrapper .menu .sidebar-item.active .sidebar-link svg,
.sidebar-wrapper .menu .sidebar-item.active .sidebar-link i {
    color: var(--dike-primary);
    fill: none;
}
.sidebar-wrapper .menu .sidebar-item.active::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    border-radius: 3px;
    background: var(--dike-primary);
}
body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont,
                 "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #344054;
    background: #f8f9fb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101828;
}
.card {
    margin-bottom: 16px;
    border: 1px solid var(--dike-border);
    border-radius: 8px;
    box-shadow: none;
    background: #fff;
}

.card .card-body {
    padding: 16px;
}
.table-sm tr td,
.table-sm tr th {
    padding: 1rem;
}

.table-modern > :not(caption) > * > * {
    padding: 10px 12px;
    font-size: 13px;
}
.form-control,
.form-select {
    min-height: 36px;
    font-size: 14px;
    border-radius: 6px;
}
.form-label,
.form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #344054;
}
.btn {
    min-height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
}

.dike-table-responsive {
    overflow: visible !important;
}

.dike-table-responsive .dropdown-menu {
    z-index: 1055;
}

@media (max-width: 991.98px) {
    .dike-table-responsive {
        overflow-x: auto !important;
    }
}

.painel-content {
    padding: 12px 12px 22px;
    background: #ffffff;
    
    /*border: 1px solid #e1e1e1;*/
}
#main {
  
    padding: 0.2rem;
}
.painel-page-header {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.painel-page-title h1 {
    margin: 0;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    color: #101828;
}

.painel-page-subtitle {
    margin-top: 3px;
    font-size: 13px;
    color: #667085;
}

.painel-page-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.painel-page-tabs {
    margin: 0 -24px 20px;
    padding: 0 24px;
    border-bottom: 1px solid #e5e7eb;
}

.painel-page-body {
    min-width: 0;
}
/* ========================================
   Dashboard
======================================== */

.dike-metric-card {
    border: 1px solid var(--dike-border);
    box-shadow: none;
}

.dike-metric-card .card-body {
    padding: 18px;
}

.dike-metric-label {
    margin-bottom: 6px;
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.dike-metric-value {
    color: #101828;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}

.dike-metric-icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 36px;

    border-radius: 7px;

    background: #f4f6fb;
    color: var(--dike-primary);

    font-size: 16px;
}

.dike-mini-metric {
    border: 1px solid var(--dike-border);
    box-shadow: none;
}

.dike-mini-metric .card-body {
    padding: 14px 16px;
}

.dike-quick-access {
    display: flex;
    align-items: center;
    gap: 12px;

    min-height: 64px;
    padding: 10px 12px;

    border: 1px solid var(--dike-border);
    border-radius: 7px;

    color: inherit;

    transition:
        background-color .15s ease,
        border-color .15s ease;
}

.dike-quick-access:hover {
    background: #f8f9fb;
    border-color: #d0d5dd;
}

.dike-quick-icon {
    width: 34px;
    height: 34px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 34px;

    border-radius: 7px;

    background: #f4f6fb;
    color: var(--dike-primary);

    font-size: 15px;
}
.dike-status-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.dike-status-filter-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    min-height: 30px;
    padding: 4px 9px;

    border: 1px solid var(--dike-border);
    border-radius: 6px;

    background: #fff;
    color: #475467;

    font-size: 12px;
    font-weight: 500;
    line-height: 1;

    text-decoration: none;
}

.dike-status-filter-item strong {
    min-width: 20px;
    padding: 2px 5px;

    border-radius: 10px;

    background: #f2f4f7;
    color: #344054;

    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.dike-status-filter-item:hover {
    background: #f8f9fb;
    color: #101828;
}

.dike-status-filter-item.active {
    border-color: #b9c5ee;
    background: #f4f6fb;
    color: var(--dike-primary);
}

.dike-status-filter-item.active strong {
    background: var(--dike-primary);
    color: #fff;
}

.dike-segmented {
    display: inline-flex;
}

.dike-segmented .btn {
    border-radius: 0;
}

.dike-segmented .btn:first-of-type {
    border-radius: 6px 0 0 6px;
}

.dike-segmented .btn:last-of-type {
    border-radius: 0 6px 6px 0;
    margin-left: -1px;
}

.dike-segmented .btn-check:checked + .btn {
    background: #f4f6fb;
    border-color: #b9c5ee;
    color: var(--dike-primary);
}