
.outpage {
    background: #000 !important;
    color: #ffff !important;
}
.password-toggle {
    position: absolute;
    right: 10px;
    top: 48%;
    cursor: pointer;
    color: #6c757d;
    font-size: 20px;
}
.password-toggle:hover {
    color: #000;
}
.password-input {
    position: relative;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}
.dataTables_filter, .dataTables_length {
    padding-bottom: 20px !important;
}
table.dataTable tbody tr {
    border-block-color: #eef2f7 !important;
}

.notificationBox {
    z-index: 1100;
    position: absolute !important;
    top: 10px;
    width: 40%;
    right: 30%;
    margin: auto;
}