
:root {
    --swal2-confirm-button-background-color: var(--bs-primary);
}
/* ========-ini-alertify */
.ajs-message.ajs-error {
    border: 1px solid var(--bs-danger) !important;
    background-color: var(--bs-light) !important;
    color: var(--bs-danger) !important;
    font-weight: bold;
}
.ajs-message.ajs-success {
    border: 1px solid var(--bs-success) !important;
    background-color: var(--bs-light) !important;
    color: var(--bs-success) !important;
    font-weight: bold;
}
/* ========-end-alertify */

/* ========-ini-modal */
.modal-dialog {
    max-width: 1024px;
}
.modal-blur {
    filter: blur(4px);
}
.modal label {
    display: block;
}
/* ========-end-modal */

/* ========-ini-datatable */
.btn-dt i {
    transition: all 0.2s ease-in;
}
.btn-dt i:hover {
    cursor: pointer;
    color: var(--bs-dark);
}

div.dt_bottom {
    display: flex;
    justify-content: space-around; /* Options: center, space-between, flex-start, flex-end */
    align-items: center; /* Vertical alignment */
    height: 100px; /* Optional height */
}
div.dt_bottom div {
    flex: 0 0 35%;
    padding-left: 10px;
}
div.dt_bottom div:first-child {
    flex: 0 0 5%;
    padding-left: 0px;
}
div.dt_bottom div:last-child {
    flex: 0 0 60%;
    text-align: right;
    padding-left: 0px;
}

.dt_bottom .pagination {
    justify-content: right;
}

.user-inactive a,
.user-inactive span {
    color: var(--bs-danger) !important;
}

.btn-activaInactiva i.ki-toggle-off-circle {
    color: var(--bs-danger);
    transition: all 0.3s ease-in-out;
}
.btn-activaInactiva i.ki-toggle-on-circle {
    color: var(--bs-success);
    transition: all 0.3s ease-in-out;
}
/* ========-end-datatable */


/* ========-ini-timeline */
.timeline-label:before {
    left: 180px;
}
.timeline-label .timeline-label {
    width: 180px;
}
.timeline-label .timeline-content {
    padding-left: 25px;
}
.timeline-label .timeline-content .fs-7 {
    font-size: 16px !important;
}
/* ========-end-timeline */