
/*# sourceMappingURL=custom.min.css.map */
:root,
body {
    --vz-primary: #ef6f21 !important;
    --vz-primary-rgb: 239, 111, 33; 
    --vz-primary-text-emphasis: #ef6f21cc !important;
    --vz-pagination-active-bg: #ef6f21 !important;
    --vz-pagination-active-border-color: #ef6f21;
    --vz-link-color: #ef6f21;
    --vz-pagination-active-border-color: #ef6f21;
}
.icon-white {
    stroke: #fff; /* rojo bootstrap */
}
#formPaymentForm .form-control,
#formPaymentForm .form-select {
    border-radius: 8px;
}

#formPaymentForm .btn {
    border-radius: 8px;
}

.form-loading {
    border: 2px solid #ef6f21 !important;
    border-radius: 8px;
    box-shadow: 0 0 0 0.2rem rgba(239, 111, 33, 0.2);
    transition: 0.2s ease-in-out;
}

#formCard:hover {
    border-color: #ef6f21;
}
.dt-info {
    font-size: 14px;
    color: #6c757d;
}

.dt-pagination {
    display: flex;
    gap: 5px;
    align-items: center;
}

/* contenedor */
.top-table .col-md-4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* botones */
.dt-buttons {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
}

/* select (length) */
.dataTables_length {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.dataTables_length label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
}

/* info */
.dataTables_info {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-top: 14px !important;
}

/* botón */
.dt-buttons .btn {
    display: flex;
    align-items: center;
    height: 32px;
    margin-top: 16px;
    margin-left: 5px;
}

/* select altura consistente */
.dataTables_length select {
    height: 32px;
}

.dataTables_filter {
    width: 100%;
}

.dataTables_filter input {
    width: 100% !important;
    max-width: 400px; /* ajusta a gusto */
}

#moduleTable td:nth-child(3),
#moduleTable th:nth-child(3) {
    width: 200px !important;
    max-width: 200px !important;
}

#moduleTable td:nth-child(3) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#logTable td:nth-child(3),
#logTable th:nth-child(3) {
    width: 200px !important;
    max-width: 200px !important;
}

#logTable td:nth-child(3) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#logTable td:nth-child(2),
#logTable th:nth-child(2) {
    text-transform: capitalize;
}
#logTable td:nth-child(2) {
    text-transform: capitalize;
}

.text-capitalize{
    text-transform: capitalize;
}
.pointer {
    cursor: pointer;
}

.hv-4 {
    height: 4rem !important;
}

.nav-item-custom {
    padding: 1rem 1rem !important;
}

.pointer {
    cursor: pointer;
}


.icon-rounded{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#EEF2FF;
    color:#f36f21;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    flex-shrink:0;
}

.area-icon {
    width:34px;
    height:34px;
    border-radius:10px;
    background:#EEF2FF;
    color:#f36f21;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
}

.divider{
    height:1px;
    width:100%;
    background:#E9EDF5;
    margin-bottom:2px;
}

.search-wrapper .dataTables_filter {
    margin-bottom: 0;
}

.search-wrapper .dataTables_filter label {
    width: auto;
}

.search-wrapper .dataTables_filter input {
    width: 260px !important;
}

.w-1 {
    width: 1rem !important;
}
.w-2 {
    width: 2rem !important;
}
.w-3 {
    width: 3rem !important;
}
.w-4 {
    width: 4rem !important;
}
.w-5 {
    width: 5rem !important;
}
.w-6 {
    min-width: 6rem !important;
    width: 6rem !important;
}
.w-filter-flatpickr {
    min-width: 140px !important;
    width: 140px !important;
}
.w-filter-flatpickr-range {
    min-width: 180px !important;
    width: 180px !important;
}

.choices__inner {
    min-height: 32px !important;
    padding: 2px 8px !important;
    font-size: 12px;
    max-height: 60px;
    overflow-y: auto;
}

.choices[data-type*=select-one]::after {
    top: 40%;
    margin-bottom: 2px !important;
}

.choices__list--multiple .choices__item {
    margin-bottom: 2px;
}

.choices{
    margin-bottom: 2px !important;
}

