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