.btn-toggle-password {
    position: absolute !important;
    top: 0px;
    right: 0px;
    z-index: 99999 !important;
    background-color: #fff;
}

.input-group:has(.btn-toggle-password) input[name="password"] {
    border-radius: 0.75rem !important;
}

div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    color: var(--bs-heading-color);
}

.dt-length label,
.dt-search label {
    margin-bottom: 0px;
}

.isvertical-bottombar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1005;
    background-color: #fff;
    transition: all .2s;
    width: calc(100% - 270px);
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

input[disabled],input[readonly]:not(.flatpickr-input) {
    cursor: not-allowed;
    background-color: #f2f2f2 !important;
}

.is-invalid { border-color: red; }