.filter-panel{
    width:420px;
    padding:0!important;
    border:none;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}

.filter-header{
    position:sticky;
    top:0;
    z-index:100;
    background:#fff;
    padding:12px 15px;
    border-bottom:1px solid #eee;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.filter-body{
    max-height:70vh;
    overflow-y:auto;
    padding:15px;
}

.filter-body .form-label{
    font-size:.85rem;
    font-weight:600;
    margin-bottom:.4rem;
}

.choices__inner{
    min-height:36px!important;
}

#filterTransactionTypeId+.choices .choices__inner{
    max-height:70px;
    overflow-y:auto;
}

.filter-section {
    display:flex;
    align-items:center;
    gap:.4rem;
    margin-bottom:.5rem;
    font-size:.85rem;
    font-weight:600;
}

table.dataTable th,
table.dataTable td{
    white-space: nowrap;
}

.producer-column{
    max-width:150px !important;
    width:150px !important;
    overflow:hidden;
    text-overflow:ellipsis;
}

.notes-column{
    max-width:150px !important;
    width:150px !important;
    overflow:hidden;
    text-overflow:ellipsis;
}

.action-hover {
    position: relative;
    display: block;
}

.action-trigger {
    cursor: pointer;
}

.action-menu {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
    padding: 4px 8px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    white-space: nowrap;
    z-index: 100000;
}

.action-hover:hover .action-menu {
    opacity: 1;
    visibility: visible;
}

/* Contenedor */
.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
    border-radius: .375rem;
    font-size: .875rem;
    box-shadow: none;
}

/* Altura y alineación */
.select2-container--bootstrap-5 .select2-selection--single {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
}

/* Placeholder */
.select2-container--bootstrap-5 .select2-selection__placeholder {
    color: #6c757d;
}

/* Flecha */
.select2-container--bootstrap-5 .select2-selection__arrow {
    height: 100%;
    right: .75rem;
}

/* Focus */
.select2-container--bootstrap-5.select2-container--focus .select2-selection {
    border-color: #ffb180;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

/* Dropdown */
.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: .375rem;
    border-color: #ced4da;
}

/* Resultado seleccionado */
.select2-container--bootstrap-5 .select2-results__option--selected {
    background-color: #ef6f21;
    color: #fff;
}

/* Hover */
.select2-container--bootstrap-5 .select2-results__option--highlighted {
    background-color: #ef6f21;
    color: #fff;
}

.select2-results > .select2-results__options{
    max-height:350px !important;
    overflow-y:auto !important;
}

.filepond--panel-root {
    background: #f8f9fa !important;
}

.divider {
    border-top: 1px dashed #dee2e6;
    margin: 1rem 0;
}

/* Sidebar como login */
.app-menu {
    background: #0f172a !important;
}

.sidebar-background {
    background:
        radial-gradient(ellipse at 15% 25%, rgba(239, 111, 33, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse at 85% 75%, rgba(56, 189, 248, 0.08) 0%, transparent 55%),
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 1 !important;
    background-size: cover, cover, auto !important;
}

/* Textos en sidebar oscuro */
.app-menu .navbar-nav .nav-link {
    color: rgba(255,255,255,0.7) !important;
}
.app-menu .navbar-nav .nav-link:hover,
.app-menu .navbar-nav .nav-link.active {
    color: #fff !important;
}
.app-menu .navbar-nav .nav-link .icon-dual {
    stroke: rgba(255,255,255,0.7) !important;
}
.app-menu .navbar-nav .nav-link:hover .icon-dual,
.app-menu .navbar-nav .nav-link.active .icon-dual {
    stroke: #fff !important;
}
.app-menu .navbar-brand-box .logo-light {
    display: block !important;
}
.app-menu .navbar-brand-box .logo-dark {
    display: none !important;
}

/* Hover en modo sm con sidebar oscuro */
[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
    color: #ef6f21 !important;
}

[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link .icon-dual {
    stroke: #ef6f21 !important;
    fill: transparent !important;
}

[data-sidebar-size="sm"] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link span {
    color: #ef6f21 !important;
}

.badge-system {
    color: #8b8d9c;
    font-weight: bold;
    FONT-FAMILY: monospace;
}