/* Live Traffic Table */

table.dataTable {
    max-width: 100% !important;
    width: 100% !important;
}

table.table-bordered.dataTable {
    max-width: 100% !important;
    width: 100% !important;
}

table.dataTable tbody td {
    word-wrap: break-word !important;
}

table.table-bordered.dataTable tbody td {
    word-wrap: break-word !important;
}

.select2-container--default .select2-selection--single {
    height: 34px !important;
}

/* Login Page */
body.login-page {
    background: url(/images/securelogin.jpg) center no-repeat #fff !important;
    background-size: cover !important;
    background-blend-mode: luminosity !important;
}

body.login-page::before {
    content: " ";
    background: rgba(31, 31, 31, 0.2);
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

body.login-page .form-control .input-group-text {
    color: #6c757d !important;
    -webkit-text-fill-color: #6c757d !important;
}

.dark-mode input:-webkit-autofill, .dark-mode input:-webkit-autofill:focus, .dark-mode input:-webkit-autofill:hover, .dark-mode select:-webkit-autofill, .dark-mode select:-webkit-autofill:focus, .dark-mode select:-webkit-autofill:hover, .dark-mode textarea:-webkit-autofill, .dark-mode textarea:-webkit-autofill:focus, .dark-mode textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #6c757d !important;
}