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