.c-main{
    padding-top: 1rem;
}


/* Sidebar Customizado Estilo Highdmin para CoreUI */
.c-sidebar {
    background-color: #fff;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    border-right: 1px solid #e6ecf1;
}

.c-sidebar .c-sidebar-brand {
    background: #fff;
    flex: 0 0 57px;
    border-bottom: 1px solid #d8dbe0
}

.c-sidebar .c-sidebar-brand-full {
    font-size: 1.25rem;
    font-weight: 700;
    padding-left: 1rem;
    color: #313a46;
}

.c-sidebar .c-sidebar-nav-item {
    margin: 0.25rem 0;
}

.c-sidebar .c-sidebar-nav-link {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    color: #6c757d;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    /* border-radius: 0 25px 25px 0; */
}

.c-sidebar .c-sidebar-nav-link:hover,
.c-sidebar .c-sidebar-nav-link.c-active {
    background-color: #e6f4f7;
    color: #02c0ce;
    border-left: 3px solid #02c0ce;
}

.c-sidebar .c-sidebar-nav-item.disabled .c-sidebar-nav-link {
    background-color: #e1e5e9;
    color: #58636e;
    border-left: 3px solid transparent;
    cursor: not-allowed;
    pointer-events: none;
}

.c-sidebar .c-sidebar-nav-icon {
    margin-right: 0.75rem;
    font-size: 1rem;
    /* color: #020d18; */
    min-width: 1.25rem;
    text-align: center;
}

.c-sidebar .c-sidebar-nav-link .c-sidebar-nav-icon {
    color: #444444;
}

.c-sidebar .c-sidebar-nav-link:hover .c-sidebar-nav-icon,
.c-sidebar .c-sidebar-nav-link.c-active .c-sidebar-nav-icon {
    color: #02c0ce;
}

.c-sidebar .c-sidebar-nav-item.disabled .c-sidebar-nav-link .c-sidebar-nav-icon {
    color: #58636e; /* mesma cor do texto desabilitado, ou qualquer outra cor apagada */
}

.c-header .c-header-fixed {
    background: #fff !important;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e6ecf1;
}


/* Cartões de dashboard preservados */
.dashboard-card {
    background-color: #fff;
    border-radius: 12px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    min-height: 110px;
    margin-bottom: 1rem;
}

.dashboard-card:hover {
    transform: translateY(-3px);
}

.card-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #a0a4af;
    margin-bottom: 5px;
    display: block;
}

.card-number {
    font-size: 1.75rem;
    font-weight: 700;
    color: #323a46;
}

.icon-wrapper {
    /* background-color: #e6f4f7; */
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.icon-wrapper i {
    font-size: 18px;
    /* color: #02c0ce; */
}

.card-finance,
.card-next-packages {
    background-color: #ffffff; /* cor clara */
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: none;
}

/* Restante do estilo anterior mantido */
.btn-default {
    background-color: #eaeff3;
    border-color: #eaeff3;
    color: #313a46;
}

.btn-default:hover {
    background-color: #d9e1e6;
    border-color: #c8ced3;
}

.btn-info, .badge-info {
    background-color: #02c0ce;
    color: #fff;
    border: none;
}

.datatable {
    width: 100% !important;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
    background-color: #fff;
    /* border-radius: 6px; */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 6px;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.select2-results__option {
    padding-left: 0;
    padding-right: 0;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.has-error .invalid-feedback,
.form-check.is-invalid ~ .invalid-feedback {
    display: block !important;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px;
    cursor: pointer;
}

.searchable-link:hover {
    background: #eaeaea;
}

/* table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
} */
/* 
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
} */
