
/*# 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;
}



.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;
}